<?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>BombStrike's blog &#187; compiz</title>
	<atom:link href="http://www.bombstrike.org/tag/compiz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bombstrike.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 07 Mar 2010 22:44:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ArchLinux on the EEE 1000 *updated*</title>
		<link>http://www.bombstrike.org/2009/02/archlinux-on-the-eee-1000/</link>
		<comments>http://www.bombstrike.org/2009/02/archlinux-on-the-eee-1000/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 16:23:00 +0000</pubDate>
		<dc:creator>Christophe Robin</dc:creator>
				<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[1000]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://bombstrike.wordpress.com/?p=4</guid>
		<description><![CDATA[2 weeks ago, I bought a shiny ASUS EEE PC 1000H, it looked big enough to do fun things, and the 160Go hard-drive of the Windows version was way better than what other versions could offer us. First thing I did was reinstall the whole thing under ArchLinux, my favorite linux distro.
I took the latest [...]]]></description>
			<content:encoded><![CDATA[<p>2 weeks ago, I bought a shiny ASUS EEE PC 1000H, it looked big enough to do fun things, and the 160Go hard-drive of the Windows version was way better than what other versions could offer us. First thing I did was reinstall the whole thing under ArchLinux, my favorite linux distro.</p>
<p>I took the latest archboot, and within 30 minutes I was booting on my shell, archboot using the 2.6.28 kernel, most of the hardware was working, I plugged to the internet and started installing xorg, gnome and gdm. Most people are saying that GNOME on the EEE is useless because of the screen size, but with a little tweaking, you can get really nice results. Here is what I got after working for several hours:</p>

<a href='http://www.bombstrike.org/2009/02/archlinux-on-the-eee-1000/gdm-screenshot/' title='GDM Login manager'><img width="150" height="150" src="http://www.bombstrike.org/wp-content/uploads/2009/02/gdm-screenshot-150x150.png" class="attachment-thumbnail" alt="" title="GDM Login manager" /></a>
<a href='http://www.bombstrike.org/2009/02/archlinux-on-the-eee-1000/eee_desktop/' title='EEE Desktop'><img width="150" height="150" src="http://www.bombstrike.org/wp-content/uploads/2009/02/eee_desktop-150x150.png" class="attachment-thumbnail" alt="" title="EEE Desktop" /></a>
<a href='http://www.bombstrike.org/2009/02/archlinux-on-the-eee-1000/eee_deskswitch/' title='Compiz desktop switcher'><img width="150" height="150" src="http://www.bombstrike.org/wp-content/uploads/2009/02/eee_deskswitch-150x150.png" class="attachment-thumbnail" alt="" title="Compiz desktop switcher" /></a>

<p>Once gnome installed, I had somes issues with Fn-Keys preventing me to set the sound or luminosity without overlays bugs and such, to prevent this, install the &#8220;acpi-eee&#8221; package from aur, add eee to the DAEMONS variable in rc.conf and you&#8217;ll be ready to go.</p>
<p>So, now GNOME isn&#8217;t really pretty when just installed, so we&#8217;re gonna take care of that. First install the xf86-video-intel package from extra, then install compiz-fusion. You&#8217;ll need to add the following lines to the &#8220;Device&#8221; section of your xorg.conf file:</p>
<div class="codecolorer-container xorg_conf default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="xorg_conf codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Device&quot;</span><br />
&nbsp; &nbsp; <span style="color: #adadad; font-style: italic;"># ... normal config here</span><br />
&nbsp; &nbsp; <span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;MigrationHeuristic&quot;</span> <span style="color: #0000ff;">&quot;greedy&quot;</span><br />
&nbsp; &nbsp; <span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;AccelMethod&quot;</span> <span style="color: #0000ff;">&quot;exa&quot;</span><br />
&nbsp; &nbsp; <span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;ExaNoComposite&quot;</span> <span style="color: #0000ff;">&quot;false&quot;</span><br />
<span style="color: #b1b100;">EndSection</span></div></div>
<p>Then add fusion-icon inside the Gnome Session Manager. You can now look on gnome-look.org for themes, I use the GNOME colors backgrounds and icons.</p>
<p>You should also look toward the &#8220;<a title="Splashy" href="http://wiki.archlinux.org/index.php/Splashy" target="_blank">splashy</a>&#8221; package, it adds a nice splash when booting arch and the themes are easily editable.</p>
<p><strong>Update:</strong> Info about the wifi<br />
Using the wifi is not something very hard, first plug your EEE using an ethernet cable, then with yaourt, fetch the aur package named rt2860 and install <a href="http://wiki.archlinux.org/index.php/NetworkManager">NetworkManager</a> with the corresponding applet for your WM, and you should be ok.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bombstrike.org/2009/02/archlinux-on-the-eee-1000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
