Kubuntu 8.10, Dell Latitude E6400 with intel graphics.

Resume mostly does not work with default settings. Problems appears to
be with the xserver. I observed after a successful resume that xrandr
reports a spurious "VGA connected" in addition to "LVDS connected".

Resume is working for me if I explicitly disable all outpus except LVDS
in xorg.conf (I have not tested whether it would be enough to just
disable VGA).

>>>>>> in xorg.conf

Section "Device"
        Identifier      "Configured Video Device"
        Option          "monitor-VGA"   "VGA"
        Option          "monitor-LVDS"  "LVDS"
        Option          "monitor-HDMI-1"        "HDMI-1"
        Option          "monitor-HDMI-2"        "HDMI-2"
        Option          "monitor-TV"    "TV"
EndSection


Section "Monitor"
        Identifier      "VGA"
        Option "Ignore" "true"
EndSection

Section "Monitor"
        Identifier      "LVDS"
EndSection

Section "Monitor"
        Identifier      "HDMI-1"
        Option "Ignore" "true"
EndSection

Section "Monitor"
        Identifier      "HDMI-2"
        Option "Ignore" "true"
EndSection

Section "Monitor"
        Identifier      "TV"
        Option "Ignore" "true"
EndSection

<<<<<

-- 
suspend/resume broken on dell Latitude E6400 kernel 2.6.27-3
https://bugs.launchpad.net/bugs/269490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to