<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Underhill &#187; resolution</title>
	<atom:link href="http://dound.com/tag/resolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://dound.com</link>
	<description>dound&#039;s space on the web</description>
	<lastBuildDate>Sun, 13 Jun 2010 23:17:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Overcoming Linux Screen Resolution Limitations (EDID)</title>
		<link>http://dound.com/2010/01/overcoming-linux-screen-resolution-limitations/</link>
		<comments>http://dound.com/2010/01/overcoming-linux-screen-resolution-limitations/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:23:15 +0000</pubDate>
		<dc:creator>David Underhill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[EDID]]></category>
		<category><![CDATA[modeline]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://dound.com/?p=244</guid>
		<description><![CDATA[A little while ago I picked up a 26&#8243; monitor (NEC MultiSync LCD2690WUXi).  Unfortunately, I found that when I connected the monitor to my Ubuntu Linux box that I could only use up to 1280&#215;1028 &#8212; even though the monitor&#8217;s native resolution was 1920&#215;1080!  I also had this problem on my Windows and [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago I picked up a 26&#8243; monitor (<a href="http://www.necdisplay.com/Products/Product/?product=1713e080-c8e3-4aab-9447-73dacb301b84">NEC MultiSync LCD2690WUXi</a>).  Unfortunately, I found that when I connected the monitor to my <a href="http://www.ubuntu.com/">Ubuntu</a> <a href="http://www.linux.org/">Linux</a> box that I could only use up to 1280&#215;1028 &#8212; even though the monitor&#8217;s native resolution was 1920&#215;1080!  I also had this problem on my <a href="http://www.microsoft.com/WINDOWS/">Windows</a> and <a href="http://www.opensuse.org/">SuSE</a> machines, so I suspect the monitor is not properly reporting its maximum resolution via <a href="http://en.wikipedia.org/wiki/EDID">EDID</a>.</p>
<p>I used the command-line utility <a href="http://www.thinkwiki.org/wiki/Xorg_RandR_1.2">xrandr</a> to fix the problem.  Running the tool with no arguments prints a list of displays and available display modes for each.  This is handy since you need the name assigned to your display by your OS for the next step.  Next, use the &#8220;&#8211;newmode&#8221; option with xrandr and specify the <a href="http://en.wikipedia.org/wiki/XFree86_Modeline">modeline</a> which describes the display configuration you wish to use.  This <a href="http://xtiming.sourceforge.net/cgi-bin/xtiming.pl">modeline generator</a> might help you create the modeline you need.  Once you create the new mode, use the &#8220;&#8211;addmode&#8221; option to add it to the list of modes supported by your monitor.</p>
<p>Finally, add this command to your <code>~/.xprofile</code> file (or something similar) so that when you start your machine the new mode is automatically added and available (this way Ubuntu automatically reselects it too).  This is what I ended up adding to my <code>~/.xprofile</code> file:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">xrandr <span style="color: #660033;">--newmode</span> <span style="color: #ff0000;">&quot;1920x1200_50Hz&quot;</span> <span style="color: #000000;">128</span>,<span style="color: #000000;">300</span> <span style="color: #000000;">1920</span> <span style="color: #000000;">1968</span> <span style="color: #000000;">2000</span> <span style="color: #000000;">2079</span> <span style="color: #000000;">1200</span> <span style="color: #000000;">1203</span> <span style="color: #000000;">1209</span> <span style="color: #000000;">1234</span> +hsync <span style="color: #660033;">-vsync</span>
xrandr <span style="color: #660033;">--addmode</span> HDMI-<span style="color: #000000;">0</span> <span style="color: #ff0000;">&quot;1920x1200_50Hz&quot;</span></pre></div></div>

<p>Note: If you set your <a href="http://en.wikipedia.org/wiki/Refresh_rate">refresh rate</a> too high, your monitor will probably flicker occasionally.  If this happens, try lowering the refresh rate by lowering the pixel clock value (the first number in the modeline).</p>
]]></content:encoded>
			<wfw:commentRss>http://dound.com/2010/01/overcoming-linux-screen-resolution-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overcoming Vista Screen Resolution Limitations with an ATI video card</title>
		<link>http://dound.com/2009/07/overcoming-vista-screen-resolution-limitations-with-an-ati-video-card/</link>
		<comments>http://dound.com/2009/07/overcoming-vista-screen-resolution-limitations-with-an-ati-video-card/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 20:27:30 +0000</pubDate>
		<dc:creator>David Underhill</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://dound.com/?p=209</guid>
		<description><![CDATA[I recently picked up a 26&#8243; monitor (NEC MultiSync LCD2690WUXi &#8211; great price, even new, and excellent color gamut).  Unfortunately, I found that when I connected to the monitor in Vista (which I use when I want to run Adobe products) that I could only use up to 1280&#215;1028 &#8212; even though the monitor&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I recently picked up a 26&#8243; monitor (<a href="http://www.necdisplay.com/Products/Product/?product=1713e080-c8e3-4aab-9447-73dacb301b84">NEC MultiSync LCD2690WUXi</a> &#8211; great price, even new, and excellent color gamut).  Unfortunately, I found that when I connected to the monitor in Vista (which I use when I want to run <a href="http://www.adobe.com/products/photoshoplightroom/">Adobe products</a>) that I could only use up to 1280&#215;1028 &#8212; even though the monitor&#8217;s native resolution was 1920&#215;1080!  It took a lot of searching, trial, and error to piece together a solution, but the following steps should enable you to run your monitor at full resolution if you have an <a href="http://ati.amd.com/">ATI video card</a>:</p>
<p><b>Update to the latest ATI driver and Catalyst Control Center</b> (optional) &#8211; This should be straightforward if you own a desktop, but on my Dell laptop ATI&#8217;s installers won&#8217;t upgrade your drivers (or even install new ones after you&#8217;ve uninstalled the old ones &#8212; apparently only the OEM drivers will install).  Anyway, Ruud Ketelaars has developed &#8220;<a href="http://www.driverheaven.net/modtool.php">Mobility Modder</a>&#8221; which can tweak the installation files so that you can upgrade your laptop&#8217;s ATI drivers.  You can find his software and instructions <a href="http://www.driverheaven.net/modtool.php">here</a> (scroll down).</p>
<p><b>Add the max resolution of your monitor to the available options:</b></p>
<ol>
<li>Open ATI&#8217;s Catalyst Control Center (CCC) by right-clicking on your desktop and clicking on the &#8220;Catalyst Control Center&#8221; option.</li>
<li>Make sure you are in advanced mode (lots of menus on the left side).</li>
<li>One of the menu options on the left side will be something like &#8220;Digital Panel (DVI) 2&#8243; and will probably be listed just under &#8220;Notebook Panel Properties 0&#8243; if you are using a laptop.  Click on the &#8220;HDTV Support&#8221; submenu of the &#8220;Digital Panel&#8221; menu.</li>
<li>Under &#8220;HDTV Support&#8221;, click the checkbox next to the resolution and refresh rate which you want to enable for your monitor.  For my monitor, this was &#8220;1920&#215;1080p50&#8243; (50Hz).</li>
<li>Click &#8220;Ok.&#8221;</li>
<li>Open Display Settings like usual and you&#8217;ll be able to choose the new resolutions you enabled (right-click on the desktop, choose Personalize, then Display Settings)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dound.com/2009/07/overcoming-vista-screen-resolution-limitations-with-an-ati-video-card/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
