分页: 1 / 1
老显示器的刷新率太低!!1
发表于 : 2010-04-24 20:41
由 jadqui
如题,我有一台2004年买的老显示器,CRT,装10.04,分辨率可以设为1024*768,但是刷新率最高只能设为60Hz,用久了眼睛好痛。我该怎么解决这个问题啊?
希望高手能告诉我怎么办,还有阿,解决办法不要用到命令行,我不喜欢命令行,哈哈
Re: 老显示器的刷新率太低!!1
发表于 : 2010-04-24 20:54
由 tenzu
写xorg.conf
Re: 老显示器的刷新率太低!!1
发表于 : 2010-04-24 21:33
由 jadqui
具体点好么?
Re: 老显示器的刷新率太低!!1
发表于 : 2010-04-25 13:51
由 yingtianli
安装显卡驱动后,显示器会被自动识别的。可能你的显卡没有驱动。
Re: 老显示器的刷新率太低!!1
发表于 : 2011-01-09 17:42
由 vicar213
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic CRT Display"
Modelname "Monitor 1024x768"
Horizsync 31.5-72
Vertrefresh 50-130
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768@85"
EndSubSection
EndSection
把“Horizsync 31.5-72” "Vertrefresh 50-130"改成你自己的就OK了
如我的行频是30-75 场频是45-150
就改成
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic CRT Display"
Modelname "Monitor 1024x768"
Horizsync 30-75
Vertrefresh 45-150
EndSection