LinuxSir.cn,穿越时空的Linuxsir!

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

天啊!显示器抖动不止!头昏!![搞定一半]

[复制链接]
发表于 2006-2-14 19:18:55 | 显示全部楼层 |阅读模式
我的机器是i815,原来装了块NV11的显卡,送人后,用内建的显卡,结果屏幕水平方向整体抖动不止!不能理解是为什么!!

显示器是美格570FD,水平30-70KHz ,垂直50-130Hz
X配置文件没有问题。

怎么搞的呀?急死我了!
发表于 2006-2-14 19:33:35 | 显示全部楼层
检查一下附近有没有电磁场干扰
回复 支持 反对

使用道具 举报

发表于 2006-2-14 19:45:20 | 显示全部楼层
你为什么能确信你的X配置正确,而且显卡正常驱动呢?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-14 19:46:09 | 显示全部楼层
¡有,也不象。
天£!要死了!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-14 19:49:57 | 显示全部楼层
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/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        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        "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
        Driver                "i810"
        BusID                "CI:0:2:0"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        30-70
        VertRefresh        50-130
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768"
        EndSubSection
EndSection

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

Section "DRI"
        Mode        0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-14 19:55:13 | 显示全部楼层
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/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        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        "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
        Driver                "i810"
        BusID                "CI:0:2:0"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        30-70
        VertRefresh        50-130
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768"
        EndSubSection
EndSection

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

Section "DRI"
        Mode        0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-14 20:02:08 | 显示全部楼层
改成70HZÈ于不–了,ê……
回复 支持 反对

使用道具 举报

发表于 2006-2-14 23:08:45 | 显示全部楼层
dpkg-reconfigure xserver-xorg
如果是sarge:
dpkg-reconfigure xserver-xfree86
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-15 08:21:25 | 显示全部楼层
Ø是¡有用啊。
Ͱ配置,甚óͰ安Ådebianý¡有用……
í555555555555555
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-15 14:17:32 | 显示全部楼层
HELP ME PLEASE
回复 支持 反对

使用道具 举报

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

本版积分规则

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