<?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: NVidia, TwinView, and OpenGL</title>
	<atom:link href="http://zaf.geek.nz/blog/2007/04/27/nvidia-twinview-and-opengl/feed/" rel="self" type="application/rss+xml" />
	<link>http://zaf.geek.nz/blog/2007/04/27/nvidia-twinview-and-opengl/</link>
	<description>Thoughts from the geek</description>
	<lastBuildDate>Sun, 18 Jan 2009 02:36:10 +1300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zaf</title>
		<link>http://zaf.geek.nz/blog/2007/04/27/nvidia-twinview-and-opengl/comment-page-1/#comment-55</link>
		<dc:creator>zaf</dc:creator>
		<pubDate>Sun, 17 Jun 2007 10:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://zaf.geek.nz/blog/2007/04/27/nvidia-twinview-and-opengl/#comment-55</guid>
		<description>My solution above deals with allowing OpenGL to display only in one window. If, without my above changes, you still have the problem of the squished screen, then fix that problem first.

If however adding that one line makes your single screen squished, check /etc/X11/xorg.conf
Look at Section &quot;Screen&quot;
And look at subsection &quot;Display&quot;. Mine reads:
    SubSection     &quot;Display&quot;
        Depth       24
        Modes      &quot;1600x1200&quot; &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
    EndSubSection
This is basically saying, first try a 1600 x 1200 (dual head) setup, then try the other modes. I&#039;m suspecting that your X is trying for one of the non dual head modes (say 1280 x 1024). 
It will do this if it rejects the first option (1600 x 1200). It may reject it for many reasons, and the &quot;easiest&quot; way to find out is to exit out of X entirely (So goto the console (ctrl+alt+f1), login, and type sudo /etc/init.d/gdm stop).
Then try running X from a console like so:
# startx 2&gt;/tmp/x.log
After X starts, abort (ctrl+alt+backspace), and read x.log, looking for why X is rejecting the 1600x1200 mode (or whatever your dual head set up is). 


In the end, if you still can&#039;t get it working, the best advice I can give is post to the Ubuntu forums with all your system details (xorg.conf file, x.log log file, etc)</description>
		<content:encoded><![CDATA[<p>My solution above deals with allowing OpenGL to display only in one window. If, without my above changes, you still have the problem of the squished screen, then fix that problem first.</p>
<p>If however adding that one line makes your single screen squished, check /etc/X11/xorg.conf<br />
Look at Section &#8220;Screen&#8221;<br />
And look at subsection &#8220;Display&#8221;. Mine reads:<br />
    SubSection     &#8220;Display&#8221;<br />
        Depth       24<br />
        Modes      &#8220;1600&#215;1200&#8243; &#8220;1280&#215;1024&#8243; &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243;<br />
    EndSubSection<br />
This is basically saying, first try a 1600 x 1200 (dual head) setup, then try the other modes. I&#8217;m suspecting that your X is trying for one of the non dual head modes (say 1280 x 1024).<br />
It will do this if it rejects the first option (1600 x 1200). It may reject it for many reasons, and the &#8220;easiest&#8221; way to find out is to exit out of X entirely (So goto the console (ctrl+alt+f1), login, and type sudo /etc/init.d/gdm stop).<br />
Then try running X from a console like so:<br />
# startx 2>/tmp/x.log<br />
After X starts, abort (ctrl+alt+backspace), and read x.log, looking for why X is rejecting the 1600&#215;1200 mode (or whatever your dual head set up is). </p>
<p>In the end, if you still can&#8217;t get it working, the best advice I can give is post to the Ubuntu forums with all your system details (xorg.conf file, x.log log file, etc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://zaf.geek.nz/blog/2007/04/27/nvidia-twinview-and-opengl/comment-page-1/#comment-54</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 16 Jun 2007 18:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://zaf.geek.nz/blog/2007/04/27/nvidia-twinview-and-opengl/#comment-54</guid>
		<description>I tried your solution but have had problems. I have Ubuntu on an AMD64 system with some old generic Jaton video card with an nvidia chipset with dual CRTs (I know, Old School). When I set the metamode option and rebooted X, I got just one monitor on and the whole desktop was squished into it. This was just logging in, not even in an open gl app.  Just wanted to get the word out to see if anyone else had similar problems.</description>
		<content:encoded><![CDATA[<p>I tried your solution but have had problems. I have Ubuntu on an AMD64 system with some old generic Jaton video card with an nvidia chipset with dual CRTs (I know, Old School). When I set the metamode option and rebooted X, I got just one monitor on and the whole desktop was squished into it. This was just logging in, not even in an open gl app.  Just wanted to get the word out to see if anyone else had similar problems.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
