<?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>x2on.de &#187; 1005HA</title>
	<atom:link href="http://www.x2on.de/tag/1005ha/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x2on.de</link>
	<description>Tutorials for Mac OS X, Linux, Windows, iPhone and more...</description>
	<lastBuildDate>Tue, 13 Jul 2010 17:44:52 +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>Eee-PC 1005HA Ubuntu Karmic Sondertasten + Perfomance</title>
		<link>http://www.x2on.de/2009/11/30/eee-pc-1005ha-ubuntu-karmic-sondertasten-perfomance/</link>
		<comments>http://www.x2on.de/2009/11/30/eee-pc-1005ha-ubuntu-karmic-sondertasten-perfomance/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:54:16 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Eee-PC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[1005HA]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[Asus]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[eee-control]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=371</guid>
		<description><![CDATA[Ubuntu 9.10 Karmic läuft auf dem Eee-PC 1005HA &#8220;out of the box&#8221; ziemlich rund. Um die letzten Feinheiten zum laufen zu bekommen (Sondertasten, Performance/Laufzeit-Tunning) gibt es Tool eee-control. Abhilfe schafft hier ein neues Freeware-Tool namens Eee-Control. Über die Task-Leiste anwählbar, ermöglicht es das Untertakten der CPU zur Akku-Schonung ebenso wie die Belegung der Hotkeys, eine [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.10 Karmic läuft auf dem Eee-PC 1005HA &#8220;out of the box&#8221; ziemlich rund. Um die letzten Feinheiten zum laufen zu bekommen (Sondertasten, Performance/Laufzeit-Tunning) gibt es Tool eee-control.</p>
<blockquote><p>Abhilfe schafft hier ein neues Freeware-Tool namens <a href="http://greg.geekmind.org/eee-control/" target="_blank">Eee-Control</a>. Über die Task-Leiste anwählbar, ermöglicht es das Untertakten der CPU zur Akku-Schonung ebenso wie die Belegung der Hotkeys, eine Änderung der Displayhelligkeit sowie die (De-)aktivierung von Bluetooth, WLAN, Webcam, Touchpad und Kartenlesegerät. (Quelle: <a href="http://www.einfach-eee.de/eee-pc-software/eee-control-eee-manager-fuer-linux/">http://www.einfach-eee.de/eee-pc-software/eee-control-eee-manager-fuer-linux/</a>)</p></blockquote>
<p>Leider funktioniert das unter Ubuntu 9.10 nicht so richtig. Es gibt aber eine angepasste Version für Karmic.</p>
<ul>
<li><a href="http://greg.geekmind.org/eee-control/">Original eee-control</a></li>
<li><a href="http://danamlund.dk/eee-control/eee-control.html">Angepasste für Karmic 9.10</a></li>
</ul>
<p>Damit nun auf einem 1005HA das ganze einwandfrei läuft, muss noch eine Datei angepasst werden:</p>
<p><span id="more-371"></span></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>eee-control-daemon <span style="color: #666666; font-style: italic;">#Zeile 85-86</span></pre></div></div>

<p><strong>Original:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">elif</span> os.path.exists<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">&quot;/sys/class/backlight/eeepc/brightness&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
        brn_path = <span style="color: #ff0000;">&quot;/sys/class/backlight/eeepc/brightness&quot;</span></pre></div></div>

<p><strong>in folgendes ändern:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">elif</span> os.path.exists<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">&quot;/sys/class/backlight/acpi_video0/brightness&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
        brn_path = <span style="color: #ff0000;">&quot;/sys/class/backlight/acpi_video0/brightness&quot;</span></pre></div></div>

<p><strong>Links:</strong></p>
<ul>
<li><a href="http://forum.eeeuser.com/viewtopic.php?id=43975&amp;p=29">http://forum.eeeuser.com/viewtopic.php?id=43975&amp;p=29</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2009/11/30/eee-pc-1005ha-ubuntu-karmic-sondertasten-perfomance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
