Acer
Capability
- 2 modes: Full Capacity Mode, and Maximum Life Span mode.
- The charging threshold are fixed at value 100% and 80% and are not customizable.
- Full Capacity mode is the what Acer refers to as
Battery Charge Limit
enabled (100%). - Maximum Life Span mode is the what Acer refers to as
Battery Charge Limit
disabled (80%).
Dependencies
Depends on separate kernel module acer-wmi-battery
, that need to be installed.
https://github.com/frederik-h/acer-wmi-battery
acer-wmi-battery
module is supported by a third party and this extension/author is not in any way responsible for the kernel module installation, bugs or damages.
Testing charging threshold using command-line
After installing acer-wmi-battery
below sysfs path will be available and charging threshold/mode can be changed. Now user will be able to set charging threshold, using commandline and test charging behavior. Charging mode can be set by using echo
command in terminal
.
To turn on Battery Limit charge
Require root privileges
echo '1' | pkexec tee /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
To turn off Battery Limit charge
Require root privileges
echo '0' | pkexec tee /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
sudo
also can be used in place of pkexec
in the above commands as both sudo
and pkexec
can be use to run commands in root mode. To make use of polkit rules, the extension uses pkexec
.
The current threshold value can also be read using cat
command in terminal
.
cat /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
Condition for applying threshold
- Accepted values for
health_mode
: 0 or 1
If charging threshold are applied successfully using above commands, the extension is compatible.
Quick Settings
Extension Preferences