<?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.166.106</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.166.106"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/84.160.166.106"/>
	<updated>2026-04-30T14:23:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Dapper_Installation_Guide&amp;diff=2577</id>
		<title>Ubuntu Dapper Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Dapper_Installation_Guide&amp;diff=2577"/>
		<updated>2006-04-10T10:54:49Z</updated>

		<summary type="html">&lt;p&gt;84.160.166.106: /* Installing the new driver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Method 1: Installing Dapper&#039;s Included Driver (8.23.7) ==&lt;br /&gt;
&lt;br /&gt;
The fglrx driver supports Radeon 8500+ and the X-series cards up to X850.&lt;br /&gt;
&lt;br /&gt;
=== Installing the driver ===&lt;br /&gt;
&lt;br /&gt;
Make sure the &#039;&#039;restricted&#039;&#039; repository is enabled in &#039;&#039;/etc/apt/sources.list&#039;&#039; or this guide will not work!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed&lt;br /&gt;
sudo apt-get install xorg-driver-fglrx&lt;br /&gt;
sudo aticonfig --initial&lt;br /&gt;
sudo aticonfig --overlay-type=Xv&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&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: RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 2.0.5695 (8.23.7)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&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;
*It might be necessary to create a symlink to get accelerated OpenGL:&lt;br /&gt;
:&amp;lt;pre&amp;gt;sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*You can force early loading of the fglrx module by adding it to /etc/modules&lt;br /&gt;
&lt;br /&gt;
*To ensure you automatically get the current &#039;&#039;linux-restricted-modules&#039;&#039; package with kernel updates, you should install the linux-restricted-modules-??? package matching your kernel-type (without version numer), e.g. &#039;&#039;linux-restricted-modules-386&#039;&#039;, &#039;&#039;linux-restricted-modules-686&#039;&#039; or &#039;&#039;linux-restricted-modules-k7&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Method 2: Generating/Installing Ubuntu packages for the newer 8.23.7 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 included fglrx driver ===&lt;br /&gt;
&lt;br /&gt;
Blacklist fglrx module from linux-restricted-modules:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo gedit /etc/default/linux-restricted-modules-common&amp;lt;/pre&amp;gt;&lt;br /&gt;
Edit &#039;&#039;DISABLED_MODULES&#039;&#039; to include fglrx&lt;br /&gt;
&lt;br /&gt;
Remove Dapper&#039;s included fglrx 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: [http://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.23.7-i386.run 32bit Installer]&lt;br /&gt;
&lt;br /&gt;
This guide refers to the 32bit version of the driver. If you are using a x86_64 System you need the [http://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/64bit/ati-driver-installer-8.23.7-x86_64.run 64bit Installer]. The installation procedure should be the same as for 32bit, except some filenames will differ slightly.&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 in &#039;&#039;/etc/apt/sources.list&#039;&#039; before doing these steps. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install necessary tools:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install module-assistant build-essential &lt;br /&gt;
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Create .deb packages:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod +x ati-driver-installer-8.23.7-i386.run&lt;br /&gt;
LANG=C LC_ALL=C ./ati-driver-installer-8.23.7-i386.run --buildpkg Ubuntu/dapper&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install .deb packages:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dpkg -i xorg-driver-fglrx_8.23.7-1_i386.deb&lt;br /&gt;
sudo dpkg -i fglrx-kernel-source_8.23.7-1_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remove any old fglrx deb&#039;s from /usr/src/:&#039;&#039;&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;
&#039;&#039;Compile the kernel module:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo module-assistant prepare,update&lt;br /&gt;
sudo module-assistant build,install fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: You have to recompile the kernel module after each kernel update!&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;
sudo aticonfig --overlay-type=Xv&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&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: RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 2.0.5695 (8.23.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;
==== HP dv5029us Notebook PC ====&lt;br /&gt;
&lt;br /&gt;
If you have an HP Notebook Computer such as the HP dv5029dvus it is needed to modify the BIOS configuration. It seems for some reason using sideport memory (the card&#039;s onboard memory only) leads to an apparent system crash although the logs show successful initialization of DRI. It is needed to run the BIOS setup screen, go to memory options, and select UMA+Sideport memory and assign a value to it (I assigned an extra 128M from the system RAM). Boot the computer and the fglrx driver will work. FGLRX version is 8.23.7 on an i386 Ubuntu Dapper install.&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>84.160.166.106</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Dapper_Installation_Guide&amp;diff=2576</id>
		<title>Ubuntu Dapper Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Dapper_Installation_Guide&amp;diff=2576"/>
		<updated>2006-04-10T10:53:36Z</updated>

		<summary type="html">&lt;p&gt;84.160.166.106: /* Installing the new driver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Method 1: Installing Dapper&#039;s Included Driver (8.23.7) ==&lt;br /&gt;
&lt;br /&gt;
The fglrx driver supports Radeon 8500+ and the X-series cards up to X850.&lt;br /&gt;
&lt;br /&gt;
=== Installing the driver ===&lt;br /&gt;
&lt;br /&gt;
Make sure the &#039;&#039;restricted&#039;&#039; repository is enabled in &#039;&#039;/etc/apt/sources.list&#039;&#039; or this guide will not work!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed&lt;br /&gt;
sudo apt-get install xorg-driver-fglrx&lt;br /&gt;
sudo aticonfig --initial&lt;br /&gt;
sudo aticonfig --overlay-type=Xv&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&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: RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 2.0.5695 (8.23.7)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&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;
*It might be necessary to create a symlink to get accelerated OpenGL:&lt;br /&gt;
:&amp;lt;pre&amp;gt;sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*You can force early loading of the fglrx module by adding it to /etc/modules&lt;br /&gt;
&lt;br /&gt;
*To ensure you automatically get the current &#039;&#039;linux-restricted-modules&#039;&#039; package with kernel updates, you should install the linux-restricted-modules-??? package matching your kernel-type (without version numer), e.g. &#039;&#039;linux-restricted-modules-386&#039;&#039;, &#039;&#039;linux-restricted-modules-686&#039;&#039; or &#039;&#039;linux-restricted-modules-k7&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Method 2: Generating/Installing Ubuntu packages for the newer 8.23.7 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 included fglrx driver ===&lt;br /&gt;
&lt;br /&gt;
Blacklist fglrx module from linux-restricted-modules:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo gedit /etc/default/linux-restricted-modules-common&amp;lt;/pre&amp;gt;&lt;br /&gt;
Edit &#039;&#039;DISABLED_MODULES&#039;&#039; to include fglrx&lt;br /&gt;
&lt;br /&gt;
Remove Dapper&#039;s included fglrx 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: [http://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.23.7-i386.run 32bit Installer]&lt;br /&gt;
&lt;br /&gt;
This guide refers to the 32bit version of the driver. If you are using a x86_64 System you need the [http://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/64bit/ati-driver-installer-8.23.7-x86_64.run 64bit Installer]. The installation procedure should be the same as for 32bit, except some filenames will differ slightly.&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 in &#039;&#039;/etc/apt/sources.list&#039;&#039; before doing these steps. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install necessary tools:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install module-assistant build-essential &lt;br /&gt;
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Create .deb packages:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod +x ati-driver-installer-8.23.7-i386.run&lt;br /&gt;
LANG=C LC_ALL=C ./ati-driver-installer-8.23.7-i386.run --buildpkg Ubuntu/dapper&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install .deb packages:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dpkg -i xorg-driver-fglrx_8.23.7-1_i386.deb&lt;br /&gt;
sudo dpkg -i fglrx-control_8.23.7-1_i386.deb&lt;br /&gt;
sudo dpkg -i fglrx-kernel-source_8.23.7-1_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remove any old fglrx deb&#039;s from /usr/src/:&#039;&#039;&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;
&#039;&#039;Compile the kernel module:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo module-assistant prepare,update&lt;br /&gt;
sudo module-assistant build,install fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: You have to recompile the kernel module after each kernel update!&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;
sudo aticonfig --overlay-type=Xv&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&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: RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 2.0.5695 (8.23.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;
==== HP dv5029us Notebook PC ====&lt;br /&gt;
&lt;br /&gt;
If you have an HP Notebook Computer such as the HP dv5029dvus it is needed to modify the BIOS configuration. It seems for some reason using sideport memory (the card&#039;s onboard memory only) leads to an apparent system crash although the logs show successful initialization of DRI. It is needed to run the BIOS setup screen, go to memory options, and select UMA+Sideport memory and assign a value to it (I assigned an extra 128M from the system RAM). Boot the computer and the fglrx driver will work. FGLRX version is 8.23.7 on an i386 Ubuntu Dapper install.&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>84.160.166.106</name></author>
	</entry>
</feed>