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.shOptionally, add ideapadmode.sh to PATH to use it from anywhere in the shell.
sudo ./ideapadmode.sh statussudo ./ideapadmode.sh performance intelligent|extreme|batterysudo ./ideapadmode.sh rapidcharge on|offsudo ./ideapadmode.sh batterycon on|offArchWiki Lenovo IdeaPad 5 14are05
Licensed under the GPLv3 License.