46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
# Example tuxonice.conf file.
|
|
#
|
|
# See hibernate.conf(5) for help on the configuration items.
|
|
#
|
|
# NOTE: TuxOnIce is an improved version of suspend-to-disk which currently
|
|
# requires patching your kernel. For more information, see www.tuxonice.net
|
|
#
|
|
# If you do not wish to patch your kernel but still be able to suspend to
|
|
# disk, see disk.conf instead.
|
|
|
|
### TuxOnIce
|
|
UseTuxOnIce yes
|
|
Reboot no
|
|
EnableEscape yes
|
|
DefaultConsoleLevel 1
|
|
Compressor lzf
|
|
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
|
|
|
|
## Or traditionally like this:
|
|
# TuxOnIceAllSettings 0 0 2056 65535 5
|
|
|
|
## Or even from the results of hibernate --save-settings with this:
|
|
# TuxOnIceAllSettingsFile /etc/hibernate/suspend-settings.conf
|
|
|
|
## For filewriter:
|
|
# FilewriterLocation /suspend_file 1000
|
|
# VerifyFilewriterResume2 yes
|
|
|
|
## Specify a userui like this:
|
|
# ProcSetting userui_program /usr/local/sbin/tuxoniceui_text
|
|
|
|
# Scale CPU to full speed to make sure we suspend as fast as possible.
|
|
FullSpeedCPU yes
|
|
|
|
Include common.conf
|