<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.cchtml.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.56.243.15</id>
	<title>cchtml.com - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cchtml.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.56.243.15"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/84.56.243.15"/>
	<updated>2026-05-15T01:33:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8385</id>
		<title>Ubuntu Precise Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8385"/>
		<updated>2012-04-12T13:12:03Z</updated>

		<summary type="html">&lt;p&gt;84.56.243.15: /* Before you start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Catalyst Manually (from AMD/ATI&#039;s site) ==&lt;br /&gt;
I recommend copying and pasting the commands to ensure there are no typing mistakes and speed up the install process. Remember to use Ctrl &#039;&#039;&#039;+ Shift&#039;&#039;&#039; + V or Shift + Insert to paste into the terminal (or go to the terminals menu, select edit and click paste).&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Before you start&#039;&#039;===&lt;br /&gt;
Make sure &#039;&#039;universe&#039;&#039; and &#039;&#039;multiverse&#039;&#039; are enabled in your repository sources (System -&amp;gt; Administration -&amp;gt; Software Sources).&lt;br /&gt;
or Applications-&amp;gt;Ubuntu Software Center-&amp;gt;Edit-&amp;gt;Software sources-&amp;gt;Other software: check canonical partners.&lt;br /&gt;
&lt;br /&gt;
Install the prerequisite packages:&lt;br /&gt;
 sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6&lt;br /&gt;
 sudo apt-get install dkms libqtgui4 wget execstack libelfg0 dh-modaliases&lt;br /&gt;
 sudo apt-get install linux-headers-generic xserver-xorg-core libgcc1  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you are using the x86_64 architecture (64 bit)&#039;&#039;:&lt;br /&gt;
1. Install &amp;quot;ia32-libs&amp;quot; before proceeding!&#039;&#039;&lt;br /&gt;
 sudo apt-get install ia32-libs lib32gcc1 libc6-i386&lt;br /&gt;
2. Create a symlink from /usr/lib64 to /usr/lib :&lt;br /&gt;
 cd /usr ; sudo ln -svT lib /usr/lib64&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Download the latest Catalyst package.&#039;&#039;===&lt;br /&gt;
This package contains both the 32-bit and 64-bit driver.&lt;br /&gt;
 cd ~/; mkdir catalyst{{Catalystversion}}; cd catalyst{{Catalystversion}}/&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://www2.ati.com/drivers/linux/amd-driver-installer-&amp;lt;/nowiki&amp;gt;{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
 chmod +x amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Create .deb packages.&#039;&#039;===&lt;br /&gt;
 sudo sh ./amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run --buildpkg Ubuntu/precise&lt;br /&gt;
It may take a while...&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Install .debs.&#039;&#039;===&lt;br /&gt;
 sudo dpkg -i fglrx*.deb&lt;/div&gt;</summary>
		<author><name>84.56.243.15</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8384</id>
		<title>Ubuntu Precise Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8384"/>
		<updated>2012-04-12T13:11:30Z</updated>

		<summary type="html">&lt;p&gt;84.56.243.15: /* Before you start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Catalyst Manually (from AMD/ATI&#039;s site) ==&lt;br /&gt;
I recommend copying and pasting the commands to ensure there are no typing mistakes and speed up the install process. Remember to use Ctrl &#039;&#039;&#039;+ Shift&#039;&#039;&#039; + V or Shift + Insert to paste into the terminal (or go to the terminals menu, select edit and click paste).&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Before you start&#039;&#039;===&lt;br /&gt;
Make sure &#039;&#039;universe&#039;&#039; and &#039;&#039;multiverse&#039;&#039; are enabled in your repository sources (System -&amp;gt; Administration -&amp;gt; Software Sources).&lt;br /&gt;
or Applications-&amp;gt;Ubuntu Software Center-&amp;gt;Edit-&amp;gt;Software sources-&amp;gt;Other software: check canonical partners.&lt;br /&gt;
&lt;br /&gt;
Install the prerequisite packages:&lt;br /&gt;
 sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6&lt;br /&gt;
 sudo apt-get install dkms libqtgui4 wget execstack libelfg0 dh-modaliases&lt;br /&gt;
 sudo apt-get install linux-headers-generic xserver-xorg-core libgcc1  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you are using the x86_64 architecture (64 bit)&#039;&#039;:&lt;br /&gt;
1. Install &amp;quot;ia32-libs&amp;quot; before proceeding!&#039;&#039;&lt;br /&gt;
 sudo apt-get install ia32-libs lib32gcc1 libc6-i386&lt;br /&gt;
2. Create a symlink from /usr/lib64 to /usr/lib&amp;lt;ref&amp;gt;[http://ubuntucomputing.blogspot.com/2012/01/amd-catalyst-121-driver-on-hp-pavilion.html AMD Catalyst 12.1 Driver on HP Pavilion dv6t Quad Hybrid Radeon with Linux Mint 12 / Ubuntu 11.10 Oneiric - Ubuntu Computing]&amp;lt;/ref&amp;gt; :&lt;br /&gt;
 cd /usr ; sudo ln -svT lib /usr/lib64&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Download the latest Catalyst package.&#039;&#039;===&lt;br /&gt;
This package contains both the 32-bit and 64-bit driver.&lt;br /&gt;
 cd ~/; mkdir catalyst{{Catalystversion}}; cd catalyst{{Catalystversion}}/&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://www2.ati.com/drivers/linux/amd-driver-installer-&amp;lt;/nowiki&amp;gt;{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
 chmod +x amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Create .deb packages.&#039;&#039;===&lt;br /&gt;
 sudo sh ./amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run --buildpkg Ubuntu/precise&lt;br /&gt;
It may take a while...&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Install .debs.&#039;&#039;===&lt;br /&gt;
 sudo dpkg -i fglrx*.deb&lt;/div&gt;</summary>
		<author><name>84.56.243.15</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8383</id>
		<title>Ubuntu Precise Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8383"/>
		<updated>2012-04-12T13:09:48Z</updated>

		<summary type="html">&lt;p&gt;84.56.243.15: /* Before you start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Catalyst Manually (from AMD/ATI&#039;s site) ==&lt;br /&gt;
I recommend copying and pasting the commands to ensure there are no typing mistakes and speed up the install process. Remember to use Ctrl &#039;&#039;&#039;+ Shift&#039;&#039;&#039; + V or Shift + Insert to paste into the terminal (or go to the terminals menu, select edit and click paste).&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Before you start&#039;&#039;===&lt;br /&gt;
If you have previously attempted installing Catalyst, remove any leftover files by following the [[#Removing_Catalyst.2Ffglrx| Removing the Driver]] section. Make sure &#039;&#039;universe&#039;&#039; and &#039;&#039;multiverse&#039;&#039; are enabled in your repository sources (System -&amp;gt; Administration -&amp;gt; Software Sources).&lt;br /&gt;
or Applications-&amp;gt;Ubuntu Software Center-&amp;gt;Edit-&amp;gt;Software sources-&amp;gt;Other software: check canonical partners.&lt;br /&gt;
&lt;br /&gt;
Install the prerequisite packages:&lt;br /&gt;
 sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6&lt;br /&gt;
 sudo apt-get install dkms libqtgui4 wget execstack libelfg0 dh-modaliases&lt;br /&gt;
 sudo apt-get install linux-headers-generic xserver-xorg-core libgcc1  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you are using the x86_64 architecture (64 bit)&#039;&#039;:&lt;br /&gt;
1. Install &amp;quot;ia32-libs&amp;quot; before proceeding!&#039;&#039;&lt;br /&gt;
 sudo apt-get install ia32-libs lib32gcc1 libc6-i386&lt;br /&gt;
2. Create a symlink from /usr/lib64 to /usr/lib&amp;lt;ref&amp;gt;[http://ubuntucomputing.blogspot.com/2012/01/amd-catalyst-121-driver-on-hp-pavilion.html AMD Catalyst 12.1 Driver on HP Pavilion dv6t Quad Hybrid Radeon with Linux Mint 12 / Ubuntu 11.10 Oneiric - Ubuntu Computing]&amp;lt;/ref&amp;gt; :&lt;br /&gt;
 cd /usr ; sudo ln -svT lib /usr/lib64&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Download the latest Catalyst package.&#039;&#039;===&lt;br /&gt;
This package contains both the 32-bit and 64-bit driver.&lt;br /&gt;
 cd ~/; mkdir catalyst{{Catalystversion}}; cd catalyst{{Catalystversion}}/&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://www2.ati.com/drivers/linux/amd-driver-installer-&amp;lt;/nowiki&amp;gt;{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
 chmod +x amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Create .deb packages.&#039;&#039;===&lt;br /&gt;
 sudo sh ./amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run --buildpkg Ubuntu/precise&lt;br /&gt;
It may take a while...&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Install .debs.&#039;&#039;===&lt;br /&gt;
 sudo dpkg -i fglrx*.deb&lt;/div&gt;</summary>
		<author><name>84.56.243.15</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8382</id>
		<title>Ubuntu Precise Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8382"/>
		<updated>2012-04-12T13:08:31Z</updated>

		<summary type="html">&lt;p&gt;84.56.243.15: /* Before you start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Catalyst Manually (from AMD/ATI&#039;s site) ==&lt;br /&gt;
I recommend copying and pasting the commands to ensure there are no typing mistakes and speed up the install process. Remember to use Ctrl &#039;&#039;&#039;+ Shift&#039;&#039;&#039; + V or Shift + Insert to paste into the terminal (or go to the terminals menu, select edit and click paste).&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Before you start&#039;&#039;===&lt;br /&gt;
If you have previously attempted installing Catalyst, remove any leftover files by following the [[#Removing_Catalyst.2Ffglrx| Removing the Driver]] section. Make sure &#039;&#039;universe&#039;&#039; and &#039;&#039;multiverse&#039;&#039; are enabled in your repository sources (System -&amp;gt; Administration -&amp;gt; Software Sources).&lt;br /&gt;
or Applications-&amp;gt;Ubuntu Software Center-&amp;gt;Edit-&amp;gt;Software sources-&amp;gt;Other software: check canonical partners.&lt;br /&gt;
&lt;br /&gt;
Install the prerequisite packages:&lt;br /&gt;
 sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic xserver-xorg-core libgcc1  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you are using the x86_64 architecture (64 bit)&#039;&#039;:&lt;br /&gt;
1. Install &amp;quot;ia32-libs&amp;quot; before proceeding!&#039;&#039;&lt;br /&gt;
 sudo apt-get install ia32-libs lib32gcc1 libc6-i386&lt;br /&gt;
2. Create a symlink from /usr/lib64 to /usr/lib&amp;lt;ref&amp;gt;[http://ubuntucomputing.blogspot.com/2012/01/amd-catalyst-121-driver-on-hp-pavilion.html AMD Catalyst 12.1 Driver on HP Pavilion dv6t Quad Hybrid Radeon with Linux Mint 12 / Ubuntu 11.10 Oneiric - Ubuntu Computing]&amp;lt;/ref&amp;gt; :&lt;br /&gt;
 cd /usr ; sudo ln -svT lib /usr/lib64&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Download the latest Catalyst package.&#039;&#039;===&lt;br /&gt;
This package contains both the 32-bit and 64-bit driver.&lt;br /&gt;
 cd ~/; mkdir catalyst{{Catalystversion}}; cd catalyst{{Catalystversion}}/&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://www2.ati.com/drivers/linux/amd-driver-installer-&amp;lt;/nowiki&amp;gt;{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
 chmod +x amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Create .deb packages.&#039;&#039;===&lt;br /&gt;
 sudo sh ./amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run --buildpkg Ubuntu/precise&lt;br /&gt;
It may take a while...&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Install .debs.&#039;&#039;===&lt;br /&gt;
 sudo dpkg -i fglrx*.deb&lt;/div&gt;</summary>
		<author><name>84.56.243.15</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8378</id>
		<title>Ubuntu Precise Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Precise_Installation_Guide&amp;diff=8378"/>
		<updated>2012-04-11T16:04:33Z</updated>

		<summary type="html">&lt;p&gt;84.56.243.15: Created page with &amp;quot;== Installing Catalyst Manually (from AMD/ATI&amp;#039;s site) == I recommend copying and pasting the commands to ensure there are no typing mistakes and speed up the install process. Rem...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Catalyst Manually (from AMD/ATI&#039;s site) ==&lt;br /&gt;
I recommend copying and pasting the commands to ensure there are no typing mistakes and speed up the install process. Remember to use Ctrl &#039;&#039;&#039;+ Shift&#039;&#039;&#039; + V or Shift + Insert to paste into the terminal (or go to the terminals menu, select edit and click paste).&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Before you start&#039;&#039;===&lt;br /&gt;
If you have previously attempted installing Catalyst, remove any leftover files by following the [[#Removing_Catalyst.2Ffglrx| Removing the Driver]] section. Make sure &#039;&#039;universe&#039;&#039; and &#039;&#039;multiverse&#039;&#039; are enabled in your repository sources (System -&amp;gt; Administration -&amp;gt; Software Sources).&lt;br /&gt;
or Applications-&amp;gt;Ubuntu Software Center-&amp;gt;Edit-&amp;gt;Software sources-&amp;gt;Other software: check canonical partners.&lt;br /&gt;
&lt;br /&gt;
Install the prerequisite packages:&lt;br /&gt;
 sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic xserver-xorg-core libgcc1 libc6-i386 lib32gcc1&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you are using the x86_64 architecture (64 bit)&#039;&#039;:&lt;br /&gt;
1. Install &amp;quot;ia32-libs&amp;quot; before proceeding!&#039;&#039;&lt;br /&gt;
 sudo apt-get install ia32-libs&lt;br /&gt;
2. Create a symlink from /usr/lib64 to /usr/lib&amp;lt;ref&amp;gt;[http://ubuntucomputing.blogspot.com/2012/01/amd-catalyst-121-driver-on-hp-pavilion.html AMD Catalyst 12.1 Driver on HP Pavilion dv6t Quad Hybrid Radeon with Linux Mint 12 / Ubuntu 11.10 Oneiric - Ubuntu Computing]&amp;lt;/ref&amp;gt; :&lt;br /&gt;
 cd /usr ; sudo ln -svT lib /usr/lib64&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Download the latest Catalyst package.&#039;&#039;===&lt;br /&gt;
This package contains both the 32-bit and 64-bit driver.&lt;br /&gt;
 cd ~/; mkdir catalyst{{Catalystversion}}; cd catalyst{{Catalystversion}}/&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://www2.ati.com/drivers/linux/amd-driver-installer-&amp;lt;/nowiki&amp;gt;{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
 chmod +x amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Create .deb packages.&#039;&#039;===&lt;br /&gt;
 sudo sh ./amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run --buildpkg Ubuntu/oneiric&lt;br /&gt;
It may take a while...&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Install .debs.&#039;&#039;===&lt;br /&gt;
 sudo dpkg -i fglrx*.deb&lt;/div&gt;</summary>
		<author><name>84.56.243.15</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu&amp;diff=8377</id>
		<title>Ubuntu</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu&amp;diff=8377"/>
		<updated>2012-04-11T16:01:55Z</updated>

		<summary type="html">&lt;p&gt;84.56.243.15: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tips and Tricks ==&lt;br /&gt;
* To build your own .deb packages for Ubuntu you will need to install at least the following packages from the apt repositories:&lt;br /&gt;
** build-essential&lt;br /&gt;
** fakeroot&lt;br /&gt;
** dh-make&lt;br /&gt;
** debconf&lt;br /&gt;
** execstack&lt;br /&gt;
** dh-modaliases&lt;br /&gt;
&lt;br /&gt;
* Moreover for latest releases, the following package simplifies module installation:&lt;br /&gt;
** dkms&lt;br /&gt;
&lt;br /&gt;
* If you want to use a newer version of the driver than the one which comes with your distribution and you have &#039;&#039;linux-restricted-modules&#039;&#039; installed, you have to disable the fglrx kernel module from &#039;&#039;linux-restricted-modules&#039;&#039; because it will invariably get in the way of your more recent drivers. Detailed information on how to achieve this can be found in the distribution-specific guides.&lt;br /&gt;
&lt;br /&gt;
* You can configure the driver with the &#039;&#039;&#039;aticonfig&#039;&#039;&#039; tool, more information can be found at [[Configuring]].&lt;br /&gt;
&lt;br /&gt;
=== Old Version gets installed during update ===&lt;br /&gt;
When updating a manual install - that is removing the old install and installing the new version - &lt;br /&gt;
the old version might get installed again. This was observed starting with 8.10. If this happens it might help to remove the old version then delete the debian package files of the old version and run &amp;quot;sudo apt-get clean&amp;quot; before installing the new version. See the Ubuntu version dependent install documentation for instructions how to perform these steps. As soon as a new Catalyst version (current is 11.10 - as of Nov. 09, 2011) is available, these instructions might get updated.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Ubuntu Precise Installation Guide| Precise 12.04]]&lt;br /&gt;
* [[Ubuntu Oneiric Installation Guide| Oneiric 11.10]]&lt;br /&gt;
* [[Ubuntu Natty Installation Guide|Natty 11.04]]&lt;br /&gt;
* [[Ubuntu Maverick Installation Guide|Maverick 10.10]]&lt;br /&gt;
* [[Ubuntu Lucid Installation Guide|Lucid 10.04]]&lt;br /&gt;
* [[Ubuntu Karmic Installation Guide|Karmic 9.10]]&lt;br /&gt;
* [[Ubuntu Jaunty Installation Guide|Jaunty 9.04]]&lt;br /&gt;
* [[Ubuntu Intrepid Installation Guide|Intrepid 8.10]]&lt;br /&gt;
* [[Ubuntu Hardy Installation Guide|Hardy 8.04]]&lt;br /&gt;
* [[Ubuntu Gutsy Installation Guide|Gutsy 7.10]]&lt;br /&gt;
* [[Ubuntu Feisty Installation Guide|Feisty 7.04]]&lt;br /&gt;
* [[Ubuntu Edgy Installation Guide|Edgy 6.10]]&lt;br /&gt;
* [[Ubuntu Dapper Installation Guide|Dapper 6.04]]&lt;br /&gt;
* [[Ubuntu Breezy Installation Guide|Breezy 5.10]]&lt;br /&gt;
&lt;br /&gt;
== Unsupported adapter ==&lt;br /&gt;
Specific notes for Radeon HD 6xxx cards with no official support yet (see [[Hardware#Not_Yet_Supported_or_Unoffically_Supported]]).&lt;br /&gt;
&lt;br /&gt;
After installing the fglrx module, you might get the following message when trying to configure X through aticonfig:&lt;br /&gt;
  aticonfig: No supported adapters detected&lt;br /&gt;
&lt;br /&gt;
Also you might see that the fglrx module has not been used by Xorg (no line saying ‘‘LoadModule: &amp;quot;fglrx&amp;quot;’’ in /var/log/Xorg.0.log). Also on my system I had segmentation faults from the ati Catalyst Control Center (amdcccle).&lt;br /&gt;
&lt;br /&gt;
At this stage, do not panic! This does not necessarily imply a problem with the module, indeed your card may be not officially supported. Numerous reports on forums show that users end up using the drivers successfully anyway, e.g. for an HD 6850 card (BARTS codename). To force Xorg to load the driver for fglrx anyway, just manually create a minimal xorg.conf file, as suggested on this wiki (follow the tutorials). The module should then load and everything else should (hopefully) work. (On my system even the Catalyst Control Center was working at that point.) Except you have the &amp;quot;Unsupported hardware&amp;quot; mark on a corner of the screen, but that is another problem... (Forum users report they have been able to get rid of this as well, although caution should be used as the hack scripts seem not to work with version 11.1 of the Catalyst drivers.)&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
* Ubuntuforums.org Video forum: [http://ubuntuforums.org/forumdisplay.php?f=138 Dapper]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{VCT}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>84.56.243.15</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu&amp;diff=8376</id>
		<title>Ubuntu</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu&amp;diff=8376"/>
		<updated>2012-04-11T16:01:24Z</updated>

		<summary type="html">&lt;p&gt;84.56.243.15: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tips and Tricks ==&lt;br /&gt;
* To build your own .deb packages for Ubuntu you will need to install at least the following packages from the apt repositories:&lt;br /&gt;
** build-essential&lt;br /&gt;
** fakeroot&lt;br /&gt;
** dh-make&lt;br /&gt;
** debconf&lt;br /&gt;
** execstack&lt;br /&gt;
** dh-modaliases&lt;br /&gt;
&lt;br /&gt;
* Moreover for latest releases, the following package simplifies module installation:&lt;br /&gt;
** dkms&lt;br /&gt;
&lt;br /&gt;
* If you want to use a newer version of the driver than the one which comes with your distribution and you have &#039;&#039;linux-restricted-modules&#039;&#039; installed, you have to disable the fglrx kernel module from &#039;&#039;linux-restricted-modules&#039;&#039; because it will invariably get in the way of your more recent drivers. Detailed information on how to achieve this can be found in the distribution-specific guides.&lt;br /&gt;
&lt;br /&gt;
* You can configure the driver with the &#039;&#039;&#039;aticonfig&#039;&#039;&#039; tool, more information can be found at [[Configuring]].&lt;br /&gt;
&lt;br /&gt;
=== Old Version gets installed during update ===&lt;br /&gt;
When updating a manual install - that is removing the old install and installing the new version - &lt;br /&gt;
the old version might get installed again. This was observed starting with 8.10. If this happens it might help to remove the old version then delete the debian package files of the old version and run &amp;quot;sudo apt-get clean&amp;quot; before installing the new version. See the Ubuntu version dependent install documentation for instructions how to perform these steps. As soon as a new Catalyst version (current is 11.10 - as of Nov. 09, 2011) is available, these instructions might get updated.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Ubuntu Oneiric Installation Guide| Precise 12.04]]&lt;br /&gt;
* [[Ubuntu Oneiric Installation Guide| Oneiric 11.10]]&lt;br /&gt;
* [[Ubuntu Natty Installation Guide|Natty 11.04]]&lt;br /&gt;
* [[Ubuntu Maverick Installation Guide|Maverick 10.10]]&lt;br /&gt;
* [[Ubuntu Lucid Installation Guide|Lucid 10.04]]&lt;br /&gt;
* [[Ubuntu Karmic Installation Guide|Karmic 9.10]]&lt;br /&gt;
* [[Ubuntu Jaunty Installation Guide|Jaunty 9.04]]&lt;br /&gt;
* [[Ubuntu Intrepid Installation Guide|Intrepid 8.10]]&lt;br /&gt;
* [[Ubuntu Hardy Installation Guide|Hardy 8.04]]&lt;br /&gt;
* [[Ubuntu Gutsy Installation Guide|Gutsy 7.10]]&lt;br /&gt;
* [[Ubuntu Feisty Installation Guide|Feisty 7.04]]&lt;br /&gt;
* [[Ubuntu Edgy Installation Guide|Edgy 6.10]]&lt;br /&gt;
* [[Ubuntu Dapper Installation Guide|Dapper 6.04]]&lt;br /&gt;
* [[Ubuntu Breezy Installation Guide|Breezy 5.10]]&lt;br /&gt;
&lt;br /&gt;
== Unsupported adapter ==&lt;br /&gt;
Specific notes for Radeon HD 6xxx cards with no official support yet (see [[Hardware#Not_Yet_Supported_or_Unoffically_Supported]]).&lt;br /&gt;
&lt;br /&gt;
After installing the fglrx module, you might get the following message when trying to configure X through aticonfig:&lt;br /&gt;
  aticonfig: No supported adapters detected&lt;br /&gt;
&lt;br /&gt;
Also you might see that the fglrx module has not been used by Xorg (no line saying ‘‘LoadModule: &amp;quot;fglrx&amp;quot;’’ in /var/log/Xorg.0.log). Also on my system I had segmentation faults from the ati Catalyst Control Center (amdcccle).&lt;br /&gt;
&lt;br /&gt;
At this stage, do not panic! This does not necessarily imply a problem with the module, indeed your card may be not officially supported. Numerous reports on forums show that users end up using the drivers successfully anyway, e.g. for an HD 6850 card (BARTS codename). To force Xorg to load the driver for fglrx anyway, just manually create a minimal xorg.conf file, as suggested on this wiki (follow the tutorials). The module should then load and everything else should (hopefully) work. (On my system even the Catalyst Control Center was working at that point.) Except you have the &amp;quot;Unsupported hardware&amp;quot; mark on a corner of the screen, but that is another problem... (Forum users report they have been able to get rid of this as well, although caution should be used as the hack scripts seem not to work with version 11.1 of the Catalyst drivers.)&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
* Ubuntuforums.org Video forum: [http://ubuntuforums.org/forumdisplay.php?f=138 Dapper]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{VCT}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>84.56.243.15</name></author>
	</entry>
</feed>