arch power management - Forest0923/memo GitHub Wiki

Install

  • Install tlp:
sudo pacman -S tlp
  • Check dependencies (Thinkpad only?):
tlp-stat -b
  • Install recommended package (e.g. acpi_call).

Setting

  • When using btrfs as a file system:
sudo vim /etc/default/tlp
# /etc/default/tlp
SATA_LINKPWR_ON_BAT=max_performance

Start

  • Start tlp:
sudo tlp start
  • Systemctl:
sudo systemctl enable tlp