<?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>A Tempest of Thoughts &#187; Linux</title>
	<atom:link href="http://tempe.st/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://tempe.st</link>
	<description>aka blog.to_int(:inig)</description>
	<lastBuildDate>Thu, 07 Apr 2011 08:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Geeks at Work: Feisty Fawn and the missing window borders with Beryl</title>
		<link>http://tempe.st/2007/04/geeks-at-work-feisty-fawn-and-the-missing-window-borders-with-beryl/</link>
		<comments>http://tempe.st/2007/04/geeks-at-work-feisty-fawn-and-the-missing-window-borders-with-beryl/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 23:27:18 +0000</pubDate>
		<dc:creator>Giovanni Intini</dc:creator>
				<category><![CDATA[Geeks at Work]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tempe.st/2007/04/geeks-at-work-feisty-fawn-and-the-missing-window-borders-with-beryl/</guid>
		<description><![CDATA[Welcome to the post with the longest title on A Tempest of Thoughts Today I upgraded my linux development box tu Ubuntu 7.04, Feisty Fawn, mainly because I read it run Beryl out of the box. Unfortunately &#8220;out of the box&#8221; means &#8220;not your box, intinig&#8221;, and I had Beryl crashing on me and leaving [...]]]></description>
			<content:encoded><![CDATA[	<p>Welcome to the post with the longest title on A Tempest of Thoughts <img src='http://tempe.st/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
	<p>Today I upgraded my linux development box tu Ubuntu 7.04, Feisty Fawn, mainly because I read it run Beryl out of the box. Unfortunately &#8220;out of the box&#8221; means &#8220;not your box, intinig&#8221;, and I had Beryl crashing on me and leaving me without window borders and unable to drag anything.</p>
	<p>While trying to understand what was happening I opened a terminal window and it was blank. I was lucky I rememberd my <a href="http://tempe.st/2007/03/geeks-at-work-fixing-the-beryl-blank-window-on-ubuntu/">previous post</a>, and the fix worked even for the window borders.</p>
	<p>As they say, &#8220;3D Desktop for teh win!!1!&#8221;, big kudos to Ubuntu for their unbelievable development pace.</p>

 ]]></content:encoded>
			<wfw:commentRss>http://tempe.st/2007/04/geeks-at-work-feisty-fawn-and-the-missing-window-borders-with-beryl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geeks at Work: TwinView Screen Recognization on Ubuntu</title>
		<link>http://tempe.st/2007/03/geeks-at-work-twinview-screen-recognization-on-ubuntu/</link>
		<comments>http://tempe.st/2007/03/geeks-at-work-twinview-screen-recognization-on-ubuntu/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 13:10:14 +0000</pubDate>
		<dc:creator>Giovanni Intini</dc:creator>
				<category><![CDATA[Geeks at Work]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tempe.st/2007/03/geeks-at-work-twinview-screen-recognization-on-ubuntu/</guid>
		<description><![CDATA[I am a mac user, I will never switch platform simply because I feel at home on Mac OS X. Nonetheless I really like Linux, and Ubuntu is the flavour of Linux I prefer. Today I installed Ubuntu 6.10 to test a development environment and once again I forgot how to set up TwinView so [...]]]></description>
			<content:encoded><![CDATA[	<p>I am a mac user, I will never switch platform simply because I feel at home on Mac OS X. Nonetheless I really like Linux, and Ubuntu is the flavour of Linux I prefer.</p>
	<p>Today I installed Ubuntu 6.10 to test a development environment and once again I forgot how to set up TwinView so it correctly recognizes my LCD display as primary monitor and the CRT display as secondary. The nVidia driver always recognizes the CRT display as the primary one, no matter what you tell it to do with the various options at your disposal.</p>
	<p>I went into panic / google / forums / what-else mode for a few hours then I was able to find a solution to this widely spread problem.</p>
	<p>Here&#8217;s the snippet that saved my life (taken from /etc/X11/xorg.conf):<br />
<pre><br />
Section "Device"<br />
Identifier"nVidia GeForce 6600"<br />
Driver"nvidia"<br />
BusID"PCI:1:0:0"<br />
Option "TwinView" "True"<br />
Option "UseEdidFreqs" "True"
  Option "MetaModes" "DFP: 1440x900 +0+240, CRT: 1280x1024 +1440+0"<br />
Option "TwinViewXineramaInfoOrder" "DFP,CRT"<br />
EndSection<br />
</pre></p>
	<p>The most important option there is  <em>TwinViewXineramaInfoOrder</em> and I hope I will never forget to set it in my future X.Org configurations <img src='http://tempe.st/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

 ]]></content:encoded>
			<wfw:commentRss>http://tempe.st/2007/03/geeks-at-work-twinview-screen-recognization-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

