How To Guide Lock the screen refresh rate to 90HZ/120HZ

Search This thread

G731882624

Member
Jun 25, 2020
37
17
#Enter the shell on the PC
adb shell
#Modify peak and minimum refresh rate
settings put system peak_refresh_rate 90
settings put system min_refresh_rate 90


Yes, you have got a global refresh rate setting that will not be invalid even if you restart。
Screenshot_2021-01-27-20-28-16-299_com.xiaomi.misettings.jpg

#Please note that if you want to restore the settings, you may have to do it again。
settings put system peak_refresh_rate 120
settings put system min_refresh_rate 60
 

Pacifer94

New member
May 9, 2018
1
0
It did not work for me. I get an error message:

java.lang.SecurityException: com.android.shell was not granted this permission: android.permission.WRITE_SETTINGS.
 

SAMVREMIX

Senior Member
Jan 18, 2013
185
19
Xiaomi Mi 11
how do you get the settings to stick? it changes on the screen I'm on but as soon as i exit out of it on the phone it reverts back to 120hz

Sorted it. Didnt know i needed to go onto 60hz for it to enable 90
 

Britch3s

Senior Member
Sep 10, 2016
97
15
34
Grayson
#Enter the shell on the PC
adb shell
#Modify peak and minimum refresh rate
settings put system peak_refresh_rate 90
settings put system min_refresh_rate 90


Yes, you have got a global refresh rate setting that will not be invalid even if you restart。
View attachment 5200449
#Please note that if you want to restore the settings, you may have to do it again。
settings put system peak_refresh_rate 120
settings put system min_refresh_rate 60
what exactly is it your entering? can you simply list the commands? tried everything i know....this is nothing like fastboot to me lol

nevermind, after a bit of looking (more like 40 seconds, i found the commands lol and added the rest i needed)

to me it would seem that 90hz is extremely jittery (run a game and switch between 60 and 90 using adb shell. youll see what im speaking of.....not so great....when 60 looks smoother...
 
Last edited:

rafik25

Senior Member
Apr 26, 2011
1,464
244
Ici et ailleurs la terre est si vaste
What apps to show this ?
Thank you
PS C:\Users\Rafik25\Desktop> adb shell
venus:/ $ settings put system peak_refresh_rate 90
venus:/ $ settings put system min_refresh_rate 90
venus:/ $

First needing usb debugging (Security setting)
And adb command
 

Attachments

  • Screenshot_2021-05-20-11-25-09-287_com.android.settings.jpg
    Screenshot_2021-05-20-11-25-09-287_com.android.settings.jpg
    414 KB · Views: 771
  • Screenshot_2021-05-20-11-27-11-641_com.miui.home.jpg
    Screenshot_2021-05-20-11-27-11-641_com.miui.home.jpg
    1.4 MB · Views: 771

ZionMainframe

Senior Member
Mar 20, 2016
138
18
All the above comments work for me in Normal mode. In power saving mode it is switching back to 60. There should a variable to edit screen rate in power saving mode. Anyone knows? Please advice.
 

Unknown.Guy

Senior Member
Aug 25, 2016
51
21
I know this is super old but could you please share the name of font you're using for your screenshot in OP? It looks really neat.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    #Enter the shell on the PC
    adb shell
    #Modify peak and minimum refresh rate
    settings put system peak_refresh_rate 90
    settings put system min_refresh_rate 90


    Yes, you have got a global refresh rate setting that will not be invalid even if you restart。
    Screenshot_2021-01-27-20-28-16-299_com.xiaomi.misettings.jpg

    #Please note that if you want to restore the settings, you may have to do it again。
    settings put system peak_refresh_rate 120
    settings put system min_refresh_rate 60
    1
    The above commands can also be implemented in the terminal
    Screenshot_2021-01-27-20-43-03-833_com.termux.jpg