<?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>Kirya [.net] &#187; Ubuntu</title>
	<atom:link href="http://www.kirya.net/weblog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kirya.net</link>
	<description>Julien Valroff&#039;s weblog and personal homepage</description>
	<lastBuildDate>Wed, 14 Jul 2010 12:11:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Things I like in Ubuntu</title>
		<link>http://www.kirya.net/weblog/2009/12/06/things-i-like-in-ubuntu/</link>
		<comments>http://www.kirya.net/weblog/2009/12/06/things-i-like-in-ubuntu/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 19:58:00 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=638</guid>
		<description><![CDATA[Though I haven&#8217;t used (and won&#8217;t use) Ubuntu, it has a few things I appreciate (as far as I know them): Ubuntu One: I wish we could have something similar for Debian users (ideally, it should be extended so that we could sync our calendars, contacts, liferea data etc.). usb-creator: seems the easiest way to]]></description>
			<content:encoded><![CDATA[<p>Though I haven&#8217;t used (and won&#8217;t use) Ubuntu, it has a few things I appreciate (as far as I know them):</p>
<p><strong><a href="https://one.ubuntu.com/">Ubuntu One</a></strong>: I wish we could have something similar for Debian users (ideally, it should be extended so that we could sync our calendars, contacts, liferea data etc.).</p>
<p><strong><a href="https://launchpad.net/usb-creator/">usb-creator</a></strong>: seems the easiest way to create a bootable usb stick containing a complete and customisable environment. I am aware of the existence <a href="http://debian-live.alioth.debian.org/">Debian Live</a>, but I must say I haven&#8217;t given it a try yet.</p>
<p><strong><a href="http://www.ubuntu.com/products/WhatIsUbuntu/desktopedition">Desktop orientation</a></strong>: Ubuntu users are in a large majority desktop users. Ubuntu is imho desktop-oriented, and I particularly like the artwork coherence (from boot loader to default desktop).</p>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/weblog/2009/12/06/things-i-like-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 as a guest in VirtualBox</title>
		<link>http://www.kirya.net/weblog/2008/10/27/ubuntu-810-as-a-guest-in-virtualbox/</link>
		<comments>http://www.kirya.net/weblog/2008/10/27/ubuntu-810-as-a-guest-in-virtualbox/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:38:53 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=295</guid>
		<description><![CDATA[Though I only use Debian on all my machines, I like playing with new Ubuntu releases, just in case I have to set it up on someone else&#8217;s machine. I use VirtualBox for testing. When trying the upcoming new Ubuntu 8.10 release, and after installing the VirtualBox clients on the guest, I had the following]]></description>
			<content:encoded><![CDATA[<p>Though I only use Debian on all my machines, I like playing with new Ubuntu releases, just in case I have to set it up on someone else&#8217;s machine. I use VirtualBox for testing.</p>
<p>When trying the upcoming new Ubuntu 8.10 release, and after installing the VirtualBox clients on the guest, I had the following issues:<span id="more-295"></span></p>
<p>First, the video driver refused to give me more than a 800&#215;600 resolution. This can be worked around by adding the following lines in the <tt>xorg.conf</tt> file:</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">Section &quot;Device&quot;
        Identifier      &quot;Configured Video Device&quot;
        Driver          &quot;vboxvideo&quot;
EndSection
&nbsp;
Section &quot;Monitor&quot;
        Identifier      &quot;Configured Monitor&quot;
EndSection
&nbsp;
Section &quot;Screen&quot;
        Identifier      &quot;Default Screen&quot;
        Monitor         &quot;Configured Monitor&quot;
        Device          &quot;Configured Video Device&quot;
EndSection</pre></div></div>

<p>A second issue was the mouse grabbing which did not work at all. Adding the following lines in the <tt>xorg.conf</tt> file has fixed the issue:</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">Section &quot;InputDevice&quot;
   Identifier   &quot;Configured Mouse&quot;
   Driver       &quot;vboxmouse&quot;
   Option       &quot;CorePointer&quot;
EndSection</pre></div></div>

<p>You need to restart Xorg after amending the file so that the changes are taken into account.</p>
<p>Both issues are due to the fact Xorg 7.4 is supposed to automagically recognize the hardware &#8211; but it seems like this is not always the case (or it refuses to use it, not sure what&#8217;s happening in that particular case).</p>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/weblog/2008/10/27/ubuntu-810-as-a-guest-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
