<?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>The Think Tank &#187; ubuntu</title>
	<atom:link href="http://cdal.co.uk/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdal.co.uk</link>
	<description>Musings, Wonders and Thoughts</description>
	<lastBuildDate>Mon, 27 Jun 2011 20:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Command to convert folder(s) of .MTS to .mp4 for editing</title>
		<link>http://cdal.co.uk/2011/06/21/command-to-convert-folders-of-mts-to-mp4-for-editing/</link>
		<comments>http://cdal.co.uk/2011/06/21/command-to-convert-folders-of-mts-to-mp4-for-editing/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 07:56:14 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[gnome script]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[mts]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[nautilus-scripts]]></category>
		<category><![CDATA[transcode]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu-restricted-extras]]></category>
		<category><![CDATA[x264]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=243</guid>
		<description><![CDATA[For this command to run correctly every .MTS file that has been split in multiple .MTS files by the camera (for example where the recording size has exceeded 2.0GB and the camera has automatically split it into mulitple files) these files need to be concatenated back into a single file. This can be done manually <a href='http://cdal.co.uk/2011/06/21/command-to-convert-folders-of-mts-to-mp4-for-editing/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>For this command to run correctly every .MTS file that has been split in multiple .MTS files by the camera (for example where the recording size has exceeded 2.0GB and the camera has automatically split it into mulitple files) these files need to be concatenated back into a single file.</p>
<p>This can be done manually by:</p>
<blockquote><p>cat secondFile &gt;&gt; firstFile<br />
cat thirdFile &gt;&gt; firstFile</p></blockquote>
<p>and so on..</p>
<p>If you want a GUI way of doing this you can use this nautilus script I edited from the one found here:</p>
<blockquote><p>cfn=$1<br />
shift;<br />
for arg<br />
do<br />
cat &#8220;$arg&#8221; &gt;&gt; &#8220;$cfn&#8221;<br />
mv &#8220;$arg&#8221; ~/.local/share/Trash/files/<br />
done</p></blockquote>
<p>Open your favourite text editor and copy and paste the above code in and save it in the following location</p>
<blockquote><p>~/.gnome2/nautilus-scripts/Concatenate</p></blockquote>
<p>You should now be able to right click several .MTS files and select Scripts &gt; Concatenate. The machine will then concatenate the files and move the unessential  .MTS files to your Trash / Waste Basket. You&#8217;ll know the concatenation is complete when the last file in the series appears in your waste basket/disappears from it&#8217;s original folder.</p>
<p>Before transcoding the .MTS files we need to install some programs to help with the transcoding:</p>
<blockquote><p>sudo apt-get install ubuntu-restricted-extras x264</p></blockquote>
<p>With the concatenation complete (if necessary) and everything we need installed, you can now run the following command to transcode the .MTS files into .MP4 files that can be used and editied without sync issues on Ubuntu.</p>
<p>find /location/of/MTS/files -name &#8220;*.MTS&#8221; -type f -exec ffmpeg -i {} -vcodec libx264 -vpre hq -crf 19 -threads 0 -deinterlace -acodec copy {}.mp4 \;</p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2011/06/21/command-to-convert-folders-of-mts-to-mp4-for-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert .MTS files to .AVI in Ubuntu using ffmpeg</title>
		<link>http://cdal.co.uk/2010/11/22/how-to-convert-mts-files-to-avi-in-ubuntu-using-ffmpeg/</link>
		<comments>http://cdal.co.uk/2010/11/22/how-to-convert-mts-files-to-avi-in-ubuntu-using-ffmpeg/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 22:04:37 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[bulk]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[jvc]]></category>
		<category><![CDATA[mts]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=228</guid>
		<description><![CDATA[Just a quick post. If you want to bulk convert .MTS files (from JVC or Sony HD camcorders) then you can use the below script: You&#8217;ll need csh and ffmpeg installed: sudo apt-get install csh ffmpeg Make a new file called convert (I use joe but you can use nano or whatever you prefer) joe <a href='http://cdal.co.uk/2010/11/22/how-to-convert-mts-files-to-avi-in-ubuntu-using-ffmpeg/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Just a quick post. If you want to bulk convert .MTS files (from JVC or Sony HD camcorders) then you can use the below script:</p>
<p>You&#8217;ll need csh and ffmpeg installed:</p>
<blockquote><p>sudo apt-get install csh ffmpeg</p></blockquote>
<p>Make a new file called convert (I use joe but you can use nano or whatever you prefer)</p>
<blockquote><p>joe convert</p></blockquote>
<p>Copy and paste the below:</p>
<blockquote>
<div id="_mcePaste">#!/bin/csh</div>
<div id="_mcePaste"># For NTSC change -fps 50 tp -fps 60000/1001 below</div>
<div id="_mcePaste">foreach f ($*)</div>
<div id="_mcePaste">ffmpeg -i $f -threads 4 -deinterlace -f avi  -r 25 -vcodec libxvid -vtag XVID  -s 1920&#215;1080  -aspect 16:9 -maxrate 1800k -b 1500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -flags +4mv -trellis -aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -ab 128k -ac 2 -o ${f:r}.avi</div>
<div>end</div>
</blockquote>
<div>Make the file executable:</div>
<blockquote>
<div>chmod +x convert</div>
</blockquote>
<div>Convert your .MTS files:</div>
<blockquote>
<div>./convert *.MTS</div>
</blockquote>
<div>Done!</div>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/11/22/how-to-convert-mts-files-to-avi-in-ubuntu-using-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setting up Munin on Ubuntu 10.04</title>
		<link>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/</link>
		<comments>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 11:16:34 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[=]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=221</guid>
		<description><![CDATA[Server setup (as root): apt-get install apache2 munin munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins a2dissite default Edit munin apache config to enable stats to be veiwed from anywhere: joe /etc/apache2/conf.d/munin change Allow localhost 127.0.0.1/8 ::1 line to: allow all Restart apache2: /etc/init.d/apache2 restart Setup hosts we want to monitor in /etc/munin/munin.conf . For each host we need to <a href='http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Server setup (as root):</p>
<blockquote><p>apt-get install apache2 munin munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins</p>
<p>a2dissite default</p></blockquote>
<p>Edit munin apache config to enable stats to be veiwed from anywhere:</p>
<blockquote><p>joe /etc/apache2/conf.d/munin</p></blockquote>
<p>change Allow localhost 127.0.0.1/8 ::1 line to:</p>
<blockquote><p>allow all</p></blockquote>
<p>Restart apache2:</p>
<blockquote><p>/etc/init.d/apache2 restart</p></blockquote>
<p>Setup hosts we want to monitor in /etc/munin/munin.conf . For each host we need to add a section that&#8217;s similar to the following:</p>
<blockquote><p>[hostname]</p>
<p>address ipaddress</p>
<p>use_node_name yes</p></blockquote>
<p>Now on each server we defined in the last step (including the munin server itself) we need to ssh into them and setup munin  node:</p>
<blockquote><p>apt-get install munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins</p></blockquote>
<p>Allow access from the munin server:</p>
<blockquote><p>joe /etc/munin/munin-node.conf</p></blockquote>
<p>Add:</p>
<blockquote><p>allow ^192\.168\.0\.1$</p></blockquote>
<p>where 192.168.0.1 is the ipaddress of your munin server.</p>
<p>Restart the munin node:</p>
<blockquote><p>/etc/init.d/munin-node restart</p></blockquote>
<p>Open up a web browser and navigate to:</p>
<blockquote><p>addressOfMuninServer/munin</p></blockquote>
<p>This should present you with a webpage with all your configured nodes. Click on them to get stats/charts about the nodes. NB Munin can take up to 5 minutes to collect stats so if you&#8217;ve got nothing coming up wait 5 minutes. If you&#8217;ve still got nothing then you&#8217;ve probably got a configuration problem.</p>
<p>The Munin install differs on 10.04 Lucid as the install configures it&#8217;s own virtual host, which in previous versions of Ubuntu it never use to. The virtual host the Munin install provides is only accessible to the localhost hence the need for the configuration change.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Network problems after a Ubuntu 10.04 Lucid Lynx install and what fixed them for me</title>
		<link>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/</link>
		<comments>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/#comments</comments>
		<pubDate>Sat, 01 May 2010 02:30:19 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wired]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=205</guid>
		<description><![CDATA[After installing from a live CD where there was no problem with the network, I was supprised to boot a fresh install of Ubuntu 10.04 lucid lynx, with no network access. Fair enough, I thought probably just a one off, my PC. However after my work mate also had trouble with the network after a <a href='http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>After installing from a live CD where there was no problem with the network, I was supprised to boot a fresh install of Ubuntu 10.04 lucid lynx, with no network access. Fair enough, I thought probably just a one off, my PC. However after my work mate also had trouble with the network after a fresh install where the network was working on the live cd before hand I decided that something must be afoot.</p>
<p>Anyways this is how I fixed my network problem, hopefully it&#8217;ll help someone else!</p>
<ol>
<li>Edit /etc/network/interfaces and remove all traces of eth0 (remove both lines)</li>
<li>My Network Manager had failed to start at all so to manage the network connections open up System &gt; Preferences &gt; Network Connections</li>
<li>Add a new wired connection. I copied the mac address of my adapter in, although I&#8217;m not sure this actually matters. Click Apply and Save your new connection.</li>
<li>Reboot</li>
</ol>
<p>All being well you should have network-manager running, with a live network connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to set the multiple Nvidia GPUs to auto fan in Ubuntu</title>
		<link>http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/</link>
		<comments>http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:41:43 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[8800GTS]]></category>
		<category><![CDATA[fan speeds]]></category>
		<category><![CDATA[nvclock]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[overheating]]></category>
		<category><![CDATA[SLI]]></category>
		<category><![CDATA[tempreture]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=195</guid>
		<description><![CDATA[Just a quick one. I&#8217;ve recently purchased an additional card to go in my Ubuntu machine, but my cards when set up in SLI were running very hot. Using the information found here I was able to stick one GPU into auto fan mode, however the second GPU would stay at a fixed value and <a href='http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Just a quick one. I&#8217;ve recently purchased an additional card to go in my Ubuntu machine, but my cards when set up in SLI were running very hot.</p>
<p>Using the information found <a href="http://reformedmusings.wordpress.com/2009/01/12/nvidia-17782-linux-drivers-fan-control/">here</a> I was able to stick one GPU into auto fan mode, however the second GPU would stay at a fixed value and be overheating.</p>
<p>Looking at the man page for nvclock I found that you can use a command line switch to list and control individual  GPUs.</p>
<p>First install nvclock and nvclock-gtk</p>
<blockquote><p>sudo apt-get install nvclock nvclock-gtk</p></blockquote>
<p>Secondly open up nvclock-gtk</p>
<blockquote><p>sudo nvclock_gtk</p></blockquote>
<p>You may need to set a fan speed under &#8216;Hardware Monitor&#8217; for each GPU, after you&#8217;ve done this use the following commands</p>
<blockquote><p>nvclock -s</p></blockquote>
<p>This command gives a list of all the (nvidia) GPUs connected to the system.</p>
<blockquote><p>nvclock -c 1 -f -F auto</p>
<p>nvclock -c 2 -f -F auto</p></blockquote>
<p>Repeat the above command for each GPU you want to be put in auto mode. You should now see in nvclock-gtk the fan speeds, under &#8216;Hardware Monitoring&#8217; adjusting up and down, automatically on there own.</p>
<p>If you want this done automatically at login then you can add the commands (one at a time unfortunately, unless you make a script) to your sessions System &gt; Preferences &gt; Startup Application as shown <a href="http://reformedmusings.wordpress.com/2009/01/12/nvidia-17782-linux-drivers-fan-control/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert DSS files to .mp3 with ubuntu linux</title>
		<link>http://cdal.co.uk/2010/01/16/how-to-convert-dss-files-to-mp3-with-ubuntu-linux/</link>
		<comments>http://cdal.co.uk/2010/01/16/how-to-convert-dss-files-to-mp3-with-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 16:40:47 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Musicals]]></category>
		<category><![CDATA[Thoroughly Modern Millie]]></category>
		<category><![CDATA[DM-20]]></category>
		<category><![CDATA[DSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=113</guid>
		<description><![CDATA[I have an Olympus DM-20 which I use to record stuff from my amateur dramatics group, just recently I recorded a script read through of Thoroughly Modern Millie and needed to chop up the read-through by scene. Ubuntu Linux doesn&#8217;t support .dss files natively so I needed to convert them. A bit of googling lead <a href='http://cdal.co.uk/2010/01/16/how-to-convert-dss-files-to-mp3-with-ubuntu-linux/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I have an Olympus DM-20 which I use to record stuff from my amateur dramatics group, just recently I recorded a script read through of Thoroughly Modern Millie and needed to chop up the read-through by scene. Ubuntu Linux doesn&#8217;t support .dss files natively so I needed to convert them. A bit of googling lead me to believe that I&#8217;d need to convert it using a program under <a href="http://www.winehq.org">wine</a>. Below is how I got it all to work, hopefully it will help someone!</p>
<p>Things you will need:</p>
<ul>
<li>Wine (avaliable from the repositories)</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=en" target="_blank">Microsoft Visual C++ 2005 Redistributable Package (x86)</a></li>
<li><a href="http://www.olympus.co.uk/consumer/2590_software.cfm?category=8&amp;productgroup=347&amp;product=&amp;os=7&amp;result=" target="_blank"><strong>DSS/Multi Player-Lite 2 for Windows</strong></a> (This has to be installed for wine to know how to deal with .dss files (Thanks Hal!))</li>
<li><a href="http://www.nch.com.au/switch/switchsetup.exe" target="_blank">Switch Audio converter </a>(Runs under wine)</li>
</ul>
<p>To Install:</p>
<ul>
<li>Install wine from the repositories</li>
</ul>
<blockquote><p>sudo apt-get install wine</p></blockquote>
<ul>
<li>Download and install <a href="microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=en" target="_blank">Microsoft Visual C++ 2005 Redistributable Package (x86)</a></li>
</ul>
<p>You should be able to Right Click and Open with Wine Windows Program Loader.</p>
<ul>
<li>Next install <strong><a href="http://www.olympus.co.uk/consumer/2590_software.cfm?category=8&amp;productgroup=347&amp;product=&amp;os=7&amp;result=" target="_blank"><strong>DSS/Multi Player-Lite 2 for Windows</strong></a></strong></li>
</ul>
<p>Using the same methodology as above right click and open with Wine Windoes Program Loader.</p>
<ul>
<li>Lastly install <a href="http://www.nch.com.au/switch/switchsetup.exe" target="_blank">Switch Audio converter </a></li>
</ul>
<p>Install as above. Run the program, add the files, choose your output type and location and hit convert!</p>
<p>Bang, you&#8217;re done.</p>
<p>Information sourced from Google and the <a href="http://ubuntuforums.org/showthread.php?t=134649" target="_blank">ubuntu forums</a> I couldn&#8217;t initially get Swift working because I didn&#8217;t have the C++ libraries installed hence my repost!</p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/01/16/how-to-convert-dss-files-to-mp3-with-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Virtualisation and Gaming</title>
		<link>http://cdal.co.uk/2008/11/05/virtualisation-and-gaming/</link>
		<comments>http://cdal.co.uk/2008/11/05/virtualisation-and-gaming/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 08:32:44 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[crossover]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[paraelles]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.cdal.co.uk/blog/?p=9</guid>
		<description><![CDATA[For those of you that don’t know I use Ubuntu as my main operating system; at home, at work and on my laptop. I still however have applications, mostly games, that I still have to keep a windows install handy for. At the moment at home I dual boot between windows vista and Ubuntu Intrepid <a href='http://cdal.co.uk/2008/11/05/virtualisation-and-gaming/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p>For those of you that don’t know I use Ubuntu as my main operating system; at home, at work and on my laptop.</p>
<p>I still however have applications, mostly games, that I still have to keep a windows install handy for. At the moment at home I dual boot between windows vista and Ubuntu Intrepid Ibex.</p>
<p>With all the advancement in virtualisation technology recently I thought I’d take a few of them for a spin and see if I could get any decent games to run on them. The ideal situation would have been being able to boot up into Ubuntu double click a shortcut and let the virtual machine present the game without the teletubbie xp background.</p>
<p>My main game of choice at the moment is Oblivion which at the time of writing is a few years old so you might have been excused for thinking that virtual machines would have the technology avaliable to them to either pass the 3D rendering to the host GPU or to at least emulate a 3D device in some way.</p>
<p>It appears in practice we couldn’t be further away.</p>
<p>I tried a windows xp virtual machine with 2GB of memory and 128 MB of video memory and oblivion crashed out with an error. To be fair to VirtualBox its seemless mode was very good apart from one glitch in drawing my background and I was impressed with its seemless mouse interaction between host and guest OS.</p>
<p>I also tried to install Paraelles but the program itself wouldn’t actualy install. This was a shame because for the googling I’ve done paraelles seems to be the solution closest to having 3D acceleration working. I would have also though being a relatively smaller player in the VM market paraelles would want to make sure their solution installs on as many platforms and distributions as possible.</p>
<p>I did find a patch to fix the problem I encountered with paraelles but by the time I had done all that googling I didn’t have it in me to be bothered to patch and recompile. In a tough market like virtualisation products need to just work or people will just move on to another solution that will. Perhaps paraelles should sit up and take note? (according to my googling installing paraelles on ubuntu has always required more than average user knowledge to install so this is nothing new…)</p>
<p>For fairness I also tried installing Oblivion via Wine and Crossover games, neither of which worked.</p>
<p>I guess my days of dual booting will continue for a while to come yet, or until virtualisation solutions provide proper 3D acceleration support or the devs at wine fix the bugs that affect direct x games.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2008/11/05/virtualisation-and-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

