Control the battery and cooling of the Lenovo Ideapad 5 on Linux
- set cooling modes: intelligent, extreme performance, 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 cooling intelligent|extreme|battery
sudo ideapadmode rapidcharge on|off
sudo ideapadmode batterycon on|off
ArchWiki Lenovo IdeaPad 5 14are05
Licensed under the GPLv3 License.