this post was submitted on 28 Mar 2024
92 points (97.9% liked)

Linux

47361 readers
1741 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've installed TLP on my Lenovo ThinkBook laptop and was wondering if there are additional steps I can take to extend the battery life when using the laptop unplugged.

Could you please share more tips and tricks for maximizing battery life on Linux laptops?

you are viewing a single comment's thread
view the rest of the comments
[–] Tschuuuls@feddit.de 5 points 5 months ago (1 children)

The new meta is Power Profiles Deamon: https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/blob/main/README.md
Otherwise you should see if power management is enabled for all your pcie and input devices (using powertop for example). If you run a nvme ssd, make sure it is allowed to use all power states (bit more involved topic).
Good luck :D

[–] d3Xt3r@lemmy.nz 6 points 5 months ago* (last edited 5 months ago)

Actually, the new new meta is TuneD, apparently you get better better battery life compared to PPD.

Fedora is considering switching to it, and some distros like Bazzite have already made the switch.