Control the battery and system performance mode of the Lenovo IdeaPad 5 14are05 on Linux
- Set system performance modes: intelligent, extreme, battery saving
- Enable/disable rapid charge
- Enable/disable battery conservation
- bash
- acpi_call (or acpi_call-lts for LTS kernel, acpi_call-dkms for other kernels)
Type uname -r
to find out which kernel you are using.
git clone --depth=1 https://github.com/chrisinick/ideapad-mode.git
cd ideapad-mode
chmod u+x ideapadmode
Optionally, add ideapadmode to PATH to use it from anywhere in the shell.
sudo ideapadmode status
sudo ideapadmode performance intelligent|extreme|battery
sudo ideapadmode rapidcharge on|off
sudo ideapadmode batterycon on|off
ArchWiki Lenovo IdeaPad 5 14are05
Licensed under the GPLv3 License.