redhat-performance / tuned

Tuning Profile Delivery Mechanism for Linux
GNU General Public License v2.0
751 stars 171 forks source link

tuned-ppd EPP setting on AC/DC #645

Open spandruvada opened 2 weeks ago

spandruvada commented 2 weeks ago

This issue is for tuned-ppd.

The EPP is not set correctly as power-profiles-daemon was doing. On AC power-profiles-daemon was setting balanced-performance and on DC balanced-power (I think this is relatively new change in PPD). But the new tuned-ppd package only sets balanced-performance always.

This commit from PPD, which implemented this: The PPD commit 3b4249d8e90f24c3aa910af83ab349ebf23935e5 sets balanced-power and balanced-performance for DC and AC, respectively.

zacikpa commented 2 weeks ago

Hi! What version of TuneD are you running? This was implemented in the most recent version, 2.23.0, see #616.

stereomato commented 2 weeks ago

For me it does set up balance_power on battery (which is annoying due to https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/issues/151 )