ArchLinux TLP
阅读量:
searchstar
2022-05-08 16:42:09
Categories:
Tags:
TLP是一款Linux的电源管理软件,装上可以省电。
sudo pacman -S tlp sudo systemctl mask systemd-rfkill.service sudo systemctl mask systemd-rfkill.socket # sudo tlp start # 开机自启 sudo systemctl enable tlp.service sudo systemctl start tlp.service # Radio Device Wizard sudo pacman -S tlp-rdw sudo systemctl enable NetworkManager-dispatcher.service sudo systemctl start NetworkManager-dispatcher.service
|
临时把电池充满电:
# BAT0是内置电池 sudo tlp setcharge 65 100 BAT0
|
man tlp
里写sudo tlp fullcharge BAT0
也可以临时把电池充满,但是在我的Matebook
X pro上好像不太管用。。。
参考:
如何在Linux中使用TLP快速增加和优化笔记本电脑的电池寿命?
https://wiki.archlinux.org/title/TLP_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)
https://askubuntu.com/questions/841057/ubuntu-consumes-too-much-battery