/etc/laptop-mode/conf.d/eee-superhe.conf is in laptop-mode-tools 1.66-2.
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 27 28 29 30 31 32 33 34 35 | #
# Configuration file for Laptop Mode Tools module eee-superhe
#
# For more information, consult the laptop-mode.conf(8) manual page.
#
################################################################################
# EEE SuperHE power saving settings
# ----------------------------------
#
#__COMMENT Enable this setting if you have an eeepc laptop
#
################################################################################
# Enable debug mode for this module
# Set to 1 if you want to debug this module
DEBUG=0
# Control FSB speed. Requires eeepc_laptop kernel module loaded.
# Set to 0 to disable.
#
CONTROL_SUPERHE="auto"
# 2 is powersave
# 1 is normal
# 0 is performance
BATT_SUPERHE=2
LM_AC_SUPERHE=0
NOLM_AC_SUPERHE=0
# If your system has the control file located at another point
# configure it here
# SUPERHE_CONTROL_FILE=
|