<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Moblin on Acer Revo (pt2) &#8211; Nvidia Graphics</title>
	<atom:link href="http://www.madeo.co.uk/?feed=rss2&#038;p=40" rel="self" type="application/rss+xml" />
	<link>http://www.madeo.co.uk/?p=40</link>
	<description>Linux, Hardware, Virtualisation and More</description>
	<lastBuildDate>Tue, 17 Aug 2010 22:08:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Brendan</title>
		<link>http://www.madeo.co.uk/?p=40&#038;cpage=1#comment-68</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Sat, 06 Feb 2010 12:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=40#comment-68</guid>
		<description>Hello, I have changed the css of wordpress to be wider by default. The picture is mine, and I just compressed it and added it as the background through the admin gui. Does that answer your question?</description>
		<content:encoded><![CDATA[<p>Hello, I have changed the css of wordpress to be wider by default. The picture is mine, and I just compressed it and added it as the background through the admin gui. Does that answer your question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Woodworker Plans</title>
		<link>http://www.madeo.co.uk/?p=40&#038;cpage=1#comment-67</link>
		<dc:creator>Woodworker Plans</dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=40#comment-67</guid>
		<description>Hello. This is kind of an &quot;unconventional&quot; question , but have other visitors asked you how get the menu bar to look like you&#039;ve got it? I also have a blog and am really looking to alter around the theme, however am scared to death to mess with it for fear of the search engines punishing me. I am very new to all of this ...so i am just not positive exactly how to try to to it all yet. I&#039;ll just keep working on it one day at a time Thanks for any help you can offer here.</description>
		<content:encoded><![CDATA[<p>Hello. This is kind of an "unconventional" question , but have other visitors asked you how get the menu bar to look like you've got it? I also have a blog and am really looking to alter around the theme, however am scared to death to mess with it for fear of the search engines punishing me. I am very new to all of this ...so i am just not positive exactly how to try to to it all yet. I'll just keep working on it one day at a time Thanks for any help you can offer here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominig</title>
		<link>http://www.madeo.co.uk/?p=40&#038;cpage=1#comment-31</link>
		<dc:creator>Dominig</dc:creator>
		<pubDate>Fri, 13 Nov 2009 10:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=40#comment-31</guid>
		<description>I copy a mail from David Park at LG on the dev@moblin mailing list which helped me to get Moblin 2.1 going. It&#039;s not a full solution as it is slow but it does display the GUI what allows to move a step further.

Dominig

Dear Dominig,

It seems that NVIDIA&#039;s proprietary libraries for acceleration such as
/usr/lib/libGL.so.190.42
/usr/lib/xorg/modules/extensions/libglx.so.190.42
make troubles with clutter-glx implementation.

Please replace these libraries with alternatives from moblin 2.1 (attached)
# unzip libGL+glx.zip
# cp libGL.so.1.2 /usr/lib/
# ln -sf /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1
# cp -f libglx.so /usr/lib/xorg/modules/extensions/

where,
 libGL.so.12 is from mesa-libGL-7.6-6.1.moblin2
 libglx.so is from xorg-x11-server-Xorg-1.6.4.901-7.8.moblin2

Then, you can launch apps(moblin-panel-myzone etc.) with clutter-glx,
but the gfx acceleration might be too slow than expected.  :( 

In summary,
NVIDIA&#039;s gfx kernel module + Open Source&#039;s glx libraries will works.
Please give it a try!

Best Regards,
David C. Park</description>
		<content:encoded><![CDATA[<p>I copy a mail from David Park at LG on the dev@moblin mailing list which helped me to get Moblin 2.1 going. It's not a full solution as it is slow but it does display the GUI what allows to move a step further.</p>
<p>Dominig</p>
<p>Dear Dominig,</p>
<p>It seems that NVIDIA's proprietary libraries for acceleration such as<br />
/usr/lib/libGL.so.190.42<br />
/usr/lib/xorg/modules/extensions/libglx.so.190.42<br />
make troubles with clutter-glx implementation.</p>
<p>Please replace these libraries with alternatives from moblin 2.1 (attached)<br />
# unzip libGL+glx.zip<br />
# cp libGL.so.1.2 /usr/lib/<br />
# ln -sf /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1<br />
# cp -f libglx.so /usr/lib/xorg/modules/extensions/</p>
<p>where,<br />
 libGL.so.12 is from mesa-libGL-7.6-6.1.moblin2<br />
 libglx.so is from xorg-x11-server-Xorg-1.6.4.901-7.8.moblin2</p>
<p>Then, you can launch apps(moblin-panel-myzone etc.) with clutter-glx,<br />
but the gfx acceleration might be too slow than expected.  <img src='http://www.madeo.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>In summary,<br />
NVIDIA's gfx kernel module + Open Source's glx libraries will works.<br />
Please give it a try!</p>
<p>Best Regards,<br />
David C. Park</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominig</title>
		<link>http://www.madeo.co.uk/?p=40&#038;cpage=1#comment-30</link>
		<dc:creator>Dominig</dc:creator>
		<pubDate>Thu, 12 Nov 2009 14:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=40#comment-30</guid>
		<description>To be able to recompile x11-server on Moblin 2.1 final, I had to copy the file /usr/include/GL/gl.h from my Desktop to my Moblin. The gl.h provided by Moblin 2.1 final wil not let you recompile x11-server (I have raised a bug in Moblin Bugzila).

Once that is done, I could get x11-server to work but more work is neede to get Clutter to work.

To be followed.

Dominig</description>
		<content:encoded><![CDATA[<p>To be able to recompile x11-server on Moblin 2.1 final, I had to copy the file /usr/include/GL/gl.h from my Desktop to my Moblin. The gl.h provided by Moblin 2.1 final wil not let you recompile x11-server (I have raised a bug in Moblin Bugzila).</p>
<p>Once that is done, I could get x11-server to work but more work is neede to get Clutter to work.</p>
<p>To be followed.</p>
<p>Dominig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominig</title>
		<link>http://www.madeo.co.uk/?p=40&#038;cpage=1#comment-28</link>
		<dc:creator>Dominig</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=40#comment-28</guid>
		<description>With Moblin preview 2.1 it can become trickier because the graphic GUI does show so you must use DJA trick to boot in text mode. Then you will have boot but will have no Ethernet interface.
As configuring the WIFI key in text mode can be tricky if your router uses WPA (WEP is simple via the command iwconfig) you may need a temporay ethernet interface to download your package.
Several USB dongle are preconfigured with the beta 2.1 (test done with Oct09 version) and for example the Apple Macair dongle works.

Note that with the Beta 2.1 an error in a YUM repository will fail Brendan Yum command. You need to replace &quot;preview&quot; by 2.1-preview&quot; in the file /etc/yum.repos.d/moblin-preview.repo

Enjoy

Dominig</description>
		<content:encoded><![CDATA[<p>With Moblin preview 2.1 it can become trickier because the graphic GUI does show so you must use DJA trick to boot in text mode. Then you will have boot but will have no Ethernet interface.<br />
As configuring the WIFI key in text mode can be tricky if your router uses WPA (WEP is simple via the command iwconfig) you may need a temporay ethernet interface to download your package.<br />
Several USB dongle are preconfigured with the beta 2.1 (test done with Oct09 version) and for example the Apple Macair dongle works.</p>
<p>Note that with the Beta 2.1 an error in a YUM repository will fail Brendan Yum command. You need to replace "preview" by 2.1-preview" in the file /etc/yum.repos.d/moblin-preview.repo</p>
<p>Enjoy</p>
<p>Dominig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJA</title>
		<link>http://www.madeo.co.uk/?p=40&#038;cpage=1#comment-5</link>
		<dc:creator>DJA</dc:creator>
		<pubDate>Thu, 09 Jul 2009 23:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=40#comment-5</guid>
		<description>Nevermind! figured it out... needed to do replace &quot;vga=current&quot; with &quot;vga=0 3&quot; to boot in 80x25 text mode.</description>
		<content:encoded><![CDATA[<p>Nevermind! figured it out... needed to do replace "vga=current" with "vga=0 3" to boot in 80x25 text mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJA</title>
		<link>http://www.madeo.co.uk/?p=40&#038;cpage=1#comment-4</link>
		<dc:creator>DJA</dc:creator>
		<pubDate>Thu, 09 Jul 2009 22:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fridu.org:8004/wordpress/?p=40#comment-4</guid>
		<description>Is there some voodoo in getting moblin to boot to a console?  Adding either 3 or single to the end of the grub line simple causes Moblin to hang on the usplash screen with the Moblin text in the middle of the screen.</description>
		<content:encoded><![CDATA[<p>Is there some voodoo in getting moblin to boot to a console?  Adding either 3 or single to the end of the grub line simple causes Moblin to hang on the usplash screen with the Moblin text in the middle of the screen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
