2007年8月19日星期日

修改nvidia显卡下的刷新频率

1、先备份好:

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

2、打开xorg.conf:
gedit /etc/X11/xorg.conf

3、请找到以下一段在这改:

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-70
VertRefresh 43-60
EndSection

改这两句

HorizSync 30-82
VertRefresh 50-85


回到nvidia-settings即可修改刷新率。
若还不行,则:

在/etc/X11/xorg.conf文件中,
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
改为
SubSection "Display"
Depth 1
Modes "1024x768
_85.00" "832x624" "800x600" "720x400" "640x480"
EndSubSection

再回到nvidia-settings即可修改。