<?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>God Object &#187; fusion</title>
	<atom:link href="http://www.god-object.com/tag/fusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.god-object.com</link>
	<description>Because I know too much</description>
	<lastBuildDate>Wed, 28 Sep 2011 09:34:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Ubuntu 9.04 64-bit, ATI 9.11 and compiz-fusion</title>
		<link>http://www.god-object.com/2009/11/26/ubuntu-9-04-64-bit-ati-9-11-and-compiz-fusion/</link>
		<comments>http://www.god-object.com/2009/11/26/ubuntu-9-04-64-bit-ati-9-11-and-compiz-fusion/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:00:54 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[fusion]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=224</guid>
		<description><![CDATA[After I upgraded the kernel (2.6.28-16)on my ubuntu 9.04 box, I noticed my ATI driver could use an upgrade as well. So here the steps to rebuild the latest ATI driver. In my case that would be 9.11 to power the HD 2400 XT card. First upgrade to the latest kernel. Do a dist-upgrade to [...]]]></description>
			<content:encoded><![CDATA[<p>After I upgraded the kernel (2.6.28-16)on my ubuntu 9.04 box, I noticed my ATI driver could use an upgrade as well.</p>
<p>So here the steps to rebuild the latest ATI driver. In my case that would be 9.11 to power the HD 2400 XT card.</p>
<p>First upgrade to the latest kernel. Do a <code>dist-upgrade</code> to rebuild any kernel-drivers.</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get dist-upgrade
</pre>
<p>Reboot into the new kernel and download the latest ATI driver.</p>
<p>Since only redhat and suse are supported in the GUI version of the installer we need to generate ubuntu installer packages.</p>
<pre class="brush: bash; title: ; notranslate">
sudo sh ./ati-driver-installer-9-11-x86.x86_64.run --buildpkg Ubuntu/9.04
</pre>
<p>If you have a different linux distribution you can check all supported systems via <code>sh ./ati-driver-installer-9-11-x86.x86_64.run --listpkg</code>.</p>
<p>After building all <code>.deb</code> files you need to install them. Be sure no other .deb files are in you working directory, otherwise you reinstall those.</p>
<pre class="brush: bash; title: ; notranslate">
sudo dpkg --install *.deb
</pre>
<p>Run aticonfig to update <code>xorg.conf</code></p>
<pre class="brush: bash; title: ; notranslate">
sudo /usr/bin/aticonfig --initial
</pre>
<p>Reboot you system (fingers crossed).</p>
<p>Open a terminal and type <code>fglrxinfo</code>.</p>
<p>Output should be something like:</p>
<pre class="brush: plain; title: ; notranslate">
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2400 XT
OpenGL version string: 2.1.9116
</pre>
<p>Meaning the ATI drivers is used. You can test using <code>fgl_glxgears</code>. I&#8217;m getting 340 fps so OpenGL is working fine.</p>
<p>They moved the Catalist Control Center with the latest version. It was in the Application menu, but they moved it to a better place; <code>System >> Preferences</code>.</p>
<p>You can also start it from the terminal</p>
<pre class="brush: bash; title: ; notranslate">
sudo amdcccle
</pre>
<p>Install the <code>CopmizConfig Settings Manager</code> and dependencies.</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install simple-ccsm
</pre>
<p>Now open the menu item: <code>System >> Preferences >> Appearance</code></p>
<p>In the <code>Visual Effects</code> tab select the <code>Custom</code> setting and close the window.</p>
<p>Now Compiz is already enabled. The windows should be all wobbly. In the Preferences menu, you can change all compiz settings using the <code>CopmizConfig Settings Manager</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2009/11/26/ubuntu-9-04-64-bit-ati-9-11-and-compiz-fusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

