etc/tlp.d/lumina.conf: add powersave cpu governor

This commit is contained in:
Aminda Suomalainen 2022-09-21 16:32:12 +03:00
parent 903774fc10
commit b16a6a428c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
# Read https://linrunner.de/tlp/settings/battery.html
# Continue charging on AC when battery is down to %
START_CHARGE_THRESH_BAT1=75
START_CHARGE_THRESH_BAT1=70
# Stop charging on AC when battery is up to %
STOP_CHARGE_THRESH_BAT1=80
# sudo cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
# tlp-stat -p
# I would prefer to use "conservative" or "schedutil" which replaces it, but
# they aren't available on Lumina
CPU_SCALING_GOVERNOR_ON_AC=powersave
CPU_SCALING_GOVERNOR_ON_BAT=powersave