<?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>HauntedShell &#187; Eye Candy</title>
	<atom:link href="http://hauntedshell.com/tag/eye-candy/feed/" rel="self" type="application/rss+xml" />
	<link>http://hauntedshell.com</link>
	<description>Just another Hauntedshell.com weblog</description>
	<lastBuildDate>Sat, 01 May 2010 20:05:47 +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>All that glitters is not beryl</title>
		<link>http://hauntedshell.com/2007/10/15/all_that_glitters_is_not_beryl/</link>
		<comments>http://hauntedshell.com/2007/10/15/all_that_glitters_is_not_beryl/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 22:11:33 +0000</pubDate>
		<dc:creator>Kwame</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beryl]]></category>
		<category><![CDATA[Eye Candy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hauntedshell.com/2007/10/15/all_that_glitters_is_not_beryl/</guid>
		<description><![CDATA[<p>
I was trying to install Beryl on a friend's machine earlier today and I run into a few speed bumps. Beryl would exit immediately I started it and  gave me this message:
</p>
<p>
<code>
/usr/bin/compiz: GLX_EXT_texture_from_pixmap is missing <br />
/usr/bin/compiz: Failed to manage screen: 0 <br />
/usr/bin/compiz: No manageable screens found on display :0.0</code>
</p>]]></description>
			<content:encoded><![CDATA[<p>
I was trying to install Beryl on a friend&#8217;s machine earlier today and I run into a few speed bumps. Beryl would exit immediately I started it and  gave me this message:
</p>
<p>
<code>/usr/bin/compiz: GLX_EXT_texture_from_pixmap is missing <br />
/usr/bin/compiz: Failed to manage screen: 0 <br />
/usr/bin/compiz: No manageable screens found on display :0.0</code>
</p>
<p><span id="more-11"></span></p>
<p>
I did a little looking around online and I found out that I needed to add the following to the Device section of my xorg.conf file
</p>
<p><code>Option &quot;UseFBDev&quot; &quot;true&quot;<br />
Option &quot;XAANoOffscreenPixmaps&quot; &quot;true&quot;<br />
Option &quot;AllowGLXWithComposite&quot; &quot;true&quot;<br />
</code></p>
<p>
I then gave X the three fingered salute( for all you ex Win 98 users, I&#8217;m not talking about that one&#8230; I mean Ctrl-Alt-Backspace) and Beryl was loading now. But unfortunately, I hit another pothole. Window decorations were not displaying. Tried the normal GTK and Emerald decorations but no success with any of them. Turns out my version of libdecoration0 was being held back for some reason. This is what my sources.list looked like before I installed beryl:
</p>
<p><code>deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse<br />
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted<br />
deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse<br />
deb http://download.tuxfamily.org/3v1deb feisty eyecandy<br />
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy<br />
</code></p>
<p>
The beryl packages were supposed to come from the download.tuxfamily.org repo but the libdecoration0 seemed to be loaded from the main ubuntu servers.
</p>
<p>
So  I commented out the entries for the ubuntu servers:
</p>
<p><code>#deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse<br />
#deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted<br />
#deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse<br />
deb http://download.tuxfamily.org/3v1deb feisty eyecandy<br />
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy<br />
</code></p>
<p>
Then:
</p>
<p><code>apt-get update<br />
apt-get install libdecoration0<br />
</code></p>
<p>When I reloaded Beryl, window decorations were back!!<br />
Screenshots right after this commercial break:
</p>
<p>
<a href="/files/images/beryl-screenshots1.jpg"><img src="/files/images/beryl-screenshots1_thumb.jpg" height="150" width="200" /><br />
</a><a href="/files/images/beryl-screenshots2.jpg"><img src="/files/images/beryl-screenshots2_thumb.jpg" height="150" width="200" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hauntedshell.com/2007/10/15/all_that_glitters_is_not_beryl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
