mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-25 11:44:13 +01:00
Compare commits
2 Commits
903774fc10
...
9ad97b4560
Author | SHA1 | Date | |
---|---|---|---|
9ad97b4560 | |||
b16a6a428c |
4
etc/default/grub.d/cpufreq-powersave.cfg
Normal file
4
etc/default/grub.d/cpufreq-powersave.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
# 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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user