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.sh
Optionally, add ideapadmode.sh to PATH to use it from anywhere in the shell.
sudo ./ideapadmode.sh status
sudo ./ideapadmode.sh performance intelligent|extreme|battery
sudo ./ideapadmode.sh rapidcharge on|off
sudo ./ideapadmode.sh batterycon on|off
ArchWiki Lenovo IdeaPad 5 14are05
Licensed under the GPLv3 License.