How to automatically set a matching display refresh rate on Gnome (Linux)? #16471
              
                Unanswered
              
          
                  
                    
                      user-1-2-3-4-5
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
The display refresh rate can be changed from the command-line at least with the gnome-monitor-config program (or now, preferably, with the upstream gdctl (GNOME Display Control):
After inspecting your current configuration, the major Gnome display settings can be changed with a command:
To return to the computer display:
How can the process be efficiently automated? With a LUA addon or a Bash script which inspects each file with
mediainfo?Currently I set the display refresh rate manually — mostly by viewing the video information in mpv, then running an appropriate command and resuming playback:
note: I haven't had success with the
display-sync-related options — and above all, running your display at the analogous refresh rate (i.e. 23.976 Hz for 24p content) is optimal, isn't it?Beta Was this translation helpful? Give feedback.
All reactions