** Description changed: Binary package hint: xserver-xorg-video-intel Hi, I'm using a Dell Inspiron 510m, with an Intel 855GM: 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) Using the Xorg server with the xserver-xorg-video-i810 driver (and 915resolution to get 1400x1050) works well enough (compiz, decent 3d, xv support). Recently, I've tried the xserver-xorg-video-intel driver which works equally well, with one exception: when I close the laptop lid, the screens my system hangs: music stops playing, black screen except for the mouse pointer which is stuck. /var/log/messages doesn't show anything, and I don;t have the corresponding Xorg.0.log any more since I switched back to i810. I'm attaching my Xorg configurations for both i810 and intel drivers. [Update] - The fix for this issue is to quirk your card to force enabling Pipe A. If you suspect you're having this bug, try setting that option in your xorg.conf, and if it solves the issue, please report so here and attach the output of `lspci -vvnn`. + The fix for this issue is to quirk your card to force enabling Pipe A. If you suspect you're having this bug, try setting this option in your xorg.conf: + + Section "Device" + ... + Option "ForceEnablePipeA" "true" + EndSection + + If that eliminates the issue, then please file a new bug report with the + following information: + + * Title the bug report "Need a Pipe-A quirk for <your video card PCI ID>" + * Paste in the output of `lspci -vvnn | grep -A1 "VGA compat"` + * Give the laptop model name and number + * Confirm that adding "ForceEnablePipeA" solved the problem + * Mention this bug, number 138256
-- laptop hangs on lid close unless ForceEnablePipeA option enabled https://bugs.launchpad.net/bugs/138256 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
