LinuxSir.cn,穿越时空的Linuxsir!

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

求助:startx 启动图形界面时经常花屏

[复制链接]
发表于 2005-11-27 17:05:27 | 显示全部楼层 |阅读模式
启动可以顺利进入字符界面,
但是启动图形界面,经常花屏(约有80%的概率),一片蓝色,
Ctrl+Alt+Backspace也不能重启X,
处于死机状态(Ctrl+Alt+F5也无效).

系统配置是:
Athlon64 2800+, Asus K8V, ATI 9200,
Sarge, XFree86 Version 4.3.0.1, gnome.

多谢您的建议.
发表于 2005-11-27 17:09:24 | 显示全部楼层
显卡配置有误?
回复 支持 反对

使用道具 举报

发表于 2005-11-28 12:26:08 | 显示全部楼层
我也碰到过, 现在换了另一个版本的驱动就可以了, 不知是什么原因, 应该不是显卡配制问题吧, xorg.conf没改.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-28 12:53:15 | 显示全部楼层
显卡似乎检测正确,自己也没有另外安装ATI的驱动.
XF86Config-4 内容如下:

# 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"
        FontPath        "/usr/share/fonts/truetype/simsun"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TruType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
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        "ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
        Driver                "ati"
EndSection

Section "Monitor"
        Identifier        "samsung 793MB"
        HorizSync        28-85
        VertRefresh        43-85
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
        Monitor                "samsung 793MB"
        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" "880x600"
        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
回复 支持 反对

使用道具 举报

发表于 2005-11-28 14:20:45 | 显示全部楼层
Section "Device"
Identifier "ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
Driver "ati"
EndSection

把Driver "ati" 改成 Driver "vesa"
反正自带的ati驱动有跟没有一个样
回复 支持 反对

使用道具 举报

发表于 2005-11-28 16:49:09 | 显示全部楼层
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
估计是这部分的问题,你试试一个一个禁止试试。(打#号的是与字体有关,估计不是这部分的问题)
回复 支持 反对

使用道具 举报

发表于 2005-11-28 18:07:59 | 显示全部楼层
Post by springwind426
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
估计是这部分的问题,你试试一个一个禁止试试。(打#号的是与字体有关,估计不是这部分的问题)

好像nVIDIA的文档中说要把GLcore和dri去掉, 不清楚ATI的.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-29 11:21:02 | 显示全部楼层
问题已解决,可能是以下原因,
把下面的禁止了:
Section "Files"
#        FontPath        "unix/:7100"                        # local font server

同时
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


显卡驱动还是用ATI的,没用vesa(用它刷新频率上不了85Hz).
回复 支持 反对

使用道具 举报

发表于 2005-11-29 14:59:55 | 显示全部楼层
把机箱打开 然后把里面的灰尘好好打扫一下
我上次遇到这个问题就是这样解决的 嗯
回复 支持 反对

使用道具 举报

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

本版积分规则

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