2022-06-04 13:17:22 +02:00
|
|
|
# tlp-stat -b reports that BAT1 is enabled on Lumina
|
|
|
|
# Read https://linrunner.de/tlp/settings/battery.html
|
|
|
|
|
|
|
|
# Continue charging on AC when battery is down to %
|
2022-09-21 15:32:12 +02:00
|
|
|
START_CHARGE_THRESH_BAT1=70
|
2022-06-04 13:17:22 +02:00
|
|
|
# Stop charging on AC when battery is up to %
|
|
|
|
STOP_CHARGE_THRESH_BAT1=80
|
2022-09-21 15:32:12 +02:00
|
|
|
|
|
|
|
# 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
|