bbq2010 发表于 2009-5-13 16:31:58

救急!拔了显示器Debian Gnome就无法启动了

装了一台Debian 5跑驴子,之前装的时候接的是Acer AL1916W的宽屏显示器,运行一切正常。拔掉显示器重启后,发现个GNOME无法启动了,报的错是无法找到显示设备。试着改/etc/X11/xorg.conf,没什么效果。IBM S51小机器,
主板是945的,显卡是主板集成的。Debian自动识别的分辨率是1440*960。之前装Ubuntu 8.10 拔掉显示器重启没什么问题。
哪位筒子有经验,给点意见,谢谢了。


/etc/X11/xorg.conf文件内容如下(dpkg-reconfigure xserver-xorg生成的):
Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
EndSection

Section "Device"
        Identifier        "Configured Video Device"
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "Configured Monitor"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Monitor                "Configured Monitor"
EndSection
页: [1]
查看完整版本: 救急!拔了显示器Debian Gnome就无法启动了