Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 148412  / 1 Year ago, fri, december 30, 2022, 7:27:30

How do I change the monitor's refresh rate in Oneiric?



There is no option to do it in the Displays dialog now. By default it's 60Hz, but I need 75Hz on my monitor.



In previous releases there used to be such an option in the Displays dialog.



Edit - Half baked solution



The best I could do so far was:



xrandr -s 1280x1024 -r 75


This is perfect, but my problem is that it isn't permanent. It defaults back to 60 Hz after logging out and back in.



Perhaps this should go into some script and added to startup? I just don't know how to do that.


More From » monitor

 Answers
7

So my solution is, which seems to work well on my system:




  1. I opened up Startup Applications


  2. I clicked Add


  3. I typed a name and the following in the command field:



    xrandr -s 1280x1024 -r 75




Using this xrandr -s 1280x1024 -r 75 is run at every sytem startup and sets the refresh rate as required. There could be a better option but right now this seems to be OK for me.



Hopefully the LTS will fix the showstopper bug of no easy, gui way to change the refresh rate.


[#43645] Sunday, January 1, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
calronze

Total Points: 0
Total Questions: 110
Total Answers: 112

Location: Belarus
Member since Thu, Aug 11, 2022
2 Years ago
calronze questions
Sun, Jan 9, 22, 13:41, 2 Years ago
Wed, Feb 15, 23, 01:41, 1 Year ago
Sat, Jul 23, 22, 21:03, 2 Years ago
Sat, Feb 5, 22, 01:57, 2 Years ago
;