
##########################################################
# DO NOT EDIT THIS FILE, edit /etc/pm/config.d/ instead! #
##########################################################

# this variable is not used in the SUSE package, we use s2ram instead
HIBERNATE_RESUME_POST_VIDEO="no"

# what modules should be unloaded during suspend/hibernate?
# note that this removes the module and all dependent modules, if possible.
SUSPEND_MODULES=""

#######################################################################
# the variables below here are specific to the SUSE package right now

# what options should be passed to s2ram?
# see http://en.opensuse.org/S2ram for more information
# If this option is set, it overrides S2RAM_QUIRKS_SOURCE below
S2RAM_OPTS=""

# where should pm-utils get the s2ram quirks from?
# s2ram - use the whitelist in s2ram, if the machine is known.
# hal   - use the quirks passed in by HAL on the command line
# everything else: try to be smart in figuring out the correct
# quirks.
# if S2RAM_OPTS is set, it overrides S2RAM_QUIRKS_SOURCE!
S2RAM_QUIRKS_SOURCE=""

# which method should be used for suspend to disk?
# defaults to "autodetect" ("userspace" if s2disk is available, "kernel" otherwise)
# (do not change unless you kow what you are doing)
HIBERNATE_METHOD=""

# IWL power management
# 6: Radio always on, default AC
# 1-5: BATTERY levels, the higher the value, the more power is saved
# Empty string is meant for not touching any power management features at all
IWL_PM="5"

# SATA power management
# Possible values are: min_power, medium_power, max_performance
# Empty string is meant for not touching any power management features at all
SATA_PM="medium_power"

# SOUND power management
# Specifies the timeout after a sound card enters a low power mode
# Empty string is meant for not touching any power management features at all
SOUND_PM="10"
