<?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>handyfloss &#187; Xgl</title>
	<atom:link href="http://handyfloss.net/tag/xgl/feed/" rel="self" type="application/rss+xml" />
	<link>http://handyfloss.net</link>
	<description>Because FLOSS is handy, isn&#039;t it?</description>
	<lastBuildDate>Thu, 08 Jul 2010 19:34:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Compiz Fusion under Debian Lenny on my home desktop</title>
		<link>http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-home-desktop/</link>
		<comments>http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-home-desktop/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 18:14:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[about me]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Xfce]]></category>
		<category><![CDATA[Xgl]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=215</guid>
		<description><![CDATA[I recently wrote (actually, my last post, 12 days ago), a howto of sorts with my experience installing Compiz Fusion on my laptop. Yesterday I came back from my vacations, and repeated the feat with my destop computer at home. The setup is quite different: CPU: AMD Athlon 2800+ Graphics: nVidia FX 5700 (256MB) And [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wrote (actually, my last post, 12 days ago), <a href="/2007.08/compiz-fusion-under-debian-lenny-on-my-laptop/">a howto of sorts</a> with my experience installing <a href="http://en.wikipedia.org/wiki/Compiz_Fusion">Compiz Fusion</a> on my laptop. Yesterday I came back from my vacations, and repeated the feat with my destop computer at home.</p>
<p>The setup is quite different:</p>
<p>CPU: AMD Athlon 2800+<br />
Graphics: nVidia FX 5700 (256MB)</p>
<p>And the effort is also quite different: it took me much less! Partially, this was because of my previous exprerience, but mainly the reason is that the graphics card here is nVidia. Yes, let the world know that <strong>ATI cards suck on Linux</strong>.</p>
<p>The problem is that ATI cards need <a href="http://en.wikipedia.org/wiki/XGL">XGL</a> to have Compiz running, but nVidia cards make use of <a href="http://en.wikipedia.org/wiki/AIGLX">AIGLX</a> natively, so the installation has only two steps: (1) installing the nVidia driver, and (2) installing the Compiz Fusion packages.</p>
<p><strong>Installing the latest nVidia driver</strong></p>
<p>As with the ATI card in my laptop, I decided to use the proprietary drivers from <a href="http://www.nvidia.com/content/drivers/drivers.asp">the nVidia site</a>. The choice-making interface is so similar, actually, to that of ATI. I had to go <em>Graphics Driver-&gt;GeForce FX series-&gt;Linux x86-&gt;Go!</em>, and download <a href="http://us.download.nvidia.com/XFree86/Linux-x86/100.14.11/NVIDIA-Linux-x86-100.14.11-pkg1.run">this installer</a>.</p>
<p><em><strong>BIG WARNING</strong></em>: before actually installing anything, remove a previous installation of the nVidia drivers, if you installed them &#8220;the Debian way&#8221;. For that, do:</p>
<p><code>% aptitude purge nvidia-glx</code></p>
<p>I have a friend who did not do so and&#8230; Ok, ok, it happened to me. If you do not do the above, everything seems to work fine, but everytime you reboot the X server will crash, and you <em>might</em> get incredibly annoyed by that.</p>
<p>To perform the installation, simply run, as root:</p>
<p><code>% sh <em>path-to-file</em>/NVIDIA-Linux-x86-100.14.11-pkg1.run</code></p>
<p>Then, just modify your <tt>xorg.conf</tt> file to contain the following:</p>
<pre>Section "ServerLayout"
  Identifier     "Default Layout"
  Screen       "Default Screen" 0 0
  InputDevice    "Generic Keyboard"
  InputDevice    "Configured Mouse"
  Option         "AIGLX" "true"
EndSection

...

Section "Extensions"
  Option         "RENDER" "true"
  Option         "Composite" "Enable"
  Option         "DAMAGE" "true"
EndSection</pre>
<p><strong>Installing Compiz Fusion packages</strong></p>
<p>The procedure is exactly the same covered in my previous post. In short:</p>
<p>1) Add the Shame repository to your <tt>/etc/apt/sources.list</tt>:</p>
<p><code>deb http://download.tuxfamily.org/shames/debian-sid/desktopfx/unstable/ ./</code></p>
<p>2) Get the signature for the repo:</p>
<p><code>% gpg --keyserver pgpkeys.mit.edu --recv-key 11F6E468</code><br />
<code>% gpg -a --export 11F6E468</code></p>
<p>3) Update and install:</p>
<p><code>% aptitude update</code><br />
<code>% aptitude install compiz-fusion-all --a</code></p>
<p>Any time you want to run Compiz, just execute:</p>
<p><code>% compiz --replace -c emerald</code></p>
<p>Shorter than the ATI thing, uh?</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-laptop/" title="Compiz Fusion under Debian Lenny on my laptop (August 14, 2007)">Compiz Fusion under Debian Lenny on my laptop</a> (6)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/" title="Xgl with Xfce under Debian Etch (October 1, 2006)">Xgl with Xfce under Debian Etch</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/what-ive-done-to-my-laptop/" title="What I&#8217;ve done to my laptop (October 3, 2006)">What I&#8217;ve done to my laptop</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-home-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiz Fusion under Debian Lenny on my laptop</title>
		<link>http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-laptop/</link>
		<comments>http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-laptop/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 07:46:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[64-bits]]></category>
		<category><![CDATA[about me]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Xfce]]></category>
		<category><![CDATA[Xgl]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=214</guid>
		<description><![CDATA[I have a previous post with what I&#8217;ve done to my laptop, and in that post it&#8217;s not mentioned, but I managed (quite a while ago) to make Beryl work under Ubuntu Dapper Drake. Dapper is getting older, but I am not having good experiences installing Edgy and Feisty on the laptop. I have managed [...]]]></description>
			<content:encoded><![CDATA[<p>I have <a href="/2006.10/what-ive-done-to-my-laptop/">a previous post</a> with what I&#8217;ve done to my laptop, and in that post it&#8217;s not mentioned, but I managed (quite a while ago) to make <a href="http://en.wikipedia.org/wiki/Beryl_%28window_manager%29">Beryl</a> work under Ubuntu Dapper Drake. Dapper is getting older, but I am not having good experiences installing Edgy and Feisty on the laptop. I have managed to install Debian Etch with no problem, but the wireless driver was not working properly (for me, a showstopper) until Lenny.</p>
<p>So now I have a Debian Lenny partition, plus three other: the original WinXP, the Ubuntu Dapper I am still using as &#8220;main&#8221; OS, and a Fedora 7 I installed just because it came in a DVD with a magazine I bought for a train trip I had not brought any reading material with me :^)</p>
<p>Since I am on vacation, and I have plenty of time (although I don&#8217;t want to spend all of it on my comp), I decided to give <a href="http://en.wikipedia.org/wiki/Compiz_Fusion">Compiz Fusion</a> a try, mostly after <a href="/2007.07/compiz-fusion-effects/">seeing what it its capable of</a>.</p>
<p>First things first, the specs of my laptop are:</p>
<p>Fujitsu-Siemes Amilo PI1536<br />
CPU: Intel Core 2 Duo T7200 2&#215;2.0GHz<br />
RAM: 2x1Gb<br />
HD: 120Gb SATA<br />
Display: 15.4 WXGA<br />
Graphics: ATI Mobility Radeon X1400 (128Mb dedicated/512Mb shared)</p>
<p>The only relevant parts above are that it has an ATI graphics card (which, under Linux, sucks), and that it has Core 2 CPUs, which are <a href="http://en.wikipedia.org/wiki/X86-64">amd64</a>-capable (which is both great, for performance, and sucks, for drivers and software compatibilities). So, my second step was:</p>
<p><strong>Installation of ATI drivers</strong></p>
<p>If you want to take the best out of your ATI card, you have to tell your <a href="http://en.wikipedia.org/wiki/X.Org_Server">X.org graphics server</a> to use the <tt>fglrx</tt> driver, and not the default <tt>vesa</tt> one. You can install this driver from the <a href="http://en.wikipedia.org/wiki/Advanced_Packaging_Tool">official Debian repositories</a>, but for me those packages (<tt>fglrx-driver</tt> and related ones) didn&#8217;t do it.</p>
<p>So, I googled a bit, and followed the most widespread recommendation: to install the latest non-free (sigh) driver from the <a href="http://ati.amd.com/support/driver.html">ATI site</a>. For that, I chose the options: <em>Linux x86_64 -&gt; Mobility Radeon -&gt; Mobility Radeon X1400 -&gt; Go</em>, reaching <a href="http://ati.amd.com/support/drivers/linux64/linux64-radeon.html">this page</a>, and downloading <a href="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/64bit/ati-driver-installer-8.40.4-x86.x86_64.run">this 38MB binary</a> (for the record, the 32bit version of the drivers is <em>exactly</em> the same .run file).</p>
<p>Next, I followed the remaining information in <a href="http://www.linuxquestions.org/questions/showthread.php?t=512356">this excelent thread</a> in <em>linuxquestions.org</em>. Namely, I downloaded the needed packages (the code is copy-paste-able):</p>
<p><code>% aptitude install module-assistant build-essential dh-make debhelper debconf libstdc++5 linux-headers-$(uname -r)  ia32-libs</code></code></p>
<p>Beware that the <tt>ia32-libs</tt> packages is not mentioned in the <em>linuxquestions.org</em> thread (assuming that you already have it installed), but it is required.</p>
<p>Next, run the ATI binary inside a dedicated directory (I did it as root, but it is not compulsory):</p>
<p><code>% mkdir /root/fglrx<br />
% cd /root/fglrx<br />
% mv <em>wherever-I-downloaded-it</em>/ati-driver-installer-8.32.5-x86.x86_64.run .<br />
% chmod +x ati-driver-installer-8.32.5-x86.x86_64.run<br />
% ./ati-driver-installer-8.32.5-x86.x86_64.run --buildpkg Debian/lenny<br />
% <em>rm or mv the .run file wherever you want</em></code></p>
<p>This generates a bunch of .debs in the <tt>/root/fglrx</tt> dir. Next, install them, and compile the driver (for this, you do need to be root):</p>
<p><code>% dpkg -i fglrx-*.deb<br />
% cd /usr/src<br />
% m-a prepare<br />
% m-a a-i fglrx</code></p>
<p>The <em>linuxquestion.org</em> thread mentions modifying the <tt>/etc/X11/xorg.conf</tt> file in two ways. First, disable compositing, adding:</p>
<p><code>Section "Extensions"<br />
  Option  "Composite" "Disable"<br />
EndSection</code></p>
<p>to it, and then running:</p>
<p><code>% aticonfig --initial<br />
% aticonfig --overlay-type=Xv</code></p>
<p>For me, both were superfluous, because I made a copy of my Ubuntu <tt>xorg.conf</tt>, and them made minimal changes (if at all). However, the first change (disabling compositing) was straightforward <strong>wrong</strong>. If I want to use Compiz Fusion, I need to have it. Relevant excerpts from my <tt>xorg.conf</tt>:</p>
<pre>
<code>Section "Module"
  Load  "i2c"
  Load  "bitmap"
  Load  "ddc"
  Load  "dri"
  Load  "extmod"
  Load  "freetype"
  Load  "glx"
  Load  "int10"
  Load  "type1"
  Load  "vbe"
EndSection

...

Section "Device"
  Identifier  "aticonfig-Device[0]"
  Driver      "fglrx"
  Option      "VideoOverlay" "on"
  Option      "OpenGLOverlay" "off"
EndSection

...

Section "Screen"
  Identifier "aticonfig-Screen[0]"
  Device     "aticonfig-Device[0]"
  Monitor    "aticonfig-Monitor[0]"
  DefaultDepth     24
  SubSection "Display"
    Viewport   0 0
    Depth     24
    Modes    "1280x800" "800x600" "640x480"
  EndSubSection
EndSection

...

Section "DRI"
  Mode         0666
EndSection

Section "Extensions"
  Option "Composite" "1"
EndSection</code>
</pre>
<p>After all this fuss, and to ensure you have it all running OK, try to insert the module as root:</p>
<p><code>% modprobe fglrx</code></p>
<p>Then, make sure it loads everytime you reboot (include it in <tt>/etc/modules</tt> if necessary, but it shouldn't be).</p>
<p>Next, reload the <a href="http://en.wikipedia.org/wiki/X_Window_System">X server</a>, and check that now it is running the <tt>fglrx</tt> driver, by doing the following (as user is fine):</p>
<p><code>% fglrxinfo</code></p>
<p>It should display something like the following:</p>
<p><code>display: :0.0  screen: 0<br />
OpenGL vendor string: ATI Technologies Inc.<br />
OpenGL renderer string: ATI Mobility Radeon X1400<br />
OpenGL version string: 2.0.6650 (8.39.4)</code></p>
<p>If, instead, it says something about mesa3d, it didn't work.</p>
<p>Now, the second step is...</p>
<p><strong>Installing Xgl</strong></p>
<p>With the standard X.org server we have a problem. We can load the <tt>fglrx</tt> driver, but we can not activate <a href="http://en.wikipedia.org/wiki/Compositing_window_manager">compositing</a> (see last three lines of my <tt>xorg.conf</tt> file above). If we activate compositing in the <tt>xorg.conf</tt> file, the ATI driver will not be loaded (don't ask me why, it just seems to happen). If we deactivate compositing, the ATI driver gets loaded, but without compositing, we can not use Compiz.</p>
<p>The solution is to install <a href="http://en.wikipedia.org/wiki/Xgl">Xgl</a> which is an X server (or, I think, a kind of layer that runs <em>on top</em> of the X.org server) that allows for the above trick. There seem to be two "ways" of getting proper compositing: Xgl and <a href="http://en.wikipedia.org/wiki/AIGLX">AIGLX</a>. The general agreement on the net seems to be that the latter is "better", but only the former seems to work with ATI cards (read the <em>"AIGLX with AMD (ex-ATI) Proprietary Drivers"</em> section in the AIGLX Wikipedia article, because it hits the problem <a href="http://www.answers.com/main/ntquery?s=dead-on&amp;gwp=13">dead-on</a>). With Xgl I can make use of the <tt>fglrx</tt> driver and have compositing at the same time.</p>
<p>We are lucky here, because there <strong>are</strong> Debian repositories for Xgl. I found out about them in <a href="http://www.tuxmachines.org/node/10425">this howto in tuxmachines.org</a>. Most of the info there is mostly... ehem... useless (for me), but reading it I found a repo for Xgl. I just have to add the following line to my <tt>/etc/apt/sources.list</tt> (beware that the original mention in the <em>tuxmachines.org</em> page says "binary-i386", and I had to change it to "binary-amd64"):</p>
<p><code>deb http://www5.autistici.org/debian-xgl/debian/ binary-amd64/</code></p>
<p>I then had to do <tt>aptitude update</tt>, and I (of course) got an error telling me that some signatures couldn't be verified (read <a href="/2006.04/debian-secure-apt/">my own article about secure APT</a> and/or the wonderful <a href="http://wiki.debian.org/SecureApt">Debian wiki</a> to know more). I think the key is 11F6E468, and it corresponds to Francesco Cecconi (mantainer of the repo). It is downloadable from <tt>pgpkeys.mit.edu</tt> (follow instructions on my previous post, or the ones in the Debian wiki). If you want, do not skip reading the <a href="http://www5.autistici.org/debian-xgl/">parent page of the repository</a>.</p>
<p>After the keys are OK, it's just a matter of doing (as root):</p>
<p><code>% aptitude update<br />
% aptitude install xgl</code></p>
<p>Now you are done installing, but will have to actually <strong>use</strong> Xgl. This gave me some headaches, not because I didn't know where to put things, but because I didn't know exactly <em>what</em> to put. I read, and followed, the instructions in <a href="http://www.freedesktop.org/wiki/Software/Xgl">freedesktop.org</a>, and (after all, the blog seems to be useful for someone: myself) <a href="/2006.10/xgl-with-xfce/">a previous post of my own</a>.</p>
<p>I am using <a href="http://en.wikipedia.org/wiki/GNOME_Display_Manager">GDM</a>, so my final setup was the following: first generate a suitable entry in the GDM menu, by creating a file named <tt>/usr/share/xsessions/xfce4-xgl.desktop</tt> (or whatever, but in the same dir, and ending in ".desktop"), and putting the following inside:</p>
<p><code>[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=Xfce-Xgl<br />
Exec=/usr/local/bin/startxgl_xfce<br />
Icon=Type=Application</code></p>
<p>The string after "Name=" is the one that will appear in the GDM menu, and the one after "Exec=" what will be executed when selecting that entry.</p>
<p>Next, we have to create the string we promise above (<tt>/usr/local/bin/startxgl_xfce</tt>), and put the following inside:</p>
<p><code># Start the Xgl server:<br />
Xgl -fullscreen :0 -ac -accel glx:pbuffer -accel xv:pbuffer -fp /usr/share/X11/fonts/misc &amp;amp; sleep 5 &amp;amp;&amp;amp; DISPLAY=:0<br />
# Start Xfce:<br />
exec xfce4-session</code></p>
<p>As you can see, I am telling Xgl to load a font (with <tt>-fp</tt>) that was giving me headaches, because the server would die saying that the font was missing when I didn't include that option. Your mileage may vary.</p>
<p>Now, everytime we select the entry labeled "Xfce-Xgl" in the GDM menu, we will have the Xgl server  running.</p>
<p><strong>Installing Compiz Fusion packages</strong></p>
<p>I think the aforementioned <em>autistici.org</em> repo has compiz packages, as well as the default Debian Lenny repos. But net consensus seems to be that they are not the way to go. Everyone praises two repositories: Treviño's and Shame's. I chose the latter, adding the following line to my <tt>/etc/apt/sources.list</tt>:</p>
<pre>deb http://download.tuxfamily.org/shames/debian-sid/desktopfx/unstable/ ./</pre>
<p>I think I went through the same chores as above for key verification, Shame's key being A42A6CF5.</p>
<p>After that, I installed the following package (it installs all of the needed packages):</p>
<p><code>% aptitude install compiz-fusion-all</code></p>
<p>After that, and inside my "Xfce-Xgl" session, I just did the following, as some googling revealed:</p>
<p><code>% compiz --replace</code></p>
<p>But... it didn't work :^( It complained in the following manner:</p>
<p><code>Fatal: Failed test: texture_from_pixmap support<br />
Checks indicate that it's impossible to start compiz on your  system.</code></p>
<p>I found <strong>a lot</strong> of pages, threads and howtos in the net stumbling upon this same problem (for example, <a href="http://ubuntuforums.org/showthread.php?t=504619">this one</a> at <em>ubuntuforums.org</em>), but none with the answer. Really. None. The most enlightening tips where the use of the <tt>-v</tt>, <tt>-h</tt> and <tt>--help</tt> switches for <tt>compiz</tt>. The first one requests verbose output, the second one help about "short" options, and the third one help about the "long" options. With the latter I discovered the <tt>--force-fglrx</tt> switch, which saved the day! Yes, I now use the following command to start Compiz:</p>
<p><code>% compiz --replace -c emerald --force-fglrx</code></p>
<p>I have two things to say at that point. First: this Compiz Fusion is visually astonishing! It is full of great ideas, and has a lot of settings to play with. The second thing is not so nice: some glitches are present. For example, my <a href="http://en.wikipedia.org/wiki/Konsole">Konsole</a> windows get transparent background for no reason, and the refresh is horrible (when text reaches the bottom on the terminal, it starts to overwrite itself. One must hide and un-hide the window for proper refreshing, which is unacceptable). The latter also affects other windows, which, all in all, makes it unsuitable for much comfort.</p>
<p>However, Compiz Fusion is new, hot and experimental. I love playing with it, but right now it can not be relied upon. On the bright side, in the three days from my installation, the packages have been updated <strong>three times</strong>! I suppose some <tt>aptitude upgrade</tt> cycles will fix the issues eventually.</p>
<p>And that's it, dear reader.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-home-desktop/" title="Compiz Fusion under Debian Lenny on my home desktop (August 26, 2007)">Compiz Fusion under Debian Lenny on my home desktop</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/what-ive-done-to-my-laptop/" title="What I&#8217;ve done to my laptop (October 3, 2006)">What I&#8217;ve done to my laptop</a> (2)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/" title="Xgl with Xfce under Debian Etch (October 1, 2006)">Xgl with Xfce under Debian Etch</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-laptop/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>App of the week: PDF Cube</title>
		<link>http://handyfloss.net/2007.07/app-of-the-week-pdf-cube/</link>
		<comments>http://handyfloss.net/2007.07/app-of-the-week-pdf-cube/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 12:30:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Application of the Week]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[PS/PDF]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Xgl]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=211</guid>
		<description><![CDATA[I just found this little app browsing for PDF software in my Debian aptitude repository contents. In short, PDF Cube displays PDFs in full screen, adding Compiz-like cube transitions from slide to slide if we want. The following YouTube video shows how it works: [youtube=http://youtube.com/watch?v=AscU72HOwgM] You can notice the mixed regular/cube transitions, as well as [...]]]></description>
			<content:encoded><![CDATA[<p>I just found this little app browsing for PDF software in my <a href="http://www.debian.org">Debian</a> <a href="http://en.wikipedia.org/wiki/Aptitude_%28program%29">aptitude</a> repository contents.</p>
<p>In short, <a href="http://code.100allora.it/pdfcube">PDF Cube</a> displays PDFs in full screen, adding <a href="http://en.wikipedia.org/wiki/Compiz">Compiz</a>-like cube transitions from slide to slide if we want. The following YouTube video shows how it works:</p>
<p>[youtube=http://youtube.com/watch?v=AscU72HOwgM]</p>
<p>You can notice the mixed regular/cube transitions, as well as the five zooming options used in slide 4.</p>
<p>By the way, I have started the <a href="http://en.wikipedia.org/wiki/PDF_Cube">Wikipedia article for PDF Cube</a>. I think this little program deserves to be in the Wikipedia.</p>
<p>Incidentally, the above is the first video I upload to YouTube! :^)</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2007.07/powerdot-screen-size-error-in-debian-lenny/" title="PowerDot screen size error in Debian Lenny (July 29, 2007)">PowerDot screen size error in Debian Lenny</a> (0)</li>
	<li><a href="http://handyfloss.net/2007.08/latex-programming-how-to-implement-conditionals/" title="LaTeX programming: how to implement conditionals (August 29, 2007)">LaTeX programming: how to implement conditionals</a> (4)</li>
	<li><a href="http://handyfloss.net/2007.07/compiz-fusion-effects/" title="Compiz Fusion effects (July 28, 2007)">Compiz Fusion effects</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2007.07/app-of-the-week-pdf-cube/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compiz Fusion effects</title>
		<link>http://handyfloss.net/2007.07/compiz-fusion-effects/</link>
		<comments>http://handyfloss.net/2007.07/compiz-fusion-effects/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 11:02:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Xgl]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=210</guid>
		<description><![CDATA[I have no words. It is trully amazing what the guys behind Compiz/Beryl/Compiz Fusion can do, and how the contributions of free software enthusiasts can quickly surpass any lame Windows (and MacOS) &#8220;innovation&#8221;. From YouTube: [youtube=http://www.youtube.com/watch?v=_ImW0-MgR8I] Related posts App of the week: PDF Cube (2) Xgl with Xfce under Debian Etch (0) Xgl with Xfce [...]]]></description>
			<content:encoded><![CDATA[<p>I have no words. It is trully amazing what the guys behind <a href="http://en.wikipedia.org/wiki/Compiz">Compiz</a>/<a href="http://en.wikipedia.org/wiki/Beryl_%28window_manager%29">Beryl</a>/<a href="http://en.wikipedia.org/wiki/Compiz_Fusion">Compiz Fusion</a> can do, and how the contributions of free software enthusiasts can quickly surpass any lame Windows (and MacOS) &#8220;innovation&#8221;. From YouTube:</p>
<p align="center">[youtube=http://www.youtube.com/watch?v=_ImW0-MgR8I]</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2007.07/app-of-the-week-pdf-cube/" title="App of the week: PDF Cube (July 28, 2007)">App of the week: PDF Cube</a> (2)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/" title="Xgl with Xfce under Debian Etch (October 1, 2006)">Xgl with Xfce under Debian Etch</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce/" title="Xgl with Xfce (October 5, 2006)">Xgl with Xfce</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2007.07/compiz-fusion-effects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t try this with Windows</title>
		<link>http://handyfloss.net/2007.01/dont-try-this-with-windows/</link>
		<comments>http://handyfloss.net/2007.01/dont-try-this-with-windows/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 19:34:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xgl]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=162</guid>
		<description><![CDATA[I found out in FayerWayer about the things you can do with the Wiimonte (the remote of the console) and a GNU/Linux computer with Beryl. [youtube=http://www.youtube.com/watch?v=ALqduQfm09c&#38;rel=1] Yes, it seems rather useless&#8230; but I looks great! Besides, think of the possibilities. And still some people will keep on saying that Mac and Windows lead the desktop [...]]]></description>
			<content:encoded><![CDATA[<p>I found out in <a href="http://www.fayerwayer.com/2007/01/wiibuntu/">FayerWayer</a> about the things you can do with the <a href="http://en.wikipedia.org/wiki/Wii_Remote">Wiimonte</a> (the remote of the <a href="http://en.wikipedia.org/wiki/Wii">console</a>) and a GNU/Linux computer with <a href="http://isilanes.blogspot.com/2006/10/xgl-with-gnome-under-ubuntu-dapper.html">Beryl</a>.</p>
<p>[youtube=http://www.youtube.com/watch?v=ALqduQfm09c&amp;rel=1]</p>
<p>Yes, it seems rather useless&#8230; but I looks great! Besides, think of the possibilities.  And still some people will keep on saying that Mac and Windows lead the desktop innovation!</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2009.04/my-ubuntu-jaunty-jackalope-upgrade-plan/" title="My Ubuntu Jaunty Jackalope upgrade plan (April 27, 2009)">My Ubuntu Jaunty Jackalope upgrade plan</a> (0)</li>
	<li><a href="http://handyfloss.net/2007.10/basque-ads-with-ubuntu-on-them/" title="Basque ads with Ubuntu on them (October 15, 2007)">Basque ads with Ubuntu on them</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/" title="Xgl with Xfce under Debian Etch (October 1, 2006)">Xgl with Xfce under Debian Etch</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2007.01/dont-try-this-with-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xgl with Xfce</title>
		<link>http://handyfloss.net/2006.10/xgl-with-xfce/</link>
		<comments>http://handyfloss.net/2006.10/xgl-with-xfce/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 16:36:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Xfce]]></category>
		<category><![CDATA[Xgl]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=123</guid>
		<description><![CDATA[I previously posted about running Xgl under GNOME. Well, it seems that the Xgl/Beryl duo can be run smoothly under any other desktop environment, e.g. Xfce. To attain that (after you have GNOME/Xgl running), just create two files: /usr/local/bin/startxgl_xfce Xgl -fullscreen :1 -ac -accel glx:pbuffer -accel xv:pbuffer &#38; sleep 2 &#38;&#38; DISPLAY=:1 # Start Xfce [...]]]></description>
			<content:encoded><![CDATA[<p>I previously posted about running <a href="http://handyfloss.wordpress.com/2006/10/01/xgl-with-gnome-under-ubuntu-dapper-drake/">Xgl under GNOME</a>. Well, it seems that the Xgl/Beryl duo can be run smoothly under any other desktop environment, e.g. <a href="http://www.xfce.org/">Xfce</a>.</p>
<p>To attain that (after you have GNOME/Xgl running), just create two files:</p>
<p><code><strong>/usr/local/bin/startxgl_xfce</strong></code></p>
<p>Xgl -fullscreen :1 -ac -accel glx:pbuffer -accel xv:pbuffer &amp; sleep 2 &amp;&amp; DISPLAY=:1<br />
# Start Xfce<br />
exec xfce4-session</p>
<p>and</p>
<p><code><strong>/usr/share/xsessions/xfce4-xgl.desktop</strong></code></p>
<p>[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=Xfce-Xgl<br />
Exec=/usr/local/bin/startxgl_xfce<br />
Icon=<br />
Type=Application</p>
<p>The latter inserts a &#8220;Xfce-Xgl&#8221; entry in the GDM xsession list, which will call the former. That one actually startx Xgl and opens Xfce. Nice, uh?</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-laptop/" title="Compiz Fusion under Debian Lenny on my laptop (August 14, 2007)">Compiz Fusion under Debian Lenny on my laptop</a> (6)</li>
	<li><a href="http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-home-desktop/" title="Compiz Fusion under Debian Lenny on my home desktop (August 26, 2007)">Compiz Fusion under Debian Lenny on my home desktop</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/" title="Xgl with Xfce under Debian Etch (October 1, 2006)">Xgl with Xfce under Debian Etch</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2006.10/xgl-with-xfce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I&#8217;ve done to my laptop</title>
		<link>http://handyfloss.net/2006.10/what-ive-done-to-my-laptop/</link>
		<comments>http://handyfloss.net/2006.10/what-ive-done-to-my-laptop/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 14:36:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[my ego and me]]></category>
		<category><![CDATA[64-bits]]></category>
		<category><![CDATA[about me]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Xgl]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=121</guid>
		<description><![CDATA[OK, this entry is just a reminder for myself. Install ATI drivers I followed the instructions at this wiki. For the record, I used method 1, and it worked. Update: The link above seems dead. Read a a more recent post about Compiz Fusion under Debian Lenny for info on ATI drivers instalation. Install a [...]]]></description>
			<content:encoded><![CDATA[<p>OK, this entry is just a reminder for myself.</p>
<p><strong>Install ATI drivers</strong></p>
<p>I followed the instructions at <a href="http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide">this wiki</a>. For the record, I used method 1, and it worked.</p>
<p><strong>Update:</strong> The link above seems dead. Read a <a href="http://handyfloss.wordpress.com/2007/08/14/compiz-fusion-under-debian-lenny-on-my-laptop/">a more recent post</a> about Compiz Fusion under Debian Lenny for info on ATI drivers instalation.</p>
<p><strong>Install a SMP kernel</strong></p>
<p>My CPU is an Intel Core 2 Duo T7200&#8230; I <strong>want</strong> a SMP kernel, otherwise I am wasting one of the two cores!</p>
<p>Problem is, the friggin Ubuntu has no 2.6 kernels labeled &#8220;SMP&#8221;. Why, oh why!? OK, I found out: all 2.6.*-686 kernels <strong>are</strong> actually SMP, even if they don&#8217;t say anything. If you have 1 CPU, fine. If you have more, they&#8217;ll be detected at boot time. No more <em>&#8220;-smp&#8221;</em> in the kernel names.</p>
<p><strong>Wireless with 686 kernel</strong></p>
<p>The default 2.6.15-686 supports the wireless just fine, but installing a 686 kernel (required for SMP, see above) seems to break the wireless. However, the solution is easy. As stated in this <a href="http://www.ubuntuforums.org/archive/index.php/t-189083.html">Ubuntu forum</a> thread, one just needs to install the &#8220;restricted&#8221; kernel modules corresponding to her kernel (in my case <tt>2.6.15-27-686</tt>):</p>
<p><tt>% aptitude install linux-restricted-modules-2.6.15-27-686</tt></p>
<p>After that, reboot. I guess that the new module is loadable (try <tt>modprobe ipw3945</tt>), without having to reboot&#8230; dunno. Also, if you want to have the restricted modules package upgrade automatically, install <tt>linux-restricted-modules-686</tt>.</p>
<p><strong>WPA encription for WiFi</strong></p>
<p><strong>Update:</strong> Read a more recent article: <a href="http://handyfloss.wordpress.com/2007/01/28/wifi-with-wpa-under-ubuntudebian/">WPA under Ubuntu/Debian</a>.</p>
<p><strong>Install a 64-bit kernel</strong></p>
<p>OK, installing the mainstream 32-bit Ubuntu was a success. Now I have given Ubuntu amd64 a try (amd64 is for both EM64T (Intel) and AMD64 (AMD)).</p>
<p>Everything went smooth, <strong>except</strong> installing the ATI drivers (as explained above): the screen froze black when loading GDM. To solve this, I read the troubleshooting section in the link above, and found out that I could either add:</p>
<p><tt>Load "extmod"</tt></p>
<p>or:</p>
<pre>
SubSection "extmod"
  Option "omit XVideo"
  Option "omit XVideo-MotionCompensation"
  Option "omit XFree86-VidModeExtension"
EndSubSection
</pre>
<p>to the <tt>Section "Modules"</tt> of <tt>/etc/X11/xorg.conf</tt> (beware, it&#8217;s one <strong>OR</strong> the other, not both). For me the <tt>Load "extmod"</tt> did not work, but the <tt>SubSection "extmod"</tt> did.</p>
<p>Now, for the Xgl thing in 64-bits&#8230;</p>
<p><strong>Xgl for 64-bits</strong></p>
<p>I followed the instructions in <a href="http://handyfloss.wordpress.com/2006/10/01/xgl-with-gnome-under-ubuntu-dapper-drake/">a  previous post</a>, but I found out that some packages were missing, so I manually downloaded them from the <a href="http://xgl.compiz.info/">Xgl.compiz site</a>. Namely, I downloaded them from the &#8220;Edgy&#8221; section. However, it didn&#8217;t work for me :^(</p>
<p><strong>Update:</strong> Compiz Fusion under Debian Lenny in <a href="http://handyfloss.wordpress.com/2007/08/14/compiz-fusion-under-debian-lenny-on-my-laptop/">a more recent post</a>.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-laptop/" title="Compiz Fusion under Debian Lenny on my laptop (August 14, 2007)">Compiz Fusion under Debian Lenny on my laptop</a> (6)</li>
	<li><a href="http://handyfloss.net/2008.07/making-isight-camera-work-in-ubuntu/" title="Making iSight camera work in Ubuntu (July 4, 2008)">Making iSight camera work in Ubuntu</a> (17)</li>
	<li><a href="http://handyfloss.net/2008.06/installing-ubuntu-hardy-heron-on-a-macbook/" title="Installing Ubuntu Hardy Heron on a MacBook (June 25, 2008)">Installing Ubuntu Hardy Heron on a MacBook</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2006.10/what-ive-done-to-my-laptop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Xgl with GNOME, under Ubuntu Dapper Drake</title>
		<link>http://handyfloss.net/2006.10/xgl-with-gnome-under-ubuntu-dapper-drake/</link>
		<comments>http://handyfloss.net/2006.10/xgl-with-gnome-under-ubuntu-dapper-drake/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 20:49:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Xgl]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=120</guid>
		<description><![CDATA[OMG!! Xgl is so pretty!! First things first, I have to say how I&#8217;ve made it run. I say in a previous post (that I actually wrote some minutes ago), that I have given a try to Ubuntu, to test how good that Xgl thing is. And man is it good! Xgl is a graphics [...]]]></description>
			<content:encoded><![CDATA[<p>OMG!! Xgl is so pretty!!</p>
<p>First things first, I have to say how I&#8217;ve made it run. I say in a <a href="http://handyfloss.wordpress.com/2006/10/01/installing-ubuntu-dapper-drake/">previous post</a> (that I actually wrote some minutes ago), that I have given a try to Ubuntu, to test how good that Xgl thing is. And man is it good!</p>
<p>Xgl is a graphics server, something that interprets data and displays it on the screen (as <a href="http://en.wikipedia.org/wiki/XFree86">XFree86</a> and <a href="http://en.wikipedia.org/wiki/X.Org_Server">X.org</a>). It basically allows for 2D effects of a Desktop Environment to be rendered with the powerfull engine of the Graphical Card, which untill now only accelerated the 3D effects, as e.g. games. However, one needs a <a href="http://en.wikipedia.org/wiki/Window_manager">window manager</a> that takes advantage of these capabilities to create effects. The first such a wm was <a href="http://en.wikipedia.org/wiki/Compiz">Compiz</a>. Sadly, I was not able to install it, but I did install <a href="http://en.wikipedia.org/wiki/Beryl_%28window_manager%29">Beryl</a>, which is a <a href="http://en.wikipedia.org/wiki/Fork_%28software_development%29">fork</a> of Compiz.</p>
<p>I mostly followed the instructions in <a href="http://fredcpp.wordpress.com/2006/09/29/instalar-beryl-en-ubuntu/">Fred.cpp&#8217;s blog</a>[<strong>es</strong>].</p>
<p>It basically boils down to:</p>
<p>As root, or with the infamous <code>sudo</code>:</p>
<div class="codeblock">
aptitude remove compiz compiz-gnome cgwd cgwd-themes xserver-xgl csm
</div>
<p>Add to <code>/etc/apt/sources.list</code> (the last line only if you have a 64-bit CPU):</p>
<div class="codeblock">
deb http://www.beerorkid.com/compiz/ dapper main<br />
deb http://xgl.compiz.info/ dapper main<br />
deb-src http://xgl.compiz.info/ dapper main<br />
deb http://xgl.compiz.info/ dapper main main-amd64
</div>
<p>Get the GPG keys for the repositories:</p>
<div class="codeblock">
wget http://www.beerorkid.com/compiz/quinn.key.asc -O &#8211; | sudo apt-key add -
</div>
<p>Then:</p>
<div class="codeblock">
aptitude update &amp;&amp; aptitude upgrade
</div>
<p>Install Xgl, Beryl and Emerald (the theme manager for Beryl):</p>
<div class="codeblock">
aptitude install xserver-xgl libgl1-mesa xserver-xorg libglitz-glx1 beryl beryl-core beryl-manager beryl-plugins beryl-plugins-data beryl-settings emerald emerald-themes
</div>
<p>Now everything is installed, we need to create 2 files:</p>
<p><tt>/usr/local/bin/startxgl</tt>, our <tt><a href="http://en.wikipedia.org/wiki/Xinit">startx</a></tt> replacement. Its contents:</p>
<div class="codeblock">
Xgl -fullscreen :1 -ac -accel glx:pbuffer -accel xv:pbuffer &amp; sleep 2 &amp;&amp; DISPLAY=:1<br />
# Start GNOME<br />
exec gnome-session
</div>
<p><tt>/usr/share/xsessions/gnome-xgl.desktop</tt>, a new entry for the GDM session menu. Its contents:</p>
<div class="codeblock">
[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=gnome-xgl<br />
Exec=/usr/local/bin/startxgl<br />
Icon=<br />
Type=Application
</div>
<p>Then <tt>chmod +x</tt> them both.</p>
<p>We then need to enter GNOME as a regular user (if we are not already in it), and go to <code>System/Preferences/Sessions/Autostart programs</code>, and add <code>beryl-manager</code> to them. In the next GDM login, we will have an <em>gnome-xgl</em> option for a session. Choose it, and there you are.</p>
<p>Second, the screenshots (click to enlarge):</p>
<p align="center"><a href="http://isilanes.org/pics/blog/XGL/xgl-dream_fade.png"><img src="http://isilanes.org/pics/blog/XGL/xgl-dream_fade_small.png" /></a><br />
A window being minimized, fading away.</p>
<p align="center"><a href="http://isilanes.org/pics/blog/XGL/xgl-expose-like.png"><img src="http://isilanes.org/pics/blog/XGL/xgl-expose-like_small.png" /></a><br />
Two windows being shown as with MacOS <a href="http://en.wikipedia.org/wiki/Expos%C3%A9_%28Mac_OS_X%29">exposè</a>.</p>
<p align="center"><a href="http://isilanes.org/pics/blog/XGL/xgl-transparency_01.png"><img src="http:/isilanes.org/pics/blog/XGL/xgl-transparency_01_small.png" /></a><br />
Two semitransparent windows. You can see my blog through a terminal :^)</p>
<p align="center"><a href="http://isilanes.org/pics/blog/XGL/xgl-video_on_corner.png"><img src="http://isilanes.org/pics/blog/XGL/xgl-video_on_corner_small.png" /></a><br />
A video, being played at the edge of a cube (the faces of which represent different desktops).</p>
<p align="center"><a href="http://isilanes.org/pics/blog/XGL/xgl-transparent_video.png"><img src="http://isilanes.org/pics/blog/XGL/xgl-transparent_video_small.png" /></a><br />
A video being played semitransparent. We can see an icon below it!</p>
<p align="center"><a href="http://isilanes.org/pics/blog/XGL/xgl-raining.png"><img src="http://isilanes.org/pics/blog/XGL/xgl-raining_small.png" /></a><br />
The video in the corner, plus it is raining all around!</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/" title="Xgl with Xfce under Debian Etch (October 1, 2006)">Xgl with Xfce under Debian Etch</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce/" title="Xgl with Xfce (October 5, 2006)">Xgl with Xfce</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.05/windows-eye-candy-sucks/" title="Windows eye candy sucks (May 15, 2006)">Windows eye candy sucks</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2006.10/xgl-with-gnome-under-ubuntu-dapper-drake/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Xgl with Xfce under Debian Etch</title>
		<link>http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/</link>
		<comments>http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[about me]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Xgl]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=4</guid>
		<description><![CDATA[See http://www5.autistici.org/debian-xgl/x86-xgl-pkg/README d/l .debs from http://www5.autistici.org/debian-xgl/debian/binary-i386/ see http://www5.autistici.org/debian-xgl/ add &#8220;/usr/share/fonts/X11/misc/&#8221; to the Xgl command in http://gentoo-wiki.com/HOWTO_XGL#Running_Xgl, otherwise it gives &#8220;could not open default font &#8216;fixed&#8217;&#8221; Related posts Compiz Fusion under Debian Lenny on my laptop (6) Compiz Fusion under Debian Lenny on my home desktop (0) What I&#8217;ve done to my laptop (2)]]></description>
			<content:encoded><![CDATA[<p>See http://www5.autistici.org/debian-xgl/x86-xgl-pkg/README</p>
<p>d/l .debs from http://www5.autistici.org/debian-xgl/debian/binary-i386/</p>
<p>see http://www5.autistici.org/debian-xgl/</p>
<p>add &#8220;/usr/share/fonts/X11/misc/&#8221; to the Xgl command in http://gentoo-wiki.com/HOWTO_XGL#Running_Xgl, otherwise it gives &#8220;could not open default font &#8216;fixed&#8217;&#8221;</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-laptop/" title="Compiz Fusion under Debian Lenny on my laptop (August 14, 2007)">Compiz Fusion under Debian Lenny on my laptop</a> (6)</li>
	<li><a href="http://handyfloss.net/2007.08/compiz-fusion-under-debian-lenny-on-my-home-desktop/" title="Compiz Fusion under Debian Lenny on my home desktop (August 26, 2007)">Compiz Fusion under Debian Lenny on my home desktop</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/what-ive-done-to-my-laptop/" title="What I&#8217;ve done to my laptop (October 3, 2006)">What I&#8217;ve done to my laptop</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows eye candy sucks</title>
		<link>http://handyfloss.net/2006.05/windows-eye-candy-sucks/</link>
		<comments>http://handyfloss.net/2006.05/windows-eye-candy-sucks/#comments</comments>
		<pubDate>Mon, 15 May 2006 11:04:00 +0000</pubDate>
		<dc:creator>isilanes</dc:creator>
				<category><![CDATA[Free software and related beasts]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Xgl]]></category>

		<guid isPermaLink="false">http://handyfloss.net/?p=50</guid>
		<description><![CDATA[There was a time when Windows users would say there weren&#8217;t games that run under Linux. There was a time when Windows users would say that Linux was technically inferior. Later they would end up accepting that it was indeed technically superior, but that it would not catch on people because it was difficult to [...]]]></description>
			<content:encoded><![CDATA[<p>There was a time when Windows users would say there weren&#8217;t games that run under Linux.</p>
<p>There was a time when Windows users would say that Linux was technically inferior.</p>
<p>Later they would end up accepting that it was indeed technically superior, but that it would not catch on people because it was difficult to install and use.</p>
<p>Now, with distros like SUSE or Ubuntu, which are easier to install than Windows, they resort to saying that Windows does and will reign in the desktop, because they have had years of development, whereas Linux &#8220;consists on sucky black terminals with fosforescent text&#8221;.</p>
<p>OK, check about <a href="http://en.wikipedia.org/wiki/Xgl">XGL</a> on Linux. Both Linux and Windows (Vista) are able to move and resize windows with transparencies, shades, and elasticity effects&#8230; now, you can read <a href="http://www.benmaster.es/index.php?modulo=Blog&amp;Salto=VerPost&amp;id=28">here</a> (Spanish), how a guy opened <strong>17</strong> simultaneous High Definition videos with transparencies and real time shades on his Linux Box, while Windows would barely cope with one or two. Check the videos in that page, and think again about Linux and his &#8220;sucky black terminals&#8221;.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce-under-debian-etch/" title="Xgl with Xfce under Debian Etch (October 1, 2006)">Xgl with Xfce under Debian Etch</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-xfce/" title="Xgl with Xfce (October 5, 2006)">Xgl with Xfce</a> (0)</li>
	<li><a href="http://handyfloss.net/2006.10/xgl-with-gnome-under-ubuntu-dapper-drake/" title="Xgl with GNOME, under Ubuntu Dapper Drake (October 1, 2006)">Xgl with GNOME, under Ubuntu Dapper Drake</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://handyfloss.net/2006.05/windows-eye-candy-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
