Comment 19 for bug 134391

Revision history for this message
Victor Pablos Ceruelo (vpablos) wrote :

Hi there,

on lenovo W500 with lenny+backports I have the same bug
(screen blancks but u can recover it by hibernating or restarting system).
This happens by using

echo -n "mem" > /sys/power/state

and by using

echo -n 3 >/proc/acpi/sleep

I can sleep and resume almost perfectly,
the only issue is that it suspends twice
(it suspends again after resume 1st time).
This behaviour happens every time I suspend the machine.

I have set in /etc/default/acpi-support
SUSPEND_METHODS="none"
but it still suspends twice.

I've too disabled suspend in

/etc/acpi/sleepbtn.sh
/etc/acpi/sleep.sh
/etc/acpi/actions/lm_lid.sh
/etc/acpi/lid.sh

and in gnome-power-manager
but it still suspends twice.

Is there any other place where I can disable suspend
to see where is the problem?

Thanks,

Victor.