I would like to use the hybrid suspend method instead of suspend when closing the lid or selecting "Suspend" from the menu.
I can imagine to change the pm-suspend script to do so automatically, but there might be a more maintainable / easier way.
|
|
|
I am using the following pm-utils configuration to change $METHOD to suspend_hybrid, if it is "suspend":
Patrick Dickey adds:
|
|||||||||
|
|
In 12.04 I noticed that when hibernation is triggered (using Timeout is set to -1 and it awaits user selection. I am guessing this requires some editing of scripts in |
||||