$ sudo apt install powertop tlp tlp-rdw
$ sudo powertop
Overview
タブ: 現在の消費電力を表示Tunables
タブ: 少電力の設定Good
/ OFF: Bad
)。Autosuspend USB
: 自動で USB が少電力モードに移行する。ただし、デバイスによっては、使えなくなることもあるので注意。$ sudo systemctl start tlp
$ sudo systemctl enable tlp
$ sudo systemctl disable tlp
/etc/tlp.conf
を編集する (他のサイトでは /etc/default/tlp
を紹介しているが、少なくとも Ubuntu 20.04 / LinuxMint 20 では /etc/tlp.conf
に変更されている)。START_CHARGE_THRESH_BAT0
: 充電し始める閾値STOP_CHARGE_THRESH_BAT0
: 充電を止める閾値$ sudo tlp fullcharge
$ sudo tlp-stat -b
$ sudo systemctl restart tlp
$ sudo tlp-stat -b
/sys/class/power_supply/BAT0/charge_start_threshold
や /sys/class/power_supply/BAT0/charge_stop_threshold
の値が設定値になっているかを確認する。$ sudo tlp fullcharge