Skip to content
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

[Display] Fedora 41: Low contrast when setting Power Profile to "Power Save" and on battery #2

Closed
questionlp opened this issue Nov 1, 2024 · 2 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation fedora-41

Comments

@questionlp
Copy link
Owner

With the release of Fedora 41, power-profiles-daemon has been replaced with tuned-ppd and the default powersave profile sets the value of /sys/class/drm/card1-eDP-1/amdgpu/panel_power_savings to 3 as before.

A new method of setting the value of panel_power_savings when changing power files needs to be created.

@questionlp questionlp added bug Something isn't working documentation Improvements or additions to documentation fedora-41 labels Nov 1, 2024
@questionlp
Copy link
Owner Author

questionlp commented Nov 1, 2024

Using modified tuned profiles found in GokhanOfficial/tuned-ppd-config, a new, modified powersave profile can be created.

The new power profile that I created is called powersave-modified and the profile configuration is located at /etc/tuned/profiles/powersave-modified/tuned.conf, with the following contents:

[main]
include=powersave

[video]
panel_power_savings=0

The new profile inherits the settings from the default powersave profile, but changes the The main ppd.conf file needs to be updated so that the power-save profile points to the new powersave-modified profile. That can be done by modifying /etc/tuned/ppd.conf and change the power-save value under the profiles section from powersave to powersave-modified.

After both changes have been made, tuned must be restarted by running sudo systemctl restart tuned.

If you are already in "Power Save" mode, you may need to switch to a different mode and switch back for the changes to fully take effect.

@questionlp
Copy link
Owner Author

Copies of the /etc/tuned/ppd.conf and /etc/tuned/profiles/powersave-modified/tuned.conf file have been checked into the repository under https://github.com/questionlp/framework-laptop-16/tree/main/etc/tuned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation fedora-41
Projects
None yet
Development

No branches or pull requests

1 participant