<?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=66.177.108.132</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=66.177.108.132"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/66.177.108.132"/>
	<updated>2026-06-12T13:37:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian_Installation_Guide&amp;diff=5813</id>
		<title>Debian Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Debian_Installation_Guide&amp;diff=5813"/>
		<updated>2009-12-27T08:21:01Z</updated>

		<summary type="html">&lt;p&gt;66.177.108.132: /* Which install method? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2007-11, see http://wiki.debian.org/AtiHowTo&lt;br /&gt;
----&lt;br /&gt;
As of November 2005, ATI&#039;s drivers are in the non-free area of Debian. Make sure your /etc/apt/sources.list contains &amp;quot;contrib non-free&amp;quot; as well as main. You will, however, have to build your own kernel modules.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Warning: do not mix the non-free packages with the packages created by the installer as they will conflict in non-obvious ways.  Before switching from one method to another, completely remove all fglrx-related packages.  Never do upgrade from one method to another directly!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
comment1,&lt;br /&gt;
&lt;br /&gt;
== Compile the kernel driver ==&lt;br /&gt;
Before do this, MAKE SURE you have deleted /usr/src/fglrx-kernel*.deb maybe generated by another installation.&lt;br /&gt;
In Debian lenny this is unnecessary - it just compiles and installs the most recent fglrx*.deb package. I would assume this is the case with most up-to-date distributions but to play on the safe side you could remove any leftovers of previous builds.&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;
=== Observed error messages ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What does this error message below refer to ? It is unclear where to follow-up for this error 2/Fehler 2 message.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                     |  dh_testdir                                                                │&lt;br /&gt;
                     │ /usr/bin/make -C /lib/modules/2.6.11/source SUBDIRS=/usr/src/modules/fglrx │&lt;br /&gt;
                     │ /bin/sh: /usr/src/linux-2.6.11/scripts/gcc-version.sh: Datei oder Verzeich │&lt;br /&gt;
                     │ make[1]: Entering directory `/usr/src/linux-2.6.11&#039;                        │&lt;br /&gt;
                     │ make[2]: scripts/Makefile.build: Datei oder Verzeichnis nicht gefunden     │&lt;br /&gt;
                     │ make[2]: *** Keine Regel, um »scripts/Makefile.build« zu erstellen.  Schlu │&lt;br /&gt;
                     │ make[1]: *** [_module_/usr/src/modules/fglrx] Fehler 2                     │&lt;br /&gt;
                     │ make[1]: Leaving directory `/usr/src/linux-2.6.11&#039;                         │&lt;br /&gt;
                     │ make: *** [build] Fehler 2                     &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(II) LoadModule: &amp;quot;fglrx&amp;quot;&lt;br /&gt;
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so&lt;br /&gt;
dlopen: libstdc++.so.5: cannot open shared object file: No such file or directory&lt;br /&gt;
(EE) Failed to load /usr/lib/xorg/modules/drivers/fglrx_drv.so&lt;br /&gt;
(II) UnloadModule: &amp;quot;fglrx&amp;quot;&lt;br /&gt;
(EE) Failed to load module &amp;quot;fglrx&amp;quot; (loader failed, 7)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039;&lt;br /&gt;
Install a newer C library and recompile the kernel: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install libstdc++5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In Debian Lenny the compiling process might fail. This occurs because Debian downloads another version 1:8-5-1 as opposed to the newest version from ATI 8.501-1 (1/07/2008). This messes up the compiling&lt;br /&gt;
process. If you must know this occurs because the command &#039;&#039;m-a a-i&#039;&#039; automatically does m-a prepare, get, build, install. If you do m-a prepare, build, install fglr , without get this will not happen and&lt;br /&gt;
you can skip the solution below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; Disable your repositories temporarily just for the compiling bit. Compile the source using module assistant. Then do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ aptitude hold fglrx-amdcccle fglrx-driver fglrx-kernel-src&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can do the latter in ncurses by doing the following in order:&lt;br /&gt;
type, as root, aptitude and press enter; pres &amp;quot;/&amp;quot; and type fglrx; you will see 3 packages select each with the mouse or using the arrow keys and pres &amp;quot;=&amp;quot; or alternatively press package from the menu and select hold.&lt;br /&gt;
Finally enable your repositories once again.&lt;br /&gt;
&lt;br /&gt;
== Update the xorg.conf file (Configuration) ==&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;
Now restart X, or reboot for the driver changes to take effect.&lt;br /&gt;
&lt;br /&gt;
== Confirm that it worked ==&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.5461 (X4.3.0-8.19.10)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If it didn&#039;t work, you may need to run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# mkdir -p /usr/X11R6/lib/modules/dri&lt;br /&gt;
# ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks to Maciej Matysiak for the clear debug [http://lists.debian.org/debian-amd64/2006/02/msg00217.html here] and solution [http://lists.debian.org/debian-amd64/2006/02/msg00311.html here].&lt;br /&gt;
&lt;br /&gt;
If it&#039;s still not working, try:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# rm /usr/lib/libGL.so*&lt;br /&gt;
# rm /usr/X11R6/lib/libGL.so*&lt;br /&gt;
# cd /usr/X11R6/lib&lt;br /&gt;
# cp /usr/lib/fglrx/diversions/lib/libGL.so.1.2 .&lt;br /&gt;
# ln -s libGL.so.1.2 libGL.so.1&lt;br /&gt;
# ldconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and confirm that &#039;ldd /usr/bin/fglrxinfo&#039; is pointing to the right one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
People seem to be experiencing a broken libGL.so.1 after installing 8.41 on Debian/etch.  If `amdcccle` complains that libGL.so.1 does&#039;t exist, DONT DELETE /usr/lib/libGL.so.1.2 LIKE IT SAYS ABOVE.  Make symbolic link to libGL.so.1.2 (which is included in fglrx package - 14 megs in size):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# cd /usr/lib&lt;br /&gt;
# ln -s libGL.so.1.2 libGL.so.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;br /&gt;
&lt;br /&gt;
This work fine for ATI mobility radeon 1400&lt;br /&gt;
&lt;br /&gt;
(make backup the olds xorg.* files in your folder)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cp /etc/X11/xorg.conf /home/username/corg.conf.old&lt;br /&gt;
$ cp /var/log/Xorg.0.log /home/username/Xorg.0.log.old&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(add contrib non-free in repositories)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ apt-get update&lt;br /&gt;
$ apt-get install module-assistant build-essential fakeroot dh-make debconf bzip2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(from www.amd.com download the courent version of driver for your ATI)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sh ./ati-driver-installer-8.40.4-x86.x86_64.run --buildpkg Debian/lenny&lt;br /&gt;
&amp;lt;/pre&amp;gt;                         &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ apt-get install fglrx-amdcccle_8.40.4-1_i386.deb&lt;br /&gt;
$ apt-get install fglrx-driver-_8.40.4-1_i386.deb&lt;br /&gt;
$ apt-get install fglrx-driver-dev_8.40.4-1_i386.deb&lt;br /&gt;
$ apt-get install fglrx-kernel-src_8.40.4-1_i386.deb&lt;br /&gt;
$ apt-get -f upgrade&lt;br /&gt;
$ apt-get update&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module-assistant prepare&lt;br /&gt;
$ module-assistant update&lt;br /&gt;
$ module-assistant a-i fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ aticonfig --initial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(reboot computer)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fglrxinfo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&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.5461 (X4.3.0-8.19.10)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>66.177.108.132</name></author>
	</entry>
</feed>