2008/10/5 Victor Lowther <[EMAIL PROTECTED]>: > On Sun, 2008-10-05 at 13:00 +0200, Michael Biebl wrote: >> 2008/10/5 Michael Biebl <[EMAIL PROTECTED]>: >> > 2008/10/4 Victor Lowther <[EMAIL PROTECTED]>: >> > >> >> * pm-utils has support for saving quirks as a HAL FDI file. If >> >> called with --store-quirks-as-fdi, an .fdi file specific to the >> >> machine and quirks passed on the command line will be written >> >> to /tmp/pm-utils-created.fdi. >> > >> > Btw, this doesn't seem to work for me. >> > pm-suspend --store-quirks-as-fdi only does a suspend but not actually >> > write the fdi file. >> > I'd expect that --store-quirks-as-fdi will *only* write the fdi file >> > and stop afterwards. >> > >> > I also wonder, if we shouldn't always reset acpi_flags to 0. >> > Example: I have tested >> > pm-suspend --quirk-s3-bios --quirk-s3-mode >> > >> > and afterwards >> > >> > pm-suspend --quirk-vbe-mode --quirk-vbestate-restore >> > and /proc/sys/kernel/acpi_video_flags was still set to 3. >> > >> >> I have more issues with this release:
Thanks for fixing the mentioned issues. SLEEP_MODULE= works now, so does --store-quirks-as-fdi. What still doesn't work is --auto-quirks I have lshal | grep quirk power_management.quirk.s3_bios = true (bool) power_management.quirk.s3_mode = true (bool) But the awk expression in 00auto-quirk returns an empty string. Also, I think pm-utils should clean up /var/run/pm-utils after execution. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
