<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Set A Custom Screen Resolution in Ubuntu Desktop	</title>
	<atom:link href="https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 29 Jan 2023 23:46:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: nobody		</title>
		<link>https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1953939</link>

		<dc:creator><![CDATA[nobody]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 23:46:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35284#comment-1953939</guid>

					<description><![CDATA[I followed the steps and added a new resolution to the display. A &lt;strong&gt;1440x2560&lt;/strong&gt;, unfortunately when the apply button is hit it comes back with the error message:

The current Input timing is not supported by the monitor display.
Please change your input timing to 2560x1440,60Hz or any
other monitor listed timing as per monitory specifications.        
U2518D

What I did was the following:
&lt;pre&gt;
c@b:~$ xrandr
DisplayPort-1-2 connected 1440x2560+0+0 left (normal left inverted right x axis y axis) 553mm x 311mm
   2560x1440     59.95*+
   2048x1080     60.00    24.00  
   1920x1080     60.00    50.00    59.94  
   1920x1080i    60.00    50.00    59.94  
   1600x1200     60.00  
   1280x1024     75.02    60.02  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x576i      50.00  
   720x480       60.00    59.94  
   720x480i      60.00    59.94  
   640x480       75.00    60.00    59.94  
   720x400       70.08  
&lt;/pre&gt;
&lt;pre&gt;
c@b:~$ cvt 1440 2560
# 1440x2560 59.98 Hz (CVT) hsync: 159.00 kHz; pclk: 318.00 MHz
Modeline &quot;1440x2560_60.00&quot;  318.00  1440 1568 1720 2000  2560 2563 2573 2651 -hsync +vsync
&lt;/pre&gt;
&lt;pre&gt;
c@b:~$ xrandr --newmode &quot;1440x2560_60.00&quot;  318.00  1440 1568 1720 2000  2560 2563 2573 2651 -hsync +vsync
c@b:~$ xrandr --addmode DisplayPort-1-2 &quot;1440x2560_60.00&quot;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>I followed the steps and added a new resolution to the display. A <strong>1440&#215;2560</strong>, unfortunately when the apply button is hit it comes back with the error message:</p>
<p>The current Input timing is not supported by the monitor display.<br />
Please change your input timing to 2560&#215;1440,60Hz or any<br />
other monitor listed timing as per monitory specifications.<br />
U2518D</p>
<p>What I did was the following:</p>
<pre>
c@b:~$ xrandr
DisplayPort-1-2 connected 1440x2560+0+0 left (normal left inverted right x axis y axis) 553mm x 311mm
   2560x1440     59.95*+
   2048x1080     60.00    24.00  
   1920x1080     60.00    50.00    59.94  
   1920x1080i    60.00    50.00    59.94  
   1600x1200     60.00  
   1280x1024     75.02    60.02  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x576i      50.00  
   720x480       60.00    59.94  
   720x480i      60.00    59.94  
   640x480       75.00    60.00    59.94  
   720x400       70.08  
</pre>
<pre>
c@b:~$ cvt 1440 2560
# 1440x2560 59.98 Hz (CVT) hsync: 159.00 kHz; pclk: 318.00 MHz
Modeline "1440x2560_60.00"  318.00  1440 1568 1720 2000  2560 2563 2573 2651 -hsync +vsync
</pre>
<pre>
c@b:~$ xrandr --newmode "1440x2560_60.00"  318.00  1440 1568 1720 2000  2560 2563 2573 2651 -hsync +vsync
c@b:~$ xrandr --addmode DisplayPort-1-2 "1440x2560_60.00"
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Linuxian		</title>
		<link>https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1893887</link>

		<dc:creator><![CDATA[Linuxian]]></dc:creator>
		<pubDate>Sat, 08 Oct 2022 21:51:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35284#comment-1893887</guid>

					<description><![CDATA[Thank you. Worked like a charm on my Linux Distro!]]></description>
			<content:encoded><![CDATA[<p>Thank you. Worked like a charm on my Linux Distro!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Emmanuel		</title>
		<link>https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1849852</link>

		<dc:creator><![CDATA[Emmanuel]]></dc:creator>
		<pubDate>Sat, 23 Jul 2022 17:12:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35284#comment-1849852</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1313956&quot;&gt;Aaron Kili&lt;/a&gt;.

Hi, I found a bug related to this, when you name it &quot;&lt;strong&gt;1680x1000_60.00&lt;/strong&gt;&quot; that &quot;&lt;strong&gt;_60.00&lt;/strong&gt;&quot; extra part can cause a bug for Minecraft 12.2 (and probably older versions as well) that use java8 and the LWJGL 2.

I fixed it leaving that to &quot;&lt;strong&gt;1680x1000&lt;/strong&gt;&quot;.

In my case was &quot;&lt;strong&gt;1280x1024_60.00&lt;/strong&gt;&quot; and caused an error when loading the game: 

&quot;OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.&quot;

That caused the LWJGL 2.9.4, 2.9.3, and 2.9.2 to have an issue detecting the mode in that way. The LWJGL 2.9.1 worked fine cause it uses an older/different method.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1313956">Aaron Kili</a>.</p>
<p>Hi, I found a bug related to this, when you name it &#8220;<strong>1680x1000_60.00</strong>&#8221; that &#8220;<strong>_60.00</strong>&#8221; extra part can cause a bug for Minecraft 12.2 (and probably older versions as well) that use java8 and the LWJGL 2.</p>
<p>I fixed it leaving that to &#8220;<strong>1680&#215;1000</strong>&#8220;.</p>
<p>In my case was &#8220;<strong>1280x1024_60.00</strong>&#8221; and caused an error when loading the game: </p>
<p>&#8220;OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.&#8221;</p>
<p>That caused the LWJGL 2.9.4, 2.9.3, and 2.9.2 to have an issue detecting the mode in that way. The LWJGL 2.9.1 worked fine cause it uses an older/different method.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Muhammad Arfan		</title>
		<link>https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1597210</link>

		<dc:creator><![CDATA[Muhammad Arfan]]></dc:creator>
		<pubDate>Mon, 27 Sep 2021 16:49:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35284#comment-1597210</guid>

					<description><![CDATA[My CPU was working perfectly but just for some reason, I disconnected my Monitor from my CPU now when I make it connected my screen resolution is changed and I try a lot of methods but did not work. 

Now I found your&#039;s said method then i try it too but when I give a command in terminal &lt;strong&gt;xrandr&lt;/strong&gt;: 

I get this message

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected primary 640x480+0+0 0mm x 0mm
640x480 73.00*
uhammad@uhammad-X58-USB3:~$ cvt 1680 1000
# 1680x1000 59.89 Hz (CVT) hsync: 62.17 kHz; pclk: 139.25 MHz
Modeline &quot;1680x1000_60.00&quot;  139.25  1680 1784 1960 2240  1000 1003 1013 1038 -hsync +vsync
uhammad@uhammad-X58-USB3:~$ xrandr --newmode &quot;1680x1000_60.00&quot;  
139.25  1680 1784 1960 2240  1000 1003 1013 1038 -hsync +vsync
xrandr: Failed to get size of gamma for output default
uhammad@uhammad-X58-USB3:~$ xrandr --addmode DP-1 &quot;1680x1000_60.00&quot;
xrandr: Failed to get size of gamma for output default
xrandr: cannot find output &quot;DP-1&quot;
uhammad@uhammad-X58-USB3:~$ sudo vim /etc/profile.d/external_monitor_resol.sh
[sudo] password for uhammad: 
sudo: vim: command not found
uhammad@uhammad-X58-USB3:~$ 


Please if have time reply to me.]]></description>
			<content:encoded><![CDATA[<p>My CPU was working perfectly but just for some reason, I disconnected my Monitor from my CPU now when I make it connected my screen resolution is changed and I try a lot of methods but did not work. </p>
<p>Now I found your&#8217;s said method then i try it too but when I give a command in terminal <strong>xrandr</strong>: </p>
<p>I get this message</p>
<p>xrandr: Failed to get size of gamma for output default<br />
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480<br />
default connected primary 640&#215;480+0+0 0mm x 0mm<br />
640&#215;480 73.00*<br />
uhammad@uhammad-X58-USB3:~$ cvt 1680 1000<br />
# 1680&#215;1000 59.89 Hz (CVT) hsync: 62.17 kHz; pclk: 139.25 MHz<br />
Modeline &#8220;1680x1000_60.00&#8221;  139.25  1680 1784 1960 2240  1000 1003 1013 1038 -hsync +vsync<br />
uhammad@uhammad-X58-USB3:~$ xrandr &#8211;newmode &#8220;1680x1000_60.00&#8221;<br />
139.25  1680 1784 1960 2240  1000 1003 1013 1038 -hsync +vsync<br />
xrandr: Failed to get size of gamma for output default<br />
uhammad@uhammad-X58-USB3:~$ xrandr &#8211;addmode DP-1 &#8220;1680x1000_60.00&#8221;<br />
xrandr: Failed to get size of gamma for output default<br />
xrandr: cannot find output &#8220;DP-1&#8221;<br />
uhammad@uhammad-X58-USB3:~$ sudo vim /etc/profile.d/external_monitor_resol.sh<br />
[sudo] password for uhammad:<br />
sudo: vim: command not found<br />
uhammad@uhammad-X58-USB3:~$ </p>
<p>Please if have time reply to me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1565140</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 11 Aug 2021 09:53:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35284#comment-1565140</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1565132&quot;&gt;Philip Price&lt;/a&gt;.

@Philip,

Run the following command to get the list of available resolutions.
&lt;pre&gt;
$ xrandr --verbose
&lt;/pre&gt;
The set the corresponding pixel values to set the resolution to 1920x1080 as shown.
&lt;pre&gt;
$ xrandr -s 6
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/comment-page-1/#comment-1565132">Philip Price</a>.</p>
<p>@Philip,</p>
<p>Run the following command to get the list of available resolutions.</p>
<pre>
$ xrandr --verbose
</pre>
<p>The set the corresponding pixel values to set the resolution to 1920&#215;1080 as shown.</p>
<pre>
$ xrandr -s 6
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
