# Example suspend2.conf file. # # See hibernate.conf(5) for help on the configuration items. # # NOTE: Suspend2 is an improved version of suspend-to-disk which currently # requires patching your kernel. For more information, see www.suspend2.net # # If you do not wish to patch your kernel but still be able to suspend to # disk, see disk.conf instead. ### suspend2 (for Software Suspend 2) UseSuspend2 yes Reboot no EnableEscape yes LogTimestamp true DefaultConsoleLevel 9 Compressor none Encryptor none # ImageSizeLimit 200 ## useful for initrd usage: # SuspendDevice swap:/dev/hda2 ## Powerdown method - 3 for suspend-to-RAM, 4 for ACPI S4 sleep, 5 for poweroff # PowerdownMethod 5 ## Any other /proc/software_suspend setting can be set like so: # ProcSetting expected_compression 50 # ProcSetting extra_pages_allowance 0 ## Or traditionally like this: # Suspend2AllSettings 0 0 2056 65535 5 ## Or even from the results of hibernate --save-settings with this: # Suspend2AllSettingsFile /etc/hibernate/suspend-settings.conf ## For filewriter: # FilewriterLocation /suspend_file 1000 # VerifyFilewriterResume2 yes ## Specify a userui like this: # ProcSetting userui_program /sbin/suspend2ui_text # Scale CPU to full speed to make sure we suspend as fast as possible. FullSpeedCPU yes #EnableI915Hack 1 Include common.conf