<?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.160.154.6</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.160.154.6"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/84.160.154.6"/>
	<updated>2026-05-01T00:52:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Installation_Guide&amp;diff=637</id>
		<title>Ubuntu Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Installation_Guide&amp;diff=637"/>
		<updated>2006-02-22T14:05:57Z</updated>

		<summary type="html">&lt;p&gt;84.160.154.6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Method 1: Installing Breezy&#039;s Included Driver (8.16.20) ==&lt;br /&gt;
&lt;br /&gt;
The fglrx driver supports Radeon 8500+ and the X-series cards (see [https://support.ati.com/ics/support/KBAnswer.asp?questionID=1176 release notes]).  When running the dpkg-reconfigure commands you can accept the defaults whenever you aren&#039;t sure.&lt;br /&gt;
&lt;br /&gt;
=== Installing the driver ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All Platforms:&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install xorg-driver-fglrx&lt;br /&gt;
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed&lt;br /&gt;
sudo dpkg-reconfigure xserver-xorg #Select the fglrx driver and 64-bit users should deselect int10a&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;64-bit users:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You have to downgrade to an older version of libdri.a due to an incompatilbity with the ATI drivers.  [http://mail3.mpr.org/mlomker/libdri.a.gz Download it here]&lt;br /&gt;
&lt;br /&gt;
Change to download directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gunzip libdri.a.gz&lt;br /&gt;
sudo cp /usr/X11R6/lib/modules/extensions/libdri.a libdri.a.old&lt;br /&gt;
sudo cp libdri.a /usr/X11R6/lib/modules/extensions/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to revert to any non-fglrx driver you will need to copy the libdri.a.old file back over the fglrx version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All platforms:&#039;&#039; Ctrl-Alt-Backspace to restart your desktop.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Confirm that it works ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fglrxinfo&lt;br /&gt;
display: :0.0  screen: 0&lt;br /&gt;
OpenGL vendor string: ATI Technologies Inc.&lt;br /&gt;
OpenGL renderer string: MOBILITY RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
If you have a widescreen LCD display that is stuck at 1024x768 then it is probably the bug in the 8.16.20 driver that was fixed in 8.18.X (see the next section).  &lt;br /&gt;
&lt;br /&gt;
The output of &#039;&#039;&#039;dmesg | grep fglrx&#039;&#039;&#039; and /var/log/Xorg.0.log are most useful when looking for errors.&lt;br /&gt;
&lt;br /&gt;
== Method 2: Generating/Installing Ubuntu packages for the newer 8.20.x drivers in Breezy Badger ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Warning:&#039;&#039;&#039; Installation of this driver requires removing the restricted-modules package in order to work.  That package includes drivers for madwifi (Atheros wireless cards), nvidia cards, and a handful of other devices.  I provide a work-around for the madwifi drivers, but you need to perform it before removing the restricted modules (jump to end of this this post).&lt;br /&gt;
&lt;br /&gt;
When running the dpkg-reconfigure command you should answer the questions that you know and take the defaults for the rest.  You might want to say &#039;&#039;no&#039;&#039; to the monitor detection--it has caused X-Windows to crash for some people.&lt;br /&gt;
&lt;br /&gt;
=== Remove existing fglrx driver ===&lt;br /&gt;
&lt;br /&gt;
Remove Breezy&#039;s included drivers if they are installed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get remove xorg-driver-fglrx&lt;br /&gt;
sudo apt-get remove fglrx-control&lt;br /&gt;
sudo apt-get remove linux-restricted-modules-$(uname -r)&lt;br /&gt;
sudo dpkg-reconfigure xserver-xorg #select the &amp;quot;ati&amp;quot; module&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
=== Installing the new driver ===&lt;br /&gt;
&lt;br /&gt;
Download the ATI driver installer: [https://support.ati.com/ics/support/default.asp?deptID=894&amp;amp;task=knowledge&amp;amp;folderID=27 Click here]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All Platforms:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change to the download directory.  Make sure that you have the &#039;&#039;universe&#039;&#039; and &#039;&#039;multiverse&#039;&#039; repositories enabled before doing these steps.  [http://mail3.mpr.org/mlomker/sources.list Sample sources.list]. &lt;br /&gt;
&lt;br /&gt;
Note!: For some the fglrx packages will be build in /tmp&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install gcc-3.4 module-assistant build-essential &lt;br /&gt;
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base&lt;br /&gt;
sudo sh ./ati-driver-installer-8.22.5-i386.run --buildpkg Ubuntu/breezy&lt;br /&gt;
sudo dpkg -i ./xorg-driver-fglrx_8.22.5-1_i386.deb&lt;br /&gt;
sudo dpkg -i ./fglrx-control_8.22.5-1_i386.deb&lt;br /&gt;
sudo dpkg -i ./fglrx-kernel-source_8.22.5-1_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Compile the kernel driver:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove any old fglrx deb&#039;s from /usr/src/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo rm /usr/src/fglrx-kernel*.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo module-assistant prepare&lt;br /&gt;
sudo module-assistant update&lt;br /&gt;
sudo module-assistant a-i fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Update the xorg.conf file:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo aticonfig --initial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All platforms:&#039;&#039; Ctrl-Alt-Backspace to restart your session.&lt;br /&gt;
&lt;br /&gt;
=== Confirm that it worked ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fglrxinfo&lt;br /&gt;
display: :0.0  screen: 0&lt;br /&gt;
OpenGL vendor string: ATI Technologies Inc.&lt;br /&gt;
OpenGL renderer string: MOBILITY RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 2.0.5582 (8.21.7)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
&lt;br /&gt;
Look for error messages in /var/log/Xorg.0.log and kern.log.&lt;br /&gt;
&lt;br /&gt;
==== Madwifi Drivers in Breezy Badger ====&lt;br /&gt;
In order to continue using the [http://madwifi.org madwifi] driver you can do the following &#039;&#039;&#039;before&#039;&#039;&#039; removing the linux-restricted-modules package and rebooting.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo cp /lib/modules/$(uname -r)/volatile/ath_hal.ko /lib/modules/$(uname -r)/kernel/&lt;br /&gt;
sudo depmod -a $(uname -r)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Method 3: Generating/Installing Ubuntu packages for the newer 8.22.x drivers in Ubuntu Dapper ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Change:&#039;&#039;&#039; Installation of this driver &#039;&#039;&#039;no longer requires&#039;&#039;&#039; removing the linux-restricted-modules package in order to work.  There is a new blacklist feature in Ubuntu Dapper that you can use to go around this.&lt;br /&gt;
&lt;br /&gt;
When running the dpkg-reconfigure command you should answer the questions that you know and take the defaults for the rest.  You might want to say &#039;&#039;no&#039;&#039; to the monitor detection--it has caused X-Windows to crash for some people.&lt;br /&gt;
&lt;br /&gt;
=== Remove existing fglrx driver ===&lt;br /&gt;
&lt;br /&gt;
Enable a blacklist for linux-restricted-modules&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo gedit /etc/default/linux-restricted-modules-common&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit DISABLED_MODULES to include fglrx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remove Dapper&#039;s included drivers if they are installed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get remove xorg-driver-fglrx&lt;br /&gt;
sudo apt-get remove fglrx-control&lt;br /&gt;
sudo dpkg-reconfigure xserver-xorg #select the &amp;quot;ati&amp;quot; module&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
=== Installing the new driver ===&lt;br /&gt;
&lt;br /&gt;
Download the ATI driver installer: [https://support.ati.com/ics/support/default.asp?deptID=894&amp;amp;task=knowledge&amp;amp;folderID=27 Click here]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All Platforms:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change to the download directory.  Make sure that you have the &#039;&#039;universe&#039;&#039; and &#039;&#039;multiverse&#039;&#039; repositories enabled before doing these steps.  [http://mail3.mpr.org/mlomker/sources.list Sample sources.list]. &lt;br /&gt;
&lt;br /&gt;
Note!: For some the fglrx packages will be build in /tmp&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install gcc-3.4 module-assistant build-essential &lt;br /&gt;
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base&lt;br /&gt;
sudo sh ./ati-driver-installer-8.22.5-i386.run --buildpkg Ubuntu/dapper&lt;br /&gt;
sudo dpkg -i ./xorg-driver-fglrx_8.22.5-1_i386.deb&lt;br /&gt;
sudo dpkg -i ./fglrx-control_8.22.5-1_i386.deb&lt;br /&gt;
sudo dpkg -i ./fglrx-kernel-source_8.22.5-1_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Compile the kernel driver:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove any old fglrx deb&#039;s from /usr/src/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo rm /usr/src/fglrx-kernel*.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo module-assistant prepare&lt;br /&gt;
sudo module-assistant update&lt;br /&gt;
sudo module-assistant a-i fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Update the xorg.conf file:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo aticonfig --initial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All platforms:&#039;&#039; Ctrl-Alt-Backspace to restart your session.&lt;br /&gt;
&lt;br /&gt;
=== Confirm that it worked ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fglrxinfo&lt;br /&gt;
display: :0.0  screen: 0&lt;br /&gt;
OpenGL vendor string: ATI Technologies Inc.&lt;br /&gt;
OpenGL renderer string: MOBILITY RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 2.0.5582 (8.21.7)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
&lt;br /&gt;
Look for error messages in /var/log/Xorg.0.log and kern.log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>84.160.154.6</name></author>
	</entry>
</feed>