<?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>LolocoJr &#187; monitor</title>
	<atom:link href="http://www.railsguru.com/articles/tag/monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.railsguru.com</link>
	<description>Andy Lo-A-Foe&#039;s blog</description>
	<lastBuildDate>Fri, 09 Jul 2010 12:08:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dual monitor on Dell Inspiron 8600c</title>
		<link>http://www.railsguru.com/articles/2005/12/19/dual-monitor-on-dell-inspiron-8600c/</link>
		<comments>http://www.railsguru.com/articles/2005/12/19/dual-monitor-on-dell-inspiron-8600c/#comments</comments>
		<pubDate>Mon, 19 Dec 2005 13:54:00 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[8600c]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[dual]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.railsguru.com/2008/10/27/dual-monitor-on-dell-inspiron-8600c</guid>
		<description><![CDATA[Vacation, at last! First on my TODO list is to get the second monitor output working on my Dell 8600c. When following the NVIDIA README instructions I get some really weird output. It seems the NVIDIA driver does not detect the presence of the second monitor (tried with both Iiyama 17&#8221; and a 32&#8221; JVC [...]]]></description>
			<content:encoded><![CDATA[<p>Vacation, at last! First on my <span class="caps">TODO</span> list is to get the second monitor output working on my Dell 8600c. When following the <span class="caps">NVIDIA README</span> instructions I get some really weird output. It seems the <span class="caps">NVIDIA</span> driver does not detect the presence of the second monitor (tried with both Iiyama 17&#8221; and a 32&#8221; <span class="caps">JVC LCD HDTV</span>). Instead, it maps both screen on the internal flatpanel display, which produces a really funny effect of having both screen framebuffers mapped to 0,0 of the <span class="caps">DFP</span> screen!</p>
<p>
The magic configuration parameter is <i>ConnectedMonitor</i>. The <span class="caps">NVIDIA</span> driver  detected <i>&#8220;DFP-0, <span class="caps">CRT</span>-0&#8221;</i> by default when dual screen is configured. The trick is to specify a <i>ConnectedMonitor</i> option in both <i>Screen</i> sections, each specifying either <i>&#8220;DFP-0&#8221;</i> or <i>&#8220;CRT-0&#8221;</i>. The relevant parts of the xorg.confg are shown below:
</p>
<pre>
Section "Screen"
    Identifier     "Screen1"
    Device         "NVIDIA Corporation NV34M [GeForce FX Go 5200]-1"
    Monitor        "Monitor1"
    ...
    Option         "ConnectedMonitor" "DFP-0"
    ...
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "NVIDIA Corporation NV34M [GeForce FX Go 5200]-0"
    Monitor        "Monitor0"
    ...
    Option         "ConnectedMonitor" "CRT-0"
    ...
EndSection
</pre>
<p>
Also note the separate monitor definition references. I had to force the <span class="caps">CRT</span>-0 specs to VertRefresh 60HZ as my <span class="caps">JVC LCD HDTV</span> only accepts <span class="caps">VGA</span> signals which have a vertical refresh of 60HZ, anything above or below will produce a nice blue screen.</p>
<p><a href="/assets/2007/4/13/xorg.conf.dualscreen">Download</a> the full xorg.conf with dual screen setup</p>
]]></content:encoded>
			<wfw:commentRss>http://www.railsguru.com/articles/2005/12/19/dual-monitor-on-dell-inspiron-8600c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
