<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Nothing in particular &#187; moblin</title>
	<atom:link href="http://blogs.gnome.org/juanje/tag/moblin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/juanje</link>
	<description>Juanje's thoughts about GNOME, FLOSS and more</description>
	<lastBuildDate>Tue, 24 Jan 2012 02:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/es/</creativeCommons:license>		<item>
		<title>Hal-info and Xorg</title>
		<link>http://blogs.gnome.org/juanje/2008/12/17/hal-info-and-xorg/</link>
		<comments>http://blogs.gnome.org/juanje/2008/12/17/hal-info-and-xorg/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 23:00:09 +0000</pubDate>
		<dc:creator>juanje</dc:creator>
				<category><![CDATA[distros]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[freedesktop]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[hal-info]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/juanje/?p=40</guid>
		<description><![CDATA[Lately I&#8217;m working on a project at work about installing and setting up a custom Linux distro in a small box (VIA EPIA Mini-ITX) with different touchscreens. Differences because there are going to be several of those box and some will be with one touchscreen and some with other. The real goal is to run [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;m working on a project at work about installing and setting up a custom Linux distro in a small box (<em>VIA EPIA Mini-ITX</em>) with different touchscreens. Differences because there are going to be several of those box and some will be with one touchscreen and some with other.</p>
<p>The real goal is to run on those little boxes just a X with a java application other group have made. I can&#8217;t tell so much about the project because the contract say so&#8230; Anyway, that&#8217;s interesting stuff to do <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>My first <span style="cursor: pointer;" onclick="dr4sdgryt(event,&quot;Ox&quot;)"><span class="q">thought was to use <a href="http://moblin.org/" target="_blank">Moblin</a>, a project <a href="http://blogs.gnome.org/juanje/2008/12/01/moblin-linux-on-mobile-devices/" target="_blank">I&#8217;ve already posted</a> about. This project is designed for those kind of products, have a few sets of funcionalities over small distro base and it has a GUI application for building the distro in different formats and even try out via kvm.</span></span></p>
<p>All this sounds really cool to me. I knew the project from time ago, but I didn&#8217;t pay enough attention to the project (I wanted, but I didn&#8217;t find the moment before), so this was good excuse to have a closer look to the project.</p>
<p>The project is nice, with a lot of cool features and a lot of potential, but, actually, it didn&#8217;t fit well with my needs. I got to much troubles to get working a very basic Ubuntu based distro where to run the Xorg and the Java application. But now I&#8217;m working on fixing some bug and improve the system a bit&#8230;</p>
<p>But I needed to finish my tasks, so I took a different approach. <a href="http://www.ubuntu.com/products/mobile" target="_blank">Ubuntu Mobile</a>, which was before with Moblin, now they go by their own (or kind of). They got some images already built so I download one and I started to clean things and installing what I needed.</p>
<p>Now we got the distro and the application running, but we&#8217;ve still some issues. The worst thing was to set up the Xorg with the Chrome C9 graphic card. We installed first a Ubuntu 8.04 (lpia) based distro and the graphic card didn&#8217;t work out the box. But on the Intrepid (Ubunu 8.10) version we got the last <a title="OpenChrome Project" href="http://www.openchrome.org" target="_blank">openchrome</a> driver, so it did work <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>If some one is interesting on make it works on Hardy or another distro which has not the last version, we followed a easy good <a title="OpenChrome on Ubuntu from the sources" href="https://help.ubuntu.com/community/OpenChrome" target="_blank">recipe</a> from Ubuntu docs.</p>
<p>But on Intrepid we found some probles with this driver. The first one wasn&#8217;t actually this driver&#8217;s issue, it was Xorg&#8217;s. I mean, I realized on Intrepid Xorg use <a title="Hal on Freedesktop" href="http://www.freedesktop.org/wiki/Software/hal">Hal</a> and <a title="Post about Hal-info" href="http://hughsient.livejournal.com/6702.html" target="_blank">hal-info</a> to for setting up itself.</p>
<p>I tried as a fool to configure the Xorg config file on the old fashion way (<em>dpkg-reconfigure xserver-xorg</em>), but the file was still empty&#8230;</p>
<p>After googling for a while and read some <a title="Hal Specs" href="http://people.freedesktop.org/~david/hal-spec/hal-spec.html" target="_blank">hal specs</a>, docs and examples I learn a lot a bout <em>hal-info</em>. This is actually a really good stuff.<a title="Richard Hughes' new blog" href="http://blogs.gnome.org/hughsie/" target="_blank">Richard Hughes</a> with <a href="http://hughsient.livejournal.com/6702.html" target="_blank">his post</a> about it open my eyes about Hal, which I&#8217;ve already known but I didn&#8217;t know its potential. Which is huge, I think.</p>
<p>If you are interesting on, here you have the git repository:</p>
<p>[via web]</p>
<p><a href="http://cgit.freedesktop.org/hal-info/">http://cgit.freedesktop.org/hal-info</a></p>
<p>[cloning the branch]</p>
<p><tt>git clone git://anongit.freedesktop.org/git/hal-info</tt></p>
<p>I have to use this hal-info thing to let hal setting up the touchscreens properly, because, by default the cursor goes crazy. Don&#8217;t worry, I&#8217;ll post the <em>quirks</em> and the things I&#8217;ll learn when I finish the work <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>BTW, more interesting stuff here, on <em>quirks</em> docs:</p>
<p><a href="http://people.freedesktop.org/~hughsient/quirk/index.html">http://people.freedesktop.org/~hughsient/quirk/index.html</a></p>
<p>Enjoy Hal and hal-info <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/juanje/2008/12/17/hal-info-and-xorg/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moblin &#8211; Linux on mobile devices</title>
		<link>http://blogs.gnome.org/juanje/2008/12/01/moblin-linux-on-mobile-devices/</link>
		<comments>http://blogs.gnome.org/juanje/2008/12/01/moblin-linux-on-mobile-devices/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 00:27:38 +0000</pubDate>
		<dc:creator>juanje</dc:creator>
				<category><![CDATA[moblin]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MIC]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/juanje/?p=19</guid>
		<description><![CDATA[I found this project (I did remember to have read about it before, but I didn&#8217;t pay so much attention) browser into the o-hands&#8216; website. I use to check each some time their projects, I like them Well, moblin is an interesting project from Intel, defined by them as: &#8220;Moblin&#8217;s architecture is designed to support [...]]]></description>
			<content:encoded><![CDATA[<p>I found this project (I did remember to have read about it before, but I didn&#8217;t pay so much attention) browser into the <a title="Opened Hand" href="http://o-hand.com" target="_blank">o-hands</a>&#8216; website. I use to check each some time their projects, I like them <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Well, <a title="Project Moblin" href="http://moblin.org" target="_blank">moblin</a> is an interesting project from Intel, defined by them as:</p>
<p><em>&#8220;Moblin&#8217;s architecture is designed to support multiple platforms, such as Netbooks and Mobile Internet Devices (MIDs), and various embedded usage models, such as In-Vehicle Infotainment (IVI) systems. Most of the software stack is a platform and usage model-independent layer we call “Moblin Foundations,” that provides one uniform way to develop applications for such usage models. Below the Moblin Foundations layer are the Linux Kernel and device drivers specific to the platform. On top of the Moblin Foundations layer are the specific applications, user interfaces, and user interaction models for the target device.&#8221;</em></p>
<p>Actually they have a lot of work done about different parts of a Linux distribution for mobile devices. No just for the intel processors ones, but other small devices.</p>
<p>They have tools for building the distro (with pyGtk UI), user interfaces based on <a href="http://www.clutter-project.org/" target="_blank">clutter</a>, support for fedora and ubuntu based distros and <a title="Moblin projects" href="http://moblin.org/projects">some stuff</a> more.</p>
<p>I more interesting on the user interface thing (I use to think and chat a lot with my good friend <a title="Alberto Ruíz (a.k.a. arc)" href="http://aruiz.typepad.com" target="_blank">Alberto</a> about better user experience) and the building system. The building system is called <a href="http://moblin.org/projects/moblin-image-creator" target="_blank">moblin-image-creator</a> (a.k.a. MIC).</p>
<p>I&#8217;m very interesting on this MIC because I know well the building systems (I wrote myself some before. For Metadistros, Guadalinex, etc) and I was working with the ones from Debian, Ubuntu, Knoppix, Morphix, Linux-Live and more. I like that stuff.</p>
<p>And it pretty interesting this one and his approach, so I like to help as much I can. By now I just send some patches which fixed some minor (but some times blocker) bugs and I&#8217;m doing the Spanish translation for the GUI. But I think the system need some improvement and some help the go smooth.</p>
<p>I&#8217;m trying to use it for a project <a title="Emergya" href="http://www.emergya.es" target="_blank">at work</a>, that&#8217;s why now I become more interested on it. I need to set up a very small distro for a small VIA processor device. I just meet to run a Java (with GUI) application there, so I tried to fit into the distro the less software is possible to run over the X the java application.</p>
<p>I got some problems with the MIC building that distro, because there was some issues with Ubuntu based distros, with virtualisation (I haven&#8217;t before the machine, so I had to run on kvm the images for testing) and some more. But I fix some of them and I&#8217;ll trying to fix the other as soon as posible (I need it for my project).</p>
<p>But, actually, I&#8217;m using MIC and working on it, no just for my work&#8217;s project, but because I like the project <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' />  I see it interesting and with a lot of posibilities and I like to bring the experience I&#8217;ve adquired during all these years to help the project.</p>
<p>I hope I can find time enough for that&#8230; <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-uncertain.png' alt=':-/' class='wp-smiley' /> </p>
<p>Well, I got my <a title="Moblin's bugzilla" href="http://bugzilla.moblin.org" target="_blank">bugzilla account</a>, I join in the project, in the <a href="http://moblin.org/community/mailing-lists" target="_blank">mail list</a>, I create my <a href="http://github.com/juanje/moblin-image-creator/commits/master" target="_blank">git clone</a> of the their repo to work in the project easily, so I&#8217;m ready to fight <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Anyone else? <img src='http://blogs.gnome.org/juanje/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/juanje/2008/12/01/moblin-linux-on-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/juanje/tag/moblin/feed/ ) in 0.22789 seconds, on Feb 11th, 2012 at 10:09 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 11:09 pm UTC -->
