system: add tlp config template

This commit is contained in:
Hoang Nguyen 2021-06-13 17:00:56 +03:00
parent 16c7177046
commit 7240be331e
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
acpi_call

View File

@ -0,0 +1,13 @@
TLP_DEFAULT_MODE=BAT
CPU_SCALING_GOVERNOR_ON_BAT=ondemand
CPU_SCALING_MIN_FREQ_ON_BAT=1400000
CPU_SCALING_MAX_FREQ_ON_BAT=1700000
DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
DISK_IOSCHED="mq-deadline mq-deadline"
PCIE_ASPM_ON_BAT=default
RADEON_POWER_PROFILE_ON_BAT=auto
RADEON_DPM_STATE_ON_BAT=battery
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wifi wwan"
START_CHARGE_THRESH_BAT0=70
STOP_CHARGE_THRESH_BAT0=85