diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-29 16:34:49 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-29 16:34:49 +0300 |
| commit | 3970b7b74939ad4dcaaba5b077fe3074e8c6d3da (patch) | |
| tree | 8060724843b88aba5bf8ee313ad8c5ec23ad58d5 | |
| parent | 0b9cf6818440f671e193c08b6805faea18030730 (diff) | |
| download | dotfiles-3970b7b74939ad4dcaaba5b077fe3074e8c6d3da.tar dotfiles-3970b7b74939ad4dcaaba5b077fe3074e8c6d3da.tar.gz dotfiles-3970b7b74939ad4dcaaba5b077fe3074e8c6d3da.zip | |
(1) Updated tlp settings
| -rw-r--r-- | settings/tlp.conf (renamed from settings/tlp.settings) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/settings/tlp.settings b/settings/tlp.conf index d463c61..95caf8e 100644 --- a/settings/tlp.settings +++ b/settings/tlp.conf @@ -23,7 +23,7 @@ DISK_IDLE_SECS_ON_BAT=2 # Dirty page values (timeouts in secs). MAX_LOST_WORK_SECS_ON_AC=15 -MAX_LOST_WORK_SECS_ON_BAT=60 +MAX_LOST_WORK_SECS_ON_BAT=15 # Hint: CPU parameters below are disabled by default, remove the leading # # to enable them, otherwise kernel default values are used. @@ -57,7 +57,7 @@ CPU_SCALING_GOVERNOR_ON_BAT=powersave # Values are given in order of increasing power saving. # Note: Intel Skylake or newer CPU and Kernel >= 4.10 required. CPU_HWP_ON_AC=balance_performance -CPU_HWP_ON_BAT=balance_power +CPU_HWP_ON_BAT=power # Set Intel P-state performance: 0..100 (%). # Limit the max/min P-state to control the power dissipation of the CPU. @@ -96,7 +96,10 @@ NMI_WATCHDOG=0 # Values are given in order of increasing power saving. # Requires kernel module msr and x86_energy_perf_policy from linux-tools. ENERGY_PERF_POLICY_ON_AC=performance -ENERGY_PERF_POLICY_ON_BAT=balance-power +ENERGY_PERF_POLICY_ON_BAT=power + +CPU_ENERGY_PERF_POLICY_ON_AC=performance +CPU_ENERGY_PERF_POLICY_ON_BAT=balance_power # Disk devices; separate multiple devices with spaces (default: sda). # Devices can be specified by disk ID also (lookup with: tlp diskid). @@ -164,7 +167,7 @@ RADEON_DPM_PERF_LEVEL_ON_BAT=auto # WiFi power saving mode: on=enable, off=disable; not supported by all adapters. WIFI_PWR_ON_AC=off -WIFI_PWR_ON_BAT=on +WIFI_PWR_ON_BAT=off # Disable wake on LAN: Y/N. WOL_DISABLE=Y |
