[ltp] Suspend/resume on X61s laptops?
Theodore Tso
linux-thinkpad@linux-thinkpad.org
Tue, 5 Aug 2008 18:17:57 -0400
On Tue, Aug 05, 2008 at 11:55:12PM +0200, Yves-Alexis Perez wrote:
> On mar, 2008-08-05 at 17:43 -0400, Theodore Tso wrote:
> > I'll have to try removing the quirk and seeing if it works for me. I
> > assume you were able to have any acpi_sleep=s3_bios on the boot
> > command line, and you've also disabled vbe or post hacks in
> > /etc/default/acpi-support?
>
> I removed the acpi_sleep=s3_bios on kernel command line for 2.6.26 and
> I don't have anything in /etc/default/acpi-support but vbe and post
> hacks seems to be the quirks I was talking about. It seems that on an
> Intel *61 using 2.6.27 (and maybe 2.6.26.1) you need to remove all of
> them.
Removing the quirks from my machine's model/type code (7668) from:
/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
fixed the problem for 2.6.26, but apparently it did not help for
2.6.27-rc1+ (Linus's public git tree as of this morning). With
2.6.27-rc1+, the screen stayed dark upon resume, without any backlight
or the blinking text mode cursor.
I have not checked to see if removing the quirk settings will break
suspend-resume on 2.6.25 kernels. Hopefully whatever we need to do to
configure userspace will settle down...
- Ted