<?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>Frank Groeneveld &#187; Linux</title>
	<atom:link href="http://frankgroeneveld.nl/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankgroeneveld.nl</link>
	<description>Just another weblog</description>
	<lastBuildDate>Wed, 01 Sep 2010 06:16:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Dropbox on Your Own Server</title>
		<link>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/</link>
		<comments>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:21:57 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sparkleshare]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=243</guid>
		<description><![CDATA[I&#8217;ve always liked Dropbox, except for one thing: I don&#8217;t trust them with my data. Also, it seems wrong to pay $ 10,00 for 50 GB of storage when you have your own server with much more storage and available on a fast network. Well,...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always liked <a href="https://www.dropbox.com/referrals/NTU3NDI2Njk5">Dropbox</a>, except for one thing: I don&#8217;t trust them with my data. Also, it seems wrong to pay $ 10,00 for 50 GB of storage when you have your own server with much more storage and available on a fast network.</p>
<p>Well, finally there is a solution. It&#8217;s called <a href="http://www.sparkleshare.org/">SparkleShare</a> and it&#8217;s completely open source and uses <a href="http://git-scm.com/">Git</a> as a backend. Today <a href="http://www.bomahy.nl/hylke/blog/sparkleshare-02-alpha-1-for-linux/">they released </a>a very early alpha version and I tried it out immediately. After having some trouble with the interface (you need to insert &lt;username&gt;/&lt;reponame&gt; in the folder input box if you use Github), everything worked great. However, I don&#8217;t advice anybody to use it in production. It&#8217;s still in development and can contain serious bugs. I can&#8217;t wait till it gets more mature and ready for production usage!</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get Wacom Bamboo Pen Working in Ubuntu Lucid</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/</link>
		<comments>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 15:10:28 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04 LTS]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[CTL-460]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[newer driver]]></category>
		<category><![CDATA[pen]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wacom]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220</guid>
		<description><![CDATA[The new Wacom Bamboo Pen (CTL-460) doesn&#8217;t work in Ubuntu Lucid out-of-the-box. You need a newer kernel module than the one that comes with Lucid by default. It&#8217;s pretty easy to get it working though, you just need to know how. Update It seems that...]]></description>
			<content:encoded><![CDATA[<p>The new <a href="http://www.wacom.com/bamboo/bamboo_pen.php">Wacom Bamboo Pen (CTL-460)</a> doesn&#8217;t work in <a href="http://ubuntu.com">Ubuntu</a> Lucid out-of-the-box. You need a newer kernel module than the one that comes with Lucid by default. It&#8217;s pretty easy to get it working though, you just need to know how.<span id="more-220"></span></p>
<h3>Update</h3>
<p>It seems that since I published this post four months ago, it helped a lot of people. At that time I couldn&#8217;t find a <a href="http://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support">DKMS</a> script that would automatically compile and install the newer module after every kernel upgrade. Also, I didn&#8217;t have the time to do it myself. Well, things have changed. After Brett Alton posted his <a href="http://blog.brettalton.com/2010/08/28/how-to-install-the-wacom-bamboo-driver-in-ubuntu-10-04-lucid-lynx/">update to my post</a>. Martin Owens replied to his post with a link to a PPA that contains the newer module with a DKMS script. So please, use this PPA and save yourself a lot of trouble! The instructions are really simple, just run this in a terminal:</p>
<p><code>sudo add-apt-repository ppa:doctormo/wacom-plus<br />
sudo apt-get update<br />
sudo apt-get install wacom-dkms</code></p>
<p><strong>Don&#8217;t forget</strong> to <a href="http://www.wacom.com/register/index.php">register your tablet</a> at the Wacom website, because you can specify Linux as your operating system. We might get even better support if a lot of people do this.</p>
<h3>Old post:</h3>
<p>First, install some compiling tools and header files:<br />
<code>sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev</code></p>
<p>Next, download the latest <a href="http://linuxwacom.sf.net">linuxwacom</a> driver (0.8.6 at the moment of writing):<br />
<code>wget <a href="http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.6.tar.bz2">http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.6.tar.bz2</a></code></p>
<p>Now unpack, configure compile and install it:<br />
<code>tar -xf linuxwacom-0.8.6.tar.bz2<br />
cd linuxwacom-0.8.6<br />
./configure --enable-wacom<br />
cd src/2.6.30/ # I know this is the wrong version, but it's the highest available and it works<br />
make<br />
sudo cp wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/<br />
sudo rmmod wacom<br />
sudo modprobe wacom</code></p>
<p>The tablet should work now. You can also add the module name to /etc/modules to automatically load it on boot. There still one issue left for me. In Mac OS X I can use the whole tablet, i.e. the right corner is the right screen corner. In Lucid however the grey lines indicate the screen borders, so the right corner of the gray lines is the right screen corner. This means part of the tablet is not used and this can be quite annoying if you&#8217;re used to the previous behavior.</p>
<p><strong>Don&#8217;t forget</strong> to <a href="http://www.wacom.com/register/index.php">register your tablet</a> at the Wacom website, because you can specify Linux as your operating system. We might get even better support if a lot of people do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>94</slash:comments>
		</item>
		<item>
		<title>Howto: Live migrate to software RAID 1</title>
		<link>http://frankgroeneveld.nl/2009/09/19/howto-live-migrate-to-software-raid-1/</link>
		<comments>http://frankgroeneveld.nl/2009/09/19/howto-live-migrate-to-software-raid-1/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 14:22:54 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[degraded]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[mdadm]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[software raid]]></category>
		<category><![CDATA[striping]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=120</guid>
		<description><![CDATA[Feel insecure about your data? Don&#8217;t trust your harddrive anymore? Use this howto to migrate your running Ubuntu Linux system to software RAID&#160;1. Before starting off, I assume you have your running system on /dev/sda and your new harddrive is called /dev/sdb. Boot up your...]]></description>
			<content:encoded><![CDATA[<p>Feel insecure about your data? Don&#8217;t trust your harddrive anymore? Use this howto to migrate your running Ubuntu Linux system to software RAID&nbsp;1.</p>
<p>Before starting off, I assume you have your running system on /dev/sda and your new harddrive is called /dev/sdb.</p>
<p>Boot up your system and install the mdadm package. We now have to create partitions on sdb that are the same as sda. Because I have identical disks, I just copy the partition table from sda to sdb like so:<br />
<code>sfdisk -d /dev/sda | sfdisk /dev/sdb</code><br />
After that, I use partprobe to let the Linux kernel know I have changed the partition table.</p>
<p>Next step is to create a degraded RAID array on sdb which we can copy the files to and than add sda to the array. For every partition you have to run:<br />
<code>mdadm --create /dev/md0 --level 1 --raid-devices=2 missing /dev/sdb1<br />
</code><br />
Where you replace sdb1 with the partition you want. Now create filesystems on these new raid devices:<br />
<code>mkfs.ext3 /dev/md0</code><br />
Again, run this for all your mds.<br />
After copying all the files to your new array, we have to modify a few files.</p>
<ul>
<li>/boot/grub/menu.lst</li>
<li>/etc/fstab</li>
<li>/etc/initramfs-tools/conf/resume</li>
</ul>
<p>All these files contain references to UUIDs that are no longer correct. I simply replaced them with /dev/md0 for example. You can try to use UUIDs, but I believe that the (striped) partitions have the same UUIDs as the raid devices (the mds). If you&#8217;ve changed everything, run:<br />
<code>mdadm --detail --scan &gt;&gt; /etc/mdadm/mdadm.conf</code><br />
And don&#8217;t forget to update your initrd:<br />
<code>initramfs -u</code></p>
<p>That&#8217;s all! You can now enjoy the safety of RAID 1 without to much hassle. To check the status of your array, look in /proc/mdstat. Also make sure you setup a mail server or ssmtp, because the mdadm tools will try to send you an email if one of your RAID devices is degraded/corrupt.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/09/19/howto-live-migrate-to-software-raid-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pinnacle DVB-T stick remote</title>
		<link>http://frankgroeneveld.nl/2009/09/12/pinnacle-dvb-t-stick-remote/</link>
		<comments>http://frankgroeneveld.nl/2009/09/12/pinnacle-dvb-t-stick-remote/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 16:48:15 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[>255]]></category>
		<category><![CDATA[dvb-t]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[keycode]]></category>
		<category><![CDATA[pinnacle]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[x12]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=115</guid>
		<description><![CDATA[Another post about that Pinnacle DVB-T stick? No, this one is about the remote! I wrote that the remote wasn&#8217;t completely working yet. Apparently, there is a driver for this remote or the stick that converts the buttons from the remote to &#8220;keyboard events&#8221;. Meaning...]]></description>
			<content:encoded><![CDATA[<p>Another post about that Pinnacle DVB-T stick? No, this one is about the remote! I wrote that the remote wasn&#8217;t completely working yet. Apparently, there is a driver for this remote or the stick that converts the buttons from the remote to &#8220;keyboard events&#8221;. Meaning I can type the number 0-9 with my remote for example. However, the &#8220;change channel&#8221; buttons appear to send a keycode that is above 255 and the X11 protocol only reserves one byte for keycodes. This means those keycodes can&#8217;t be send to the X11 server and will disappear. There&#8217;s a bug about this in the X.org bugzillay: <a href="http://bugs.freedesktop.org/show_bug.cgi?id=x11-keycode-limit">http://bugs.freedesktop.org/show_bug.cgi?id=x11-keycode-limit</a> and their solution: Change the X11 protocol (meaning: start development on the X12 protocol) or remap those keyevents somewhere between the kernel and X.org. I think the last solution is probably the simplest. I only have to figure out how to remap those keys with hal.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/09/12/pinnacle-dvb-t-stick-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pinnacle DVB-T stick on Ubuntu Jaunty</title>
		<link>http://frankgroeneveld.nl/2009/09/09/pinnacle-dvb-t-stick-on-ubuntu-jaunty/</link>
		<comments>http://frankgroeneveld.nl/2009/09/09/pinnacle-dvb-t-stick-on-ubuntu-jaunty/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 12:29:17 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dvb]]></category>
		<category><![CDATA[dvb-t]]></category>
		<category><![CDATA[dvb-t stick]]></category>
		<category><![CDATA[dvbscan]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[pinnacle]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=106</guid>
		<description><![CDATA[Yesterday I decided to buy the Pinnacle DVB-T Stick (also known as Pinnacle TV Stick 72e) to watch some free-to-air channels. In the shop I searched on Google for Linux support, to make sure I didn&#8217;t have to return the product. The first few hits...]]></description>
			<content:encoded><![CDATA[<p>Yesterday I decided to buy the Pinnacle DVB-T Stick (also known as Pinnacle TV Stick 72e) to watch some free-to-air channels. In the shop I searched on Google for Linux support, to make sure I didn&#8217;t have to return the product. The first few hits seemed positive (2 years ago), so I decided to take the plunge.</p>
<p>After arriving at home, I plugged the device in an empty USB port and saw this in my dmesg:</p>
<p><code><br />
[11906.080060] usb 1-6: new high speed USB device using ehci_hcd and address 5<br />
[11906.214249] usb 1-6: configuration #1 chosen from 1 choice<br />
[11906.245886] dib0700: loaded with support for 8 different device-types<br />
[11906.246212] dvb-usb: found a 'Pinnacle PCTV 72e' in cold state, will try to load a firmware<br />
[11906.246222] usb 1-6: firmware: requesting dvb-usb-dib0700-1.20.fw<br />
[11906.252816] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'<br />
[11906.471526] dib0700: firmware started successfully.<br />
[11906.972059] dvb-usb: found a 'Pinnacle PCTV 72e' in warm state.<br />
[11906.972135] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.<br />
[11906.972367] DVB: registering new adapter (Pinnacle PCTV 72e)<br />
[11907.186126] DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...<br />
[11907.369975] DiB0070: successfully identified<br />
[11907.370122] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:12.2/usb1/1-6/input/input12<br />
[11907.396132] dvb-usb: schedule remote query interval to 50 msecs.<br />
[11907.396140] dvb-usb: Pinnacle PCTV 72e successfully initialized and connected.<br />
[11907.396744] usbcore: registered new interface driver dvb_usb_dib0700<br />
</code></p>
<p>Great! All drivers and firmware load automatically in Ubuntu 9.04 Jaunty.</p>
<p>Next step: actually getting video on my screen. After Googling I found out I first had to scan for channels using dvbscan. However, it gave me the non-informal message &#8220;Unable to query frontend status&#8221;. Apparently there is also another scanning program called scan. I ran it like this:<br />
<code>scan /usr/share/dvb/dvb-t/nl-All &gt; ~/.mplayer/channels.conf</code><br />
Now I could start mplayer dvb:// and enjoy watching DVB-T digital television! Note you can switch channels with h (next) and k (previous). Last thing I need to figure out is how to use the remote for this (I can change the volume already).</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/09/09/pinnacle-dvb-t-stick-on-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing FreeNX on Fedora 11</title>
		<link>http://frankgroeneveld.nl/2009/07/11/fixing-freenx-on-fedora-11/</link>
		<comments>http://frankgroeneveld.nl/2009/07/11/fixing-freenx-on-fedora-11/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 21:41:08 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[freenx]]></category>
		<category><![CDATA[nx]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=76</guid>
		<description><![CDATA[Today I had some problems getting FreeNX to work on Fedora 11. FreeNX is a VNC-like system that has much better performance than VNC itself. It is therefore very usefull if you would like to access your computer via your Cable or ADSL connection. After...]]></description>
			<content:encoded><![CDATA[<p>Today I had some problems getting FreeNX to work on Fedora 11. FreeNX is a VNC-like system that has much better performance than VNC itself. It is therefore very usefull if you would like to access your computer via your Cable or ADSL connection.</p>
<p>After installing FreeNX in Fedora, whenever I connected, I got some strange error messages. The error message also told me to run some command via ssh to find out more. Apparently, FreeNX wanted to start on display port :0, which was already in use by X. To fix this, I copied /etc/nxserver/node.conf.sample to /etc/nxserver/node.conf and uncomment the line that says: <code>DISPLAY_BASE=1000</code> and change it to <code>DISPLAY_BASE=1001</code>. This will start the NX server on port 1001 (display port :1).<br />
However, this fix would still not allow me to connect. After searching around on the internet, I found out the package was missing a dependency on xorg-x11-fonts-misc. Installing it allowed me to open a session and enjoy the responsiveness of FreeNX!</p>
<p>In short: Make sure your DISPLAY_BASE port is not set to 1000 if you also have another X server running and don&#8217;t forget to install xorg-x11-fonts-misc.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/07/11/fixing-freenx-on-fedora-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GNU screen as virtmanager for KVM</title>
		<link>http://frankgroeneveld.nl/2009/06/30/using-gnu-screen-as-virtmanager-for-kvm/</link>
		<comments>http://frankgroeneveld.nl/2009/06/30/using-gnu-screen-as-virtmanager-for-kvm/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:10:16 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[nographic]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=59</guid>
		<description><![CDATA[After my last post about KVM, somebody emailed me, asking how I use KVM&#8217;s serial console in combination with screen. It&#8217;s a rather simple, but really usefull solution if you think tools like virtmanager are too much for you and you don&#8217;t like to use...]]></description>
			<content:encoded><![CDATA[<p>After my last post about KVM, somebody emailed me, asking how I use KVM&#8217;s serial console in combination with screen. It&#8217;s a rather simple, but really usefull solution if you think tools like virtmanager are too much for you and you don&#8217;t like to use VNC. So this post will try to explain it to you.<br />
For starters, you have to add the <code>-nographic</code> option to you KVM parameters. Next, make sure your virtual machine outputs it&#8217;s console to serial device 0. For example, start the Linux kernel with <code>console=ttyS0</code> and make sure there is a getty process running on that same device. Now, whenever you start KVM in a GNU screen (with that <code>-nographic</code> parameter) you will see the dmesg scroll by and will end up with a login prompt. You can just keep this KVM running while detaching the GNU screen session (ctrl+a d) and you can re-attach by starting <code>screen -x</code>.<br />
I use this on my server to start my two virtual machines. I made a screenrc like this:<br />
<code># display a nice status bar on the bottom of the screen<br />
hardstatus alwayslastline "%-Lw%50&gt;%n%f* %t%{-}%+Lw%&lt; %=[%c]"<br />
vbell		off<br />
deflogin	off<br />
# use virtio for disks also!<br />
screen -t production kvm -m 2048m -nographic -drive file=production.raw,if=virtio,boot=on -net nic,model=virtio -net tap,ifname=tap0,script=no,downscript=no -smp 2<br />
screen -t development kvm -m 1024m -nographic -drive file=development.raw,if=virtio,boot=on -net nic,model=virtio -net tap,ifname=tap1,script=no,downscript=no</code></p>
<p>Whenever the server boots it runs the following command in my rc.local:</p>
<p><code># start KVM<br />
cd /srv/<br />
su frank - -c 'screen -c screenrc -dm'</code></p>
<p>So the server starts the GNU screen and the GNU screen start my virtual machines. If I can&#8217;t login via ssh in one of my virtual machines, I just connect to the host and attach to the screen to debug the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/06/30/using-gnu-screen-as-virtmanager-for-kvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Ubuntu Jaunty with UXA</title>
		<link>http://frankgroeneveld.nl/2009/04/11/testing-ubuntu-jaunty-with-uxa/</link>
		<comments>http://frankgroeneveld.nl/2009/04/11/testing-ubuntu-jaunty-with-uxa/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 16:02:48 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[uxa]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=25</guid>
		<description><![CDATA[I&#8217;ve been testing Ubuntu Jaunty for a few weeks now and after using it for a day or two, my memory filled up. Recently I found out that this was caused by Compiz. Apparently if you use UXA with the new Intel drivers, Compiz will...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been testing Ubuntu Jaunty for a few weeks now and after using it for a day or two, my memory filled up. Recently I found out that this was caused by Compiz. Apparently if you use UXA with the new Intel drivers, Compiz will start to leak memory. After only 8 hours of usage, Compiz was using more than 1.5GB of memory! The solution? Disable Compiz, because UXA is a big performance improvement for me.</p>
<p><strong>Update:</strong> Apparently this bug is fixed (<a href="https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/328232">#328232</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/04/11/testing-ubuntu-jaunty-with-uxa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
