<?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>GIS and Web Tricks &#187; tech toys</title>
	<atom:link href="http://www.bernawebdesign.ch/byteblog/category/tech-toys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bernawebdesign.ch/byteblog</link>
	<description>Thougts and tricks on GIS, web development and FOSS</description>
	<lastBuildDate>Tue, 31 Jan 2012 23:52:30 +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>Ubuntu 10.10 maverick meerkat on eeepc 1005 HA</title>
		<link>http://www.bernawebdesign.ch/byteblog/2010/10/14/ubuntu-10-10-maverick-meerkat-on-eeepc-1005-ha/</link>
		<comments>http://www.bernawebdesign.ch/byteblog/2010/10/14/ubuntu-10-10-maverick-meerkat-on-eeepc-1005-ha/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 15:39:47 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[tech toys]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[eeepc 1005HA]]></category>
		<category><![CDATA[neetbook remix]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>
		<category><![CDATA[ubuntu maverick meerkat netbook remix]]></category>
		<category><![CDATA[unr]]></category>

		<guid isPermaLink="false">http://www.bernawebdesign.ch/byteblog/?p=132</guid>
		<description><![CDATA[WOW, today I realized that Ubuntu 10.10 maverick meerkat was out and that I missed it by couple of days&#8230; bad me!!! (btw you have to select &#8220;normal updates&#8221; instead of &#8220;long term release&#8221; in your update manager&#8217;s settings). After the update my little eeepc lookt great, and everything worked out of the box without [...]]]></description>
			<content:encoded><![CDATA[<p>WOW, today I realized that Ubuntu 10.10 maverick meerkat was out and that I missed it by couple of days&#8230; bad me!!! (btw you have to select &#8220;normal updates&#8221; instead of &#8220;long term release&#8221; in your update manager&#8217;s settings).<br />
After the update my little eeepc lookt great, and everything worked out of the box without installing a tray control (including wifi, webcam, sound, hotkeys, performance modes, ecc)!!! Great Job guys and the new unity theme is great and optimizes much better the use of vertical screen estate. The only little issue is the two buttons to disable the touchpad (Fn+f3 and the little silver button on the top left) do not work, although they are recognized by the system and give an error about being unable to enable touchpad (ensure xorg.conf is configured properly). A quick workaround is to create a script that enables/disables ONLY (see comment #3) the tapping on the touchpad and to bind it to the silver button using system>keyboard shortcuts, you&#8217;ll still get the warning but it does the job.<br />
<code lang='shell'>#!/bin/sh<br />
# toggle synaptic touchpad tap on/off<br />
# get current state<br />
SYNSTATE=$(synclient -l | grep TapButton1 | awk '{ print $3 }')<br />
# change to other state<br />
if [ $SYNSTATE = 0 ]; then<br />
synclient TapButton1=1<br />
elif [ $SYNSTATE = 1 ]; then<br />
synclient TapButton1=0<br />
else<br />
echo "Couldn't get touchpad status from synclient"<br />
exit 1<br />
fi<br />
exit 0<br />
</code><br />
Updating now my hp 2510 with touch screen and excited to see utouch in action&#8230;</p>
<p>UPDATE: The system got slower when launching applications (just the launch phase, then they run well)&#8230; we&#8217;ll see </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bernawebdesign.ch/byteblog/2010/10/14/ubuntu-10-10-maverick-meerkat-on-eeepc-1005-ha/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>eeepc 1005HA-H on its way</title>
		<link>http://www.bernawebdesign.ch/byteblog/2009/09/17/eeepc-1005ha-h-on-its-way/</link>
		<comments>http://www.bernawebdesign.ch/byteblog/2009/09/17/eeepc-1005ha-h-on-its-way/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:49:13 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[tech toys]]></category>
		<category><![CDATA[eeepc 1005HA-H]]></category>
		<category><![CDATA[Ubuntu Netbook Remix]]></category>

		<guid isPermaLink="false">http://www.bernawebdesign.ch/byteblog/?p=103</guid>
		<description><![CDATA[Yesterday I ordered a netbook, the asus eeepc 1005HA-H, today it arrived at my girlfriend&#8217;s place and she will bring it to Borneo (hence to me) next week. As soon as I get it i&#8217;ll get rid of the installed WinXp and install UNR (Ubuntu Netbook Remix). I&#8217;ll post the results here&#8230; ciao UPDATE: it [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I ordered a netbook, the asus eeepc 1005HA-H, today it arrived at my girlfriend&#8217;s place and she will bring it to Borneo (hence to me) next week. As soon as I get it i&#8217;ll get rid of the installed WinXp and install UNR (Ubuntu Netbook Remix). I&#8217;ll post the results here&#8230;<br />
ciao</p>
<p>UPDATE: it works like a charm with 9.10</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bernawebdesign.ch/byteblog/2009/09/17/eeepc-1005ha-h-on-its-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

