[improve] Update the tlp
config
This commit is contained in:
parent
3e1bb5e15c
commit
43acbe091c
1 changed files with 32 additions and 76 deletions
108
etc/tlp.conf
108
etc/tlp.conf
|
@ -24,9 +24,7 @@
|
||||||
# tlp - Parameters for power saving
|
# tlp - Parameters for power saving
|
||||||
|
|
||||||
# Set to 0 to disable, 1 to enable TLP.
|
# Set to 0 to disable, 1 to enable TLP.
|
||||||
# Default: 1
|
TLP_ENABLE=1
|
||||||
|
|
||||||
#TLP_ENABLE=1
|
|
||||||
|
|
||||||
# Control how warnings about invalid settings are issued:
|
# Control how warnings about invalid settings are issued:
|
||||||
# 0=disabled,
|
# 0=disabled,
|
||||||
|
@ -39,15 +37,11 @@
|
||||||
|
|
||||||
# Operation mode when no power supply can be detected: AC, BAT.
|
# Operation mode when no power supply can be detected: AC, BAT.
|
||||||
# Concerns some desktop and embedded hardware only.
|
# Concerns some desktop and embedded hardware only.
|
||||||
# Default: <none>
|
TLP_DEFAULT_MODE=AC
|
||||||
|
|
||||||
#TLP_DEFAULT_MODE=AC
|
|
||||||
|
|
||||||
# Operation mode select: 0=depend on power source, 1=always use TLP_DEFAULT_MODE
|
# Operation mode select: 0=depend on power source, 1=always use TLP_DEFAULT_MODE
|
||||||
# Note: use in conjunction with TLP_DEFAULT_MODE=BAT for BAT settings on AC.
|
# Note: use in conjunction with TLP_DEFAULT_MODE=BAT for BAT settings on AC.
|
||||||
# Default: 0
|
TLP_PERSISTENT_DEFAULT=0
|
||||||
|
|
||||||
#TLP_PERSISTENT_DEFAULT=0
|
|
||||||
|
|
||||||
# Power supply classes to ignore when determining operation mode: AC, USB, BAT.
|
# Power supply classes to ignore when determining operation mode: AC, USB, BAT.
|
||||||
# Separate multiple classes with spaces.
|
# Separate multiple classes with spaces.
|
||||||
|
@ -58,10 +52,8 @@
|
||||||
|
|
||||||
# Seconds laptop mode has to wait after the disk goes idle before doing a sync.
|
# Seconds laptop mode has to wait after the disk goes idle before doing a sync.
|
||||||
# Non-zero value enables, zero disables laptop mode.
|
# Non-zero value enables, zero disables laptop mode.
|
||||||
# Default: 0 (AC), 2 (BAT)
|
DISK_IDLE_SECS_ON_AC=0
|
||||||
|
DISK_IDLE_SECS_ON_BAT=2
|
||||||
#DISK_IDLE_SECS_ON_AC=0
|
|
||||||
#DISK_IDLE_SECS_ON_BAT=2
|
|
||||||
|
|
||||||
# Dirty page values (timeouts in secs).
|
# Dirty page values (timeouts in secs).
|
||||||
# Default: 15 (AC), 60 (BAT)
|
# Default: 15 (AC), 60 (BAT)
|
||||||
|
@ -82,10 +74,8 @@
|
||||||
# and therefore kernel and most distributions have chosen them as defaults.
|
# and therefore kernel and most distributions have chosen them as defaults.
|
||||||
# You should have done your research about advantages/disadvantages *before*
|
# You should have done your research about advantages/disadvantages *before*
|
||||||
# changing the governor.
|
# changing the governor.
|
||||||
# Default: <none>
|
CPU_SCALING_GOVERNOR_ON_AC=performance
|
||||||
|
CPU_SCALING_GOVERNOR_ON_BAT=powersave
|
||||||
#CPU_SCALING_GOVERNOR_ON_AC=powersave
|
|
||||||
#CPU_SCALING_GOVERNOR_ON_BAT=powersave
|
|
||||||
|
|
||||||
# Set the min/max frequency available for the scaling governor.
|
# Set the min/max frequency available for the scaling governor.
|
||||||
# Possible values depend on your CPU. For available frequencies see
|
# Possible values depend on your CPU. For available frequencies see
|
||||||
|
@ -131,26 +121,20 @@
|
||||||
# Set the CPU "turbo boost" (Intel) or "turbo core" (AMD) feature:
|
# Set the CPU "turbo boost" (Intel) or "turbo core" (AMD) feature:
|
||||||
# 0=disable, 1=allow.
|
# 0=disable, 1=allow.
|
||||||
# Note: a value of 1 does *not* activate boosting, it just allows it.
|
# Note: a value of 1 does *not* activate boosting, it just allows it.
|
||||||
# Default: <none>
|
CPU_BOOST_ON_AC=1
|
||||||
|
CPU_BOOST_ON_BAT=0
|
||||||
#CPU_BOOST_ON_AC=1
|
|
||||||
#CPU_BOOST_ON_BAT=0
|
|
||||||
|
|
||||||
# Set the Intel CPU HWP dynamic boost feature:
|
# Set the Intel CPU HWP dynamic boost feature:
|
||||||
# 0=disable, 1=enable.
|
# 0=disable, 1=enable.
|
||||||
# Requires intel_pstate scaling driver in 'active' mode and Intel Core i
|
# Requires intel_pstate scaling driver in 'active' mode and Intel Core i
|
||||||
# 6th gen. or newer CPU.
|
# 6th gen. or newer CPU.
|
||||||
# Default: <none>
|
CPU_HWP_DYN_BOOST_ON_AC=1
|
||||||
|
CPU_HWP_DYN_BOOST_ON_BAT=0
|
||||||
#CPU_HWP_DYN_BOOST_ON_AC=1
|
|
||||||
#CPU_HWP_DYN_BOOST_ON_BAT=0
|
|
||||||
|
|
||||||
# Minimize number of used CPU cores/hyper-threads under light load conditions:
|
# Minimize number of used CPU cores/hyper-threads under light load conditions:
|
||||||
# 0=disable, 1=enable.
|
# 0=disable, 1=enable.
|
||||||
# Default: 0 (AC), 1 (BAT)
|
SCHED_POWERSAVE_ON_AC=0
|
||||||
|
SCHED_POWERSAVE_ON_BAT=1
|
||||||
#SCHED_POWERSAVE_ON_AC=0
|
|
||||||
#SCHED_POWERSAVE_ON_BAT=1
|
|
||||||
|
|
||||||
# Kernel NMI Watchdog:
|
# Kernel NMI Watchdog:
|
||||||
# 0=disable (default, saves power), 1=enable (for kernel debugging only).
|
# 0=disable (default, saves power), 1=enable (for kernel debugging only).
|
||||||
|
@ -164,10 +148,8 @@
|
||||||
# thermal and fan speed. Values are given in order of increasing power saving.
|
# thermal and fan speed. Values are given in order of increasing power saving.
|
||||||
# Note: check the output of tlp-stat -p to determine availability on your
|
# Note: check the output of tlp-stat -p to determine availability on your
|
||||||
# hardware and additional profiles such as: balanced-performance, quiet, cool.
|
# hardware and additional profiles such as: balanced-performance, quiet, cool.
|
||||||
# Default: <none>
|
PLATFORM_PROFILE_ON_AC=balanced_performance
|
||||||
|
PLATFORM_PROFILE_ON_BAT=balance_power
|
||||||
#PLATFORM_PROFILE_ON_AC=performance
|
|
||||||
#PLATFORM_PROFILE_ON_BAT=low-power
|
|
||||||
|
|
||||||
# Define disk devices on which the following DISK/AHCI_RUNTIME parameters act.
|
# Define disk devices on which the following DISK/AHCI_RUNTIME parameters act.
|
||||||
# Separate multiple devices with spaces.
|
# Separate multiple devices with spaces.
|
||||||
|
@ -202,10 +184,8 @@
|
||||||
# See 'man hdparm' for details.
|
# See 'man hdparm' for details.
|
||||||
# Separate values for multiple disks with spaces. Use the special value 'keep'
|
# Separate values for multiple disks with spaces. Use the special value 'keep'
|
||||||
# to keep the hardware default for the particular disk.
|
# to keep the hardware default for the particular disk.
|
||||||
# Default: <none>
|
DISK_SPINDOWN_TIMEOUT_ON_AC="keep"
|
||||||
|
DISK_SPINDOWN_TIMEOUT_ON_BAT="keep"
|
||||||
#DISK_SPINDOWN_TIMEOUT_ON_AC="0 0"
|
|
||||||
#DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
|
|
||||||
|
|
||||||
# Select I/O scheduler for the disk devices.
|
# Select I/O scheduler for the disk devices.
|
||||||
# Multi queue (blk-mq) schedulers:
|
# Multi queue (blk-mq) schedulers:
|
||||||
|
@ -310,10 +290,8 @@
|
||||||
#RADEON_POWER_PROFILE_ON_BAT=default
|
#RADEON_POWER_PROFILE_ON_BAT=default
|
||||||
|
|
||||||
# Wi-Fi power saving mode: on=enable, off=disable.
|
# Wi-Fi power saving mode: on=enable, off=disable.
|
||||||
# Default: off (AC), on (BAT)
|
WIFI_PWR_ON_AC=off
|
||||||
|
WIFI_PWR_ON_BAT=off
|
||||||
#WIFI_PWR_ON_AC=off
|
|
||||||
#WIFI_PWR_ON_BAT=on
|
|
||||||
|
|
||||||
# Disable Wake-on-LAN: Y/N.
|
# Disable Wake-on-LAN: Y/N.
|
||||||
# Default: Y
|
# Default: Y
|
||||||
|
@ -324,10 +302,8 @@
|
||||||
# A value of 0 disables, >= 1 enables power saving.
|
# A value of 0 disables, >= 1 enables power saving.
|
||||||
# Note: 1 is recommended for Linux desktop environments with PulseAudio,
|
# Note: 1 is recommended for Linux desktop environments with PulseAudio,
|
||||||
# systems without PulseAudio may require 10.
|
# systems without PulseAudio may require 10.
|
||||||
# Default: 1
|
SOUND_POWER_SAVE_ON_AC=0
|
||||||
|
SOUND_POWER_SAVE_ON_BAT=10
|
||||||
#SOUND_POWER_SAVE_ON_AC=1
|
|
||||||
#SOUND_POWER_SAVE_ON_BAT=1
|
|
||||||
|
|
||||||
# Disable controller too (HDA only): Y/N.
|
# Disable controller too (HDA only): Y/N.
|
||||||
# Note: effective only when SOUND_POWER_SAVE_ON_AC/BAT is activated.
|
# Note: effective only when SOUND_POWER_SAVE_ON_AC/BAT is activated.
|
||||||
|
@ -376,9 +352,7 @@
|
||||||
#RUNTIME_PM_DISABLE="44:55.6"
|
#RUNTIME_PM_DISABLE="44:55.6"
|
||||||
|
|
||||||
# Set to 0 to disable, 1 to enable USB autosuspend feature.
|
# Set to 0 to disable, 1 to enable USB autosuspend feature.
|
||||||
# Default: 1
|
USB_AUTOSUSPEND=1
|
||||||
|
|
||||||
#USB_AUTOSUSPEND=1
|
|
||||||
|
|
||||||
# Exclude listed devices from USB autosuspend (separate with spaces).
|
# Exclude listed devices from USB autosuspend (separate with spaces).
|
||||||
# Use lsusb to get the ids.
|
# Use lsusb to get the ids.
|
||||||
|
@ -390,9 +364,7 @@
|
||||||
|
|
||||||
# Exclude audio devices from USB autosuspend:
|
# Exclude audio devices from USB autosuspend:
|
||||||
# 0=do not exclude, 1=exclude.
|
# 0=do not exclude, 1=exclude.
|
||||||
# Default: 1
|
USB_EXCLUDE_AUDIO=1
|
||||||
|
|
||||||
#USB_EXCLUDE_AUDIO=1
|
|
||||||
|
|
||||||
# Exclude bluetooth devices from USB autosuspend:
|
# Exclude bluetooth devices from USB autosuspend:
|
||||||
# 0=do not exclude, 1=exclude.
|
# 0=do not exclude, 1=exclude.
|
||||||
|
@ -402,9 +374,7 @@
|
||||||
|
|
||||||
# Exclude phone devices from USB autosuspend:
|
# Exclude phone devices from USB autosuspend:
|
||||||
# 0=do not exclude, 1=exclude (enable charging).
|
# 0=do not exclude, 1=exclude (enable charging).
|
||||||
# Default: 0
|
USB_EXCLUDE_PHONE=0
|
||||||
|
|
||||||
#USB_EXCLUDE_PHONE=0
|
|
||||||
|
|
||||||
# Exclude printers from USB autosuspend:
|
# Exclude printers from USB autosuspend:
|
||||||
# 0=do not exclude, 1=exclude.
|
# 0=do not exclude, 1=exclude.
|
||||||
|
@ -426,9 +396,7 @@
|
||||||
|
|
||||||
# Set to 1 to disable autosuspend before shutdown, 0 to do nothing
|
# Set to 1 to disable autosuspend before shutdown, 0 to do nothing
|
||||||
# Note: use as a workaround for USB devices that cause shutdown problems.
|
# Note: use as a workaround for USB devices that cause shutdown problems.
|
||||||
# Default: 0
|
USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN=0
|
||||||
|
|
||||||
#USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN=0
|
|
||||||
|
|
||||||
# Restore radio device state (Bluetooth, WiFi, WWAN) from previous shutdown
|
# Restore radio device state (Bluetooth, WiFi, WWAN) from previous shutdown
|
||||||
# on system startup: 0=disable, 1=enable.
|
# on system startup: 0=disable, 1=enable.
|
||||||
|
@ -440,21 +408,15 @@
|
||||||
|
|
||||||
# Radio devices to disable on startup: bluetooth, nfc, wifi, wwan.
|
# Radio devices to disable on startup: bluetooth, nfc, wifi, wwan.
|
||||||
# Separate multiple devices with spaces.
|
# Separate multiple devices with spaces.
|
||||||
# Default: <none>
|
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth"
|
||||||
|
|
||||||
#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth nfc wifi wwan"
|
|
||||||
|
|
||||||
# Radio devices to enable on startup: bluetooth, nfc, wifi, wwan.
|
# Radio devices to enable on startup: bluetooth, nfc, wifi, wwan.
|
||||||
# Separate multiple devices with spaces.
|
# Separate multiple devices with spaces.
|
||||||
# Default: <none>
|
DEVICES_TO_ENABLE_ON_STARTUP="wifi wwan"
|
||||||
|
|
||||||
#DEVICES_TO_ENABLE_ON_STARTUP="wifi"
|
|
||||||
|
|
||||||
# Radio devices to disable on shutdown: bluetooth, nfc, wifi, wwan.
|
# Radio devices to disable on shutdown: bluetooth, nfc, wifi, wwan.
|
||||||
# Note: use as a workaround for devices that are blocking shutdown.
|
# Note: use as a workaround for devices that are blocking shutdown.
|
||||||
# Default: <none>
|
DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth nfc wifi wwan"
|
||||||
|
|
||||||
#DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth nfc wifi wwan"
|
|
||||||
|
|
||||||
# Radio devices to enable on shutdown: bluetooth, nfc, wifi, wwan.
|
# Radio devices to enable on shutdown: bluetooth, nfc, wifi, wwan.
|
||||||
# (to prevent other operating systems from missing radios).
|
# (to prevent other operating systems from missing radios).
|
||||||
|
@ -496,8 +458,6 @@
|
||||||
|
|
||||||
# BAT0: Primary / Main / Internal battery (values in %)
|
# BAT0: Primary / Main / Internal battery (values in %)
|
||||||
# Note: also use for batteries BATC, BATT and CMB0
|
# Note: also use for batteries BATC, BATT and CMB0
|
||||||
# Default: <none>
|
|
||||||
|
|
||||||
START_CHARGE_THRESH_BAT0=50
|
START_CHARGE_THRESH_BAT0=50
|
||||||
STOP_CHARGE_THRESH_BAT0=1
|
STOP_CHARGE_THRESH_BAT0=1
|
||||||
|
|
||||||
|
@ -509,16 +469,12 @@ STOP_CHARGE_THRESH_BAT0=1
|
||||||
#STOP_CHARGE_THRESH_BAT1=80
|
#STOP_CHARGE_THRESH_BAT1=80
|
||||||
|
|
||||||
# Restore charge thresholds when AC is unplugged: 0=disable, 1=enable.
|
# Restore charge thresholds when AC is unplugged: 0=disable, 1=enable.
|
||||||
# Default: 0
|
RESTORE_THRESHOLDS_ON_BAT="1"
|
||||||
|
|
||||||
RESTORE_THRESHOLDS_ON_BAT="0"
|
|
||||||
|
|
||||||
# Control battery care drivers: 0=disable, 1=enable.
|
# Control battery care drivers: 0=disable, 1=enable.
|
||||||
# Default: 1 (all)
|
NATACPI_ENABLE=1
|
||||||
|
TPACPI_ENABLE=1
|
||||||
#NATACPI_ENABLE=1
|
TPSMAPI_ENABLE=1
|
||||||
#TPACPI_ENABLE=1
|
|
||||||
#TPSMAPI_ENABLE=1
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# tlp-rdw - Parameters for the radio device wizard
|
# tlp-rdw - Parameters for the radio device wizard
|
||||||
|
|
Loading…
Reference in a new issue