/etc/hibernate/ram.conf is in hibernate 2.0+15+g88d54a8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # This file is used when suspending to RAM. Use the *-ram.conf files to add
# configuration options, or add them before the TryMethod lines in this file.
# Options are not case-sensitive.
#
# See hibernate.conf(5) for help on the configuration items.
# save to both, RAM and disk
# (disabled by default, since it takes longer)
# TryMethod ususpend-both.conf
TryMethod ususpend-ram.conf
TryMethod sysfs-ram.conf
# The following vbetool settings help with a number of laptops
# EnableVbetool yes
# VbetoolPost yes
# Users with a Radeon graphics card may need to enable this line for
# suspend-to-ram, and install the radeontool program available from
# http://fdd.com/software/radeon/ or your distribution's package.
#
# RadeonTool yes
# The following is needed for most old BIOS laptops
# AcpiVideoS3Bios yes
# AcpiVideoS3Mode yes
|