<?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>k3mist™ &#187; ati catalyst</title>
	<atom:link href="http://k3mist.com/tag/ati-catalyst/feed/" rel="self" type="application/rss+xml" />
	<link>http://k3mist.com</link>
	<description>Development, Design &#38; System Administration</description>
	<lastBuildDate>Sat, 12 Sep 2009 15:40:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ATI Catalyst 9.9 / fglrx 8.650 Installation</title>
		<link>http://k3mist.com/linux/ati-catalyst-9-9-fglrx-8-650-installation/</link>
		<comments>http://k3mist.com/linux/ati-catalyst-9-9-fglrx-8-650-installation/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 15:27:33 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[ati catalyst]]></category>
		<category><![CDATA[fglrx installation]]></category>
		<category><![CDATA[fglrx removal]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=188</guid>
		<description><![CDATA[<p>When upgrading the fglrx driver, <em><strong>don&#8217;t get lazy</strong></em> about removing the previous version. Besides the old configuration possibly still in use after a reboot, you get <a href="http://k3mist.com/linux/xorg-memory-leak-fix-for-jaunty-904-ati-proprietary-fglrx/">serious memory leaks in Xorg caused by the ATI Catalyst driver</a> that resemble the same leak you get when using the driver provided by envyng.</p>
<p>Removal and installation is really straight forward and there is only a few extra steps. I keep my drivers in separate folders for each version. All commands are displayed as if you were in the working folder for that driver and ONLY that driver version.</p>
<p><strong>Generate the fglrx/catalyst drivers for your distribution</strong><br />
<a href="http://wiki.cchtml.com/index.php/Category:Distributions" target="_blank">Supported distro&#8217;s found here.</a><br />
<code>sh ati-driver-installer-* --buildpkg Distribution/codename</code></p>
<p><strong>Backup your xorg.conf (just in case, re-configuring xorg sucks!) and remove the previous fglrx drivers</strong><br />
<code>sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak<br />
sudo apt-get purge xorg-driver-fglrx fglrx-kernel-source fglrx-modaliases fglrx-amdcccle<br />
# if /etc/ati still exists, remove it!<br />
sudo rm -rf /etc/ati/</code></p>
<p>Now reboot and when restarting <strong>do not boot into the GUI</strong>. Xorg will be looking for your fglrx driver and it is now obviously gone, so you will either lock-up or it may recover nicely and allow you to enter into a low graphics mode. Either way, boot into a terminal window. On Ubuntu you can enter the recovery console.</p>
<p><strong>Now from terminal install the new fglrx/catalyst driver</strong><br />
<code>sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb </code></p>
<p>Now reboot from terminal and enter the GUI. You will have to reconfigure any settings you made in the previous Catalyst driver. <a href="http://k3mist.com/linux/contrast-brightness-gamma-linux/">fglrx/catalyst brightness, contrast, gamma howto.</a></p>
<p>If you happen to have any issues booting back into the GUI. Go back to the terminal and remove your previous xorg.conf. and <a href="http://wiki.cchtml.com/index.php/Ubuntu_Jaunty_Installation_Guide#6._Generate_a_new_.2Fetc.2FXorg.conf_file" target="_blank">follow these instructions for generating a new one.</a></p>
<p>A more detailed walk-through can always be found at <a href="http://wiki.cchtml.com/" target="_blank">http://wiki.cchtml.com/</a></p>
]]></description>
			<content:encoded><![CDATA[<p>When upgrading the fglrx driver, <em><strong>don&#8217;t get lazy</strong></em> about removing the previous version. Besides the old configuration possibly still in use after a reboot, you get <a href="http://k3mist.com/linux/xorg-memory-leak-fix-for-jaunty-904-ati-proprietary-fglrx/">serious memory leaks in Xorg caused by the ATI Catalyst driver</a> that resemble the same leak you get when using the driver provided by envyng.</p>
<p>Removal and installation is really straight forward and there is only a few extra steps. I keep my drivers in separate folders for each version. All commands are displayed as if you were in the working folder for that driver and ONLY that driver version.</p>
<p><strong>Generate the fglrx/catalyst drivers for your distribution</strong><br />
<a href="http://wiki.cchtml.com/index.php/Category:Distributions" target="_blank">Supported distro&#8217;s found here.</a><br />
<code>sh ati-driver-installer-* --buildpkg Distribution/codename</code></p>
<p><strong>Backup your xorg.conf (just in case, re-configuring xorg sucks!) and remove the previous fglrx drivers</strong><br />
<code>sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak<br />
sudo apt-get purge xorg-driver-fglrx fglrx-kernel-source fglrx-modaliases fglrx-amdcccle<br />
# if /etc/ati still exists, remove it!<br />
sudo rm -rf /etc/ati/</code></p>
<p>Now reboot and when restarting <strong>do not boot into the GUI</strong>. Xorg will be looking for your fglrx driver and it is now obviously gone, so you will either lock-up or it may recover nicely and allow you to enter into a low graphics mode. Either way, boot into a terminal window. On Ubuntu you can enter the recovery console.</p>
<p><strong>Now from terminal install the new fglrx/catalyst driver</strong><br />
<code>sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb </code></p>
<p>Now reboot from terminal and enter the GUI. You will have to reconfigure any settings you made in the previous Catalyst driver. <a href="http://k3mist.com/linux/contrast-brightness-gamma-linux/">fglrx/catalyst brightness, contrast, gamma howto.</a></p>
<p>If you happen to have any issues booting back into the GUI. Go back to the terminal and remove your previous xorg.conf. and <a href="http://wiki.cchtml.com/index.php/Ubuntu_Jaunty_Installation_Guide#6._Generate_a_new_.2Fetc.2FXorg.conf_file" target="_blank">follow these instructions for generating a new one.</a></p>
<p>A more detailed walk-through can always be found at <a href="http://wiki.cchtml.com/" target="_blank">http://wiki.cchtml.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://k3mist.com/linux/ati-catalyst-9-9-fglrx-8-650-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
