ACC SHELL

Path : /usr/lib/pm-utils/
File Upload :
Current File : //usr/lib/pm-utils/defaults

##########################################################
# DO NOT EDIT THIS FILE!                                 #
#                                                        #
# Add files in /etc/pm/config.d/ instead!                #
##########################################################

# Default method to power down the system when hibernating.
# If commented out, the system will use the kernel default as a 
# default value.
#
# Check /sys/power/disk for valid values.  The default value
# will be surrounded by [square brackets].
# HIBERNATE_MODE="shutdown"

# Whether we need to post the video card when resuming from
# hibernate. You should not normally need to set this.  
# In the future pm-utils will get this setting from HAL.
#
# Valid values are "no" and "yes"
# HIBERNATE_RESUME_POST_VIDEO="no"

# The default sleep/wake system to use.  Valid values are:
#   kernel    The built-in kernel suspend/resume support.
#             Use this if nothing else is supported on your system.
#   uswsusp   If your system has support for the userspace
#             suspend programs (s2ram/s2disk/s2both), then use this.
#   tuxonice  If your system has support for tuxonice, use this.
#
# The system defaults to "kernel" if this is commented out.
SLEEP_MODULE="uswsusp"

#######################################################################
# the variables below here are specific to the SUSE package right now
# and are used only if SLEEP_MODULE is uswsusp

# 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   - ignored, exists only for comparibility purposes pm-utils 1.3.0+ has
#         HAL quirks built-in
# 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=""

# 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"

# the location of the autogenerated s2disk (s2both) config file
S2DISK_CONF="/var/lib/s2disk.conf"

#######################################################################
# These variables will be handled specially when we load files in 
# /etc/pm/config.d.
# Multiple declarations of these environment variables will result in 
# their contents being concatenated instead of being overwritten.

# If you need to unload any modules to suspend/resume, add them here.
# SUSPEND_MODULES=""

# If you want to keep hooks from running, add their names  here.
# HOOK_BLACKLIST=""

# If you want to unconditionally add parameters to the commandline,
# add them here.
# ADD_PARAMETERS=""

# If you want to ignore commandline parameters, add them here.
# DROP_PARAMETERS=""

# If you need to synchronize the system clock across a suspend/resume or
# hibernate/thaw cycle, set this variable.
# NEED_CLOCK_SYNC="true"

ACC SHELL 2018