LinuxSir.cn,穿越时空的Linuxsir!

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

请教 在外接显示器时系统无法启动

[复制链接]
发表于 2008-8-2 10:18:01 | 显示全部楼层 |阅读模式
笔记本电脑(thinkpad x60s 12"),VGA输出,外接液晶显示器(dell 22")。

系统是debian testing,2.6.26内核,fvwm。

电脑启动的时候需要把显示器数据线从笔记本上拔掉,否则在grub的时候外接显示器上还有显示,过一会笔记本上的显示器和外接显示器就都没信号了,而且硬盘也不动了,只能把外接显示器拔掉,强制重启。

我只能是在系统启动结束,在login提示出现后再把外接显示器接上。进入系统后,执行   xrandr --output LVDS --auto   启动外接显示器。外接显示器起来后,再把本子上的关掉,Fn+F7不好用,惭愧!


请各位赐教。。。
 楼主| 发表于 2008-8-2 10:19:59 | 显示全部楼层
以下是xorg.conf:


Section "Files"
EndSection

Section "Module"
    Load            "glx"
    Load            "extmod"
    Load            "xtrap"
    Load            "record"
    Load            "dbe"
    Load            "dri"
    Load            "freetype"
    Load            "type1"
# Disabled for AIGLX
#    Load            "GLcore"
#    Load            "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        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"
EndSection

Section "InputDevice"
        Identifier        "Synaptics Touchpad"
        Driver                "synaptics"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "auto-dev"
        Option                "HorizScrollDelta"        "0"
EndSection

Section "Device"
        Identifier      "i945GM"
    Driver          "intel"
    VendorName      "Intel Corporation"
    BoardName       "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
    Option          "DRI"     "true"
    Option          "monitor-VGA"  "VGA"
    Option          "monitor-LVCD" "LVCD"
    Option          "MetaModes" "1680x1050-1024x768"
EndSection

Section "Monitor"
        Identifier        "LVCD"
        Option                "DPMS"
        HorizSync        28-51
        VertRefresh        43-60
EndSection

Section "Monitor"
        Identifier        "VGA"
        Option                "DPMS"
        Option                "Ignore" "False"
        HorizSync        30-83
        VertRefresh        56-75
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "i945GM"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                24
                Modes                "1680x1050""1024x768"
        EndSubSection
EndSection

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

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

使用道具 举报

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

本版积分规则

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