Skip to content

fix: slowdowns on Auto cpu speed#727

Merged
frysee merged 1 commit into
LoveRetro:mainfrom
pvaibhav:kernel-cpu-scaling-hotfix
May 17, 2026
Merged

fix: slowdowns on Auto cpu speed#727
frysee merged 1 commit into
LoveRetro:mainfrom
pvaibhav:kernel-cpu-scaling-hotfix

Conversation

@pvaibhav
Copy link
Copy Markdown

The 'ondemand' governor that was being used for Auto cpu speed seems to behave randomly/erratically. After a lot of testing I have changed it to schedutil. This performs much better on a wide variety of games and emulator cores, often outperforming even the Powersave profile (which uses the 'conservative' governor), resulting in lower cpu frequency and similar core temperatures while maintaining solid performance.

That leaves the Performance cpu speed option as being a copy of Auto but just enabling the highest (overclocked) CPU speed. Instead of that, I thought it's worthwhile to have a locked-to-max CPU speed option free from any autoscaling for the truly demanding games (MSDOS games, OMF2097 being one example).

Finally, the Powersave profile is now obsolete but it's left in for now. Auto now performs better than Powersave, providing lower clock speeds than Powersave. A future change should probably remove Powersave profile entirely.

Closes #726

The 'ondemand' governor that was being used for Auto cpu speed seems to behave randomly/erratically. After a lot of testing I have changed it to schedutil. This performs much better on a wide variety of games and emulator cores, often outperforming even the Powersave profile (which uses the 'conservative' governor), resulting in lower cpu frequency and similar core temperatures while maintaining solid performance.

That leaves the Performance cpu speed option as being a copy of Auto but just enabling the highest (overclocked) CPU speed. Instead of that, I thought it's worthwhile to have a locked-to-max CPU speed option free from any autoscaling for the truly demanding games (MSDOS games, OMF2097 being one example).

Finally, the Powersave profile is now obsolete but it's left in for now. Auto now performs better than Powersave, providing lower clock speeds than Powersave. A future change should probably remove Powersave profile entirely.
@pvaibhav
Copy link
Copy Markdown
Author

Those who want to test the fix and provide feedback now, please copy this .pakz file to the root of your SDCARD and restart your device.

https://dsh.re/2d760d6a9ce4904f

I can't attach .pakz files directly here so I uploaded it on S3.

@frysee
Copy link
Copy Markdown
Member

frysee commented May 17, 2026

lgtm, this is pretty much what I had in mind for #497. Does the performance governor still scale down at all, or is it locked to maximum frequency?

@huyhoang160593
Copy link
Copy Markdown

@frysee for my testing the peformance governor will lock down the highest freq and never scale down

@frysee frysee merged commit afb3783 into LoveRetro:main May 17, 2026
62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slowdowns in multiple emulators when using Auto cpu in v6.11.0

3 participants