<?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>Webdevotion.be &#187; Linux ( Ubuntu )</title>
	<atom:link href="http://www.webdevotion.be/blog/category/linux-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevotion.be/blog</link>
	<description>Trainer for the Flash Platform and iOS</description>
	<lastBuildDate>Tue, 01 Nov 2011 10:14:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Running Ubuntu Lucid Netbook Edition on a Asus EEE PC 1201HA</title>
		<link>http://www.webdevotion.be/blog/2010/06/10/running-ubuntu-lucid/</link>
		<comments>http://www.webdevotion.be/blog/2010/06/10/running-ubuntu-lucid/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 20:19:57 +0000</pubDate>
		<dc:creator>Webdevotion</dc:creator>
				<category><![CDATA[Linux ( Ubuntu )]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[1201AH]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[gma500]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://webdevotion.be/blog/?p=322</guid>
		<description><![CDATA[Today I installed Ubuntu on my Asus EEE PC 1201HA netbook. Because I've got really good experiences with installing Ubuntu on the computers of my family and friends, I was determined to install Ubuntu Netbook Edition on this one too before passing it on to it's next owner. <a href="http://www.webdevotion.be/blog/2010/06/10/running-ubuntu-lucid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I installed Ubuntu on my Asus EEE PC 1201HA netbook. Because I&#8217;ve got really good experiences with installing Ubuntu on the computers of my family and friends, I was determined to install Ubuntu Netbook Edition on this one too before passing it on to it&#8217;s next owner. ( I just bought it for a temp. side project ).<br />
<span id="more-322"></span><br />
The main reason I recommend Ubuntu to people who are asking for my help is <em>viruses</em>. Most regular home users are still tied to Windows and with Windows comes great responsibility. Most people also rely on old(er) computers, don&#8217;t want to spend money on hardware upgrades and are using computers for very easy tasks.  Enter Ubuntu.</p>
<p>I&#8217;m not saying Ubuntu is not suited for more complicated user profiles. ( With the recent foul play of Apple, I would be more than inclined to use Ubuntu on my MBP on my day to day work. ) I&#8217;m just saying Ubuntu is easy enough to start with for most people to enter a virus free world.  When they see the Firefox logo they now where &#8220;the internet&#8221; is.</p>
<p>But enough mumbo jumbo: how did the installation on the netbook go?  Well, very smooth.  No complaints.  The installation was very straight forward. But&#8230;  the graphics performance was bad.  Problem: Intel&#8217;s GMA500 gfx card.  Intel is not known as a member of the &#8220;we support Linux&#8221; pool.  So, the community is basicly left on it&#8217;s own.  Luckily for us there is a solution.  Created by the community.  It&#8217;s a work in progress, but for now it supports enough to work on your GMA powered netbook.  The biggest thing missing is 3D support.  But if you need that, why would you buy a netbook?</p>
<ol>
<li>First check this wonderful <a href="http://code.google.com/p/gma500/wiki/PPARepository">Google Project</a></li>
<li>Then have a look at my xorg.conf file:
<pre>Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
	Option "Composite" "Enable"
endSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"psb"
	Option	"ShadowFB"	"True"
EndSection</pre>
</li>
<li>
Check your grub file ( /etc/default/grub ) and DON&#8217;T forget to <em>sudo run update-grub</em> afterwards.</p>
<pre>
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi=Linux acpi_backlight=vendor mem=2000mb splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
</pre>
</li>
<li>Restart your system and your screen resolution should be ok. WIFI works as expected ( writing this blog post on the EEE PC now on WIFI ).</li>
</ol>
<p>As I&#8217;m going to pass this system on shortly after this blog post I will not be able to check additional settings for you.  All I can say is: I installed Ubuntu Lucid Netbook Edition from a USB I created on the existing Windows installation on this machine, before overwriting it with the Ubuntu installation. After that I saw that the screen reso wasn&#8217;t ok, so I installed the repo&#8217;s from the aforementioned Google Project page.  After digging through some Googled pages I found the correct settings for my screen.  It is my expectation that the people behind the Google Project will continue their good work and make a fully compatible driver available for us in the foreseeable future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevotion.be/blog/2010/06/10/running-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Solution: pcfg_openfile unable to check htaccess file</title>
		<link>http://www.webdevotion.be/blog/2008/07/31/solution-pcfg_openfile-unable-to-check-htaccess-file/</link>
		<comments>http://www.webdevotion.be/blog/2008/07/31/solution-pcfg_openfile-unable-to-check-htaccess-file/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 08:10:27 +0000</pubDate>
		<dc:creator>Webdevotion</dc:creator>
				<category><![CDATA[Linux ( Ubuntu )]]></category>

		<guid isPermaLink="false">http://webdevotion.be/blog/?p=49</guid>
		<description><![CDATA[We ran into that problem on our internal development server ( ubuntu ). Our test sites were all running into problems, permissions and ownerships seemed to be ok. But the /etc/log/apache2/error.log contained the following error upon opening such a test &#8230; <a href="http://www.webdevotion.be/blog/2008/07/31/solution-pcfg_openfile-unable-to-check-htaccess-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We ran into that problem on our internal development server ( ubuntu ).</p>
<p>Our test sites were all running into problems, permissions and ownerships seemed to be ok.<br />
But the /etc/log/apache2/error.log contained the following error upon opening such a test site:</p>
<p><code>pcfg_openfile unable to check htaccess file</code></p>
<p>Problem was a little typo in /etc/group. The apache user contained a &#8220;0&#8243; ( zero ) where a &#8220;w&#8221; was due.<br />
The 0 was inserted when we edited the file to add a new user to a group on the server.<br />
After the typo was fixed, a quick reboot of the apache server was needed to get things to normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevotion.be/blog/2008/07/31/solution-pcfg_openfile-unable-to-check-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu on Xen installation: Cannot run command &#8216;mount&#8217;</title>
		<link>http://www.webdevotion.be/blog/2008/07/09/ubuntu-on-xen-installation-cannot-run-command-mount/</link>
		<comments>http://www.webdevotion.be/blog/2008/07/09/ubuntu-on-xen-installation-cannot-run-command-mount/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 15:51:00 +0000</pubDate>
		<dc:creator>Webdevotion</dc:creator>
				<category><![CDATA[Linux ( Ubuntu )]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://webdevotion.be/blog/?p=46</guid>
		<description><![CDATA[Just ran into an error while installing Ubuntu 8.04 on a Xen patched Ubuntu server inside a VMWare virtual machine. Why would I want to do that you ask? So I can test the virtualisation of our file server and &#8230; <a href="http://www.webdevotion.be/blog/2008/07/09/ubuntu-on-xen-installation-cannot-run-command-mount/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just ran into an error while installing Ubuntu 8.04 on a Xen patched Ubuntu server inside a VMWare virtual machine.  Why would I want to do that you ask?  So I can test the virtualisation of our file server and test application server.</p>
<p>The error occured after I tried to debootstrap a new ubuntu installation on my Xen installation:<br />
<code>cannot run command 'mount' exec format error</code></p>
<p>The solution: you are trying to install the wrong version, try the i386 or the amd64 version.<br />
As simple as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevotion.be/blog/2008/07/09/ubuntu-on-xen-installation-cannot-run-command-mount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDM releases Zinc for Linux!</title>
		<link>http://www.webdevotion.be/blog/2008/03/21/mdm-releases-zinc-for-linux/</link>
		<comments>http://www.webdevotion.be/blog/2008/03/21/mdm-releases-zinc-for-linux/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 08:14:14 +0000</pubDate>
		<dc:creator>Webdevotion</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Linux ( Ubuntu )]]></category>

		<guid isPermaLink="false">http://webdevotion.be/blog/?p=37</guid>
		<description><![CDATA[Create, Build &#038; Deploy Real Desktop Applications for Linux Operating Systems from your Adobe® Flash/Flex Projects. Compile and Distribute Desktop Widgets, CD-Roms, DVDs, Flash Games and More. Zinc™ 3.0 Plug-In &#8211; Linux]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.multidmedia.com/common/img/boxA_Zinc_Linux_Sml.jpg" alt="The box" /></p>
<p>Create, Build &#038; Deploy Real Desktop Applications for Linux Operating Systems from your Adobe® Flash/Flex Projects. Compile and Distribute Desktop Widgets, CD-Roms, DVDs, Flash Games and More.</p>
<p><a href="http://www.multidmedia.com/software/zinc/linux/">Zinc™ 3.0 Plug-In &#8211; Linux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevotion.be/blog/2008/03/21/mdm-releases-zinc-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wireless on Gutsy is fun!</title>
		<link>http://www.webdevotion.be/blog/2008/02/19/wireless-on-gutsy-is-fun/</link>
		<comments>http://www.webdevotion.be/blog/2008/02/19/wireless-on-gutsy-is-fun/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 21:43:00 +0000</pubDate>
		<dc:creator>Webdevotion</dc:creator>
				<category><![CDATA[Linux ( Ubuntu )]]></category>

		<guid isPermaLink="false">http://webdevotion.be/blog/?p=34</guid>
		<description><![CDATA[Just bought myself a D-Link DWL-G630 and it just works out of the box on Ubuntu 7.10 ( Gutsy Gibbon )! I&#8217;m getting the feeling that Linux will be a valid choice for the big audience in 2 years. The &#8230; <a href="http://www.webdevotion.be/blog/2008/02/19/wireless-on-gutsy-is-fun/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just bought myself a D-Link DWL-G630 and it just works out of the box on Ubuntu 7.10 ( Gutsy Gibbon )!<br />
I&#8217;m getting the feeling that Linux will be a valid choice for the big audience in 2 years.  The user experience is top notch, but here and there there are some quirks that only a tech-savvy user can solve. ( eg: my Belkin wireless USB device did not work out of the box ).<br />
Also: the latest Flash Player (r.115) for Linux does not run on Opera 9.25, it does run on Firefox.  But that configuration failed a small test where I tried to upload some files through a Flex app I built.  Gonna figure that one out in the days to come.<br />
<span id="more-34"></span><br />
I think I&#8217;m gonna make the big jump this year.  I&#8217;m tired of Windows.  Not because I get a lot of BOD&#8217;s ( blue screens of death ) or that I am crashing all the time, no, I&#8217;m just tired of using it.  I want something new and I want to be a part of the revolution that is ahead of us.  </p>
<p>In the last few month I&#8217;ve managed to set up our own file / application / staging server with Ubuntu 7.10 and it works really great!  Once you get the hang of what is where, then it becomes a real joy to work with Putty. ( Yes, Putty is a Windows program and it does run great.  But as I said.  It&#8217;s not that I hate windows, I&#8217;m just ready for something new and fresh after they screwed up the bloatware that is Vista ).</p>
<p>OS X is also a no go for me.  I admit they make some great machinery ( love almost all off there products ), but I&#8217;m affraid that they will become as Evil Knievel as M$ or ( even worse! ) the $ony Pony.  They locked us in with the iPod  iTunes combo, they try to lock us in with the iPhone, they try to lock their OS to their systems.  I know why they do it, but you&#8217;ve got to admit that it sucks that all those songs you bought on the iTunes Store can&#8217;t be used everywhere you want ( without installing extra plugins etc. ).  Because they are so successfull in what they do ( and you will find yourself surrounded with their products in a few years from now ), they need a counterweight.  </p>
<p>For me that weight is Linux.</p>
<p><a href="http://www.ubuntu.com">http://www.ubuntu.com</a><br />
( If you need some help setting up your first Ubuntu ( my favourite flavour at the moment ), please give me a yell at info@web..votion.be ).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevotion.be/blog/2008/02/19/wireless-on-gutsy-is-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

