LinuxSir.cn,穿越时空的Linuxsir!

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

问个显示器刷新率的问题

[复制链接]
发表于 2004-8-21 13:22:57 | 显示全部楼层 |阅读模式
尽管在精华区找到相关的文章,但仍存疑问,所以再次一问,非常感谢你的回答

系统:redhat9.0
显卡:ati RA9200
     在windows下的模式为1024*768  85hz

XF86Config:
(前面省略)
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "HILIPS 107F"
        DisplaySize  310        230
        HorizSync    68.7 - 68.7
        VertRefresh  85.0 - 85.0           #这个东西被我修改过,但屏幕仍然闪
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
        VendorName  "Videocard vendor"
        BoardName   "VESA driver (generic)"
        VideoRam    65536
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection
发表于 2004-8-21 13:40:48 | 显示全部楼层
VertRefresh 85.0 - 85.0 #这个东西被我修改过,但屏幕仍然闪

错误,
这里应该是VSF(垂直扫描频率),
具体的值由显示器本身的硬件决定,
可以查看显示器说明书。

建议看看下贴:
http://www.linuxsir.cn/forum.php ... ighlight=XF86Config
 楼主| 发表于 2004-8-21 14:04:41 | 显示全部楼层
我看的就是那篇文章,还有一些疑问

原文:
事情还没有完:
在XF86Config文件里,有许多这样的行:
Mode "800x600" 55.2 800 832 1064 1096 600 602 610 630
??但在我的文件中找不到这样的行

我究竟该怎么修改才对呢?
希望详细些,谢谢了
发表于 2004-8-21 14:14:08 | 显示全部楼层
Mode timings can be derived from the information in X's doc subdirectory.
However, it is no longer required to specify such timings in an xorg.conf's
``Monitor'' section(s), if only standard mode timings are to be used.  The
server automatically inserts VESA standard mode timings in every ``Monitor''
section, and these modes will be checked first for mode constraints (monitor
sync tolerances, video memory size, etc.).

Furthermore, it is also no longer required to specify mode names in ``Dis-
play'' subsections.  Should no mode names be specified (or those specified do
not yield a usable mode), the server will automatically select as a default
resolution the largest usable mode, whether or not the chosen mode is speci-
fied in the corresponding ``Monitor'' section.

现在不需要添加这些参数了。
 楼主| 发表于 2004-8-21 14:28:29 | 显示全部楼层
这个明白了

但还是不知道如何修改刷新率

就是说怎么调才能使我的显示器不闪?
发表于 2004-8-21 15:26:29 | 显示全部楼层
查看显示器说明书,
把正确的值改过来,
HorizSync 68.7 - 68.7
VertRefresh 85.0 - 85.0 #这个东西被我修改过,但屏幕仍然闪


然后重启X,
重新配置显示器,
对分辨率不满足
运行xvidtune调整一下。
 楼主| 发表于 2004-8-21 15:55:11 | 显示全部楼层
改过来了,还是闪


这是什么错误?
[root@localhost root]# xvidtune
Vendor: Monitor Vendor, Model: PHILIPS 107F
Num hsync: 1, Num vsync: 1
hsync range 0:  30.00 -  71.00
vsync range 0:  50.00 - 160.00
Video are not settable on this chip
发表于 2004-8-21 17:07:22 | 显示全部楼层
从ati下一个驱动装上吧
下载页面:
http://mirror.ati.com/support/dr ... =8&submit=GO%21
根据自己XFree86版本选择


HOWTO:
http://mirror.ati.com/support/infobase/linuxhowto-ati.html
 楼主| 发表于 2004-8-21 22:34:42 | 显示全部楼层
一切都搞定了
非常感谢你的帮忙
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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