System Settings - Power Management Service appears to not be running
"Config" of Bazzite I am running:
Desktop, KDE, AMD (primary GPU), no Steam game mode.
Installed Bazzite and tried to adjust when computer goes to sleep (default 5min too fast) and I am unable to adjust these settings.
Solution:Jump to solution
/usr/libexec/org_kde_powerdevil
if running that fixes it then idk why it didnt autostart but it should be easy enough to add it to autostart manually...15 Replies
make sure
tuned
and tuned-ppd
are running
they should start automatically
not sure what other services they might refer to (it is not power-profiles-daemon as we do not use that, we use tuned-ppd instead of that)running
systemctl status tuned
it was enabled. Running systemctl status tuned-ppd
it was disabled. I ran systemctl start tuned-ppd; systemctl enable tuned-ppd
and a restart and both are enabled after restart but my issue still persists.
@kylebaker
systemctl status upower
this should also be enabled and running
also give me rpm-ostree status
too when you canIt is running:
and second output:
ok
is
org_kde_powerdevil
running? ps ax | grep "org_kde_powerdevil"
Yes:
that says it does not run
as thats the grep command
Oh, miss understood then. My mistake.
Solution
/usr/libexec/org_kde_powerdevil
if running that fixes it then idk why it didnt autostart but it should be easy enough to add it to autostart manuallyAfter running
/usr/libexec/org_kde_powerdevil
should the theory be that my original issue would go away?yes, as i dont know anything else it can be at this rate so if this worked then just add that to autostart
I added
/usr/libexec/org_kde_powerdevil
to the Autostart via KDE System Settings and now my issue is resolved.Thank you @HikariKnight !