[ltp] display with backlight off after resume

Dmitry E. Mikhailov linux-thinkpad@linux-thinkpad.org
Fri, 6 Jun 2008 09:22:33 +0600


On Friday 06 June 2008 02:03:05 am come se fosse antani wrote:
> Hi.
> I use debian unstable on my X40, dist-upgraded yesterday. my DE is gnome.

I got an X41. All I've done to get suspend working is adding 
[acpi_sleep=s3_bios] (with no brackets) to the kernel parameters line 
in /boot/grub/grub.conf:

[root@ibm ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/sda3
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=2
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu

title Fedora (2.6.23.12-hrt5)
        root (hd0,0)
        kernel /vmlinuz-2.6.23.12-hrt5 ro root=LABEL=/ acpi_sleep=s3_bios 
quiet
        initrd /initrd-2.6.23.12-hrt5.img