https://bugzilla.novell.com/show_bug.cgi?id=480804 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=480804#c8 --- Comment #8 from Jon Nelson <jnelson-suse@jamponi.net> 2009-03-25 17:19:26 MST --- OK, more info. I still feel it would be worthwhile to add SUSPEND_METHOD for those that can't use s2ram (or are trying for HOURS to get suspend working....) That said, I got s2ram to work. I made 2 changes: 1. place S2RAM_QUIRKS_SOURCE="hal" in /etc/pm/config.d/suspend 2. edit /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi change the config for my model (6460) to DISABLE all quirks: <!-- T61 (8895), intel card 32bit works with S3_MODE, but 64bit needs VBE_MODE --> <match key="system.hardware.product" prefix_outof="6465"> <merge key="power_management.quirk.s3_bios" type="bool">true</merge> <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge> </match> <!-- T61p (6460), does not work with the NVidia driver --> <!-- seems to work now (driver 180.29) --> <!-- do *not* enable s3 bios or any vbe stuff --> <match key="system.hardware.product" prefix_outof="6460"> <merge key="power_management.quirk.none" type="bool">true</merge> </match> for some reason, this appears to work. The default s2ram opts seem to put the machine to sleep but it won't wake up again. I once experimented with lots of opts and have that written down somewhere but it's not handy right now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.