Refresh rate settings command


B!GBOY

Members
Dec 27, 2010
150
55
Does anyone know how one can change the refresh rate settings via settings command (or where it is saved for that matter)?

After listing settings via

# settings list global
# settings list system

and chaning the screen refresh rate from 60 to 90 I cannot find any difference in the values.
Did xiaomi do another half ass job implementing the refresh rate settings?
 
It's a type of screen effect. As far as I know, it's handled on a lower level.
miui.hardware.display.DisplayFeatureManager.getInstance().setScreenEffect(mode, value);
 
  • Like
Reactions: B!GBOY
It's a type of screen effect. As far as I know, it's handled on a lower level.
miui.hardware.display.DisplayFeatureManager.getInstance().setScreenEffect(mode, value);
Thank you. I have to look into how to write an app that calls that method (if even possible).

I was trying to put togather a simple tasker script that sets refresh rate per app, because some apps do not work with 90hz mode.