From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/Linux-power-consumption-control.html | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 articles/2025/Linux-power-consumption-control.html (limited to 'articles/2025/Linux-power-consumption-control.html') diff --git a/articles/2025/Linux-power-consumption-control.html b/articles/2025/Linux-power-consumption-control.html new file mode 100755 index 0000000..31748e0 --- /dev/null +++ b/articles/2025/Linux-power-consumption-control.html @@ -0,0 +1,35 @@ + + + + + + + Linux power consumption control + + +
+

Bloggings

+ Back + +
+ +
+
+

Linux power consumption control

+

2025-03-23

+

TLP is a feature-rich command line utility for Linux

+

saving laptop battery power without the need to delve deeper into technical details.

+

TLP’s default settings are already optimized for battery life, so you may install it and just sit back and relax. Nevertheless, TLP is completely customizable to get even more power savings or meet your exact requirements.

+sudo pacman -S tlp tlpui cpupower +sudo systemctl enable tlp.service +

I enabled the panel cpufreq plugin on my Thinkpad X220 and saw that AC/BAT power changes +were handled correctly

+

+

TLP Web site

+

Arch Linux TLP page

+ +
+
+ + -- cgit v1.3.1