|
发表于 2005-10-18 13:06:30
|
显示全部楼层
各位高手我的还没解决,先看一下xf86config文件:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "SyncMaster"
DisplaySize 310 230
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 845"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
要如何修改才能修改刷新率?我运行xrandr竟然显示:
[root@linuxzhao root]# xrandr
SZ: Pixels Physical Refresh
*0 1024 x 768 ( 313mm x 232mm ) *85
1 800 x 600 ( 313mm x 232mm ) 85
2 640 x 480 ( 313mm x 232mm ) 85
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
[root@linuxzhao root]#
这样应该是已经设成85MHz了,但还是闪的厉害,看来是没起作用,到底该怎么办?成功的高手能否详细说明!!!! |
|