|
|
昨天我通过yum安装了kmod-nvidia.2.20-9755的驱动后,进入图形界面,调整屏幕分辨率,在1024X768的选项的刷新律就只有50,51,53,54HZ的选项了,昨天晚上看了很多关于修改xorg.conf的文章,试了都没用,调到54HZ,屏幕更闪的不行。由于安装kmod-nvidia的时候同时升级了内核,后来用老的内核启动没加载NVIDIA.ko的情况下,1024X768就可以调整到正常的75和85HZ,请问高人该怎样解决了?
# Xorg configuration
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
ModelName "ViewSonic A71f-2"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
ModeLine "1024x768_75.00" 81.8 1024 1080 1192 1360 768 769 772 802 -hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 LE"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1028x768" "800x600"
EndSubSection
EndSection
先谢谢了!!! |
|