LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 499|回复: 1

请教高人关于安装NVIDIA驱动后刷新率太低的问题!!!

[复制链接]
发表于 2007-5-24 08:21:03 | 显示全部楼层 |阅读模式
昨天我通过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

先谢谢了!!!
 楼主| 发表于 2007-5-24 15:22:59 | 显示全部楼层
???!!!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表