Difference between revisions of "Problem with display remaining black after resume"
(→Affected Models) |
|||
Line 6: | Line 6: | ||
*ThinkPad {{T41p}}, {{T42p}} | *ThinkPad {{T41p}}, {{T42p}} | ||
*ThinkPad {{X41}}, {{X40}}, {{X30}}, {{X31}}, {{X21}} | *ThinkPad {{X41}}, {{X40}}, {{X30}}, {{X31}}, {{X21}} | ||
+ | *ThinkPad {{R50e}} (see note below) | ||
===Affected Operating Systems=== | ===Affected Operating Systems=== | ||
Line 20: | Line 21: | ||
savedefault | savedefault | ||
boot | boot | ||
+ | |||
+ | |||
+ | ===Note=== | ||
+ | If you have this problem with R50e the above doesn't work. You should look [http://www.kaltertee.de/R50e.html here ]. |
Revision as of 12:25, 24 July 2005
There has been a problem encountered where the display stays black on resuming from suspend.
The symptom might have you think first that your system hang up, but you will realize that your ThinkPad works and you can even reset it via CtrlAltDel.
Affected Models
Affected Operating Systems
- Linux (it's a kernel issue)
Solution
The Solution is to provide the acpi_sleep=s3_bios kernel parameter in your kernel parameter line.
For grub this can look like this:
title Linux, kernel 2.6.11-1-686 root (hd0,0) kernel /boot/vmlinuz-2.6.11-1-686 root=/dev/hda1 ro acpi_sleep=s3_bios initrd /boot/initrd.img-2.6.11-1-686 savedefault boot
Note
If you have this problem with R50e the above doesn't work. You should look here .