<?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>Life’s an ocean with too much commotion &#187; xinerama</title>
	<atom:link href="http://koen.vereeken.net/archives/tag/xinerama/feed" rel="self" type="application/rss+xml" />
	<link>http://koen.vereeken.net</link>
	<description></description>
	<lastBuildDate>Sat, 28 Aug 2010 13:51:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multihead display with NV43 GeForce Go 6600</title>
		<link>http://koen.vereeken.net/archives/39</link>
		<comments>http://koen.vereeken.net/archives/39#comments</comments>
		<pubDate>Mon, 09 Jun 2008 09:15:35 +0000</pubDate>
		<dc:creator>koenvereeken</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[feisty]]></category>
		<category><![CDATA[geforce]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[multihead]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[tecra]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[twinview]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[xinerama]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://koen.vereeken.net/?p=39</guid>
		<description><![CDATA[Here a short description on how to manage dualhead display with the NV43 GeForce Go 6600 on Ubuntu systems.
The binary drivers (listed below) available in the ubuntu repositories will not work by default for multihead displays:

nvidia-glx-envy
nvidia-glx-legacy
nvidia-glx-new

Instead, the source for the nvidia-new driver needs to be downloaded and compiled. This is how you do that:
$ sudo [...]]]></description>
			<content:encoded><![CDATA[<p>Here a short description on how to manage dualhead display with the NV43 GeForce Go 6600 on Ubuntu systems.</p>
<p>The binary drivers (listed below) available in the ubuntu repositories will not work by default for multihead displays:</p>
<ul>
<li>nvidia-glx-envy</li>
<li>nvidia-glx-legacy</li>
<li>nvidia-glx-new</li>
</ul>
<p>Instead, the source for the nvidia-new driver needs to be downloaded and compiled. This is how you do that:<br />
<code>$ sudo apt-get install module-assistant nvidia-new-kernel-source<br />
$ sudo m-a prepare nvidia-new-kernel-source<br />
$ sudo m-a build nvidia-new-kernel-source<br />
$ sudo m-a install nvidia-new-kernel-source</code></p>
<p>Shut down your currently running Xorg daemon:<br />
<code>$ sudo /etc/init.d/gdm stop # or xdm, kdm if you're running another display manager</code></p>
<p>Force the newly compiled driver to be loaded when gdm starts, by inserting the following line in your /etc/init.d/gdm init script:<br />
<code>( modprobe i2c-dev ; modprobe i2c-core ; insmod /lib/modules/`uname -r`/nvidia/nvidia.ko )</code></p>
<p>Make sure you&#8217;re X configuration file is configured for multihead display. You will need support for Twinview with Xinerama support.<br />
<code>$ sudo apt-get install libxinerama-dev libxinerama1 x11proto-xinerama-dev</code></p>
<p>Here&#8217;s my X11 configuration file (I left out the keyboard and mouse settings):</p>
<blockquote><p>Section &#8220;ServerLayout&#8221;<br />
Identifier     &#8220;Layout0&#8243;<br />
Screen      0  &#8220;Screen0&#8243; 0 0<br />
EndSection</p>
<p>Section &#8220;Files&#8221;<br />
RgbPath         &#8220;/usr/X11R6/lib/X11/rgb&#8221;<br />
EndSection</p>
<p>Section &#8220;Module&#8221;<br />
Load           &#8220;dbe&#8221;<br />
Load           &#8220;extmod&#8221;<br />
Load           &#8220;type1&#8243;<br />
Load           &#8220;freetype&#8221;<br />
Load           &#8220;glx&#8221;<br />
EndSection</p>
<p>Section &#8220;ServerFlags&#8221;<br />
Option         &#8220;Xinerama&#8221; &#8220;0&#8243;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier     &#8220;Monitor0&#8243;<br />
VendorName     &#8220;Unknown&#8221;<br />
ModelName      &#8220;TOSHIBA Internal Panel&#8221;<br />
HorizSync       64.0 &#8211; 65.3<br />
VertRefresh     60.0<br />
Option         &#8220;DPMS&#8221;<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
Identifier     &#8220;Videocard0&#8243;<br />
Driver         &#8220;nvidia&#8221;<br />
VendorName     &#8220;NVIDIA Corporation&#8221;<br />
BoardName      &#8220;GeForce Go 6600&#8243;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier     &#8220;Screen0&#8243;<br />
Device         &#8220;Videocard0&#8243;<br />
Monitor        &#8220;Monitor0&#8243;<br />
DefaultDepth    24<br />
Option         &#8220;TwinView&#8221; &#8220;1&#8243;<br />
SubSection     &#8220;Display&#8221;<br />
Depth       24<br />
EndSubSection<br />
EndSection</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://koen.vereeken.net/archives/39/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
