|
|
好几个月没用电脑了,最近升级了以后发现,屏幕的刷新老是60hz,以前的同一个配置文件!可以用nvidia-settings设置成85hz,但是屏幕歪朝向半边,就像以前的nv驱动,一注销有成60hz了,烦了。。。3d加速没问题,quake3都正常的。特意将xorg.conf中nvidia的"Nologo" 设置成显式的"false",结果nvidia的logo也没出现。。。是不是gentoo不用xorg.conf了?
ngerz@Gentoo ~ $ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/Others/"
FontPath "/usr/share/fonts/xdtv"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "wfb"
Load "xtrap"
Load "record"
# Load "GLcore"
Load "dbe"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G70 [GeForce 7300 GT]"
BusID " CI:4:0:0"
# Option "NvAGP" "1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "Nologo" "false"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
# Option "XAANoOffscreenPixmaps" "true"
Option "CursorShadow" "true"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection |
|