this post was submitted on 19 Nov 2023
1 points (100.0% liked)
Framework
76 readers
1 users here now
Discussion around the Framework mission of building products that last longer by making them upgradeable, customizable, and repairable. Consumer electronics can be better for you and for the environment.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Frankly, regardless of what the optimization guide says, I would not use TLP. TLP is widely known in the Linux community for being very troublesome in this respect. Your CPU scheduler very likely does a much better job anyway, and TLP needs to be specifically fine-tuned for a machine to work well. Personally, I think the performance penalty you pay for TLP is not worth the battery life advantage. Sure, my laptop lasts longer on TLP, but it's also slower - not rocket science, right? If you put the brakes on your CPU, it will run slower and draw less power. Seems about right.
I would try one of the following options:
power-profiles-daemons
pluspowertop
and go work on some of the tunables to turn off features you don't need to gain more powerAlso, make sure you are starting up Linux with
mem_sleep_default=deep
to minimize power drain during standby; although, as with all modern laptops except MacBooks nowdays, you should standby as little as you can and prefer a full shutdown whenever feasible.Performance has been great, honestly: on battery or AC! TLP has made a massive difference for me, providing far greater battery life at very little cost to performance. That said, this is the only noticeable issue I've really had (besides for other Wayland annoyances).
I do have Intel, and PPD provided subpar performance IMO. That said, I might go back to it as a test.