Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.19 KB

ideapadmode

Control the battery and system performance mode of the Lenovo IdeaPad 5 14are05 on Linux

Features

  • Set system performance modes: intelligent, extreme, battery saving
  • Enable/disable rapid charge
  • Enable/disable battery conservation

Installation

1. Dependencies

  • 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.

2. Download

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.

Usage

Show Current Status

sudo ideapadmode status

Set System Performance Mode

sudo ideapadmode performance intelligent|extreme|battery

Enable/Disable Rapid Charge

sudo ideapadmode rapidcharge on|off

Enable/Disable Battery Conservation

sudo ideapadmode batterycon on|off

Resource

ArchWiki Lenovo IdeaPad 5 14are05

License

Licensed under the GPLv3 License.