LinuxSir.cn,穿越时空的Linuxsir!

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

刷新率问题。。超级郁闷。。

[复制链接]
发表于 2006-2-20 20:07:27 | 显示全部楼层 |阅读模式
我郁闷。刷新率都改成85HZ了  还是闪。我都不知道为什么。配置如下。
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load        "GLcore"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "record"
        Load        "speedo"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "vesa"
EndSection

Section "Monitor"
        Identifier        "K-700"
        HorizSync        40-70
        VertRefresh        50-90
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "K-700"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection

期待高手解答。
发表于 2006-2-20 21:18:27 | 显示全部楼层
HorizSync 40-70
VertRefresh 50-90

要根据你的显示器参数设备. 再装下显卡驱动...
回复 支持 反对

使用道具 举报

发表于 2006-2-20 21:55:46 | 显示全部楼层
HorizSync 40-70
VertRefresh 50-90
==>
将刷新率VertRefresh 设置为85看看
回复 支持 反对

使用道具 举报

发表于 2006-2-20 23:12:22 | 显示全部楼层
HorizSync 40-70
VertRefresh 50-90

是已经改过来的吗?稍微再调高点不知道可不可以?我的改过来就上 85HZ 了,连显卡驱动都不用装就行了
回复 支持 反对

使用道具 举报

发表于 2006-2-20 23:23:26 | 显示全部楼层
建议找张Knoppix光盘试试,直接把Knoppix的X配置抄过来就行了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-20 23:36:19 | 显示全部楼层
现在的问题是。改不改他都是85的刷新。我把下面那个50-90的该为50-120了都不行。不知道为什么。看桌面刷新配置里的是1024*768 85HZ。还是闪。眼睛难受。
回复 支持 反对

使用道具 举报

发表于 2006-2-21 08:52:20 | 显示全部楼层
看看我的dell M992的参数,19inch CRT
Section "Monitor"
        Identifier      "DELL M992"
        Option          "DPMS"
        HorizSync       30-96
        VertRefresh     50-160
EndSection
回复 支持 反对

使用道具 举报

发表于 2006-2-21 10:44:45 | 显示全部楼层
50-90,40Mhz德带宽也太少了吧
80年代的显示器?
回复 支持 反对

使用道具 举报

发表于 2006-2-21 15:01:08 | 显示全部楼层
哈哈, 我原来装Debian的时候不行, 结果装Ubuntu就自动解决了
不过声卡还不行.........
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-21 15:23:23 | 显示全部楼层
Post by anguskwan
哈哈, 我原来装Debian的时候不行, 结果装Ubuntu就自动解决了
不过声卡还不行.........

我在公司用的ubuntu也是可以的。不过觉得debian比ubuntu好用阿。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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