<?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=119.30.39.224</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=119.30.39.224"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/119.30.39.224"/>
	<updated>2026-04-29T18:44:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Kali&amp;diff=10301</id>
		<title>Kali</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Kali&amp;diff=10301"/>
		<updated>2013-10-23T18:44:47Z</updated>

		<summary type="html">&lt;p&gt;119.30.39.224: Removed un-related items and credited Original Author&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Read Me First==&lt;br /&gt;
Look into [[Debian]] for more info. &lt;br /&gt;
&lt;br /&gt;
Original Authors post here: [http://www.blackmoreops.com/2013/10/15/install-amd-ati-driver-fglrx-in-kali-linux-1-x/ Install AMD ATI Driver (fglrx) in Kali Linux 1.x ]&lt;br /&gt;
&lt;br /&gt;
Following instructions are for Kali Linux 1.0&lt;br /&gt;
 lsb_release -a&lt;br /&gt;
&lt;br /&gt;
 No LSB modules are available.&lt;br /&gt;
 Distributor ID:	Debian&lt;br /&gt;
 Description:	Debian GNU/Linux Kali Linux 1.0&lt;br /&gt;
 Release:	Kali Linux 1.0&lt;br /&gt;
 Codename:	n/a&lt;br /&gt;
&lt;br /&gt;
== Remove any old fglrx drivers==&lt;br /&gt;
 apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx&lt;br /&gt;
&lt;br /&gt;
==Adding Correct Repo==&lt;br /&gt;
Check your /etc/apt/sources.list&lt;br /&gt;
 # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130425-10:30]/ kali contrib main non-free &lt;br /&gt;
 # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130425-10:30]/ kali contrib main non-free &lt;br /&gt;
&lt;br /&gt;
 deb http://http.kali.org/kali kali main non-free contrib&lt;br /&gt;
 deb-src http://http.kali.org/kali kali main non-free contrib&lt;br /&gt;
&lt;br /&gt;
 ## Security updates&lt;br /&gt;
 deb http://security.kali.org/kali-security kali/updates main contrib non-free&lt;br /&gt;
 deb-src http://security.kali.org/kali-security kali/updates main contrib non-free&lt;br /&gt;
Do and apt-get update&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
==Install Linux Headers and Drivers from Repo==&lt;br /&gt;
Install the appropriate linux-headers&lt;br /&gt;
 apt-get install linux-headers-$(uname -r|sed &#039;s,[^-]*-[^-]*-,,&#039;) &lt;br /&gt;
Install the fglrx-driver packages, if you are using 64-bit Kali Linux, also install the 32-bit fglrx-glx-ia32 libraries for use with 32-bit programs. &lt;br /&gt;
 apt-get install fglrx-driver fglrx-control fglrx-glx fglrx-atieventsd fglrx-modules-dkms fglrx-glx-ia32&lt;br /&gt;
 ...&lt;br /&gt;
 Error! Bad return status for module build on kernel: 3.7-trunk-amd64 (x86_64)&lt;br /&gt;
 Consult /var/lib/dkms/fglrx/12-6+point/build/make.log for more information.&lt;br /&gt;
&lt;br /&gt;
==Download patch and patch .deb.file==&lt;br /&gt;
&lt;br /&gt;
Now we need to patch the kernel. Download patch from(I&#039;ve personally used this path but users are advised to check/verify it before installing.)&lt;br /&gt;
&lt;br /&gt;
[http://www.blackmoreops.com/wp-content/uploads/2013/10/fglrx-3.71.patch fglrx-3.7.patch]&lt;br /&gt;
&lt;br /&gt;
Download the file &#039;&#039;&#039;[http://www.blackmoreops.com/wp-content/uploads/2013/10/fglrx-3.71.patch fglrx-3.7.patch]&#039;&#039;&#039; and copy to /root&lt;br /&gt;
&lt;br /&gt;
Copy the file &#039;&#039;&#039;fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb&#039;&#039;&#039; (check if amd64 architecture or i386, based on which version you&#039;re using filename might be slightly different)&lt;br /&gt;
&lt;br /&gt;
to /root&lt;br /&gt;
&lt;br /&gt;
from&lt;br /&gt;
&lt;br /&gt;
/var/cache/apt/archives&lt;br /&gt;
&lt;br /&gt;
 cp /var/cache/apt/archives/fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb /root&lt;br /&gt;
&lt;br /&gt;
==Patch and repack to a new .deb==&lt;br /&gt;
&lt;br /&gt;
 mkdir -p extract/DEBIAN&lt;br /&gt;
 dpkg-deb -x fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb extract/&lt;br /&gt;
 dpkg-deb -e fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb extract/DEBIAN&lt;br /&gt;
&lt;br /&gt;
 cp fglrx-3.7.patch extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 cp Downloads/fglrx-3.7.patch extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 cd extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 patch -p0 &amp;lt; fglrx-3.7.patch&lt;br /&gt;
&lt;br /&gt;
 patching file firegl_public.c&lt;br /&gt;
 Hunk #1 succeeded at 3890 (offset -2 lines).&lt;br /&gt;
 Hunk #2 succeeded at 3920 (offset -2 lines).&lt;br /&gt;
 Hunk #3 succeeded at 3935 (offset -2 lines).&lt;br /&gt;
 Hunk #4 succeeded at 3944 (offset -2 lines).&lt;br /&gt;
 Hunk #5 succeeded at 3982 (offset -2 lines).&lt;br /&gt;
 Hunk #6 succeeded at 4013 (offset -2 lines).&lt;br /&gt;
 Hunk #7 succeeded at 4023 (offset -2 lines).&lt;br /&gt;
 Hunk #8 succeeded at 4044 (offset -2 lines).&lt;br /&gt;
&lt;br /&gt;
 cd /root&lt;br /&gt;
 mkdir build&lt;br /&gt;
 dpkg-deb -b extract/ build/&lt;br /&gt;
 dpkg-deb: building package `fglrx-modules-dkms&#039; in `build//fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb&#039;.&lt;br /&gt;
&lt;br /&gt;
 cd build&lt;br /&gt;
 dpkg -i *.deb&lt;br /&gt;
 ...&lt;br /&gt;
 DKMS: install completed.&lt;br /&gt;
&lt;br /&gt;
Generate xorg configuration&lt;br /&gt;
 aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
==Add Grub options for radeon and reboot==&lt;br /&gt;
 leafpad /boot/grub/grub.cfg&lt;br /&gt;
you see this:&lt;br /&gt;
 ### BEGIN /etc/grub.d/10_linux ###&lt;br /&gt;
 menuentry &#039;Debian GNU/Linux, with Linux 3.7-trunk-amd64&#039; --class debian --class gnu-linux --class gnu --class os {&lt;br /&gt;
 	load_video&lt;br /&gt;
 	insmod gzio&lt;br /&gt;
 	insmod part_msdos&lt;br /&gt;
 	insmod ext2&lt;br /&gt;
 	set root=&#039;(hd0,msdos5)&#039;&lt;br /&gt;
 	search --no-floppy --fs-uuid --set=root 7f79eea2-1668-407f-b7ed-d5613fecd26c&lt;br /&gt;
 	echo	&#039;Loading Linux 3.7-trunk-amd64 ...&#039;&lt;br /&gt;
 	linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet&lt;br /&gt;
 	echo	&#039;Loading initial ramdisk ...&#039;&lt;br /&gt;
 	initrd	/boot/initrd.img-3.7-trunk-amd64&lt;br /&gt;
  }&lt;br /&gt;
Add &#039;&#039;&#039;radeon.modeset=0&#039;&#039;&#039; in the end of the following line&lt;br /&gt;
 linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet&lt;br /&gt;
So the line above becomes this:&lt;br /&gt;
 linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet radeon.modeset=0&lt;br /&gt;
&#039;&#039;Note: &amp;quot;fee64a58-2e36-43f5-962d-8c33f936d452&amp;quot; UUID would be different for every PC. Use your one here.&#039;&#039;&lt;br /&gt;
Save and exit&lt;br /&gt;
  reboot&lt;br /&gt;
Cheers &#039;n enjoy, @[http://www.blackmoreops.com/ blackMORE Ops]&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>119.30.39.224</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Kali&amp;diff=10300</id>
		<title>Kali</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Kali&amp;diff=10300"/>
		<updated>2013-10-23T18:33:09Z</updated>

		<summary type="html">&lt;p&gt;119.30.39.224: Provided Authors Post link that includes patch file and updated instructions.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Read Me First==&lt;br /&gt;
Look into [[Debian]] for more info. &lt;br /&gt;
&lt;br /&gt;
Original Authors post here: [http://www.blackmoreops.com/2013/10/15/install-amd-ati-driver-fglrx-in-kali-linux-1-x/ Install AMD ATI Driver (fglrx) in Kali Linux 1.x ]&lt;br /&gt;
&lt;br /&gt;
Following instructions are for Kali Linux 1.0&lt;br /&gt;
 lsb_release -a&lt;br /&gt;
&lt;br /&gt;
 No LSB modules are available.&lt;br /&gt;
 Distributor ID:	Debian&lt;br /&gt;
 Description:	Debian GNU/Linux Kali Linux 1.0&lt;br /&gt;
 Release:	Kali Linux 1.0&lt;br /&gt;
 Codename:	n/a&lt;br /&gt;
&lt;br /&gt;
== Remove any old fglrx drivers==&lt;br /&gt;
 apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx&lt;br /&gt;
&lt;br /&gt;
==Adding Correct Repo==&lt;br /&gt;
Check your /etc/apt/sources.list&lt;br /&gt;
 # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130425-10:30]/ kali contrib main non-free &lt;br /&gt;
 # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130425-10:30]/ kali contrib main non-free &lt;br /&gt;
&lt;br /&gt;
 deb http://http.kali.org/kali kali main non-free contrib&lt;br /&gt;
 deb-src http://http.kali.org/kali kali main non-free contrib&lt;br /&gt;
&lt;br /&gt;
 ## Security updates&lt;br /&gt;
 deb http://security.kali.org/kali-security kali/updates main contrib non-free&lt;br /&gt;
 deb-src http://security.kali.org/kali-security kali/updates main contrib non-free&lt;br /&gt;
Do and apt-get update&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
==Install Linux Headers and Drivers from Repo==&lt;br /&gt;
Install the appropriate linux-headers&lt;br /&gt;
 apt-get install linux-headers-$(uname -r|sed &#039;s,[^-]*-[^-]*-,,&#039;) &lt;br /&gt;
Install the fglrx-driver packages, if you are using 64-bit Kali Linux, also install the 32-bit fglrx-glx-ia32 libraries for use with 32-bit programs. &lt;br /&gt;
 apt-get install fglrx-driver fglrx-control fglrx-glx fglrx-atieventsd fglrx-modules-dkms fglrx-glx-ia32&lt;br /&gt;
 ...&lt;br /&gt;
 Error! Bad return status for module build on kernel: 3.7-trunk-amd64 (x86_64)&lt;br /&gt;
 Consult /var/lib/dkms/fglrx/12-6+point/build/make.log for more information.&lt;br /&gt;
&lt;br /&gt;
==Download patch and patch .deb.file==&lt;br /&gt;
&lt;br /&gt;
Now we need to patch the kernel. Download patch from(I&#039;ve personally used this path but users are advised to check/verify it before installing.)&lt;br /&gt;
&lt;br /&gt;
[http://www.blackmoreops.com/wp-content/uploads/2013/10/fglrx-3.71.patch fglrx-3.7.patch]&lt;br /&gt;
&lt;br /&gt;
Download the file &#039;&#039;&#039;[http://www.blackmoreops.com/wp-content/uploads/2013/10/fglrx-3.71.patch fglrx-3.7.patch]&#039;&#039;&#039; and copy to /root&lt;br /&gt;
&lt;br /&gt;
Copy the file &#039;&#039;&#039;fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb&#039;&#039;&#039; (check if amd64 architecture or i386, based on which version you&#039;re using filename might be slightly different)&lt;br /&gt;
&lt;br /&gt;
to /root&lt;br /&gt;
&lt;br /&gt;
from&lt;br /&gt;
&lt;br /&gt;
/var/cache/apt/archives&lt;br /&gt;
&lt;br /&gt;
 cp /var/cache/apt/archives/fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb /root&lt;br /&gt;
&lt;br /&gt;
==Patch and repack to a new .deb==&lt;br /&gt;
&lt;br /&gt;
 mkdir -p extract/DEBIAN&lt;br /&gt;
 dpkg-deb -x fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb extract/&lt;br /&gt;
 dpkg-deb -e fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb extract/DEBIAN&lt;br /&gt;
&lt;br /&gt;
 cp fglrx-3.7.patch extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 cp Downloads/fglrx-3.7.patch extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 cd extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 patch -p0 &amp;lt; fglrx-3.7.patch&lt;br /&gt;
&lt;br /&gt;
 patching file firegl_public.c&lt;br /&gt;
 Hunk #1 succeeded at 3890 (offset -2 lines).&lt;br /&gt;
 Hunk #2 succeeded at 3920 (offset -2 lines).&lt;br /&gt;
 Hunk #3 succeeded at 3935 (offset -2 lines).&lt;br /&gt;
 Hunk #4 succeeded at 3944 (offset -2 lines).&lt;br /&gt;
 Hunk #5 succeeded at 3982 (offset -2 lines).&lt;br /&gt;
 Hunk #6 succeeded at 4013 (offset -2 lines).&lt;br /&gt;
 Hunk #7 succeeded at 4023 (offset -2 lines).&lt;br /&gt;
 Hunk #8 succeeded at 4044 (offset -2 lines).&lt;br /&gt;
&lt;br /&gt;
 cd /root&lt;br /&gt;
 mkdir build&lt;br /&gt;
 dpkg-deb -b extract/ build/&lt;br /&gt;
 dpkg-deb: building package `fglrx-modules-dkms&#039; in `build//fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb&#039;.&lt;br /&gt;
&lt;br /&gt;
 cd build&lt;br /&gt;
 dpkg -i *.deb&lt;br /&gt;
 ...&lt;br /&gt;
 DKMS: install completed.&lt;br /&gt;
&lt;br /&gt;
Generate xorg configuration&lt;br /&gt;
 aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
==Add Grub options for radeon and reboot==&lt;br /&gt;
 leafpad /boot/grub/grub.cfg&lt;br /&gt;
you see this:&lt;br /&gt;
 ### BEGIN /etc/grub.d/10_linux ###&lt;br /&gt;
 menuentry &#039;Debian GNU/Linux, with Linux 3.7-trunk-amd64&#039; --class debian --class gnu-linux --class gnu --class os {&lt;br /&gt;
 	load_video&lt;br /&gt;
 	insmod gzio&lt;br /&gt;
 	insmod part_msdos&lt;br /&gt;
 	insmod ext2&lt;br /&gt;
 	set root=&#039;(hd0,msdos5)&#039;&lt;br /&gt;
 	search --no-floppy --fs-uuid --set=root 7f79eea2-1668-407f-b7ed-d5613fecd26c&lt;br /&gt;
 	echo	&#039;Loading Linux 3.7-trunk-amd64 ...&#039;&lt;br /&gt;
 	linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet&lt;br /&gt;
 	echo	&#039;Loading initial ramdisk ...&#039;&lt;br /&gt;
 	initrd	/boot/initrd.img-3.7-trunk-amd64&lt;br /&gt;
  }&lt;br /&gt;
Add &#039;&#039;&#039;radeon.modeset=0&#039;&#039;&#039; in the end of the following line&lt;br /&gt;
 linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet&lt;br /&gt;
So the line above becomes this:&lt;br /&gt;
 linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet radeon.modeset=0&lt;br /&gt;
&#039;&#039;Note: &amp;quot;fee64a58-2e36-43f5-962d-8c33f936d452&amp;quot; UUID would be different for every PC. Use your one here.&#039;&#039;&lt;br /&gt;
Save and exit&lt;br /&gt;
  reboot&lt;br /&gt;
==Extra goodies==&lt;br /&gt;
Enable Laptop mode to save power and lower CPU temp:&lt;br /&gt;
 leafpad /proc/sys/vm/laptop_mode&lt;br /&gt;
If you have &#039;&#039;&#039;0&#039;&#039;&#039; in the file, that means laptop mode is disabled. &lt;br /&gt;
&lt;br /&gt;
Replace the number with &#039;&#039;&#039;5&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Save and exit.&lt;br /&gt;
&lt;br /&gt;
Cheers &#039;n enjoy, @blackMORE&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>119.30.39.224</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Kali&amp;diff=10299</id>
		<title>Kali</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Kali&amp;diff=10299"/>
		<updated>2013-10-23T18:29:44Z</updated>

		<summary type="html">&lt;p&gt;119.30.39.224: Fixed link for patch file. Old link pointed to HTTPS site with redirect. New link can be used via wget.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Read Me First==&lt;br /&gt;
Look into [[Debian]] for more info. &lt;br /&gt;
&lt;br /&gt;
Separate Discussion here: [http://forums.kali.org/showthread.php?17681-Install-AMD-ATI-Driver-in-Kali-Linux-1-x Kali Linux Forums - How to install-AMD/ATI Driver in Kali Linux 1.x]&lt;br /&gt;
&lt;br /&gt;
Following instructions are for Kali Linux 1.0&lt;br /&gt;
 lsb_release -a&lt;br /&gt;
&lt;br /&gt;
 No LSB modules are available.&lt;br /&gt;
 Distributor ID:	Debian&lt;br /&gt;
 Description:	Debian GNU/Linux Kali Linux 1.0&lt;br /&gt;
 Release:	Kali Linux 1.0&lt;br /&gt;
 Codename:	n/a&lt;br /&gt;
&lt;br /&gt;
== Remove any old fglrx drivers==&lt;br /&gt;
 apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx&lt;br /&gt;
&lt;br /&gt;
==Adding Correct Repo==&lt;br /&gt;
Check your /etc/apt/sources.list&lt;br /&gt;
 # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130425-10:30]/ kali contrib main non-free &lt;br /&gt;
 # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130425-10:30]/ kali contrib main non-free &lt;br /&gt;
&lt;br /&gt;
 deb http://http.kali.org/kali kali main non-free contrib&lt;br /&gt;
 deb-src http://http.kali.org/kali kali main non-free contrib&lt;br /&gt;
&lt;br /&gt;
 ## Security updates&lt;br /&gt;
 deb http://security.kali.org/kali-security kali/updates main contrib non-free&lt;br /&gt;
 deb-src http://security.kali.org/kali-security kali/updates main contrib non-free&lt;br /&gt;
Do and apt-get update&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
==Install Linux Headers and Drivers from Repo==&lt;br /&gt;
Install the appropriate linux-headers&lt;br /&gt;
 apt-get install linux-headers-$(uname -r|sed &#039;s,[^-]*-[^-]*-,,&#039;) &lt;br /&gt;
Install the fglrx-driver packages, if you are using 64-bit Kali Linux, also install the 32-bit fglrx-glx-ia32 libraries for use with 32-bit programs. &lt;br /&gt;
 apt-get install fglrx-driver fglrx-control fglrx-glx fglrx-atieventsd fglrx-modules-dkms fglrx-glx-ia32&lt;br /&gt;
 ...&lt;br /&gt;
 Error! Bad return status for module build on kernel: 3.7-trunk-amd64 (x86_64)&lt;br /&gt;
 Consult /var/lib/dkms/fglrx/12-6+point/build/make.log for more information.&lt;br /&gt;
&lt;br /&gt;
==Download patch and patch .deb.file==&lt;br /&gt;
&lt;br /&gt;
Now we need to patch the kernel. Download patch from(I&#039;ve personally used this path but users are advised to check/verify it before installing.)&lt;br /&gt;
&lt;br /&gt;
[http://www.blackmoreops.com/wp-content/uploads/2013/10/fglrx-3.71.patch fglrx-3.7.patch]&lt;br /&gt;
&lt;br /&gt;
Download the file &#039;&#039;&#039;[http://www.blackmoreops.com/wp-content/uploads/2013/10/fglrx-3.71.patch fglrx-3.7.patch]&#039;&#039;&#039; and copy to /root&lt;br /&gt;
&lt;br /&gt;
Copy the file &#039;&#039;&#039;fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb&#039;&#039;&#039; (check if amd64 architecture or i386, based on which version you&#039;re using filename might be slightly different)&lt;br /&gt;
&lt;br /&gt;
to /root&lt;br /&gt;
&lt;br /&gt;
from&lt;br /&gt;
&lt;br /&gt;
/var/cache/apt/archives&lt;br /&gt;
&lt;br /&gt;
 cp /var/cache/apt/archives/fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb /root&lt;br /&gt;
&lt;br /&gt;
==Patch and repack to a new .deb==&lt;br /&gt;
&lt;br /&gt;
 mkdir -p extract/DEBIAN&lt;br /&gt;
 dpkg-deb -x fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb extract/&lt;br /&gt;
 dpkg-deb -e fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb extract/DEBIAN&lt;br /&gt;
&lt;br /&gt;
 cp fglrx-3.7.patch extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 cp Downloads/fglrx-3.7.patch extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 cd extract/usr/src/fglrx-12-6+point/&lt;br /&gt;
 patch -p0 &amp;lt; fglrx-3.7.patch&lt;br /&gt;
&lt;br /&gt;
 patching file firegl_public.c&lt;br /&gt;
 Hunk #1 succeeded at 3890 (offset -2 lines).&lt;br /&gt;
 Hunk #2 succeeded at 3920 (offset -2 lines).&lt;br /&gt;
 Hunk #3 succeeded at 3935 (offset -2 lines).&lt;br /&gt;
 Hunk #4 succeeded at 3944 (offset -2 lines).&lt;br /&gt;
 Hunk #5 succeeded at 3982 (offset -2 lines).&lt;br /&gt;
 Hunk #6 succeeded at 4013 (offset -2 lines).&lt;br /&gt;
 Hunk #7 succeeded at 4023 (offset -2 lines).&lt;br /&gt;
 Hunk #8 succeeded at 4044 (offset -2 lines).&lt;br /&gt;
&lt;br /&gt;
 cd /root&lt;br /&gt;
 mkdir build&lt;br /&gt;
 dpkg-deb -b extract/ build/&lt;br /&gt;
 dpkg-deb: building package `fglrx-modules-dkms&#039; in `build//fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb&#039;.&lt;br /&gt;
&lt;br /&gt;
 cd build&lt;br /&gt;
 dpkg -i *.deb&lt;br /&gt;
 ...&lt;br /&gt;
 DKMS: install completed.&lt;br /&gt;
&lt;br /&gt;
Generate xorg configuration&lt;br /&gt;
 aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
==Add Grub options for radeon and reboot==&lt;br /&gt;
 leafpad /boot/grub/grub.cfg&lt;br /&gt;
you see this:&lt;br /&gt;
 ### BEGIN /etc/grub.d/10_linux ###&lt;br /&gt;
 menuentry &#039;Debian GNU/Linux, with Linux 3.7-trunk-amd64&#039; --class debian --class gnu-linux --class gnu --class os {&lt;br /&gt;
 	load_video&lt;br /&gt;
 	insmod gzio&lt;br /&gt;
 	insmod part_msdos&lt;br /&gt;
 	insmod ext2&lt;br /&gt;
 	set root=&#039;(hd0,msdos5)&#039;&lt;br /&gt;
 	search --no-floppy --fs-uuid --set=root 7f79eea2-1668-407f-b7ed-d5613fecd26c&lt;br /&gt;
 	echo	&#039;Loading Linux 3.7-trunk-amd64 ...&#039;&lt;br /&gt;
 	linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet&lt;br /&gt;
 	echo	&#039;Loading initial ramdisk ...&#039;&lt;br /&gt;
 	initrd	/boot/initrd.img-3.7-trunk-amd64&lt;br /&gt;
  }&lt;br /&gt;
Add &#039;&#039;&#039;radeon.modeset=0&#039;&#039;&#039; in the end of the following line&lt;br /&gt;
 linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet&lt;br /&gt;
So the line above becomes this:&lt;br /&gt;
 linux	/boot/vmlinuz-3.7-trunk-amd64 root=UUID=7f79eea2-1668-407f-b7ed-d5613fecd26c ro initrd=/install/gtk/initrd.gz quiet radeon.modeset=0&lt;br /&gt;
&#039;&#039;Note: &amp;quot;fee64a58-2e36-43f5-962d-8c33f936d452&amp;quot; UUID would be different for every PC. Use your one here.&#039;&#039;&lt;br /&gt;
Save and exit&lt;br /&gt;
  reboot&lt;br /&gt;
==Extra goodies==&lt;br /&gt;
Enable Laptop mode to save power and lower CPU temp:&lt;br /&gt;
 leafpad /proc/sys/vm/laptop_mode&lt;br /&gt;
If you have &#039;&#039;&#039;0&#039;&#039;&#039; in the file, that means laptop mode is disabled. &lt;br /&gt;
&lt;br /&gt;
Replace the number with &#039;&#039;&#039;5&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Save and exit.&lt;br /&gt;
&lt;br /&gt;
Cheers &#039;n enjoy, @blackMORE&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>119.30.39.224</name></author>
	</entry>
</feed>