TLP-电池优化
目录
TLP 是一个可以延长 Linux 笔记本电池寿命的高级电源管理工具。
bash
# 更新软件源
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp
# 安装 smartmontool 以显示 tlp-stat 中 S.M.A.R.T. 数据。
sudo pacman -S smartmontools
# 安装tlpui
sudo add-apt-repository ppa:linuxuprising/apps
sudo apt-get update
sudo apt-get install tlpui
拯救者系列开启/关闭电池保养模式
bash
# 开启 | 电池最多充电到 60%
sudo tlp setcharge 0 1 BAT0
# 关闭 | 电池最多充电到 100%
sudo tlp setcharge 0 0 BAT0
不支持指定的电源阈值,只有开关电池保养两种状态
参考资料: