
<?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>Kolbu &#187; nvidia</title>
	<atom:link href="http://www.kolbu.com/tag/nvidia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kolbu.com</link>
	<description>Computers, Gadgets and Beyond!</description>
	<lastBuildDate>Tue, 30 Jun 2009 13:25:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Legacy NVidia Ubuntu woes</title>
		<link>http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/</link>
		<comments>http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 01:05:08 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/</guid>
		<description><![CDATA[Somewhere along the line, NVidia got a lot stricter in their monitor handling. If you used to be able to run X at high resolutions but all you can get after an upgrade is something like 1024&#215;768 then it is likely that you have been caught by the clock check bug. You typically get lines [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Somewhere along the line, NVidia got a lot stricter in their monitor handling. If you used to be able to run X at high resolutions but all you can get after an upgrade is something like 1024&#215;768 then it is likely that you have been caught by the clock check bug. You typically get lines like these in your Xorg log (/var/log/Xorg.0.log):</p>
<pre>
(WW) NVIDIA(0): No valid modes for "1920x1200"; removing.
(WW) NVIDIA(0): No valid modes for "1600x1200"; removing.
</pre>
<p>To get the X server to tell you exactly why it&#8217;s removing those two modes, try starting X with <b>-logverbose 6</b> as arguments, and it will log something like this instead:</p>
<pre>

    (II) NVIDIA(0): Validating Mode "1600x1200":
    (II) NVIDIA(0): 1600 x 1200 @ 60 Hz
    (II) NVIDIA(0): For use as DFP backend.
    (II) NVIDIA(0): Mode Source: EDID
    (II) NVIDIA(0): Pixel Clock : 162.00 MHz
    (II) NVIDIA(0): HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0): HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0): VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0): VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0): H/V Polarity : +/+
    (WW) NVIDIA(0): Mode is rejected: PixelClock (162.0 MHz) too high for
    (WW) NVIDIA(0): Display Device (Max: 150.0 MHz).
</pre>
<p>If this used to work for you, and all you did was upgrade Ubuntu (or some other distro), then edit your /etc/X11/xorg.conf file and add the line</p>
<pre>
Option         "ModeValidation" "NoMaxPClkCheck"
</pre>
<p>inside either the Screen or the Device group. Restart X and it should start up in a higher mode again. For more interesting options to set, try looking at the <a href="ftp://download.nvidia.com/XFree86/Linux-x86/1.0-8774/README/appendix-d.html">NVidia X driver documentation</a>.</p>
<p>Leave a comment if you&#8217;re lost and I&#8217;ll try to guide you through the tricky parts. </p>
<p>a</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/&amp;title=Legacy+NVidia+Ubuntu+woes" title="Add 'Legacy NVidia Ubuntu woes' to Del.icio.us"><img src="http://www.kolbu.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Legacy NVidia Ubuntu woes' to Del.icio.us" alt="Add 'Legacy NVidia Ubuntu woes' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/&amp;title=Legacy+NVidia+Ubuntu+woes" title="Add 'Legacy NVidia Ubuntu woes' to digg"><img src="http://www.kolbu.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Legacy NVidia Ubuntu woes' to digg" alt="Add 'Legacy NVidia Ubuntu woes' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/" title="Add 'Legacy NVidia Ubuntu woes' to Technorati"><img src="http://www.kolbu.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Legacy NVidia Ubuntu woes' to Technorati" alt="Add 'Legacy NVidia Ubuntu woes' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/&amp;t=Legacy+NVidia+Ubuntu+woes" title="Add 'Legacy NVidia Ubuntu woes' to Yahoo My Web"><img src="http://www.kolbu.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Legacy NVidia Ubuntu woes' to Yahoo My Web" alt="Add 'Legacy NVidia Ubuntu woes' to Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/&amp;title=Legacy+NVidia+Ubuntu+woes" title="Add 'Legacy NVidia Ubuntu woes' to Stumble Upon"><img src="http://www.kolbu.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Legacy NVidia Ubuntu woes' to Stumble Upon" alt="Add 'Legacy NVidia Ubuntu woes' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/&amp;title=Legacy+NVidia+Ubuntu+woes" title="Add 'Legacy NVidia Ubuntu woes' to Google Bookmarks"><img src="http://www.kolbu.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Legacy NVidia Ubuntu woes' to Google Bookmarks" alt="Add 'Legacy NVidia Ubuntu woes' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/&amp;title=Legacy+NVidia+Ubuntu+woes" title="Add 'Legacy NVidia Ubuntu woes' to Live-MSN"><img src="http://www.kolbu.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Legacy NVidia Ubuntu woes' to Live-MSN" alt="Add 'Legacy NVidia Ubuntu woes' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Legacy+NVidia+Ubuntu+woes&amp;url=http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/" title="Add 'Legacy NVidia Ubuntu woes' to SlashDot"><img src="http://www.kolbu.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Legacy NVidia Ubuntu woes' to SlashDot" alt="Add 'Legacy NVidia Ubuntu woes' to SlashDot" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.kolbu.com/2008/03/11/legacy-nvidia-ubuntu-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
