summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorpoma <poma@gmail.com>2016-08-17 01:57:12 +0200
committerEric Koegel <eric.koegel@gmail.com>2017-06-11 10:44:15 +0300
commit37f681e6c203c0ad8837869ccef45d32a8489afd (patch)
tree5eacfc59f2ef583574d98a798133abfe242f7759 /BUGS
parent39bfeda73e5d30b094278f8166fe644e023a8b47 (diff)
downloadxfce4-session-37f681e6c203c0ad8837869ccef45d32a8489afd.tar.gz
Hybrid Sleep support - "hibernate" and suspend the system
Hybrid Sleep initially only writes hibernation image to SWAP space, it does not power off the machine, as a whole Suspend To Disk (S4) does, it rather Suspend To RAM (S3). The benefit of this combination is pronto RESUME from S3, whilst in case of battery drained or interruptions in power supply of any kind, you ain't gonna lose your work. Hybrid Sleep is the feature of the Linux kernel. To test it directly via cli: echo suspend > /sys/power/disk ; echo disk > /sys/power/state However to make this feature work, both Suspend To RAM (S3) and Suspend To Disk (S4) must be provided by the hardware dmesg: ACPI: (supports ... S3 S4 ...) in working order. Furthermore Suspend To Disk (S4) requires a relatively simple configuration an appendix to kernel command line: resume=<path to resume partition> i.e. directive to utilize particular SWAP space man 7 dracut.cmdline Ref. https://www.kernel.org/doc/Documentation/power/swsusp.txt Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
Diffstat (limited to 'BUGS')
0 files changed, 0 insertions, 0 deletions