Tagged Questions
0
votes
1answer
167 views
How do you control how hybrid suspend works?
I would like hybrid suspend to act a certain way.
If I add the code
# Always use suspend_hybrid instead of suspend
if [ "$METHOD" = "suspend" ]; then
METHOD=suspend_hybrid
fi
PM_HIBERNATE_DELAY=XX
...
0
votes
0answers
93 views
How to replace the suspend and hibernate command on the menu?
I've installed the uswsusp package and I want to execute it on the menu instead of the current (pm-suspend, pm-hibernate).
Additionally , I want to add a "hibernate suspend" to the menu. How to do ...
1
vote
2answers
122 views
What is hybrid suspend
What is hybrid suspend?
Please also add other info such as packages, etc. A how-to would be great too.
16
votes
2answers
3k views
How do I use pm-suspend-hybrid by default instead of pm-suspend?
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 ...