<?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=70.95.226.87</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=70.95.226.87"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/70.95.226.87"/>
	<updated>2026-06-12T23:12:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Dapper_Installation_Guide&amp;diff=2649</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=2649"/>
		<updated>2006-06-30T18:18:33Z</updated>

		<summary type="html">&lt;p&gt;70.95.226.87: /* HP Notebook dv5029us / zv6000 */ /* Compaq Notebook R4000 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Method 1: Installing Dapper&#039;s Included Driver (8.25.18) ==&lt;br /&gt;
&lt;br /&gt;
The included fglrx driver supports Radeon 8500+ and the X-series cards up to X1900.&lt;br /&gt;
&lt;br /&gt;
Unfortunately OpenGL seems to be broken for R200 cards (everything below Radeon 9500) in this driver version. This may be fixed by replacing &#039;&#039;/usr/lib/libGL.so.1.2&#039;&#039; with &#039;&#039;libGL.so.1.2&#039;&#039; from the previous driver version (8.24.8).&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 depmod -a&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;
An &#039;&#039;&#039;alternative&#039;&#039;&#039; to the &#039;&#039;&#039;aticonfig --initial&#039;&#039;&#039; command is to edit &#039;&#039;/etc/X11/xorg.conf&#039;&#039; and replace the string &amp;quot;ati&amp;quot; with &amp;quot;fglrx&amp;quot; in the &amp;quot;Device&amp;quot; section. This way you won&#039;t lose your old &amp;quot;Screen&amp;quot; and &amp;quot;Monitor&amp;quot; settings. Afterwards you can use aticonfig for setting overlay etc.&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 9600 Generic&lt;br /&gt;
OpenGL version string: 2.0.5814 (8.25.18)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting for Method 1 ===&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. You should really include this when you are asking for help somewhere.&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;
*AMD64 users: It may also be necessary to update /etc/profile if using GDM.  Update the $LIBGL_DRIVERS_PATH variable to point to the dri path above.&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;
*If you used Method 2 before, you have to unblacklist fglrx again by editing &#039;&#039;/etc/default/linux-restricted-modules-common&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*See [[#Troubleshooting for both Methods|Troubleshooting for both Methods]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Method 2: Generating/Installing Ubuntu packages for the 8.26.18 drivers in Ubuntu Dapper Manually ==&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;
=== blacklist old 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;
{{Box File|/etc/default/linux-restricted-modules-common|&lt;br /&gt;
&amp;lt;pre&amp;gt;DISABLED_MODULES=&amp;quot;fglrx&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&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.26.18-x86.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.26.18-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 update&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.26.18-x86.run&lt;br /&gt;
./ati-driver-installer-8.26.18-x86.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.26.18-1_i386.deb&lt;br /&gt;
sudo dpkg -i fglrx-kernel-source_8.26.18-1_i386.deb&lt;br /&gt;
sudo dpkg -i fglrx-control_8.26.18-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;
sudo depmod -a&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.5879 (8.26.18)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting for Method 2===&lt;br /&gt;
&lt;br /&gt;
==== Upgrade from Breezy ====&lt;br /&gt;
If method 2 doesn&#039;t work first time round, and you have upgraded from a Breezy installation, try this:&lt;br /&gt;
&lt;br /&gt;
Remove previous versions of the fglrx driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dpkg -r fglrx-control&lt;br /&gt;
sudo dpkg -r fglrx-kernel-source&lt;br /&gt;
sudo dpkg -r xorg-driver-fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
dpkg will list dependencies for xorg-driver-fglrx which will need up be removed, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dpkg -r fglrx-kernel&lt;br /&gt;
sudo dpkg -r fglrx-kernel-2.6.12-10-686-smp&lt;br /&gt;
sudo dpkg -r xorg-driver-fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Proceed with method 2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
== Troubleshooting for both Methods ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&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;
=== 2D speed ===&lt;br /&gt;
&lt;br /&gt;
If you suffer from slow 2D speed it might help to set&lt;br /&gt;
 Option		&amp;quot;XaaNoOffscreenPixmaps&amp;quot;&lt;br /&gt;
in the fglrx section of &#039;&#039;/etc/X11/xorg.conf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== HP Notebook dv5029us / zv6000 ===&lt;br /&gt;
&lt;br /&gt;
If you have an HP Notebook Computer (or Compaq) such as the HP dv5029us or zv6000 series, 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.24.8 on an i386 Ubuntu Dapper install.&lt;br /&gt;
&lt;br /&gt;
* Ubuntu FGLRX drivers 8.25.18, do not work properly on the dv5029us (Radeon Xpress 200M) as of this writing (5/30/2006). It is needed to revert to 8.24.8 for this specific computer in order to get proper 3D acceleration, and 2D with no tearing off.&lt;br /&gt;
&lt;br /&gt;
** ATI Driver 8.26.18, does not work with the Radeon Express 200M. Some HP/Compaq laptops only have working 3D support with ONLY UMA video memory( Sideport+UMA won&#039;t work ). This is due to a 1 year old flaw in the ATI driver. If you want to use your onboard/Sideport memory, you can only get 2D support by adding [ Option &amp;quot;no_dri&amp;quot; &amp;quot;yes&amp;quot;] to the fglrx driver section of /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
=== HP zt3000 / Compaq nx7000 ===&lt;br /&gt;
Beginning with ATI driver version 8.19, the drivers fail to properly detect modelines that are compatible with the LCD screen of the HP zt3000 (and equivalent Compaq nx7000 model), and they must be inserted into xorg.conf manually.  For the 1680x1050 LCD screen, inserting the following modelines into the &amp;quot;Monitor&amp;quot; section works:&lt;br /&gt;
        Modeline &amp;quot;640x350&amp;quot;  119.12  640 1728 1760 1840  350 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;640x400&amp;quot;  119.12  640 1728 1760 1840  400 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;720x400&amp;quot;  119.12  720 1728 1760 1840  400 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;640x480&amp;quot;  119.12  640 1728 1760 1840  480 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;800x600&amp;quot;  119.12  800 1728 1760 1840  600 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1024x768&amp;quot;  119.12  1024 1728 1760 1840  768 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1152x864&amp;quot;  119.12  1152 1728 1760 1840  864 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1280x960&amp;quot;  119.12  1280 1728 1760 1840  960 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1280x1024&amp;quot;  119.12  1280 1728 1760 1840  1024 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;832x624&amp;quot;  119.12  832 1728 1760 1840  624 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1280x768&amp;quot;  119.12  1280 1728 1760 1840  768 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1280x800&amp;quot;  119.12  1280 1728 1760 1840  800 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1152x768&amp;quot;  119.12  1152 1728 1760 1840  768 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1400x1050&amp;quot;  119.12  1400 1728 1760 1840  1050 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1440x900&amp;quot;  119.12  1440 1728 1760 1840  900 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1600x1024&amp;quot;  119.12  1600 1728 1760 1840  1024 1052 1058 1080&lt;br /&gt;
        Modeline &amp;quot;1680x1050&amp;quot;  119.12  1680 1728 1760 1840  1050 1052 1058 1080&lt;br /&gt;
&lt;br /&gt;
If you have the &amp;quot;1920x1200&amp;quot; version of the HP zt3000 the Modeline is:&lt;br /&gt;
        Modeline &amp;quot;1920x1200&amp;quot; 150.75 1920 2016 2048 2185  1200 1202 1208 1235&lt;br /&gt;
&lt;br /&gt;
=== Revert to Xorg driver ===&lt;br /&gt;
&lt;br /&gt;
If (for any reason) the fglrx install fails, you can revert to the Xorg driver by executing&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo dpkg-reconfigure xserver-xorg&amp;lt;/pre&amp;gt;&lt;br /&gt;
and selecting the &amp;quot;ati&amp;quot; driver, or simply restoring the previous /etc/X11/xorg.conf file, if you made a backup. &lt;br /&gt;
&lt;br /&gt;
You also need to remove the xorg-driver-fglrx or your manually installed drivers to get the 3D acceleration back, since it is provided by file /usr/lib/libGL.so.1.2 which belongs to libgl1-mesa package and which is moved to backup and replaced at the installation of xorg-driver-fglrx (or the manually built) package. In case the removal of the fglrx drivers fails to restore the file from libgl1-mesa, you have to reinstall the package by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install --reinstall libgl1-mesa&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>70.95.226.87</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Talk:Ubuntu_Dapper_Installation_Guide&amp;diff=3173</id>
		<title>Talk:Ubuntu Dapper Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Talk:Ubuntu_Dapper_Installation_Guide&amp;diff=3173"/>
		<updated>2006-06-20T00:37:32Z</updated>

		<summary type="html">&lt;p&gt;70.95.226.87: try using ONLY 128MB of UMA memory instead of Sideport+UMA&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wow, I followed this and it doesn&#039;t work, either method......&lt;br /&gt;
&lt;br /&gt;
Now what?  nobody to turn to, no more help available. Is it an ATI problem or a Dapper one?&lt;br /&gt;
&lt;br /&gt;
I would have never believed that as &amp;quot;advanced&amp;quot; as this O/S is that it is this difficult to get a display driver to work.&lt;br /&gt;
&lt;br /&gt;
This is absolutely incredible....&lt;br /&gt;
&lt;br /&gt;
the problem is the driver, not the operating system.. ATI should take a lesson from nVidia.&lt;br /&gt;
&lt;br /&gt;
[UBfusion reporting]: Many ATI chipsets suffer from this, due to faulty libGl.so.1.2 in the new ATI drivers - use the old file from old drivers, read http://ubuntuforums.org/showthread.php?t=185033&lt;br /&gt;
&lt;br /&gt;
== try using ONLY 128MB of UMA memory instead of Sideport+UMA ==&lt;br /&gt;
&lt;br /&gt;
This is a really strange problem with the HP/Compaq R4000/zv6000:&lt;br /&gt;
&lt;br /&gt;
Once upon a time, ATI driver fglrx_6_8_0-8.13.4-1.i386.rpm provided full DRI and 3D support on Ubuntu 5.04 kernel 2.6.10.&lt;br /&gt;
( wget http://www2.ati.com/drivers/linux/fglrx_6_8_0-8.13.4-1.i386.rpm )&lt;br /&gt;
&lt;br /&gt;
Then, ATI&#039;s new releases only worked if we used 128MB of shared/system/UMA memory along with the 128MB of onboard video&lt;br /&gt;
memory many of these laptop models have.&lt;br /&gt;
&lt;br /&gt;
Now, after installing Ubuntu 6.0.6 kernel 2.6.15, the ATI driver will only work with full DRI and 3D support if I &lt;br /&gt;
totally disable the 128MB of onboard video memory and use ONLY shared/system/UMA memory( 128MB )....&lt;br /&gt;
&lt;br /&gt;
Now, with my fully functioning Ubuntu 5.0.4 installation, when I go from only Sideport to only UMA, the glxgears&lt;br /&gt;
output goes from ~1200fps to ~500fps&lt;br /&gt;
&lt;br /&gt;
With the new kernel and Xorg server of Ubuntu 6.0.6 running only UMA video memory and the 5.0.4 version of glxgears,&lt;br /&gt;
output from that program is ~800fps. Still a 30% decrease in performance from using the 128MB of onboard/Sideport&lt;br /&gt;
video memory.&lt;br /&gt;
&lt;br /&gt;
IMO, running like this is not a fix but a crippled hack and it would be really nice if HP/Compaq or ATI would tell us&lt;br /&gt;
what the problem is, why it exists, how it is to be fixed. So try just 128M of UMA in your BIOS and see if that enables&lt;br /&gt;
you to get DRI/Direct Rendering working with the ATI/fglrx driver.&lt;/div&gt;</summary>
		<author><name>70.95.226.87</name></author>
	</entry>
</feed>