-
Notifications
You must be signed in to change notification settings - Fork 71
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
SteamOS 3.7 is missing Schedutil Governor #1781
Comments
Finally and good riddance to the SchedUtil CPU governor! There are probably very good reasons why A.B.T.'s SteamOS tweaks always defaulted to the performance governor, looks like Valve finally had the time to read that article. ;-) Anyhow, the reason why the awful schedutil governor is missing is because SteamOS 3.7 must be activating the AMD-PSTATE CPU driver by default. You can confirm that's indeed the case by running the following command and looking at the driver column:
Personally, ever since I've read A.B.T.'s excellent article I always defaulted to the performance CPU governor and never had any problems whatsoever. Good times ahead for all SteamOS users, thanks VALVe! |
never heard of AMD-PSTATE before now and just thought it was an error but it looks like it is indeed active
originally just using performance governor would waste a huge chunk of battery so that guide was bad for telling people to do that at that point Edit: after further testing it looks like powersave is the intended default governor. idk why it defaulted to performance for me since I never use that governor could have been something like powertools getting confused after the update or something else. either way I'm sure its meant to be powersave |
I updated to the "Main" channel recently and I noticed that Schedutil is missing.
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors performance powersave
by default it is set to the performance governor
The text was updated successfully, but these errors were encountered: