Compare commits

..

No commits in common. "9ad97b45604f250b334e06eada031f58fd447637" and "903774fc1014603e28f70380693e542f0eada89c" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -1,4 +0,0 @@
# Default to powersave CPU governor.
# Remember to check `cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors` or `tlp-stat -p`
# Prefer schedutil or conservative in that order if available.
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT cpufreq.default_governor=powersave"

View File

@ -2,13 +2,6 @@
# Read https://linrunner.de/tlp/settings/battery.html
# Continue charging on AC when battery is down to %
START_CHARGE_THRESH_BAT1=70
START_CHARGE_THRESH_BAT1=75
# 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