Tagged Questions
0
votes
1answer
163 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
92 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 ...