Diese Seite dokumentiert die Einrichtung und Funktion der wichtigsten Powermanagement-Tools
auf meinem T480. Ziel: leisere Kühlung, bessere Akkupflege und Schutz vor künstlicher CPU-Drossel.
tlp
systemctl enable --now tlp.service systemctl enable --now tlp-sleep.service
/etc/tlp.conf
Beispiel Ladegrenzen (in /etc/tlp.conf
):
START_CHARGE_THRESH_BAT0=40 STOP_CHARGE_THRESH_BAT0=80
Status prüfen:
sudo tlp-stat -b
Nur gelegentlich machen (z. B. wenn die Anzeige spinnt oder neue Akkus eingebaut werden).
Jeder komplette Zyklus stresst den Akku.
Auslösen über
tlp recalibrate
Du kannst mit START_CHARGE_THRESH_BAT0
und STOP_CHARGE_THRESH_BAT0
einstellen,
ab welchem Prozentsatz geladen wird und wann das Laden aufhört.
START_CHARGE_THRESH_BAT0=40 STOP_CHARGE_THRESH_BAT0=80
---
Es gibt auch in C Geschriebens Packet, wird aber schlechter gepflegt...
throttled
(Python-Daemon)
systemctl enable --now throttled.service
systemctl status throttled.service
thinkfan
systemctl enable --now thinkfan.service
systemctl enable --now thinkfan-sleep.service
systemctl enable --now thinkfan-wakeup.service
/proc/acpi/ibm/fan
/proc/acpi/ibm/thermal
oder /sys/class/hwmon/...
/etc/thinkfan.conf
:
tp_thermal /proc/acpi/ibm/thermal tp_fan /proc/acpi/ibm/fan (0, 0, 60) (1, 55, 65) (2, 60, 75) (4, 70, 85) (6, 80, 95) (7, 90, 32767)
Test (ohne Änderung, nur Logik):
sudo thinkfan -n -c /etc/thinkfan.conf
thinkfan-tui