<?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>Madeo.co.uk &#187; moblin</title>
	<atom:link href="http://www.madeo.co.uk/?feed=rss2&#038;tag=moblin" rel="self" type="application/rss+xml" />
	<link>http://www.madeo.co.uk</link>
	<description>Linux, Hardware, Virtualisation and More</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:01:02 +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>How to build Meego images (a.k.a moblin 2.2)</title>
		<link>http://www.madeo.co.uk/?p=373</link>
		<comments>http://www.madeo.co.uk/?p=373#comments</comments>
		<pubDate>Fri, 19 Feb 2010 18:15:28 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Meego]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[moblin]]></category>

		<guid isPermaLink="false">http://www.madeo.co.uk/?p=373</guid>
		<description><![CDATA[These are not official builds. Nor are they official instructions. Follow at your own risk ! Download link : (647MB). Alternate link here . If you're even lazier here are some pictures and videos of it running! Part 1 : Build environment Skip to part2 if you allready have MIC2 or if you have no [...]]]></description>
			<content:encoded><![CDATA[<p><i>These are not official builds. Nor are they official instructions. Follow at your own risk !</i><br />
<strong>Download <a href="https://docs.google.com/leaf?id=0B8NCbfiFok5xMTkzMWI2NmUtZTNhYS00M2QxLTk2ZWQtN2VkNTQ5Yzk5MzFi&#038;hl=en?&#038;browserok=true">link</a> : (647MB). </strong><i>Alternate link <a href="http://www.madeo.co.uk/meego/meego_moblin2.2_madeo.tar.bz2">here</a></i> .<br />
<i>If you're even lazier <a href="http://www.madeo.co.uk/?p=371">here</a> are some pictures and videos of it running!</i></p>
<p><strong>Part 1 : Build environment</strong><br />
<i>Skip to part2 if you allready have MIC2 or if you have no intention of using fedora</i><br />
I used Fedora 10, simply because there was a repo for the MIC2 (tool to make images for moblin). For a quick install download a vmware image off <a href="http://www.thoughtpolice.co.uk/vmware/">thoughtpolice</a>. (the root password is thoughtpolice!). </p>
<p><i>I'm not sure this is needed but selinux complains during the build and it's notoriously annoying so I disabled it.</i></p>
<blockquote><p>
system-config-selinux
</p></blockquote>
<p>Add this as moblin_tools.repo in /etc/yum.repos.d/:</p>
<blockquote><p>
[MoblinTools]<br />
name=Moblin fc10 tools<br />
failovermethod=priority<br />
baseurl=http://repo.moblin.org/moblin/tools/fc10/<br />
enabled=1<br />
gpgcheck=0</p></blockquote>
<p>Now we install mic2. (and all it's dependancies...). Load the squashfs module just to make sure</p>
<blockquote><p>
sudo yum install mic2<br />
sudo modprobe squashfs
</p></blockquote>
<p><strong>Part 2 : making the image!</strong><br />
The Intel/Nokia people very kindly hide away some premade images :</p>
<p>http://repo.meego.com/trunk/repo/ia32/os/image-config/</p>
<p>You can either use their <a href="http://repo.meego.com/trunk/repo/ia32/os/image-config/default.ks">default.ks</a> image or my <a href="http://www.madeo.co.uk/meego/brendan.ks">brendan.ks</a> image with the time and keyboard fixed so that it works in the uk <img src='http://www.madeo.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<blockquote><p>
moblin-image-creator -c brendan.ks -f liveusb
</p></blockquote>
<p>To burn it to a USB stick use:</p>
<blockquote><p>
dd bs=4096 if=moblin-brendan-201002191551.usbimg of=/dev/sdx
</p></blockquote>
<p>You'll find your root user has the following property in the live USB image:</p>
<blockquote><p>user : root<br />
Password : moblin</p></blockquote>
<p><strong>Notes</strong> :<br />
- I've found my clutter interface usually crashes on the first load. Doing an <code>init 3</code> and then <code>init 5</code> in a tty terminal as root usually fixes it.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3205500554403744";
/* 728x15, created 2/14/10 */
google_ad_slot = "2882829020";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madeo.co.uk/?feed=rss2&amp;p=373</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>First look at Meego &#8211; a.k.a Moblin 2.2 (and where is maemo??)</title>
		<link>http://www.madeo.co.uk/?p=371</link>
		<comments>http://www.madeo.co.uk/?p=371#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:34:16 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Meego]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[moblin]]></category>

		<guid isPermaLink="false">http://www.madeo.co.uk/?p=371</guid>
		<description><![CDATA[Here are a few pictures of the upcoming Meego release (Moblin 2.2). Go try it out for yourself! USB image can be downloaded here Bootup is about as fast as Moblin 2.1, syslinux menu has not changed but due to using MIC2 this is not a surprise. Kernel 2.6.33-rc8 is used. Graphically menus have changed [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a few pictures of the upcoming Meego release (Moblin 2.2).<br />
<i>Go try it out for yourself! USB image can be downloaded <a href="http://www.madeo.co.uk/?p=373">here</a></i></p>
<p>Bootup is about as fast as Moblin 2.1, syslinux menu has not changed but due to using MIC2 this is not a surprise. Kernel 2.6.33-rc8 is used. </p>
<p>Graphically menus have changed very slightly. It now has a meego graphic as it starts clutter/mutter.</p>
<p>The biggest changes I could spot where Chromium for web browsing and Mozilla nowhere to be found... Thunderbird was being used for email. When halting (which apparently having no icon to do that means it's more user friendly...) it gives you a cute little backdrop of one of those creature like blocks waving at you!</p>
<p>Right now, Meego looks like a clone of Moblin and the only reason for the name change seems to be to appease the Maemo community which still seems to be up in arms about the move to an RPM based distro.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/7pV7bnntpD0&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7pV7bnntpD0&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/9UuAyY_-cxs&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9UuAyY_-cxs&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<a href='http://www.madeo.co.uk/?attachment_id=383' title='Moblin start page'><img width="150" height="150" src="http://www.madeo.co.uk/wp-content/uploads/2010/02/LND_0365-150x150.jpg" class="attachment-thumbnail" alt="start page" title="Moblin start page" /></a>
<a href='http://www.madeo.co.uk/?attachment_id=384' title='Showing some &quot;moblin&quot;'><img width="150" height="150" src="http://www.madeo.co.uk/wp-content/uploads/2010/02/LND_0366-150x150.jpg" class="attachment-thumbnail" alt="kernel 2.6.33-rc" title="Showing some &quot;moblin&quot;" /></a>
<a href='http://www.madeo.co.uk/?attachment_id=385' title='Meego applications'><img width="150" height="150" src="http://www.madeo.co.uk/wp-content/uploads/2010/02/LND_0367-150x150.jpg" class="attachment-thumbnail" alt="meego applications" title="Meego applications" /></a>
<a href='http://www.madeo.co.uk/?attachment_id=386' title='New menu item'><img width="150" height="150" src="http://www.madeo.co.uk/wp-content/uploads/2010/02/LND_0371-150x150.jpg" class="attachment-thumbnail" alt="New menu item in Meego" title="New menu item" /></a>

<p><script type="text/javascript"><!--
google_ad_client = "pub-3205500554403744";
/* 728x15, created 2/14/10 */
google_ad_slot = "2882829020";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madeo.co.uk/?feed=rss2&amp;p=371</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XBMC (9.11 camelot or trunk) on Moblin 2.1</title>
		<link>http://www.madeo.co.uk/?p=301</link>
		<comments>http://www.madeo.co.uk/?p=301#comments</comments>
		<pubDate>Thu, 11 Feb 2010 16:12:19 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Meego]]></category>
		<category><![CDATA[9.11]]></category>
		<category><![CDATA[acer revo]]></category>
		<category><![CDATA[Boxee]]></category>
		<category><![CDATA[camelot]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[moblin 2.1]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.madeo.co.uk/?p=301</guid>
		<description><![CDATA[Download either the latest SVN build (the SVN build used during this howto was 27627) or the latest stable (9.11 Camelot) (For information 9.11 Camelot is revision 26018 - list of tags is here http://xbmc.svn.sourceforge.net/viewvc/xbmc/tags/) Run only one of the below svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc svn co -r 26018 http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc Follow the "Preparing the [...]]]></description>
			<content:encoded><![CDATA[<p>Download either the latest SVN build (the SVN build used during this howto was 27627) or the latest stable (9.11 Camelot)</p>
<p>(For information 9.11 Camelot is revision 26018 - list of tags is here http://xbmc.svn.sourceforge.net/viewvc/xbmc/tags/)<br />
<i>Run only one of the below <img src='http://www.madeo.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </i></p>
<blockquote><p>
svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc<br />
svn co -r 26018 http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc
</p></blockquote>
<p>Follow the "Preparing the system" (Part 1) section for <a href="http://www.madeo.co.uk/?p=192">Boxee on moblin</a>.</p>
<p>install libflac, libsmblient and libtiff</p>
<blockquote><p>
sudo yum install flac flac-devel libsmbclient-devel libtiff-devel
</p></blockquote>
<p>install libfaad and libmpeg2</p>
<blockquote><p>
wget ftp://fr2.rpmfind.net/linux/rpmfusion/free/fedora/releases/10/Everything/i386/os/faad2-libs-2.6.1-6.fc10.i386.rpm<br />
wget ftp://ftp.ntua.gr/pub/linux/rpmfusion/free/fedora/releases/10/Everything/x86_64/os/faad2-devel-2.6.1-6.fc10.i386.rpm<br />
wget ftp://ftp.ntua.gr/pub/linux/rpmfusion/free/fedora/releases/10/Everything/x86_64/os/libmpeg2-0.5.1-3.fc10.i386.rpm<br />
wget ftp://ftp.ntua.gr/pub/linux/rpmfusion/free/fedora/releases/10/Everything/x86_64/os/libmpeg2-devel-0.5.1-3.fc10.i386.rpm<br />
sudo rpm -ivh faad2* libmpeg*
</p></blockquote>
<p>For camelot, you will need to apply a patch in order to get past an SSL error. The bug is here http://trac.xbmc.org/ticket/8137</p>
<blockquote><p>
wget http://trac.xbmc.org/raw-attachment/ticket/8137/libbdnav-remove-openssl.patch<br />
patch  < libbdnav-remove-openssl.patch
</p></blockquote>
<p>choose xbmc/cores/dvdplayer/Codecs/libbdnav/configure.ac</p>
<p>For working VDPAU you will need libvdpau2.0. The easiest way to do that is to install the latest 195 nvidia driver. If you don't have an nvidia card, then just ignore this, you will compile the code with VPDAU disabled.<br />
<i>If you are doing this, I will assume that you have allready followed my guide for the <a href="http://www.madeo.co.uk/?p=139">acer revo on moblin.</a>. You will need to recompile Xorg for this to work and change the permissions on the Xorg binary (Parts 3,4 and 6)</i></p>
<blockquote><p>
sudo sh NVIDIA-Linux-x86-195.30-pkg1.run
</p></blockquote>
<p><i>Change the -j argument to number of threads your CPU can execute simulatneously +1. On a revo (Atom N230) that's 3.</i></p>
<blockquote><p>
mkdir /home/brendan/xbmc_camelot<br />
cd camelot<br />
./bootstrap<br />
./configure --prefix=/home/brendan/xbmc_camelot<br />
make -j3<br />
make install
</p></blockquote>

<a href='http://www.madeo.co.uk/?attachment_id=308' title='XBMC latest SVN (Feb 10 2010) on Moblin 2.1'><img width="150" height="150" src="http://www.madeo.co.uk/wp-content/uploads/2010/02/LND_0354-150x150.jpg" class="attachment-thumbnail" alt="XBMC latest SVN (Moblin 2.1)" title="XBMC latest SVN (Feb 10 2010) on Moblin 2.1" /></a>
<a href='http://www.madeo.co.uk/?attachment_id=309' title='VPDAU in action viewing 1080p H264'><img width="150" height="150" src="http://www.madeo.co.uk/wp-content/uploads/2010/02/LND_0360-150x150.jpg" class="attachment-thumbnail" alt="VDPAU XBMC on Moblin 2.1" title="VPDAU in action viewing 1080p H264" /></a>
<a href='http://www.madeo.co.uk/?attachment_id=310' title='XBMC weather on moblin 2.1'><img width="150" height="150" src="http://www.madeo.co.uk/wp-content/uploads/2010/02/LND_0363-150x150.jpg" class="attachment-thumbnail" alt="XBMC weather app" title="XBMC weather on moblin 2.1" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.madeo.co.uk/?feed=rss2&amp;p=301</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Acer Revo R3600 (ION) on Moblin 2.1 (working 100%, mutter fixed)</title>
		<link>http://www.madeo.co.uk/?p=139</link>
		<comments>http://www.madeo.co.uk/?p=139#comments</comments>
		<pubDate>Thu, 28 Jan 2010 15:22:44 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Meego]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[clutter]]></category>
		<category><![CDATA[ion]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[mutter]]></category>
		<category><![CDATA[revo]]></category>

		<guid isPermaLink="false">http://www.madeo.co.uk/?p=139</guid>
		<description><![CDATA[This is a guide to do a full install of Moblin 2.1 on the Acer Revo R3600. I will assume that you have actually just finished installing the revo using moblin's GUI installer from a usb stick (or whatever you wanted to use). I have included premade xorg packages and kernel packages so all you [...]]]></description>
			<content:encoded><![CDATA[<p>This is a guide to do a full install of Moblin 2.1 on the Acer Revo R3600. I will assume that you have actually just finished installing the revo using moblin's GUI installer from a usb stick (or whatever you wanted to use). I have included premade xorg packages and kernel packages so all you need to do is install the nvidia driver and recompile mutter if you want the moblin interface.<br />
<i><br />
Lazy links:<br />
- http://madeo.co.uk/moblin/kernel_moblin2.6.31.tar.gz<br />
- http://madeo.co.uk/moblin/xorg_moblin1.6.4.tar.gz<br />
- http://madeo.co.uk/moblin/mutter_moblin2.28.1.tar.gz<br />
</i></p>
<p><strong>Part 1 - Booting</strong><br />
First thing is, you'll want to be able to boot. To do this, it's not hard but I can never get to the escape key in time. If you manage to, then edit the line and take away the 'vga=current' and add a lone 3 at the end. You should then boot in init 3 mode. Notice the weird colours in the first agetty session. Clearing the terminal will resolve those. Also you won't have a prompt, but that's not too annoying if you use ssh.</p>
<p><strong>Part 2 - Ethernet</strong><br />
Out of the box, the ethernet doesn't work <img src='http://www.madeo.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  This means we need to recompile the kernel with the ethernet driver forcedeth. Here is how to do it :</p>
<p><i>Be carefull, rpmbuild will fail if you run it as root unlike in previous builds.</i><br />
Because you have no network to compile this kernel, either use another moblin pc, or a VM to compile the rpms or copy all these rpm's on a usb stick you will need all these dependencies.</p>
<blockquote><p>
sudo yum install rpm-build diffutils moblin-rpm-config patch binutils cpp cpp43 gcc gcc-c++ gcc43 gcc43-c++ glibc-devel glibc-headers kernel-headers libgomp43 libstdc++43-devel make mpfr mpfr-devel binutils-devel elfutils-libelf-devel elfutils-libelf-devel-static perf
</p></blockquote>
<p>Now you will be able to install the kernel.</p>
<blockquote><p>
rpm -ivh kernel-2.6.31.5-10.1.moblin2.src.rpm<br />
cd ~/rpmbuild/SOURCES
</p></blockquote>
<p>Edit the file config-generic and add the following lines to the file</p>
<blockquote><p>
CONFIG_FORCEDETH=y<br />
CONFIG_FORCEDETH_NAPI=y
</p></blockquote>
<p>Now we build the kernel</p>
<blockquote><p>
cd ~/rpmbuild/SPECS<br />
rpmbuild --target=i586 -bb kernel.spec<br />
cd ../RPMS
</p></blockquote>
<p>You now have the kernel rpms. For this job, I recommend just using kernel-netbook so :</p>
<blockquote><p>
rpm -ivh --force kernel-netbook-2.6.31.5-10.1.moblin2.i586.rpm kernel-netbook-devel-2.6.31.5-10.1.moblin2.i586.rpm perf-2.6.31.5-10.1.moblin2.i586.rpm
</p></blockquote>
<p><i>If you're not difficult the kernel_moblin2.6.31.tar.gz package will do just fine. Links are at the start of the post.</i></p>
<p><strong>Part 3 - Recompiling Xorg</strong></p>
<blockquote><p>
sudo yum install "pkgconfig(scrnsaverproto)" "pkgconfig(xtrans)" "pkgconfig(libdrm)" "pkgconfig(randrproto)" "pkgconfig(renderproto)" "pkgconfig(kbproto)" "pkgconfig(glproto)" "pkgconfig(fixesproto)" "pkgconfig(dri2proto)" "pkgconfig(damageproto)" "pkgconfig(xf86driproto)" "pkgconfig(xcmiscproto)" "pkgconfig(bigreqsproto)" "pkgconfig(resourceproto)" "pkgconfig(compositeproto)" "pkgconfig(resourceproto)" "pkgconfig(evieproto)" "pkgconfig(xf86dgaproto)" "pkgconfig(xf86vidmodeproto)" "pkgconfig(xkbfile)" "pkgconfig(xres)" "pkgconfig(xau)" "pkgconfig(xext)" "pkgconfig(xfont)" "pkgconfig(fontenc)" "pkgconfig(xdmcp)" "pkgconfig(xt)" "pkgconfig(dmx)" "pkgconfig(xmuu)" "pkgconfig(xrender)" "pkgconfig(xi)" "pkgconfig(xpm)" "pkgconfig(xaw7)" "pkgconfig(xfixes)" "pkgconfig(xv)" "pkgconfig(pixman-1)" "pkgconfig(gl)" "pkgconfig(x11)" "pkgconfig(openssl)" "pkgconfig(pciaccess)" "pkgconfig(hal)" "pkgconfig(dbus-1)" byacc flex autoconf automake gcc gcc-c++ rpm-build make xineramaproto<br />
wget http://repo.moblin.org/moblin/releases/2.1/source/xorg-x11-server-1.6.4.901-7.8.moblin2.src.rpm<br />
rpm -ivh xorg-x11-server-1.6.4.901-7.8.moblin2.src.rpm<br />
cd ~/rpmbuild/SPECS
</p></blockquote>
<p>edit the spec file xorg-x11-server.spec and replace<br />
<code>--disable-xinerama</code> by <code>--enable-xinerama</code><br />
build the target and install it</p>
<blockquote><p>
rpmbuild --target=i586 -bb xorg-x11-server.spec<br />
cd ../RPMS/i586/<br />
sudo rpm -ivh --force xorg-x11-server-1.6.4.901-7.8.moblin2.i586.rpm xorg-x11-server-common-1.6.4.901-7.8.moblin2.i586 xorg-x11-server-Xorg-1.6.4.901-7.8.moblin2.i586.rpm
</p></blockquote>
<p><i>If you take the lazy option again and get my premade rpm's then you obviously only need to do the last bit!</i></p>
<p><strong>Part 4 - Graphics</strong></p>
<p>First we will get wget. Like openssh, not neccesary but makes the whole process alot easier.<br />
<em>This next part is really nice. You can finally copy and paste and use networking to your advantage! Unless you really like agetty....</em></p>
<blockquote><p>
sudo yum install -y openssh-server wget &#038;& /etc/init.d/sshd restart
</p></blockquote>
<p>Then we download the latest nvidia ION driver. Then you'll want to install all the dependencies. Aren't you glad you have working ethernet now?<br />
<i>If you've been following the guide you'll notice you have alot of these if you compiled your own kernel. I left the extras in case you took my premade rpms. Either way yum will not reinstall stuff if you allready have it.</i></p>
<blockquote><p>wget http://us.download.nvidia.com/XFree86/Linux-x86/190.42/NVIDIA-Linux-x86-190.42-pkg1.run</p>
<p>yum install -y make gcc nbtk nbtk-devel gnome-common libtool intltool gettext-devel glib2-devel intltool gtk-doc gconf-editor gnome-doc-utils avahi-gobject-devel.i586 pygobject2.i586 pygobject2-devel.i586 mx mx-devel mx-doc pkgconfig\(mutter-plugins\) pkgconfig\(libstartup-notification-1.0\) pkgconfig\(gconf-2.0\)</p>
<p>sh NVIDIA-Linux-x86-195.30-pkg1.run</p></blockquote>
<p>Accept the license and then select yes when asked if it should write it's display configuration.</p>
<p><strong>Part 5 - Mutter</strong><br />
We will take the development version of mutter and mutter-devel. In case these change on the moblin servers I have included them at the top as another lazy link!</p>
<blockquote><p>
wget http://repo.moblin.org/moblin/development/core/ia32/os/i586/mutter-devel-2.28.1_0.4-1.2.moblin2.i586.rpm<br />
wget http://repo.moblin.org/moblin/development/core/ia32/os/i586/mutter-2.28.1_0.4-1.2.moblin2.i586.rpm<br />
sudo rpm -ivh --force mutter-*<br />
wget http://git.moblin.org/cgit.cgi/mutter-moblin/snapshot/mutter-moblin-0.49.0.zip<br />
unzip mutter-moblin-0.49.0.zip<br />
cd mutter-moblin-0.49.0/<br />
./autogen.sh --prefix=/usr<br />
make<br />
sudo make install
</p></blockquote>
<p><strong>Part 6 - X as user</strong><br />
After all this, startx will result in a failure. To fix it, create the file /etc/modprobe.d/nvidia.conf with this inside :</p>
<blockquote><p>
options nvidia NVreg_DeviceFileUID=0<br />
options nvidia NVreg_DeviceFileGID=62<br />
options nvidia NVreg_DeviceFileMode=0660
</p></blockquote>
<p><i>Make sure group 62 is the video group and that your user is in it!</i><br />
Finish off by adding the s bit to Xorg :</p>
<blockquote><p>chmod 4755 /usr/bin/Xorg</p></blockquote>
<p>Done! </p>
<p><i>- If you are failing to start mutter try add a sleep before executing mutter in /etc/xdg/moblin/xinitrc</i></p>
<div id="attachment_160" class="wp-caption alignnone" style="width: 310px"><img src="http://www.madeo.co.uk/wp-content/uploads/2010/01/LND_0324-300x200.jpg" alt="About Moblin" title="Moblin on Acer Revo R3600" width="300" height="200" class="size-medium wp-image-160" /><p class="wp-caption-text">About Moblin</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.madeo.co.uk/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Moblin on Samsung NC10 (Non destructively for other OS&#8217;s)</title>
		<link>http://www.madeo.co.uk/?p=78</link>
		<comments>http://www.madeo.co.uk/?p=78#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:03:19 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[aur]]></category>
		<category><![CDATA[creator]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[Samsung NC10]]></category>

		<guid isPermaLink="false">http://www.madeo.co.uk/?p=78</guid>
		<description><![CDATA[This guide is a howto install Moblin V2.1 on a system with a pre-existing OS. In this case Arch Linux on a Samsung NC10. Use the simple instructions to download the USB image and then use dd to put it on an empty usb stick. Bare in mind that /dev/sdb1 is not a valid device [...]]]></description>
			<content:encoded><![CDATA[<p>This guide is a howto install Moblin V2.1 on a system with a pre-existing OS. In this case Arch Linux on a Samsung NC10.</p>
<p>Use the simple instructions to download the USB image and then use dd to put it on an empty usb stick. Bare in mind that /dev/sdb1 is not a valid device so you must use /dev/sdb. And yes it will wipe the whole usb stick. You'll need a 1GB minimum stick. I did it with a spare 2GB stick but the image is ~750MB so I don't think there's any point trying it with a 512MB stick.</p>
<p>Boot from the stick and select language/keyboard/timezone. Next choose Custom partition layout. </p>
<p>I always recommend this kind of partition layout :<br />
<code><br />
MBR             - Any old GRUB on here. Chainloads the other 3 grubs<br />
/dev/sda1     /boot              ext2 - 200MB - For Moblin - Grub for Moblin here<br />
/dev/sda2     /boot_nix         ext2 - 200MB - For Another OS - Grub for Nix1<br />
/dev/sda3     /boot_nix2       ext2 - 200MB - For Another OS - Grub for Nix2<br />
/dev/sda4     EXTENDED       REST OF DISK<br />
/dev/sda5     /home             ext3 - you work out how much you want for the other partitions, I like xfs but moblin only uses ext3<br />
/dev/sda6     /                    ext3 - I put 20GB, but anything higher than 10GB will be fine, you can go alot lower but that's inviting trouble.<br />
/dev/sda7     /nix                 xfs<br />
/dev/sda8     /nix2               xfs<br />
</code></p>
<p>/dev/sda1 to /dev/sda3 will be primary in this case. You may find the use of ext2 strange but do you really want journalling on /boot partitions? Waste of space in my opinion so there is no need. /home can be shared between OSs so I recommend something standard like ext3.</p>
<p>Choose username/password (the monkey is a very nice touch from the moblin team I have to say)</p>
<p>All you need now is to edit your grub/menu.lst file on your grub installed on the MBR of the drive you boot on and add something similar to this (my /boot for moblin is /dev/sda1) :</p>
<blockquote><p>
title Moblin<br />
root (hd0,0)<br />
makeactive<br />
chainloader +1
</p></blockquote>
<p><strong>Backlight</strong><br />
Upgrade the BIOS to 11CA - </p>
<p>http://www.samsungpc.com/08/products/nc10/firmware.html</p>
<p><em>You need to grab one of the DOS executables. I used 11CA07D0.EXE under the title 'NC10 11CA / N110 07DO - DOS Executable'</em><br />
Get the DOS exe file and just run it from DOS using a USB stick (<a href="http://www.madeo.co.uk/?p=112">DOS on USB stick guide</a>)<br />
Carefull the BIOS update it starts straight away as soon as the .exe runs. It's also really noisy <img src='http://www.madeo.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
<em>Note : ONLY on bios 11CA</em><br />
<em>Bug : There is no brightness slider see <a href="http://bugzilla.moblin.org/show_bug.cgi?id=7157">bug</a></em><br />
Just use this to display backlight level (0-255) and the second to set it to somethign reasonable. I like 50/40.</p>
<blockquote><p>
cat /sys/class/backlight/samsung/backlight<br />
echo 50 > /sys/class/backlight/samsung/backlight
</p></blockquote>
<p><strong>Hibernate/Sleep</strong><br />
This actually works straight out of the box. Moblin just doesn't show it. Something to do with not being in the <em>philosophy</em> - Names should be obvious...</p>
<blockquote><p>
pm-hibernate<br />
pm-suspend
</p></blockquote>
<p><strong>SSH server</strong><br />
There is nothing difficult about this but thought I'd mention it<br />
<em>Note : Starting it the first time takes a little while, it's normal</em></p>
<blockquote><p>
sudo yum install openssh-server<br />
/etc/init.d/sshd start
</p></blockquote>
<p><strong>Hostname</strong><br />
By default your machine will be called username-desktop. To change it edit /etc/hosts with your favourite Text editor<br />
Replace the line like below (should be the last one and replace it with your chosen hostname<br />
<code><br />
127.0.1.1               name.localdomain name<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madeo.co.uk/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to compile Nvidia proprietary drivers on Moblin 2.1 final (Acer Revo)</title>
		<link>http://www.madeo.co.uk/?p=87</link>
		<comments>http://www.madeo.co.uk/?p=87#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:21:02 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Meego]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[dominig]]></category>
		<category><![CDATA[dominique]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[fridu]]></category>
		<category><![CDATA[ion]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[revo]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.madeo.co.uk/?p=87</guid>
		<description><![CDATA[For fully working revo on moblin 2.1 go here Todo : understand and fix the issue in Clutter to get it to work with Nvidia drivers (as previously with Moblin 2.0) Thanks to : Dominique Le Foll - dominig@fridu.net - for testing all this on Moblin 2.1 Li Peng - peng.li@intel.com - for his help [...]]]></description>
			<content:encoded><![CDATA[<p><strong>For fully working revo on moblin 2.1 go <a href="http://www.madeo.co.uk/?p=139">here</a></strong></p>
<p><em>Todo : understand and fix the issue in Clutter to get it to work with Nvidia drivers (as previously with Moblin 2.0)</em></p>
<p><em>Thanks to : </p>
<li>Dominique Le Foll - dominig@fridu.net - for testing all this on Moblin 2.1
<li>Li Peng - peng.li@intel.com - for his help on recompiling x11-server in a clean way</li>
<p></em></p>
<p>- Install Moblin<br />
It should work from the USB stick (on Acer Revo F12 during Bios test will let you slect to boot on the USB stick)</p>
<p>- Boot in Text Mode (init 3)<br />
enter Esc during Grub initialisation  (easier is to enter Esc every second during boot) to access Grub Menu<br />
press e to go to Edit mode press arrow down to get to the second line press e to go in Line Edit mode replace "quiet vga=current" by the digit 3 press b to boot</p>
<p>log with the user and password you entered during installation</p>
<p>Become root (note type "su -" the space and the "-" are important)<br />
sudo su -</p>
<p>Installing ssh - (just to make it easier - not neccessary)</p>
<blockquote><p>
yum install openssh-server<br />
service sshd start<br />
ifconfig
</p></blockquote>
<p># Become root (note type "su -" the space and the "-" are important)</p>
<blockquote><p>sudo su -</p></blockquote>
<p># enter your user password</p>
<blockquote><p>
cd /root
</p></blockquote>
<p>- Install packages required to build x11-server.</p>
<p><em>Note next line is very very LONG because escaping with "\" seems to create trouble with yum.</em></p>
<blockquote><p>yum install "pkgconfig(scrnsaverproto)" "pkgconfig(xtrans)" "pkgconfig(libdrm)" "pkgconfig(randrproto)" "pkgconfig(renderproto)" "pkgconfig(kbproto)" "pkgconfig(glproto)" "pkgconfig(fixesproto)" "pkgconfig(dri2proto)" "pkgconfig(damageproto)" "pkgconfig(xf86driproto)" "pkgconfig(xcmiscproto)" "pkgconfig(bigreqsproto)" "pkgconfig(resourceproto)" "pkgconfig(compositeproto)" "pkgconfig(resourceproto)" "pkgconfig(evieproto)" "pkgconfig(xf86dgaproto)" "pkgconfig(xf86vidmodeproto)" "pkgconfig(xkbfile)" "pkgconfig(xres)" "pkgconfig(xau)" "pkgconfig(xext)" "pkgconfig(xfont)" "pkgconfig(fontenc)" "pkgconfig(xdmcp)" "pkgconfig(xt)" "pkgconfig(dmx)" "pkgconfig(xmuu)" "pkgconfig(xrender)" "pkgconfig(xi)" "pkgconfig(xpm)" "pkgconfig(xaw7)" "pkgconfig(xfixes)" "pkgconfig(xv)" "pkgconfig(pixman-1)" "pkgconfig(gl)" "pkgconfig(x11)" "pkgconfig(openssl)" "pkgconfig(pciaccess)" "pkgconfig(hal)" "pkgconfig(dbus-1)" byacc flex autoconf automake gcc gcc-c++ rpm-build make xineramaproto kernel-netbook-devel </p></blockquote>
<p>you will need to enter y for Yes twice ??</p>
<p>Download the source code of x11-server and install it</p>
<blockquote><p>curl -o xorg-x11-server-1.6.4.901-7.8.moblin2.src.rpm http://repo.moblin.org/moblin/releases/2.1/source/xorg-x11-server-1.6.4.901-7.8.moblin2.src.rpm<br />
rpm -i xorg-x11-server-1.6.4.901-7.8.moblin2.src.rpm</p></blockquote>
<p>edit the spec file  /root/rpmbuild/SPECS/xorg-x11-server.spec  and replace<br />
   --disable-xinerama by --enable-xinerama</p>
<p>build the target</p>
<blockquote><p>rpmbuild --target=i586 -bb /root/rpmbuild/SPECS/xorg-x11-server.spec</p></blockquote>
<p>install the newly built x11-server (-i uses only one hyphen and --force two)</p>
<blockquote><p>rpm -iv --force rpmbuild/RPMS/i586/xorg-x11-server-*</p></blockquote>
<p>download the nvidia drivers</p>
<blockquote><p>curl -o NVIDIA-Linux-x86-190.42-pkg1.run http://uk.download.nvidia.com/XFree86/Linux-x86/190.42/NVIDIA-Linux-x86-190.42-pkg1.run</p></blockquote>
<p>make the script executable</p>
<blockquote><p>chmod +x ./NVIDIA-Linux-x86-190.42-pkg1.run</p></blockquote>
<p>Run the Nvidia script</p>
<blockquote><p>./NVIDIA-Linux-x86-190.42-pkg1.run</p></blockquote>
<p>accept Nvidia license, it will compile the kernel module and install what is needed ask Nvidia installation script to create a new xorg.conf file </p>
<p>reboot!</p>
<p>After a few extra second of boot you will see the Nvidia logo Any clutter application will fail to start (including Mutter) after a few restart of X you will get the Moblin 2.1 top bar.</p>
<p>Hope someone will find a fix for Clutter!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madeo.co.uk/?feed=rss2&amp;p=87</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moblin 2.0 on Acer Revo (pt1) &#8211; Nvidia Ethernet (forcedeth)</title>
		<link>http://www.madeo.co.uk/?p=46</link>
		<comments>http://www.madeo.co.uk/?p=46#comments</comments>
		<pubDate>Tue, 23 Jun 2009 21:58:40 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[forcedeth]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[revo]]></category>

		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=46</guid>
		<description><![CDATA[For fully working revo on moblin 2.1 go here This howto will serve as how you can easily add a driver that is in the linux kernel but isnt in moblin inside a custom moblin kernel. In this case we are going to add the forcedeth driver for the MC79 chipset than is the in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>For fully working revo on moblin 2.1 go <a href="http://www.madeo.co.uk/?p=139">here</a></strong></p>
<p>This howto will serve as how you can easily add a driver that is in the linux kernel but isnt in moblin inside a custom moblin kernel.<br />
In this case we are going to add the forcedeth driver for the MC79 chipset than is the in the Acer Revo.</p>
<p>1. Download the kernel source rpm and install it</p>
<p>2. go to /rpmbuild/SOURCES/ and add these lines in config-netbook (doesnt really matter where but I put it after the ATH5K line)<br />
<code>CONFIG_FORCEDETH=y<br />
CONFIG_FORCEDETH_NAPI=y</code></p>
<p><em>if you want the drivers built as modules replace the y by m but it will mean that the kernel is a little slower to boot etc..</em></p>
<p>3. go to ../SPECS and execute <code>rpmbuild --target=i586 -bb kernel.spec</code></p>
<p>rpm -ivh --force kernel-netbook-2.6.29.4-9.1.moblin2.i586.rpm</p>
<p>and there you go, you know have forcedeth working in your kernel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madeo.co.uk/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moblin on Acer Revo (pt2) &#8211; Nvidia Graphics</title>
		<link>http://www.madeo.co.uk/?p=40</link>
		<comments>http://www.madeo.co.uk/?p=40#comments</comments>
		<pubDate>Tue, 23 Jun 2009 17:46:58 +0000</pubDate>
		<dc:creator>Brendan</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[forcedeth]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[revo]]></category>

		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=40</guid>
		<description><![CDATA[For fully working revo on moblin 2.1 go here So you just bought a Acer revo and put moblin and it's so slow that it makes you cringe? Well here is how to fix it. So first we need to install Nvidia's proprietary "nvidia" module. In order to do this we have to recompile xorg-x11-server [...]]]></description>
			<content:encoded><![CDATA[<p><strong>For fully working revo on moblin 2.1 go <a href="http://www.madeo.co.uk/?p=139">here</a></strong></p>
<p>So you just bought a Acer revo and put moblin and it's so slow that it makes you cringe? Well here is how to fix it.</p>
<p>So first we need to install Nvidia's proprietary "nvidia" module. In order to do this we have to recompile xorg-x11-server to have xinerama support. Then we need to install it and after that install the nvidia modules. Below are some dumb proof instructions. Feel free to mail in or comment some changed.</p>
<p>1. <code>yum install make gcc binutils glproto libX11-devel mesa-libGL-devel mesa-libGL xf86driproto randrproto renderproto fixesproto damageproto xcmiscproto xextproto bigreqsproto resourceproto fontsproto inputproto videoproto compositeproto scrnsaverproto resourceproto xineramaproto openssl xorg-x11-xtrans-devel openssl-devel libfontenc-devel libfontenc pixman-devel pixman libXau-devel libXau libxkbfile-devel  libxkbfile libXfont libXfont-devel libXinerama libXinerama-devel xorg-x11-xtrans-devel libpciaccess-devel libdrm-devel rpm-build flex byaccxorg-x11-util-macros dbus-1 hal xv xvfixes raw7 xpm xi xrender xmuu dmx xt xdmcp xext xres xf86vidmodeproto xf86dgaproto evieproto dri2proto hal-devel libtool-ltdl-devel libXv libXv-devel libXres-devel libXext-devel libXt-devel libXdmcp-devel libdmx-devel libXmu-devel libXrender-devel libXpm-devel libXfixes-devel  xorg-x11-proto-evieext libXaw-devel libXi-devel byacc<br />
</code><br />
2. Download the nvidia drivers (I used 185.18.14)</p>
<p>3. download moblin xorg-x11-server source rpm. (I used 1.6.1-6.2)</p>
<p>4. install the src.rpm package with "rpm -i"</p>
<p>5. Go to /root/rpmbuild/SPECS/ and open the file xorg-x11-server.spec, find the line that says --disable-xinerama and change to --xinerama-enable</p>
<p>6. in the same dir, execute <code>rpmbuild --target=i586 -bb xorg-x11-server.spec</code></p>
<p>7. reboot and add a lone 3 at the end of the grub line by pressing e and then e again.<br />
DJA metions that "vga=0 3" instead of "vga=current" might be needed in newer versions</p>
<p>8. log in as root and execute yum remove xorg-x11-server. Go to /etc/yum/yum.conf and tell yum not to bothere with GPG checks by setting gpg_checks to 0</p>
<p>9. go to /root/rpmbuild/RPMS/i586/ and install all packages in there with yum install xorg*. If you cant get your network up in command mode then download the missing packages by hand and install them at the same time with yum.</p>
<p>10. Install the Nvidia driver by executing it. Dont bother going on their ftp site. Let the installer make you an xorg.conf</p>
<p>11. reboot normally. Remove the quiet and vga=current lines could help.</p>
<p>credit goes to people in this thread who helped : http://lists.moblin.org/pipermail/dev/2009-June/005210.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madeo.co.uk/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
