From b16a6a428c3a1695c095e8403078a2c3544babef Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 21 Sep 2022 16:32:12 +0300 Subject: [PATCH] etc/tlp.d/lumina.conf: add powersave cpu governor --- etc/tlp.d/lumina.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/tlp.d/lumina.conf b/etc/tlp.d/lumina.conf index 46bb893f..d86ea8a0 100644 --- a/etc/tlp.d/lumina.conf +++ b/etc/tlp.d/lumina.conf @@ -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