Optimizing laptop battery life.

This commit is contained in:
Julien Palard 2021-09-19 12:04:53 +02:00
parent a3b1a456a8
commit 6ae1352971
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 5 additions and 1 deletions

View File

@ -75,10 +75,14 @@ and `update-alternatives --configure x-terminal-emulator` to choose urxvt.
```
apt-get install firmware-iwlwifi
apt-get install firmware-nonfree
apt-get install laptop-mode-tools
apt-get install tlp # Optimize Laptop Battery Life
apt-get install opensc opensc-pkcs11 # For yubikey
```
With:
echo'CPU_ENERGY_PERF_POLICY_ON_BAT=power > /etc/tlp.d/50-cpu.conf
# What I typically do on a new laptop
- Change grub sleep time in `/etc/default/grub` (and run `update-grub`)