求改刷新率的方法
发表于 : 2008-08-15 17:04
我的显卡是ATI radeon 7500 DDR的,在windows上面刷新率可以调到200hz。这个型号ati官方闭源驱动不支持,只能用开源的驱动。
昨天装了ubuntu8.04 lts桌面版,装上之后,屏幕狂闪,打开屏幕分辨率之后,发现分辨率有"1024x768" "800x600" "640x480"仨选项,但是刷新率一栏只有60hz一个选项......狂晕....
在官方wiki找了http://wiki.ubuntu.org.cn/index.php?title=UbuntuHelp:FixVideoResolutionHowto/zh&variant=zh-hans这个文章,说我的电脑没能正确识别显示器型号。然后按照上面的介绍一步步做。
运行 sudo ddcprobe | grep monitorrange 的输出结果是 monitorrange: 30-72, 50-160
然后运行sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
sudo sh -c 'md5sum /etc/X11/xorg.conf > /var/lib/xfree86/xorg.conf.md5sum'
sudo dpkg-reconfigure -plow xserver-xorg
按照wiki上的说法应该会让我输入有关显示器的信息,可是我运行它,它却只让我输了几个关于键盘的信息就自动结束了,根本没有关于显示器的信息...
我之后按照上面的第二种方法,手动把HorizSync 30-72 VertRefresh 50-160 SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
的信息加到了/etc/X11/xorg.conf里。
重启之后刷新率和分辨率都没有任何变化,打开屏幕分辨率就弹出一窗口说xserve不支持xrandR。无法在运行时刻对分辨率进行调整。
那位大虾能帮帮我,告诉我现在该怎么办,我被这屏幕闪了快一天了,都要吐出来了...
下面是我的xorg.conf文件
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cn"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
HorizSync 30-72
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
昨天装了ubuntu8.04 lts桌面版,装上之后,屏幕狂闪,打开屏幕分辨率之后,发现分辨率有"1024x768" "800x600" "640x480"仨选项,但是刷新率一栏只有60hz一个选项......狂晕....
在官方wiki找了http://wiki.ubuntu.org.cn/index.php?title=UbuntuHelp:FixVideoResolutionHowto/zh&variant=zh-hans这个文章,说我的电脑没能正确识别显示器型号。然后按照上面的介绍一步步做。
运行 sudo ddcprobe | grep monitorrange 的输出结果是 monitorrange: 30-72, 50-160
然后运行sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
sudo sh -c 'md5sum /etc/X11/xorg.conf > /var/lib/xfree86/xorg.conf.md5sum'
sudo dpkg-reconfigure -plow xserver-xorg
按照wiki上的说法应该会让我输入有关显示器的信息,可是我运行它,它却只让我输了几个关于键盘的信息就自动结束了,根本没有关于显示器的信息...
我之后按照上面的第二种方法,手动把HorizSync 30-72 VertRefresh 50-160 SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
的信息加到了/etc/X11/xorg.conf里。
重启之后刷新率和分辨率都没有任何变化,打开屏幕分辨率就弹出一窗口说xserve不支持xrandR。无法在运行时刻对分辨率进行调整。
那位大虾能帮帮我,告诉我现在该怎么办,我被这屏幕闪了快一天了,都要吐出来了...
下面是我的xorg.conf文件
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cn"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
HorizSync 30-72
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection