What is hybrid suspend? Please also add other info such as packages, etc. A how-to would be great too.
Asked
Active
Viewed 1.4k times
7
-
How to is already available on AU: http://askubuntu.com/questions/145443/how-do-i-use-pm-suspend-hybrid-by-default-instead-of-pm-suspend – Rinzwind Nov 19 '12 at 08:04
-
Thanks. Any idea what it is exactly? – kapad Nov 19 '12 at 10:35
-
Yes it is a special kind of suspend. some more info here: http://askubuntu.com/questions/1685/whither-hybrid-suspend see the comment with (now) +3 – Rinzwind Nov 19 '12 at 10:51
2 Answers
11
pm-suspend-hybrid
Hybrid-suspend is the process where the system does everything it
needs to hibernate, but suspends instead of shutting down. This
means that your computer can wake up quicker than for normal
hibernation if you do not run out of power, and you can resume even
if you run out of power. s2both(8) is an hybrid-suspend
implementation.

Billie
- 418
- 1
- 5
- 9
4
Hybrid suspend is when your computer does suspend-to-disk and suspend-to-RAM at the same time. So you get the fast resume speed of suspend-to-RAM, but you don't lose your session if you lose power or run out of battery. So in principle, it's better than either suspend-to-ram or suspend-to-disk alone.
From this question