Bug 15553
Summary: | Screen backlight doesn't come back on after lid was closed (GM45) | ||
---|---|---|---|
Product: | Drivers | Reporter: | bugs |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | 84yelo3, chasedouglas, error27, maciej.rutecki, rjw, yakui.zhao |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.34-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 15310 |
Description
bugs
2010-03-17 14:35:20 UTC
If you don't quickly switch to the VT, xorg will crash. I've collected logs before closing and opening the lid, see those links: http://launchpadlibrarian.net/41121035/pre.tar.gz http://launchpadlibrarian.net/41121036/closed.tar.gz http://launchpadlibrarian.net/41121037/open.tar.gz Can you add the boot option of "drm.debug=0x04" and do the following test? 1. get the output of "cat /proc/acpi/button/LID/*/state", dmesg, intel_reg_dumper before close the LID 2. close the LID 3. Open the LID 4. Please login the system by using ssh and get the output of " cat /proc/acpi/button/LID/*/state", dmesg, intel_reg_dumper again. Thanks The logs I linked are done with drm.debug=0x04 The other info is also required. For example: LID state, intel_reg_dumper At the same time it seems that the option of "drm.debug=0x06" is added in the links log. Will you please change it to "drm.debug=0x04"? Otherwise the useful info is flushed. thanks. My distribution was able to fix this bug. Some information might be here: https://bugs.launchpad.net/bugs/488328 I looked and it seems like this is a combination of these two bugs: Crashing bug: https://bugzilla.kernel.org/show_bug.cgi?id=14997 Windows Vista has changed the keycodes around and gnome-settings-daemon needs to be updated to match. (Not a kernel bug). https://bugs.launchpad.net/ubuntu/+source/linux/+bug/539477 Both bugs have a fix now, so can we close this bug? |