<?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>Dani Berg &#187; ubuntu</title>
	<atom:link href="http://daniberg.com/home/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniberg.com/home</link>
	<description>Angels like Kittens</description>
	<lastBuildDate>Mon, 30 Aug 2010 05:10:17 +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>2 monitors on Karmic Koala 64</title>
		<link>http://daniberg.com/home/2010/02/2-monitors-on-karmic-koala-64/</link>
		<comments>http://daniberg.com/home/2010/02/2-monitors-on-karmic-koala-64/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 01:08:52 +0000</pubDate>
		<dc:creator>Dani Berg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg.conf]]></category>

		<guid isPermaLink="false">http://daniberg.com/home/?p=657</guid>
		<description><![CDATA[In December I bought this brand new laptop and had the perfect excuse to upgrade to Ubuntu 9.10. Like I mentioned in this post, the video drivers were the only issue I had. Nvidia released new drivers for Linux 64 (v. 190.53) so I took the chance to update and plug an old 19&#8221; monitor to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daniberg.com/home/wp-content/uploads/2010/02/reception-pousada-lago-douro.jpg"><img class="alignleft size-medium wp-image-676" title="Reception Lado d'Ouro Inn" src="http://daniberg.com/home/wp-content/uploads/2010/02/reception-pousada-lago-douro-300x199.jpg" alt="" width="300" height="199" /></a></p>
<p>In December I bought this brand new laptop and had the perfect excuse to upgrade to Ubuntu 9.10. Like I mentioned in <a href="http://daniberg.com/home/2009/12/ubuntu-9-10/">this post</a>, the video drivers were the only issue I had.</p>
<p><a href="http://www.nvidia.com/object/linux_display_amd64_190.53.html">Nvidia released new drivers for Linux 64 (v. 190.53)</a> so I took the chance to update and plug an old 19&#8221; monitor to my laptop. To enable TwinView I muddled through <a href="http://http.download.nvidia.com/XFree86/Linux-x86/1.0-8178/README/appendix-g.html">some documentation</a> but finally made it work.</p>
<p>Here&#8217;s the code from xorg.conf that enables TwinView:</p>

<div class="wp_syntax"><div class="code"><pre class="xorg_conf" style="font-family:monospace;"><span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Device&quot;</span>
    <span style="color: #990000;">Identifier</span>     <span style="color: #0000ff;">&quot;Device0&quot;</span>
    <span style="color: #990000;">Driver</span>         <span style="color: #0000ff;">&quot;nvidia&quot;</span>
    <span style="color: #990000;">VendorName</span>     <span style="color: #0000ff;">&quot;NVIDIA Corporation&quot;</span>
<span style="color: #b1b100;">EndSection</span>
&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Screen&quot;</span>
    <span style="color: #990000;">Identifier</span>     <span style="color: #0000ff;">&quot;Screen0&quot;</span>
    <span style="color: #990000;">Device</span>         <span style="color: #0000ff;">&quot;Device0&quot;</span>
    <span style="color: #990000;">Monitor</span>        <span style="color: #0000ff;">&quot;Monitor0&quot;</span>
    <span style="color: #990000;">DefaultDepth</span>    <span style="color: #cc66cc;">24</span>
    <span style="color: #990000;">Option</span>	    <span style="color: #0000ff;">&quot;TwinView&quot;</span>
    <span style="color: #990000;">Option</span>	    <span style="color: #0000ff;">&quot;ConnectedMonitor&quot;</span> <span style="color: #0000ff;">&quot;DFP-0, CRT-0&quot;</span>
    <span style="color: #990000;">Option</span>	    <span style="color: #0000ff;">&quot;MetaModes&quot;</span> <span style="color: #0000ff;">&quot;DFP-0: nvidia-auto-select, CRT-0: nvidia-auto-select&quot;</span>
    <span style="color: #990000;">Option</span>	    <span style="color: #0000ff;">&quot;CustomEDID&quot;</span> <span style="color: #0000ff;">&quot;DFP-0:/path/edid/monitor1.bin; CRT-0:/path/edid/monitor2.bin&quot;</span>
    <span style="color: #990000;">Option</span>	    <span style="color: #0000ff;">&quot;TwinViewXineramaInfoOrder&quot;</span> <span style="color: #0000ff;">&quot;DFP-0,CRT-0&quot;</span>
    <span style="color: #990000;">Option</span>	    <span style="color: #0000ff;">&quot;TwinViewOrientation&quot;</span> <span style="color: #0000ff;">&quot;DFP-0 LeftOf CRT-0&quot;</span>
    <span style="color: #b1b100;">SubSection</span>     <span style="color: #0000ff;">&quot;Display&quot;</span>
        <span style="color: #990000;">Depth</span>       <span style="color: #cc66cc;">24</span>
    <span style="color: #b1b100;">EndSubSection</span>
<span style="color: #b1b100;">EndSection</span></pre></div></div>

<p>I had to add the binary EDID files because the X server was unable to identify the correct resolution for my laptop: 1366&#215;768. The second monitor is 1280&#215;1024&#8230; now I&#8217;m really seduced by a 27&#8221; monitor.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4429654278687803";
/* 468x60, created 6/11/09 */
google_ad_slot = "0066133711";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://daniberg.com/home/2010/02/2-monitors-on-karmic-koala-64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu support for 2 monitors</title>
		<link>http://daniberg.com/home/2009/06/ubuntu-support-for-2-monitors/</link>
		<comments>http://daniberg.com/home/2009/06/ubuntu-support-for-2-monitors/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 23:10:50 +0000</pubDate>
		<dc:creator>Dani Berg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://daniberg.com/home/?p=236</guid>
		<description><![CDATA[I&#8217;m an Ubuntu fan. These guys at Canonical know how to get things done. They release 2 Ubuntu versions per year full of improvements. It should be a case of study on how fast Ubuntu gets better. This week I decided to add a second monitor to my notebook. I first thought I was going [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daniberg.com/home/wp-content/uploads/2009/04/ubuntu-logo.png"><img class="alignleft size-full wp-image-148" title="ubuntu-logo" src="http://daniberg.com/home/wp-content/uploads/2009/04/ubuntu-logo.png" alt="ubuntu-logo" width="150" height="39" /></a>I&#8217;m an Ubuntu fan. These guys at Canonical know how to get things done. They release 2 Ubuntu versions per year full of improvements. It should be a case of study on how fast Ubuntu gets better.</p>
<p>This week I decided to add a second monitor to my notebook. I first thought I was going to have a hard time. Check manuals, forums and alike. Especially because the 2nd monitor and my notebook have different resolutions.</p>
<p>Surprise. It was too easy. Plug and play.</p>
<p>Well, almost. I could not set the 2nd monitor to a higher resolution. I had to open <code>/etc/X11/xorg.conf</code>, increase the Virtual resolution and restart gnome.</p>
<p>Anyway, having fun with 2 monitors again. Wohooo!!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4429654278687803";
/* 468x60, created 6/11/09 */
google_ad_slot = "0066133711";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://daniberg.com/home/2009/06/ubuntu-support-for-2-monitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 Intel Graphics</title>
		<link>http://daniberg.com/home/2009/05/ubuntu-904-intel-graphics/</link>
		<comments>http://daniberg.com/home/2009/05/ubuntu-904-intel-graphics/#comments</comments>
		<pubDate>Tue, 05 May 2009 06:24:57 +0000</pubDate>
		<dc:creator>Dani Berg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://daniberg.com/home/?p=181</guid>
		<description><![CDATA[Seems that the Intel Graphics will have to be updated to work with version 2.6.28 of the Kernel running on Ubuntu 9.04. Performance is not good. I followed the instructions to use UXA instead of EXA and it improved the perfomance on how graphics are rendered in my notebook. It is still not fast as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daniberg.com/home/wp-content/uploads/2009/04/ubuntu-logo.png"><img class="alignleft size-full wp-image-148" title="ubuntu-logo" src="http://daniberg.com/home/wp-content/uploads/2009/04/ubuntu-logo.png" alt="ubuntu-logo" width="150" height="39" /></a>Seems that the Intel Graphics will have to be updated to work with version 2.6.28 of the Kernel running on Ubuntu 9.04. <a href="http://http://www.ubuntu.com/getubuntu/releasenotes/904#Performance%20regressions%20on%20Intel%20graphics%20cards">Performance is not good</a>.</p>
<p>I followed the <a href="https://wiki.ubuntu.com/X/Troubleshooting/IntelPerformance#Problem:%20%20UXA%20gives%20better%20performance%20than%20EXA%20-%20why%20not%20move%20to%20UXA?">instructions to use UXA instead of EXA</a> and it improved the perfomance on how graphics are rendered in my notebook. It is still not fast as it used to be though.</p>
<p><strong>Note on Jun/23/2009</strong></p>
<p>I was happy to notice this morning that the list of updates from Ubuntu 9.04 included the kernel (2.6.28-13) and compiz. All visual effects are back and working fine with the Intel Graphics card.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4429654278687803";
/* 468x60, created 6/11/09 */
google_ad_slot = "0066133711";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://daniberg.com/home/2009/05/ubuntu-904-intel-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu wireless nightmare is gone</title>
		<link>http://daniberg.com/home/2009/04/ubuntu-wireless-nightmare-is-gone/</link>
		<comments>http://daniberg.com/home/2009/04/ubuntu-wireless-nightmare-is-gone/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 19:10:15 +0000</pubDate>
		<dc:creator>Dani Berg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://daniberg.com/home/?p=144</guid>
		<description><![CDATA[I installed Ubuntu 9.04 this morning and for my delight I had proper wireless connection with just a few clicks. The nightmare is gone. Another great improvement in this release is performance. It only takes a few seconds to boot. A new OS release running faster on the same machine? Great. The only drawback for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daniberg.com/home/wp-content/uploads/2009/04/ubuntu-logo.png"><img class="alignleft size-full wp-image-148" title="ubuntu-logo" src="http://daniberg.com/home/wp-content/uploads/2009/04/ubuntu-logo.png" alt="ubuntu-logo" width="150" height="39" /></a>I installed Ubuntu 9.04 this morning and for my delight I had proper wireless connection with just a few clicks. The <a href="http://daniberg.com/home/2008/06/ubuntu-wireless-nightmare/" target="_self">nightmare</a> is gone. Another great improvement in this release is performance. It only takes a few seconds to boot. A new OS release running faster on the same machine? Great.</p>
<p>The only drawback for me is that the Intel Graphics built into my laptop is not supported. No fancy visual effects right now. I have to <a href="http://daniberg.com/home/2009/05/ubuntu-904-intel-graphicsubuntu-904-intel-graphics/">check it later though</a>. I&#8217;m using a Sony Vaio VGN-NR330AE that I bought while I was still living in Brazil.</p>
<p>As noted on my <a href="http://daniberg.com/home/2008/06/ubuntu-wireless-nightmare/" target="_self">previous post</a> I&#8217;m back to Gnome. KDE versions 4.0 and 4.1 didn&#8217;t work for me although KDE 4.2 seems to be really good. I might be wrong but I just have the feeling that Gnome is more stable. I also noted that I spend most of my time with 3 tools: Emacs, Firefox and the terminal. The first 2 are built upon GTK and the 3rd is great at both graphical platforms.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4429654278687803";
/* 468x60, created 6/11/09 */
google_ad_slot = "0066133711";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://daniberg.com/home/2009/04/ubuntu-wireless-nightmare-is-gone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Wireless Nightmare</title>
		<link>http://daniberg.com/home/2008/06/ubuntu-wireless-nightmare/</link>
		<comments>http://daniberg.com/home/2008/06/ubuntu-wireless-nightmare/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 16:42:00 +0000</pubDate>
		<dc:creator>Dani Berg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://daniberg.com/home/?p=38</guid>
		<description><![CDATA[I&#8217;m in love with Emacs. Can&#8217;t go back to products like Eclipse or Komodo anymore. Right now my problem with Emacs resides in the spaces and tabs territory. It would be a piece of cake to solve it if it was not for my completely ignorance (yet!) with Emacs Lisp. All I have is a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://2.bp.blogspot.com/_g2WBI0UvgLU/SMQEwcEaWNI/AAAAAAAAAAg/RBUL6iwOSBc/s1600-h/EmacsSplashScreen.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5243321096381028562" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_g2WBI0UvgLU/SMQEwcEaWNI/AAAAAAAAAAg/RBUL6iwOSBc/s320/EmacsSplashScreen.png" border="0" alt="" /></a>I&#8217;m in love with Emacs. Can&#8217;t go back to products like Eclipse or Komodo anymore. Right now my problem with Emacs resides in the spaces and tabs territory. It would be a piece of cake to solve it if it was not for my completely ignorance (yet!) with Emacs Lisp. All I have is a disaster that brings me shame every time I see my .emacs file. PHP and Python modes among copy and paste code from the internet. Newbie!! Now I have to learn elisp.</p>
<p>Emacs? Lisp? Ain&#8217;t the title about Ubuntu??</p>
<p>Yes it is!</p>
<p>Well, I&#8217;m a huge fan of Ubuntu. Can&#8217;t go back to Windows anymore.</p>
<p><a href="http://1.bp.blogspot.com/_g2WBI0UvgLU/SMQE223PprI/AAAAAAAAAAo/VFPaLoQw6iA/s1600-h/UbuntuCoF.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5243321206652774066" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_g2WBI0UvgLU/SMQE223PprI/AAAAAAAAAAo/VFPaLoQw6iA/s320/UbuntuCoF.png" border="0" alt="" /></a>There&#8217;s only one thing that pisses me off. Wireless is a nightmare. Here&#8217;s the saga. Installed Ubuntu 7.04. No wireless. After reading some tutorials and hundreds of posts it finally worked! It is worth pointing out that Ubuntu Forums is great source of information but has a lot of noise.</p>
<p>Updated to Ubuntu 7.10. Wireless broken. Here I go again&#8230; forums, blogs&#8230; wireless back. Ubuntu 8.04? Guess? Wireless broken again. Hell. Ok, this time just one blog for the rescue. Everything back to normal, then&#8230; update in the kernel plus a few more fixes and not for the first time something happened. Guess? Again? Wireless.</p>
<p>I hate to copy and paste solutions from forums. I need to understand why things are the way they are. That&#8217;s why every time the Internet on Ubuntu stops I need to re-read tips and recipes and be remembered that I&#8217;m no wireless network whiz.</p>
<p>I&#8217;m not lazy. I can tell you that. The problem is on my focus. I don&#8217;t want to loose my current focus and order some books about wireless from Amazon so I can have internet connection, so I can study elisp (and power of spaces and tabs whenever I want), so I can go back to PHP and Python.</p>
<p>I can only hope that Intrepid Ibex finally offer wireless network working out of the box.</p>
<p>Too much whining today. Guess I&#8217;m pissed about my passport and PF here in Brazil. As an angel once told me about PF: &#8220;there&#8217;s no sense of customer service&#8221;.</p>
<p><span style="font-weight: bold;">Note on Dec/02/2008</span></p>
<p>Bought a new notebook. Good chance to install Intrepid Ibex and check how is the wireless issue. I had a feeling that it would not work. And tadaaaaaa! Crap! I was right. No wireless out of the box and ndiswrapper in rescue. Well, this time I&#8217;m running KDE instead of Gnome. Just for the sake of something new. Blue is way cooler than brown.</p>
<p><strong>Note on Mar/22/2009</strong></p>
<p>Truth must be told. KDE 4.1 made me wanna go back to Gnome. I will wait until Ubuntu 9.04 to try Wireless out of the box again and get rid of KDE that by then will probably have a good 4.2 version that I won&#8217;t check. That is a lesson for people selling software to be learned. You have to paint a Mona Lisa everyday.</p>
<p><strong>Note on Apr/25/2009</strong></p>
<p><a href="http://daniberg.com/home/2009/04/ubuntu-wireless-nightmare-is-gone/">I&#8217;m running Ubuntu 9.04!</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4429654278687803";
/* 468x60, created 6/11/09 */
google_ad_slot = "0066133711";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://daniberg.com/home/2008/06/ubuntu-wireless-nightmare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
