-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Support for TuneD 2.0 power settings #482
Comments
The issue here is that TuneD currently does not offer itself on the new DBus interface that Power Profiles Daemon advertises itself on: See this upstream PR: redhat-performance/tuned#684 Question @WatchMkr , would it be helpful to have an Adding on to the idea, that could be helpful when, for example, someone has an issue that is caused by distro-specific packaging. |
Good point. Yeah, looks like the ppd policy still uses hadess. If I understand correctly (which is unlikely) if tuned switches to the new interface, will it "just work"? Don't see any point in adding support for hadess. |
system76-power supports |
I'll probably just switch to system76-power then. I just figured it was worth calling out since I believe tuned is now the standard on fedora 41. That said, I know pop! is the priority here! |
No worries, we were just talking about it in the Fedora COSMIC sig group. I think tuned will end up supporting |
Looks like Fedora 41 has migrated to TuneD proper and power settings appear to be working! Guess this can be closed unless there's a reason to leave it open. |
Make sure that at least one power profile manager daemon is included. Use `power-profiles-daemon` for now until support is added in tuned-ppd and cosmic-settings. See: pop-os/cosmic-settings#482 See: redhat-performance/tuned#684 See: https://fedoraproject.org/wiki/Changes/TunedAsTheDefaultPowerProfileManagementDaemon
Make sure that at least one power profile manager daemon is included. Use `power-profiles-daemon` for now until support is added in tuned-ppd and cosmic-settings. See: pop-os/cosmic-settings#482 See: redhat-performance/tuned#684 See: https://fedoraproject.org/wiki/Changes/TunedAsTheDefaultPowerProfileManagementDaemon
TuneD is a power profiles tool similar to power-profiles-daemon, which will replace the latter starting with Fedora 41. At present,
tuned-ppd
is a translation API layer that translates the power-profiles-daemon API to TuneD. Gnome picks this up and iftuned-ppd
is installed by runningsudo dnf swap power-profiles-daemon tuned-ppd
then the Gnome power settings work just as they did before. This is not the case for Cosmic, but it would seem (possibly ignorantly) that a fix may just require some additional checks?The text was updated successfully, but these errors were encountered: