aboutsummaryrefslogtreecommitdiff
path: root/articles/2025/Linux-power-consumption-control.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2025/Linux-power-consumption-control.html')
-rwxr-xr-xarticles/2025/Linux-power-consumption-control.html35
1 files changed, 35 insertions, 0 deletions
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 @@
+<!doctype html>
+<html lang="EN">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="/style.css">
+ <title>Linux power consumption control</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+
+ </header>
+
+<main>
+<article>
+<h2>Linux power consumption control</h2>
+<h3>2025-03-23</h3>
+<h4>TLP is a feature-rich command line utility for Linux</h4>
+<p>saving laptop battery power without the need to delve deeper into technical details.</p>
+<p>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.</p>
+<code>sudo pacman -S tlp tlpui cpupower</code>
+<code>sudo systemctl enable tlp.service</code>
+<p>I enabled the panel cpufreq plugin on my Thinkpad X220 and saw that AC/BAT power changes
+were handled correctly</p>
+<p><img src="/images/blog/xfce4-panel-cpu-fan.png"></p>
+<p><a href="https://linrunner.de/tlp/index.php">TLP Web site</a></p>
+<p><a href="https://wiki.archlinux.org/title/TLP">Arch Linux TLP page</a></p>
+
+</article>
+</main>
+<footer>
+<p>&nbsp;</p><p>§</p></footer>
+</body></html>