<?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>rlazo&#039;s blog &#187; Gentoo</title>
	<atom:link href="http://www.rlazo.org/category/gento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rlazo.org</link>
	<description></description>
	<lastBuildDate>Thu, 01 Dec 2011 18:17:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>StumpWM: my new Window Manager</title>
		<link>http://www.rlazo.org/2011/09/10/stumpwm-my-new-window-manager/</link>
		<comments>http://www.rlazo.org/2011/09/10/stumpwm-my-new-window-manager/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 13:52:00 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[StumpWM]]></category>

		<guid isPermaLink="false">http://www.rlazo.org/?p=325</guid>
		<description><![CDATA[I used Awesome as my window manager for over two years and I really like it. It was my first &#8220;tiling&#8221; WM (although it&#8217;s described as a tiling wm, but more of a floating-tiling mix, see its features and non-features). Besides that, it was really configurable, and I mean it. Your configuration file (.config/rc.lua) may [...]]]></description>
			<content:encoded><![CDATA[<p>I used <a href="http://awesome.naquadah.org/">Awesome</a> as my window manager for over two years and I really like it. It was my first &#8220;tiling&#8221; WM (although it&#8217;s described as a tiling wm, but more of a floating-tiling mix, see its <a href="http://awesome.naquadah.org/">features and non-features</a>). Besides that, it was really configurable, and I mean it. Your configuration file (.config/rc.lua) may seem like half of the implementation of the WM, because there is defined which layouts are supported, how many tags to use, how to name them, the default keybindings, the mouse actions, etc. (<a href="https://dl-web.dropbox.com/get/Public/rc.lua?w=b333ab49">here is mine</a>). Probably, as with many WM, Awesome is too spartan for Gnome/KDE users. But again, it is for people that like minimalism. If you want to give it a try, do it, and do it for a week at least. It&#8217;s nice.</p>
<p>If it is soooo good, why did I change it? well, I had some stability issues with it for a while (which ended been problems with Xorg, so it&#8217;s not their fault). Also, there are two features I don&#8217;t like. First, while bringing lots of flexibility, the config file is usually &#8220;cluttered&#8221; with code you don&#8217;t want to see. As I said, it seems like half of the WM is written in the config file, so you have tons of code defining the default WM behaviour and, after a while, you stop feeling like you are configuring the WM and start feeling that you are patching it. Every new release was an exercise of retrofitting your changes to the new default config file, otherwise you may lose some of the new features bring by the update. Awful. Second, <a href="http://www.lua.org/">lua</a>. The config file and other parts of the WM are written in lua, which is not part of my personal preferences. I may be biased by my lack of knowledge about programming in lua, or maybe not, even <a href="http://julien.danjou.info/blog/">Julien Danjou</a>, the original author of Awesome, has <a href="http://julien.danjou.info/blog/2011.html#Why_not_Lua">ranted about it</a>.</p>
<p>So, one day I decided to try other tiling WM. I installed stumpwm, <a href="http://i3.zekjur.net/">i3</a>, <a href="http://www.nongnu.org/ratpoison/">ratpoison</a>, and <a href="http://xmonad.org/">xmonad</a>. I never got pass the first one.</p>
<p>StumpWM is not the most stable WM out there, nor the most lightweight (it requires a CL interpreter), and it has neither a large nor extremely active community (its latest stable release is from March 2010, but the repository is active so you get your code from there). Now, to the good stuff.</p>
<p>StumpWM is tiling, but has some support for floating &#8220;groups&#8221; (desktops). AFAIK, it doesn&#8217;t have the advance automatic tiling layouts of Awesome, so its window placement capabilities are more closely related to GNU Screen or Emacs Frames, but given that I usually have a single app in full-screen mode it doesn&#8217;t matter. What really make StumpWM shine is that it&#8217;s written in Common-Lisp. It&#8217;s at least as configurable as awesome while keeping your configuration file clean. Being Common-lisp, you can write a new function and it will override the previous one (not as powerful as advices in emacs, but close enough). If you don&#8217;t know lisp, learning it is very easy. Once you passed the feeling of &#8220;why there are so many parenthesis?&#8221; and get use to the prefix (+ 3 2) syntax, you will see it&#8217;s pure genius.</p>
<p>If you want to give it a try, the best way to do it is following the <a href="https://wiki.archlinux.org/index.php/Stumpwm">ArchLinux wiki</a>. Also, take a look at the awesome <a href="http://www.youtube.com/watch?v=tKt_rVO960Q">Stumpwm experience video</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rlazo.org/2011/09/10/stumpwm-my-new-window-manager/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Problems with x11-terms/rxvt-unicode</title>
		<link>http://www.rlazo.org/2011/07/23/problems-with-x11-termsrxvt-unicode/</link>
		<comments>http://www.rlazo.org/2011/07/23/problems-with-x11-termsrxvt-unicode/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 23:01:02 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://www.rlazo.org/?p=322</guid>
		<description><![CDATA[I had some graphical problems with urxvt, it didn&#8217;t showed some lines, and I needed to switch between workspace (so the window was refreshed) to see the content. After a long search I found a youtube video which shows (almost) exactly my problem, and a solution http://www.youtube.com/watch?v=iGy9YH9tY88 I just needed to recompile it with +truetype [...]]]></description>
			<content:encoded><![CDATA[<p>  I had some graphical problems with urxvt, it didn&#8217;t showed some   lines, and I needed to switch between workspace (so the window was   refreshed) to see the content. After a long search I found a youtube   video which shows (almost) exactly my problem, and a solution </p>
<p>   <a href="http://www.youtube.com/watch?v=iGy9YH9tY88">http://www.youtube.com/watch?v=iGy9YH9tY88</a> </p>
<p>   I just needed to recompile it with +truetype as useflag. Hope this is   useful to somebody else. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rlazo.org/2011/07/23/problems-with-x11-termsrxvt-unicode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems shuting down Gentoo with kernel 2.6.29</title>
		<link>http://www.rlazo.org/2009/07/02/problems-shuting-down-gentoo-with-kernel-2-6-29/</link>
		<comments>http://www.rlazo.org/2009/07/02/problems-shuting-down-gentoo-with-kernel-2-6-29/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:55:40 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://www.rlazo.org/?p=76</guid>
		<description><![CDATA[I updated my laptop a few days ago and suddenly it failed to shutdown correctly, it powered down but without finishing the shutdown process. Today, while reading the spanish users mailing list I found the solution. In /etc/conf.d/alsasound, set: UNLOAD_ON_STOP=&#8221;no&#8221; KILLPROC_ON_STOP=&#8221;no&#8221; This fixed the problem. Here is the original thread]]></description>
			<content:encoded><![CDATA[<p>I updated my laptop a few days ago and suddenly it failed to shutdown correctly, it powered down but without finishing the shutdown process. Today, while reading the spanish users mailing list I found the solution.
</p>
<p>In /etc/conf.d/alsasound, set:
</p>
<p>UNLOAD_ON_STOP=&#8221;no&#8221;
</p>
<p>KILLPROC_ON_STOP=&#8221;no&#8221;
</p>
<p>This fixed the problem. <a href="http://archives.gentoo.org/gentoo-user-es/msg_de8a93ed8d83e645099a8bb5aca45771.xml">Here is the original thread</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rlazo.org/2009/07/02/problems-shuting-down-gentoo-with-kernel-2-6-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ekiga finally working</title>
		<link>http://www.rlazo.org/2000/02/27/ekiga-finally-working/</link>
		<comments>http://www.rlazo.org/2000/02/27/ekiga-finally-working/#comments</comments>
		<pubDate>Sun, 27 Feb 2000 21:45:25 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://www.rlazo.org/?p=65</guid>
		<description><![CDATA[I&#8217;ve been trying to make ekiga work on my laptop, using pulseaudio and the internal mics for months without success. Today, while procrastinating after lunch, I finally make it work. My laptop is a Thinkpad T61, and my first problem was that I couldn&#8217;t make ekiga recognize any input from my internal mics, but I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to make ekiga work on my laptop, using pulseaudio and the internal mics for months without success. Today, while procrastinating after lunch, I finally make it work.
</p>
<p>My laptop is a Thinkpad T61, and my first problem was that I couldn&#8217;t make ekiga recognize any input from my internal mics, but I found <a href="http://cvlab.epfl.ch/~tola/t-blog.html">this page</a> with a step-by-step process on how to make it work:
</p>
<div class="codehilite">
<pre>1. do &#39;alsamixer -Va&#39; and set the microphone to capture and unmute it.
2. get out of there, then go ahead and do &#39;alsamixer -c 0 -V capture&#39;
3. make sure it&#39;s set to record from internal, make sure that both channels from mic are set to capture
4. press space bar on the capture to enable capturing
5. now test if it works by recording your voice by &#39;arecord test.wav&#39; --speak-- Ctrl-C, then play it with &#39;aplay test.wav&#39;
</pre>
</div>
<p>On the original post the record was set to <em>mic</em> but I set it to <em>internal</em>. To get ekiga to recognize the input I changed all the devices from default to Intel HDA.
</p>
<p>If you don&#8217;t know why ekiga is great, <a href="http://brucewagner.wordpress.com/2008/01/09/skype-is-out-ekiga-is-in-and-truly-free/">read this blog post</a>, in a nutshell ekiga gives you a communication based on open standards, different options on VoIP providers, and a regular phone number for free <img src='http://www.rlazo.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>Hope this helps somebody with a similar problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rlazo.org/2000/02/27/ekiga-finally-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

