<?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>Mike Gerwitz &#187; Gentoo</title>
	<atom:link href="http://mikegerwitz.com/tags/gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikegerwitz.com</link>
	<description>Free Software Hacker</description>
	<lastBuildDate>Wed, 04 Jan 2012 23:15:04 +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>Gentoo: Spellchecking in GTK Applications</title>
		<link>http://mikegerwitz.com/2008/09/07/gentoo-spellchecking-in-gtk-applications/</link>
		<comments>http://mikegerwitz.com/2008/09/07/gentoo-spellchecking-in-gtk-applications/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 07:26:37 +0000</pubDate>
		<dc:creator>Mike Gerwitz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://www.mikegerwitz.com/2008/09/07/gentoo-spellchecking-in-gtk-applications/</guid>
		<description><![CDATA[Since I last installed Gentoo, I noticed spellchecking in many applications wasn&#8217;t working &#8211; notable Pidgin and Xchat. It&#8217;s a necessity! You need to come off as someone who knows how to spell while chatting!  
It seems the problem was with myspell &#8211; the English dictionary for some reason was not installed. So, it [...]]]></description>
			<content:encoded><![CDATA[<p>Since I last installed Gentoo, I noticed spellchecking in many applications wasn&#8217;t working &#8211; notable Pidgin and Xchat. It&#8217;s a necessity! You need to come off as someone who knows how to spell while chatting! <img src='http://mikegerwitz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>It seems the problem was with myspell &#8211; the English dictionary for some reason was not installed. So, it was a simple fix:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p37code3'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p373"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p37code3"><pre class="bash" style="font-family:monospace;">$ emerge myspell-en</pre></td></tr></table></div>

<p>Restart the programs and it should work. It may also help to ensure you have your LINGUAS variable set in <tt>make.conf</tt>. For example:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p37code4'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p374"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p37code4"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">LINGUAS</span>=<span style="color: #ff0000;">&quot;en_US en&quot;</span></pre></td></tr></table></div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmikegerwitz.com%2F2008%2F09%2F07%2Fgentoo-spellchecking-in-gtk-applications%2F&amp;linkname=Gentoo%3A%20Spellchecking%20in%20GTK%20Applications">Share/Bookmark</a>]]></content:encoded>
			<wfw:commentRss>http://mikegerwitz.com/2008/09/07/gentoo-spellchecking-in-gtk-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RT61 / RT2&#215;00 RaLink Linux Driver Installation</title>
		<link>http://mikegerwitz.com/2008/08/30/rt61-rt2x00-ralink-linux-driver-installation/</link>
		<comments>http://mikegerwitz.com/2008/08/30/rt61-rt2x00-ralink-linux-driver-installation/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 04:13:03 +0000</pubDate>
		<dc:creator>Mike Gerwitz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.mikegerwitz.com/2008/08/30/rt61-rt2x00-ralink-linux-driver-installation/</guid>
		<description><![CDATA[2.6.27 kernel note: Everything works properly in 2.6.27 if you compile the kernel with support for rt61 (or your driver). Run make menuconfig in your kernel source directory (usually /usr/src/linux) and locate the RaLink driver you need in Device Drivers -&#62; Network Device Support -&#62; Wireless Lan. It is located at the bottom. If you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>2.6.27 kernel note: </strong>Everything works properly in 2.6.27 if you compile the kernel with support for rt61 (or your driver). Run <tt>make menuconfig</tt> in your kernel source directory (usually /usr/src/linux) and locate the RaLink driver you need in Device Drivers -&gt; Network Device Support -&gt; Wireless Lan. It is located at the bottom. If you compile it as a module, remember to modprobe.</p>
<p><strong>Crash note:</strong> Pre-2.6.27 (I was using 2.6.26), my PC would simply restart and complain about a Hyper Transport sync flood error once it rebooted (BIOS message). This would happen when the driver was loaded and the card was in use. I have not yet had this problem with the 2.6.27 kernel.</p>
<p>I recently purchased a Linksys wireless PCI card for my home computer and ran into a few problems with the driver installation under Gentoo using a 2.6.26 kernel. A simple &#8220;emerge rt61&#8243; command would not work &#8211; the sources would not compile. I tried a number of things, including compiling support with the kernel (as included in 2.6.24 and up), but that still did not work.</p>
<p>Yes, this will require some compiling &#8211; but don&#8217;t be afraid of it. The process is quite simple.</p>
<p>First, to find out if we&#8217;re talking about the same type of card here, type <tt>lspci</tt> as root. Below is my output:</p>
<p><code>01:07.0 Network controller: RaLink RT2561/RT61 802.11g PCI</code></p>
<p>RaLink provides open source drivers for this card on their website, however, as I stated above, they do not seem to compile with 2.6.26 kernels. I finally came across the following wiki page:</p>
<p><a href="http://gentoo-wiki.com/HARDWARE_rt2x00#Open_Source_rt2x00">http://gentoo-wiki.com/HARDWARE_rt2&#215;00</a></p>
<p>The &#8220;Open Source&#8230;&#8221; section contains the information I used to get my card working. Be sure to read it in addition to this entry, as it provides you with additional information such as necessary kernel configuration options. The wiki page then instructs you to download the open source drivers that pertain to your card from the following website:</p>
<p><a href="http://rt2x00.serialmonkey.com/wiki/index.php?title=Main_Page">http://rt2&#215;00.serialmonkey.com/wiki/index.php?title=Main_Page</a></p>
<p>In my case, the drivers I needed were &#8220;rt61&#8243;. Select the drivers that pertain to your system as stated by lspci. Download it, extract it, compile, and install (as root). Be sure to replace the wget <acronym title="Uniform Resource Locator">URL</acronym> below with the <acronym title="Uniform Resource Locator">URL</acronym> to the <acronym title="Concurrent Versions System">CVS</acronym> tarball you require:</p>
<p><code><br />
$ wget http://rt2x00.serialmonkey.com/rt61-cvs-daily.tar.gz<br />
$ tar -xzvf *.tar.gz<br />
$ cd rt*/Module<br />
$ make<br />
$ make install<br />
</code></p>
<p>That should be it! Again, as root, attempt to load the kernel module. Again, this will differ based off of the driver you installed:</p>
<p><code>$ modprobe rt61pci</code></p>
<p>At this point, the wiki does not go any further. So, if you don&#8217;t know how to manually configure wireless network settings, you&#8217;re kinda screwed. First, let&#8217;s make sure your wireless card is properly recognized:</p>
<p><code><br />
$ iwconfig<br />
$ iwlist wlan0 scan<br />
</code></p>
<p>When running the first command, you should see additional information next to &#8220;wlan0&#8243; or a similar device. When running the second, you should see a list of all available networks within range. If you do NOT, then you may not have set it up correctly. Refer to the wiki and driver documentation for more information.</p>
<p>The problem only is, it is not yet set up. So, let&#8217;s get to that. In the Module directory of the tarball you extracted (if you haven&#8217;t closed the terminal you ran the <tt>make</tt> command in, you&#8217;re in the correct directory) there is a README file. Direct your attention to the &#8220;Configuration&#8221; section.</p>
<h1>Wireless Configuration &#8211; <acronym title="Graphical User Interface">GUI</acronym></h1>
<p>It provides two options &#8211; a <acronym title="Graphical User Interface">GUI</acronym> or manual configuration. Let&#8217;s start with the GUI:</p>
<p><a href="http://rt2x00.serialmonkey.com/wiki/index.php/Downloads">http://rt2&#215;00.serialmonkey.com/wiki/index.php/Downloads</a></p>
<p>Download the graphical configuration tool. After you extract it, you will have to compile it:</p>
<p><code><br />
$ ./configure.sh<br />
$ make &amp;&amp; make install<br />
</code></p>
<p>You may then run the command <tt>rutilt</tt>. If it does not recognize the command as root, try running it as a normal user. When needed, it will prompt you for your root password. Use the &#8220;Site Survey&#8221; tab and click &#8220;Scan&#8221; to list the available networks. Then, simply select one, enter the necessary information (such as the key, if you have one) and you should be on your way!</p>
<h1>Wireless Configuration &#8211; Manual &amp; Start on Boot</h1>
<p>I noticed that when I upgraded my kernel to 2.6.27 and used the built-in driver rather than the one discussed above, the <acronym title="Graphical User Interface">GUI</acronym> tool no longer worked. I wanted to abandon it anyway &#8211; I didn&#8217;t want to set up my configuration every time I started my computer. I wanted it to start up automatically.</p>
<p>I referenced the following link from the Gentoo documentation:</p>
<p><a href="http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&amp;chap=4">http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&amp;chap=4</a></p>
<p>Take a look over it and decide what method you would like to use. I decided to go with wireless-tools. In the example below, I am using DHCP to keep things simple. If DHCP works for you, then you can get into manually configuring your <acronym title="Internet Protocol">IP</acronym> address. Again, refer to the documentation for more information, as this is just an example and provides little explanation.</p>
<p>In the example below, the ESSID I&#8217;m attempting to connect to is &#8220;Gerwitz Wireless Network&#8221; which uses an open WEP <acronym title="American Standard Code for Information Interchange">ASCII</acronym> key. I replaced my actual key below with &#8220;XXXXX&#8221;.</p>
<p><code><br />
$ emerge -av wireless-tools<br />
$ vi /etc/conf.d/net</code></p>
<p>&#8212;&#8211;</p>
<p><strong>/etc/conf.d/net:</strong><br />
<code><br />
modules=( "iwconfig" );</code></p>
<p>key_Gerwitz_Wireless_Network=&#8221;[1] s:XXXXX key [1] enc open&#8221;</p>
<p>preferred_aps=( &#8220;Gerwitz_Wireless_Network&#8221; )</p>
<p>config_Gerwitz_Wireless_Network=( &#8220;dhcp&#8221; )<br />
fallback_Gerwitz_Wireless_Network=(&#8221; 192.168.1.10/24&#8243; )<br />
fallback_route_Gerwitz_Wireless_Network=( &#8220;default via 192.168.1.1&#8243; )</p>
<p>&#8212;&#8211;</p>
<p><code><br />
$ /etc/init.d/wlan0 restart<br />
* Caching service dependencies ...                                     [ ok ]<br />
* Bringing down interface wlan0<br />
* Bringing up interface wlan0<br />
*   Configuring wireless network for wlan0<br />
*   Scanning for access points<br />
*     Found "Gerwitz Wireless Network" at 00:15:E9:76:1A:EE, managed, encrypted<br />
*   Connecting to "Gerwitz Wireless Network" in managed mode (WEP enabled - open) ...                                                                [ ok ]<br />
*     wlan0 connected to SSID "Gerwitz Wireless Network" at 00:15:E9:76:1A:EE<br />
*     in managed mode (WEP enabled - open)<br />
*   dhcp ...<br />
*     Running dhcpcd ...<br />
wlan0: dhcpcd 4.0.1 starting<br />
wlan0: broadcasting for a lease<br />
wlan0: offered 192.168.1.103 from 192.168.1.1<br />
wlan0: checking 192.168.1.103 is available on attached networks<br />
wlan0: acknowledged 192.168.1.103 from 192.168.1.1<br />
wlan0: leased 192.168.1.103 for 10800 seconds                           [ ok ]<br />
*     received address 192.168.1.103/24                                [ ok ]<br />
</code></p>
<p>Remember to replace &#8220;wlan0&#8243; with your interface. It should now start up on boot.</p>
<p>Granted, this guide does not cover everything &#8211; it is simply to help you to get your card working.</p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmikegerwitz.com%2F2008%2F08%2F30%2Frt61-rt2x00-ralink-linux-driver-installation%2F&amp;linkname=RT61%20%2F%20RT2%26%23215%3B00%20RaLink%20Linux%20Driver%20Installation">Share/Bookmark</a>]]></content:encoded>
			<wfw:commentRss>http://mikegerwitz.com/2008/08/30/rt61-rt2x00-ralink-linux-driver-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gentoo: Banshee with iPod flag; podsleuth</title>
		<link>http://mikegerwitz.com/2008/08/09/gentoo-banshee-with-ipod-flag-podsleuth/</link>
		<comments>http://mikegerwitz.com/2008/08/09/gentoo-banshee-with-ipod-flag-podsleuth/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 21:25:17 +0000</pubDate>
		<dc:creator>Mike Gerwitz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://www.mikegerwitz.com/2008/08/09/gentoo-banshee-with-ipod-flag-podsleuth/</guid>
		<description><![CDATA[I&#8217;m sure it&#8217;s painfully aware how much I hate iPods by the amount of content on this page supporting the elimination of DRM. This post just goes to support that.
A friend of mine is having a problem with their iPod. The iTunes library decided to be an ass and get rid of most of their [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure it&#8217;s painfully aware how much I hate iPods by the amount of content on this page supporting the elimination of <acronym title="Digital Restrictions Management">DRM</acronym>. This post just goes to support that.</p>
<p>A friend of mine is having a problem with their iPod. The iTunes library decided to be an ass and get rid of most of their music. So they&#8217;re afraid of loosing what&#8217;s already on the iPod. So I&#8217;m installing Banshee for <acronym title="GNU's Not Unix!">GNU</acronym>/Linux as I know that it is able to easily download the songs off of an iPod. That way I can back up her music for her.</p>
<p>Great &#8211; but a slight problem. Podsleuth 0.6.1 fails to compile. It complains about not being able to find  gutils. So, for those of you having this problem, after much searching, I found this bug report:</p>
<p><a href="http://bugs.gentoo.org/show_bug.cgi?id=233960"> http://bugs.gentoo.org/show_bug.cgi?id=23396</a>0</p>
<p>There exists an attachment to provide an ebuild for podsleuth 0.6.2 and a patch. Download it:</p>
<p><a href="http://bugs.gentoo.org/attachment.cgi?id=162367"> http://bugs.gentoo.org/attachment.cgi?id=162367</a></p>
<p>Extract the contents into /usr/local/portage/dev-dotnet. You may need to create the directory. So, it should look like: /usr/local/portage/dev-dotnet/banshee. Placing it in here ensures it won&#8217;t be overwritten during an emerge &#8211;sync.</p>
<p>Now, if you don&#8217;t have a local repository set up, enter the following command to add it to your make.conf:</p>
<p>echo &#8216;PORTDIR_OVERLAY=&#8221;/usr/local/portage&#8221;&#8216; &gt;&gt; /etc/make.conf</p>
<p>Now, try to emerge banshee again and it should use podsleuth-0.6.2. All should be well.</p>
<p>Oh. And it&#8217;d better not be your iPod you need this for. Get rid of it, or install <a href="http://rockbox.org/">rockbox</a>.</p>
<p>But, in the end, it didn&#8217;t work out. I had to end up using GTKpod to copy the files, because podsleuth was having trouble recognizing the iPod. So this post was just to provide information for those with similar problems and demonstrate how to solve them with the use of ebuilds and overlays.</p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmikegerwitz.com%2F2008%2F08%2F09%2Fgentoo-banshee-with-ipod-flag-podsleuth%2F&amp;linkname=Gentoo%3A%20Banshee%20with%20iPod%20flag%3B%20podsleuth">Share/Bookmark</a>]]></content:encoded>
			<wfw:commentRss>http://mikegerwitz.com/2008/08/09/gentoo-banshee-with-ipod-flag-podsleuth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Gentoo Via Ubuntu &amp; PAM Problems</title>
		<link>http://mikegerwitz.com/2008/08/01/installing-gentoo-via-ubuntu-pam-problems/</link>
		<comments>http://mikegerwitz.com/2008/08/01/installing-gentoo-via-ubuntu-pam-problems/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 10:01:52 +0000</pubDate>
		<dc:creator>Mike Gerwitz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://www.mikegerwitz.com/2008/08/01/installing-gentoo-via-ubuntu-pam-problems/</guid>
		<description><![CDATA[Well, it&#8217;s that time again. Gentoo is great &#8211; you have an incredible amount of control over the distribution. However, that can also be a bad thing. I screwed a few things up, and it got to the point where it&#8217;d be faster to spend the two days reinstalling and reconfiguring Gentoo than it would [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s that time again. Gentoo is great &#8211; you have an incredible amount of control over the distribution. However, that can also be a bad thing. I screwed a few things up, and it got to the point where it&#8217;d be faster to spend the two days reinstalling and reconfiguring Gentoo than it would be to fix everything.</p>
<p>Then I screw up again by accidently unpacking the stage3 tarball into the root directory instead of a subdirectory (to use for 32-bit chroot) and that completely ahnilated a number of things (as it replaced a number of necessary files &#8211; it didn&#8217;t even recognize me as a user anymore! &#8220;i have no name!&#8221;). So, that&#8217;s what I&#8217;m up to now. Reinstalling it.</p>
<p>But yet another problem &#8211; this time, PAM went crazy. At first, I noticed that I could not log into the box via <acronym title="Secure Shell">SSH</acronym>. I forgot exactly what it said &#8211; access denied, permission denied, something along those lines. So I reboot the system hoping it&#8217;d somehow fix it (since restarting SSHD did nothing). But &#8211; even bigger problem. I could not log in! It prompted me for my username, but as soon as I entered it, said that authentication failed. It never asked me for my password. Not even for root. So I obviously had a delema.</p>
<p>This is where Ubuntu comes in. It is excellent for installing Gentoo. I prefer the bootable <acronym title="Compact Disc">CD</acronym> to Gentoo due to ease of use &#8211; I can simply get right into it. Not only that, but I can easily browse the web or even play games (included on <acronym title="Compact Disc">CD</acronym>, from my other HDDs, or quickly download from the repositories). I then chroot into my gentoo environment and there I can re-emerge anything I need to &#8211; something I can&#8217;t do normally because, well, I can&#8217;t log in. I considered simply deleting /etc/pam.d, but I wasn&#8217;t sure if that&#8217;d create even more problems. (I wanted it to fail to load so it&#8217;d let me in.)</p>
<p>Anyway &#8211; for those of you also having PAM problems, try the following (ensure you&#8217;ve already emerged gentoolkit). Run &#8220;equery depends pam&#8221; and re-emerge all packages listed. You may want to use the &#8211;nodeps option if you have a long list. If you are unable to log in, re-emerge shadow. That should solve that problem. <acronym title="Secure Shell">SSH</acronym> problems? Re-emeber openssh.</p>
<p><em>Don&#8217;t forget to run etc-update!</em></p>
<p><strong>Edit: </strong>Alright &#8211; I give up on PAM. Too much trouble. Never liked it. Do yourself a favor: <a href="http://gentoo-wiki.com/HOWTO_Remove_PAM">http://gentoo-wiki.com/HOWTO_Remove_PAM </a></p>
<p>Don&#8217;t forget to remove the pam use flags: &#8220;euse -D pam&#8221;</p>
<p>It&#8217;s odd that I had this problem only this time around. Hopefully it finishes soon so I can start GNOME compiling before I head off to bed. It&#8217;s 6:00 in the morning; I&#8217;m tired.</p>
<p>Oh &#8211; and for those who are wondering. Despite the incredible amount of time I have spent installing and configuring gentoo (with all the use flags I use, it needs constant attention as packages fail to compile all the time), it is definatly worth it. I love Ubuntu to death, and it is my first choice all other times, but I can not sacrifice the incredible amount of control and speed improvements Gentoo provides. Because I compile everything for my system and choose only the features I want, it is a god compared to Ubuntu in regards to performance. So, keep that in mind when you consider switching.</p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmikegerwitz.com%2F2008%2F08%2F01%2Finstalling-gentoo-via-ubuntu-pam-problems%2F&amp;linkname=Installing%20Gentoo%20Via%20Ubuntu%20%26%23038%3B%20PAM%20Problems">Share/Bookmark</a>]]></content:encoded>
			<wfw:commentRss>http://mikegerwitz.com/2008/08/01/installing-gentoo-via-ubuntu-pam-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gentoo GNOME Overlay Problems</title>
		<link>http://mikegerwitz.com/2008/06/27/gentoo-gnome-overlay-problems/</link>
		<comments>http://mikegerwitz.com/2008/06/27/gentoo-gnome-overlay-problems/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 01:13:39 +0000</pubDate>
		<dc:creator>Mike Gerwitz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://www.mikegerwitz.com/2008/06/27/gentoo-gnome-overlay-problems/</guid>
		<description><![CDATA[Recently, after an update, I experienced some rather irritating problems with GNOME or any other GTK+-based environment (Xfce, GDM). Xinerama was not working properly. That is, I have TwinView enabled, but everything would span both monitors (except for maximized applications). This includes the GNOME panel, GDM login screen, etc. Xfce would recognize only one monitor [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, after an update, I experienced some rather irritating problems with GNOME or any other GTK+-based environment (Xfce, GDM). Xinerama was not working properly. That is, I have TwinView enabled, but everything would span both monitors (except for maximized applications). This includes the GNOME panel, GDM login screen, etc. Xfce would recognize only one monitor rather than two. I spent many hours trying to figure out the problem. I initially thought it might bt GTK+, since that was updated before the problem, so I upgraded it even further. That was a mistake. The solution was to downgrade it.</p>
<p>The problem was that I was using the GNOME overlay in layman in order to keep up to date with GNOME (and I believe grab 2.22 before it was unmasked or available in portage). Unfortunatly, it kept going. It upgraded to 2.23, which is an unstable development version of GNOME. It has a number of problems, not just that. For example, the splash screen would not disappear unless you threatened to blow its brains out with the kill applet or xkill. Removing the overlay and &#8220;upgrading&#8221; (downgrade to 2.22) fixed all the problems.</p>
<p>So, moral of the story, don&#8217;t use the GNOME overlay for a home desktop or any sort of production environment. It&#8217;s great to keep up to date&#8230;but it&#8217;s better when the stuff actually works.</p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmikegerwitz.com%2F2008%2F06%2F27%2Fgentoo-gnome-overlay-problems%2F&amp;linkname=Gentoo%20GNOME%20Overlay%20Problems">Share/Bookmark</a>]]></content:encoded>
			<wfw:commentRss>http://mikegerwitz.com/2008/06/27/gentoo-gnome-overlay-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
