On 02/07/2015 04:54 PM, Yamaban wrote:
Nice! Thanks for sharing that info, some old systems (e.g. BIOS only systems) need pm-utils to be happy, But it's good to know that there are now systems that work better without.
As replacement for /usr/sbin/pm-hibernate you can use: "/usr/bin/systemctl hibernate"
If you want to be lazy, create a shell script "/usr/sbin/pm-hibernate" and mark it executeable, with the content [code] #!/bin/sh exec /usr/bin/systemctl hibernate [/code]
The shell script "/usr/bin/powersave" (also pm-utils) you can replace by a similar script.
But that would be more work, with all that options.
I'm almost always going to be happy to use the kde triggers (in the start menu or the power management portion of configure desktop, especially for the critical battery level part). My (Dell Laptop) has a FN-key combo for Hibernate, and occasionally it would be nice to have that work as well. The Fn-Standby key combo works fine for suspend to ram, but the Fn-hibernate is ignored. (Come to think of it, thats the only FN-key combo that doesn't seem to work). -- After all is said and done, more is said than done. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org