<?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.180.168.7</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.180.168.7"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/70.180.168.7"/>
	<updated>2026-05-14T14:23:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian&amp;diff=6320</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Debian&amp;diff=6320"/>
		<updated>2011-01-21T18:37:21Z</updated>

		<summary type="html">&lt;p&gt;70.180.168.7: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Status ==&lt;br /&gt;
* Included with Distribution&lt;br /&gt;
* Native Installer Support contributed by Aric Cyr&lt;br /&gt;
* Repackaged by [http://www.stanchina.net/~flavio/debian-official/fglrx-driver.html Flavio Stanchina] (currently out of date)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Debian_Installation_Guide|Installation Guide]] (recommended for x86_64 users)&lt;br /&gt;
&lt;br /&gt;
Another installation Guide:&lt;br /&gt;
&lt;br /&gt;
* [http://m.domaindlx.com/LinuxHelp/ati/ati.htm 3D Acceleration for your ATI card] (works for SUSE, Mandriva and Debian x86. X86_64 users should not use).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*How to install AMD Catalyst package on 69xx series for x86_64 systems (Tested on Mint Debian 201012):&lt;br /&gt;
&lt;br /&gt;
1.  Download latest Catalyst release (currently 10.12) &lt;br /&gt;
 $ cd Desktop; mkdir Catalyst; cd Catalyst/&lt;br /&gt;
 $ wget http://www2.ati.com/drivers/linux/ati-driver-installer-10-12-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
2.  Now install the x86 packages required for Catalyst:&lt;br /&gt;
 $ sudo apt-get install ia32-libs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.  Before continuing you need to remove the standard Radeon drivers:&lt;br /&gt;
 $ sudo apt-get remove --purge xserver-xorg-video-radeon&lt;br /&gt;
&lt;br /&gt;
4.  Now navigate to the Catalyst folder on your desktop.  Right click on the *.run file and click properties.  Click the permissions tab and enable &#039;Allow executing file as program.&#039; and click close.  Now double click the *.run file.  Choose to install the driver and customize any optional components you wish.  &lt;br /&gt;
&lt;br /&gt;
5.  Now you need to find your GPU controller name which you will use to generate a basic xorg.conf file.  For example, my XFX 6970 shows up as &#039;ATI Technologies Inc Device 6718.&#039;&lt;br /&gt;
 $ lspci -v | grep VGA&lt;br /&gt;
&lt;br /&gt;
6.  Open a terminal and enter:&lt;br /&gt;
 $ sudo gedit&lt;br /&gt;
&lt;br /&gt;
7.  In gedit enter (replacing the identifier shown with whatever was produced in the previous step):&lt;br /&gt;
 $ Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 $  Identifier &amp;quot;ATI Technologies Inc Device 6718&amp;quot;&lt;br /&gt;
 $  Driver &amp;quot;fglrx&amp;quot;&lt;br /&gt;
 $ EndSection&lt;br /&gt;
&lt;br /&gt;
Save the file as xorg.conf to etc/X11/ and restart the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8.  You will have an &#039;AMD Unsupported Hardware&#039; watermark in the lower right hand side of your screen when using cat 10.12.  To remove this, create a text file on your desktop and enter:&lt;br /&gt;
&lt;br /&gt;
 $ #!/bin/sh&lt;br /&gt;
 $ DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so&lt;br /&gt;
 $ for x in $(objdump -d $DRIVER|awk &#039;/call/&amp;amp;&amp;amp;/EnableLogo/{print &amp;quot;\\x&amp;quot;$2&amp;quot;\\x&amp;quot;$3&amp;quot;\\x&amp;quot;$4&amp;quot;\\x&amp;quot;$5&amp;quot;\\x&amp;quot;$6}&#039;); do&lt;br /&gt;
 $  sed -i &amp;quot;s/$x/\x90\x90\x90\x90\x90/g&amp;quot; $DRIVER&lt;br /&gt;
 $ done&lt;br /&gt;
&lt;br /&gt;
Save this file as watermark.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9.  Open a terminal and enter:&lt;br /&gt;
 $ cd Desktop&lt;br /&gt;
 $ chmod 755 watermark&lt;br /&gt;
 $ sudo ./watermark&lt;br /&gt;
&lt;br /&gt;
Log out and log back in.  The watermark should be gone and you&#039;re done.&lt;br /&gt;
&lt;br /&gt;
== Tips and Tricks ==&lt;br /&gt;
* To build your own .deb packages you will need to install at least the following packages from the apt repositories:&lt;br /&gt;
** fakeroot&lt;br /&gt;
** debhelper&lt;br /&gt;
** build-essential&lt;br /&gt;
** make&lt;br /&gt;
** module-assistant&lt;br /&gt;
* [http://debianhelp.co.uk Debian Help]&lt;br /&gt;
* [http://forums.debian.net Debian Forums]&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
* Debian [http://wiki.debian.org/AtiHowTo wiki] page refering ATI.&lt;br /&gt;
&lt;br /&gt;
* [http://www.stanchina.net/~flavio/debian-official/fglrx-driver.html Flavio Stanchina&#039;s ATI ancient Linux driver packages for Debian]&lt;br /&gt;
{{VCT}}&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>70.180.168.7</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian&amp;diff=6268</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Debian&amp;diff=6268"/>
		<updated>2011-01-02T00:37:08Z</updated>

		<summary type="html">&lt;p&gt;70.180.168.7: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Status ==&lt;br /&gt;
* Included with Distribution&lt;br /&gt;
* Native Installer Support contributed by Aric Cyr&lt;br /&gt;
* Repackaged by [http://www.stanchina.net/~flavio/debian-official/fglrx-driver.html Flavio Stanchina] (currently out of date)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Debian_Installation_Guide|Installation Guide]] (recommended for x86_64 users)&lt;br /&gt;
&lt;br /&gt;
Another installation Guide:&lt;br /&gt;
&lt;br /&gt;
* [http://m.domaindlx.com/LinuxHelp/ati/ati.htm 3D Acceleration for your ATI card] (works for SUSE, Mandriva and Debian x86. X86_64 users should not use).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*How to install AMD Catalyst package on 69xx series for x86_64 systems (Tested on Mint Debian 201012):&lt;br /&gt;
&lt;br /&gt;
1.  Download latest Catalyst release (currently 10.12) &lt;br /&gt;
 $ cd Desktop; mkdir Catalyst; cd Catalyst/&lt;br /&gt;
 $ wget http://www2.ati.com/drivers/linux/ati-driver-installer-10-12-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
2.  Now install the x86 packages required for Catalyst:&lt;br /&gt;
 $ sudo apt-get install ia32-libs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.  Before continuing you need to remove the standard Radeon drivers:&lt;br /&gt;
 $ sudo apt-get remove --purge xserver-xorg-video-radeon&lt;br /&gt;
&lt;br /&gt;
4.  Now navigate to the Catalyst folder on your desktop.  Right click on the *.run file and click properties.  Click the permissions tab and enable &#039;Allow executing file as program.&#039; and click close.  Now double click the *.run file.  Choose to install the driver and customize any optional components you wish.  &lt;br /&gt;
&lt;br /&gt;
5.  Now you need to find your GPU controller name which you will use to generate a basic xorg.conf file.  For example, my XFX 6970 shows up as &#039;ATI Technologies Inc Device 6718.&#039;&lt;br /&gt;
 $ lspci -v | grep VGA&lt;br /&gt;
&lt;br /&gt;
6.  Open a terminal and enter:&lt;br /&gt;
 $ sudo gedit&lt;br /&gt;
&lt;br /&gt;
7.  In gedit enter (replacing the identifier shown with whatever was produced in the previous step):&lt;br /&gt;
 $ Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 $  Identifier &amp;quot;ATI Technologies Inc Device 6718&amp;quot;&lt;br /&gt;
 $  Driver &amp;quot;fglrx&amp;quot;&lt;br /&gt;
 $ EndSection&lt;br /&gt;
&lt;br /&gt;
Save the file as xorg.conf to etc/X11/ and restart the system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8.  You will have an &#039;AMD Unsupported Hardware&#039; watermark in the lower right hand side of your screen when using cat 10.12.  To remove this, create a text file on your desktop and enter:&lt;br /&gt;
&lt;br /&gt;
 $ #!/bin/sh&lt;br /&gt;
 $ DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so&lt;br /&gt;
 $ for x in $(objdump -d $DRIVER|awk &#039;/call/&amp;amp;&amp;amp;/EnableLogo/{print &amp;quot;\\x&amp;quot;$2&amp;quot;\\x&amp;quot;$3&amp;quot;\\x&amp;quot;$4&amp;quot;\\x&amp;quot;$5&amp;quot;\\x&amp;quot;$6}&#039;); do&lt;br /&gt;
 $  sed -i &amp;quot;s/$x/\x90\x90\x90\x90\x90/g&amp;quot; $DRIVER&lt;br /&gt;
 $ done&lt;br /&gt;
&lt;br /&gt;
Save this file as watermark.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9.  Open a terminal and enter:&lt;br /&gt;
 $ cd Desktop&lt;br /&gt;
 $ chmod 755 watermark&lt;br /&gt;
 $ sudo ./watermark&lt;br /&gt;
&lt;br /&gt;
Restart the system once more.  The watermark should be gone and you&#039;re done.&lt;br /&gt;
&lt;br /&gt;
== Tips and Tricks ==&lt;br /&gt;
* To build your own .deb packages you will need to install at least the following packages from the apt repositories:&lt;br /&gt;
** fakeroot&lt;br /&gt;
** debhelper&lt;br /&gt;
** build-essential&lt;br /&gt;
** make&lt;br /&gt;
** module-assistant&lt;br /&gt;
* [http://debianhelp.co.uk Debian Help]&lt;br /&gt;
* [http://forums.debian.net Debian Forums]&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
* Debian [http://wiki.debian.org/AtiHowTo wiki] page refering ATI.&lt;br /&gt;
&lt;br /&gt;
* [http://www.stanchina.net/~flavio/debian-official/fglrx-driver.html Flavio Stanchina&#039;s ATI ancient Linux driver packages for Debian]&lt;br /&gt;
{{VCT}}&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>70.180.168.7</name></author>
	</entry>
</feed>