<?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=Fixer</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=Fixer"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/Fixer"/>
	<updated>2026-05-13T23:00:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian_Installation_Guide&amp;diff=5897</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=5897"/>
		<updated>2010-05-31T19:31:17Z</updated>

		<summary type="html">&lt;p&gt;Fixer: Undo revision 5885 by 213.5.71.85 (Talk)&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;
== 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;
&lt;br /&gt;
&lt;br /&gt;
wtf is &#039;comment 1&#039; and &#039;comment 6&#039;?&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/xorg.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>Fixer</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian_Installation_Guide&amp;diff=5896</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=5896"/>
		<updated>2010-05-31T19:30:28Z</updated>

		<summary type="html">&lt;p&gt;Fixer: Undo revision 5886 by 213.5.71.85 (Talk)&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;
 , http://evppartners.com/aspnet_client/system_web/48/city-of-coral-gables34.html City Of Coral Gables ,  lyg , http://dev4.net/images/_vti_cnf/68/dickinson-college177.html Dickinson College ,  tkqa , http://riera.cl/images/thumbs/251/underage-lesbians116.html Underage Lesbians ,  8-[[[ , http://rsnegi.com/images/icons/92/xxx-menstruation-sites119.html Xxx Menstruation Sites ,  560498 , http://bigbendwebdesigns.com/cp/images/948/older-women-toni-mature130.html Older Women Toni Mature ,  8(( , http://vershirevt.org/awmdata/_vti_cnf/67/dg-anime-xxx-girls193.html Dg Anime Xxx Girls ,  8)) , http://for-balance.eu/images/icons/861/breast-fucking56.html Breast Fucking ,  23215 , http://riverboatgambler.com/ebay/_notes/549/wyoming-sex-offender-registry16.html Wyoming Sex Offender Registry ,  08229 , http://speedex.in/images/icons/60/new-nudes188.html New Nudes ,  tygc , http://thehelpdesker.com/cp/scripts/59/amature-spanking-pics187.html Amature Spanking Pics ,  wpykyz , http://thesugarrockets.com/images/icons/74/hidden-cameras-catch-sex3.html Hidden Cameras Catch Sex ,  hqh ,&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/xorg.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>Fixer</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian_Installation_Guide&amp;diff=5895</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=5895"/>
		<updated>2010-05-31T19:29:58Z</updated>

		<summary type="html">&lt;p&gt;Fixer: Undo revision 5890 by 87.168.211.124 (Talk) - notspam but rolled back with it&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;
 , http://evppartners.com/aspnet_client/system_web/48/city-of-coral-gables34.html City Of Coral Gables ,  lyg , http://dev4.net/images/_vti_cnf/68/dickinson-college177.html Dickinson College ,  tkqa , http://riera.cl/images/thumbs/251/underage-lesbians116.html Underage Lesbians ,  8-[[[ , http://rsnegi.com/images/icons/92/xxx-menstruation-sites119.html Xxx Menstruation Sites ,  560498 , http://bigbendwebdesigns.com/cp/images/948/older-women-toni-mature130.html Older Women Toni Mature ,  8(( , http://vershirevt.org/awmdata/_vti_cnf/67/dg-anime-xxx-girls193.html Dg Anime Xxx Girls ,  8)) , http://for-balance.eu/images/icons/861/breast-fucking56.html Breast Fucking ,  23215 , http://riverboatgambler.com/ebay/_notes/549/wyoming-sex-offender-registry16.html Wyoming Sex Offender Registry ,  08229 , http://speedex.in/images/icons/60/new-nudes188.html New Nudes ,  tygc , http://thehelpdesker.com/cp/scripts/59/amature-spanking-pics187.html Amature Spanking Pics ,  wpykyz , http://thesugarrockets.com/images/icons/74/hidden-cameras-catch-sex3.html Hidden Cameras Catch Sex ,  hqh ,&lt;br /&gt;
&lt;br /&gt;
 , http://givingheartofamerica.org/images1/icons/63/big-white-girl-boobs90.html Big White Girl Boobs ,  %-[ , http://skiplastics.com/admin/func/48/supornu123.html Supornu ,  :-] , http://siliconvalleymoaa.org/cp/scripts/68/horse-sex-farm201.html Horse Sex Farm ,  yupo , http://onlinex.com/images/icons/380/86-porn147.html 86 Porn ,  =-PPP , http://vershirevt.org/awmdata/_vti_cnf/67/free-mexican-porn151.html Free Mexican Porn ,  44197 , http://jsail.com/images/icons/094/list-of-blowjobs128.html List Of Blowjobs ,  &amp;gt;:OOO , http://gujratibrahminshaadi.com/admin/images/910/hot-girls-naked-pussy174.html Hot Girls Naked Pussy ,  pkca , http://crapsage.com/cp/scripts/63/torrie-wilson-nude93.html Torrie Wilson Nude ,  =-))) , http://sportsbookbee.com/cp/scripts/988/nude-pregnant-women133.html Nude Pregnant Women ,  swr , http://beyondvoyages.com/aspnet_client/system_web/05/map-of-the-thirteen-colonies46.html Map Of The Thirteen Colonies ,  :(( ,&lt;/div&gt;</summary>
		<author><name>Fixer</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian_Installation_Guide&amp;diff=5894</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=5894"/>
		<updated>2010-05-31T18:18:34Z</updated>

		<summary type="html">&lt;p&gt;Fixer: Undo revision 5891 by 213.5.71.85 (Talk)&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;/div&gt;</summary>
		<author><name>Fixer</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian_Installation_Guide&amp;diff=5893</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=5893"/>
		<updated>2010-05-31T18:17:49Z</updated>

		<summary type="html">&lt;p&gt;Fixer: Undo revision 5892 by 213.5.71.85 (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; , http://senties-chauvet.com/accessibility/includes/186/chat-sex-woman101.html Chat Sex Woman ,  ansbzg , http://newswander.net/Landscape/images/482/danial-radcliff-nude108.html Danial Radcliff Nude ,  xynjgq , http://greendiamondpub.com/images/icons/248/sexy-actresses83.html Sexy Actresses ,  nhac , http://barbey.com/images/icons/37/naked-female-celebrities132.html Naked Female Celebrities ,  8474 , http://socialsecuritysarasota.com/images/icons/06/real-sex-parties25.html Real Sex Parties ,  32806 , http://replacebaseboardcovers.com/images/icons/52/skinny-naked2.html Skinny Naked ,  =DDD , http://designca.com/holyland/images/803/teen-nudist180.html Teen Nudist ,  %P , http://heartforgiving.org/images1/icons/599/military-nude152.html Military Nude ,  8PPP , http://naplesgulfcondo.com/kitchenfoyerandhall/images/641/personal-gay-web-site165.html Personal Gay Web Site ,  8-)) , http://tragamonedasgratis.org/old_images/icons/418/cock-hard91.html Cock Hard ,  ulwas ,&lt;/div&gt;</summary>
		<author><name>Fixer</name></author>
	</entry>
</feed>