1 line
2.6 KiB
Plaintext
1 line
2.6 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>I have a double monitor setup. One of my monitor, an ASUS VG249Q1R can run at 165 Hz after I enable overclocking in its user interface. Before, it can only run 60 Hz. But when I set it to 165 Hz it only shows random colors (white, blue, green, ...). It works with 144 Hz though. </p> <p>This is my /etc/X11/10-monitor.conf with 144 Hz that works:</p> <pre><code>Section "ServerFlags" Option "BlankTime" "0" EndSection Section "Monitor" Identifier "HDMI-A-1" Modeline "192x108" 220.75 1920 2064 2264 2608 1080 1083 1088 1130 -hsync +vsync Option "PreferredMode" "192x108" Option "RightOf" "DisplayPort-0" EndSection # This is the monitor Section "Monitor" Identifier "DisplayPort-0" Modeline "192x108" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync Option "PreferredMode" "192x108" Option "Primary" "true" EndSection </code></pre> <p>And this is the same file with something with 165 Hz that causes X or whatever to show those random colors:</p> <pre><code>Section "ServerFlags" Option "BlankTime" "0" EndSection Section "Monitor" Identifier "HDMI-A-1" Modeline "192x108" 525.00 1920 2088 2296 2672 1080 1083 1088 1192 -hsync +vsync Option "PreferredMode" "192x108" Option "RightOf" "DisplayPort-0" EndSection # This is the monitor Section "Monitor" Identifier "DisplayPort-0" Modeline "192x108" 455.75 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync Option "PreferredMode" "192x108" Option "Primary" "true" EndSection </code></pre> <p>Both modelines are calculated using <code>cvt</code>.And finally, this is my /etc/X11/20-amdgpu.conf (I use an AMD Radeon RX 590):</p> <pre><code>Section "Device" Identifier "AMD" Driver "amdgpu" Option "TearFree" "true" Option "VariableRefresh" "true" EndSection </code></pre> <p>What can I do in order to have a refresh rate of 165 Hz instead of 144 Hz?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/patri9ck"> /u/patri9ck </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r5ptq2/monitor_only_shows_random_colors_when_setting_a/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r5ptq2/monitor_only_shows_random_colors_when_setting_a/">[comments]</a></span> |