What power settings do you use on battery on Linux? There seems to be a few knobs to tweak:
platform_profile: these correspond to the settings in KDE/Gnome - lower power, balanced, performance
AMD pstate EPP
ryzenadj --max-performance/--power-saving
I know PPD will automatically adjust EPP depending on the platform_profile, but do you find anything less than “Performance” for platform_profile make Chrome a bit laggy?
I’m yet to fully understand the meaning of configuration so there might have some potential of reducing power consumption further. The actual power is somewhere between 5W to 6W while I’m typing this (WiFi connected, using browser, bluetooth off, 25% brightness)
It’s 2024, I expect a Linux laptop to have good defaults out of the box, and honestly I’m past the age where I can tinker with a bunch of different power saving apps and settings.
So what I do is make sure to run a rolling distro to be reasonably up to date with kernel and firmware (in my case opensuse Tumbleweed), install the latest BIOS provided by the OEM, and call it a day.
I use KDE with Wayland, PPD which is AFAIK the de facto standard, and have configured KDE to use the power saver/balanced/performance profiles depending on whether I’m on low battery/battery/plugged in.
After that, I expect the OEM, AMD, distro maintainers and the kernel to behave as best as possible.
It looks like it’s gonna take some more time tho (infuriating for a 1600€ device…) to reach the point where battery is comparable to similar devices.
My line of thought is also: anything you do which isn’t default for your distro, you need to MAINTAIN. Imagine you enable a flag today that in one month proves to be counterproductive, you’ll have to remember to disable it.
I work a full time job and can’t afford to babysit my laptop THAT much anymore
Oh, only thing I DID install is Mario Limonciello’s patched PPD (which has been released meanwhile as 0.20, but my distro hasn’t packaged it yet). You’ll find it mentioned in the TLP vs PPD giga thread.