I haven’t done extensive testing as others on here have, but I think the single biggest positive change to my power draw was swapping out to the 6.5 OEM kernel. This kernel has AMD_pstate configured as default.
I thought TLP was making a big difference but I changed back to PPD a few days ago and my idle seems about the same, around 4w.
console with powertop
What console application are you using? I’d been monitoring my draw with BlackBox, which is apparently really poorly optimized as the application seemed to be causing a 4-5 watt draw simply rendering characters! I changed to the Kitty terminal which uses hardware accel and it made a huge difference.
“Konsole”, the KDE one. I am on kernel 6.6.4 I didn’t even realize that the pstate is on per default, so i could just have not added the kernel parameter? I guess the console application is quite relevant for blinking cursor stuff, i dimly remember some story of vscode devouring plenty of power for that effect alone.
Also, when i say “only powertop in a console” i off course mean “a full blown KDE desktop environment with all the panel stuff constantly displaying data and 5% display brightness”
Yeah it was really bad, I really couldn’t stand how slow it is, so now I’ll just be sticking to the optimizations recommended here feels a lot better though it consumes a little bit more power.
Well that’s how much it idles on Windows w/ the dGPU turned off, on Linux it’s 8W(wish I could get it to 6W like windows haha) but I’ve double checked and GPU really is off on Linux too at 8W.
If it actually consumes less power in you super limp mode means it is also doing less. You may need to have a look at your background tasks or something. the 5w pl puts even the more efficient 7480u way outside it’s best efficiency so it’s probably even worse on a less efficient bin of a previous generation.
Hi @1115, glad things have improved and are more responsive. It may be worth trying powertop --calibrate and once that’s finished see what it reports as the biggest draw.
After looking at that, powertop --auto-tune may also be worthwhile. If you’re happy with the results of that, you could add it to your start-up scripts or via udev for when on battery.
Looking at powertop output and the FW13 with mediatek wifi, I’ve tested turning power management off, which improves performance but also increases reported draw by ~1W.
Based on these specs for your laptop, I would also try a lower refresh rate to see if that resolves the dropped frames (start at 60Hz and then go up from there).
Otherwise, for graphic performance, you may wish to look at folks with the same or similar laptop/cpu to see what kernel flags are in use for the gpu? Or try the proprietary AMD graphic drivers. I have to use them on a desktop for DaVinci Resolve and they have been improving.
@Mario_Limonciello Thanks for putting up that MR, I tested it and reported in the MR (hopefully the bump/results help!) Hopefully this gets merged, it makes a huge difference in power draw and will allow for great power saving without needing to configure/manage something like TLP.
I have upgraded to Ubuntu 22.04d OEM 6.5 kernel. Also installed @Mario_Limonciello PPD PPA.
The upgrade broke the OEM c kernel notification & grub edit script which insisted on sticking with OEM 6.1 rather than 6.5 kernels, but I got through that.
With just these two changes, plus powertop --autotune my power consumption has dropped quite a bit, now baseline in the 4-5 W range. Web surfing has not exceeded 7W so far.
After several hours of use, powertop reports 94% in C3 overall.
I also tried this approach, and it works fine. I had to stop Dropbox and Mattermost to get down to 5W, but 5W with gnome-power-statistics as only running app with WiFi ON and Bluetooth off on brightness level 2 (if 1 is the lowest) works.
Governor “Balanced” works best, full performance if needed and low power consumption otherwise. No need to switch the governor that you use when on power or on battery.
I was running sudo powertop --calibrate once (takes a few minutes, don’t touch your laptop while it is running). And I added this service:
Also positive feedback from here, @Mario_Limonciello. Installing your linked ppd package on Fedora 39 brings down my power consumption from ~9W on idle (medium screen brightness, wifi on, nothing running) to consistently ~4.3W on power-save and around 5.3W on balanced or performance modes.
What branch or commit did you build from specifically? I want to make a PKGBUILD for this for arch (haven’t ever submitted anything to the AUR before, but I imagine there are enough arch/amd framework 13 users to make this worth it)