You are not logged in.
On Fedora 39 KDE, when I click on the battery in the task manager, there's an option to set the performance profile (I think the options were "power saver", "balanced" and "performance").
What do I need to install to get this working on Arch (with KDE Plasma)?
Last edited by andyturfer (2024-01-18 23:40:42)
Offline
You mean this?https://archlinux.org/packages/extra/x86_64/power-profiles-daemon/
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
You mean this?https://archlinux.org/packages/extra/x86_64/power-profiles-daemon/
Thanks, this worked!
$ sudo pacman -S power-profiles-daemon
$ sudo systemctl enable power-profiles-daemon.service
$ sudo reboot
Looks like this could double my battery life (according to the "estimated battery life" displayed when hovering above the battery in the systray) With Firefox open (and 5 or 6 tabs), power draw used to hover around 20W. Now, doing the same thing, power draw hovers around 10W - 11W.
Offline
Reference links for posterity:
* https://wiki.archlinux.org/title/KDE#Power_management
* https://wiki.archlinux.org/title/CPU_fr … les-daemon
Offline
d.ALT wrote:You mean this?https://archlinux.org/packages/extra/x86_64/power-profiles-daemon/
Thanks, this worked!
$ sudo pacman -S power-profiles-daemon $ sudo systemctl enable power-profiles-daemon.service $ sudo reboot
Looks like this could double my battery life (according to the "estimated battery life" displayed when hovering above the battery in the systray) With Firefox open (and 5 or 6 tabs), power draw used to hover around 20W. Now, doing the same thing, power draw hovers around 10W - 11W.
No need to reboot, just
sudo systemctl start power-profiles-daemon.service
after these steps
Offline