<figure class="wp-block-image size-large"><img src="https://www.vkafed.com/wp-content/uploads/2019/12/image-4.png" alt="" class="wp-image-255"/></figure>
<p class="wp-block-paragraph">Edit <strong>/usr/share/X11/xorg.conf.d/10-monitor.conf</strong> and paste the following:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">Section "Monitor"
Identifier "Monitor0"
Section "Monitor"
Identifier "Monitor0"
Modeline "2560x1440_60.00" 661.25 2560 2784 3064 3568 1440 1443 1448 1545 -hsync +vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Virtual1"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "2560x1440_60.00"
EndSubSection
EndSection</pre>
<p class="wp-block-paragraph">And reboot system with <strong>sudo reboot</strong></p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group=""># sudo reboot</pre>
<p class="wp-block-paragraph">Thanks!</p>
Edit /usr/share/X11/xorg.conf.d/10-monitor.conf and paste the following:
Section "Monitor"
Identifier "Monitor0"
Section "Monitor"
Identifier "Monitor0"
Modeline "2560x1440_60.00" 661.25 2560 2784 3064 3568 1440 1443 1448 1545 -hsync +vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Virtual1"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "2560x1440_60.00"
EndSubSection
EndSection
And reboot system with sudo reboot
# sudo reboot
Thanks!