I always had issues with ATI/Intel gfx cards in pretty much every version of Linux I’ve used. Kali is no different. Following guide would help to resolve the problem for everyone with similar issues. Many thanks to ‘Sani Morphic’ for his original post. Also big thanks goes to “http://wiki.debian.org/ATIProprietary” for their updates on Linux Header and ATIEventSD notes. This post will guide you through installation of AMD ATI Driver in Kali Linux 1.x.
This guide (Install AMD ATI Driver (fglrx) in Kali Linux 1.x) is part of a series that guides readers on How to install FGLRX, AMD APP SDK, CAL++ and Pyrit in Kali Linux. The idea is to install correct drivers in Kali Linux for your GPU and use CPU+GPU combination with Pyrit to make raw data crunching faster. An example would be to utilize this combined processing power to crunch though WPA/WPA2 capture file to find Wifi password.
Check if AMD APP SDK is installed. If not installed, follow this guide to install it.
Check if CAL++ is installed. If not installed, follow this guide to install it.
Check if Pyrit is installed. If not installed, follow this guide to install it.
Readers, please follow this series in the following order: Cara menginstal winrar.
Following instructions are for Kali Linux 1.0
Check your /etc/apt/sources.list. If it’s anything different to the following, you need to fix it.
There’s another post with how to update your srouces.list .
Stop: NVIDIA users after driver installation and cuda/pyrit related issues go here: How to Install Nvidia Kernel Module Cuda and Pyrit in Kali Linux
Also those who would like to use Graphics card processing power to crunch data (such as cracking wii password faster) see the following posts:
At this point, you will see the following error message. This is why I had to write this guide to fix and patch kernel which allows you to install official AMD Catalyst Center.
Download prison break season 5 torrent. Now we need to patch the kernel
Download fglrx-3.7.patch (I’ve personally used this path but users are advised to check/verify it before installing.)
Download and “fglrx-3.7.patch“ and copy to /root
Copy the file fglrx-modules-dkms_1%3a12-6+point-3_amd64.deb
(check if amd64 architecture or i386, based on which version you’re using file-names might be slightly different)
to /root
from
/var/cache/apt/archives
At this point we are making folders and unpacking the downloaded .deb Comodo antivirus file system filter driver is not loaded. file so that we can patch it and re-pack it.
First we make a directory so that all of our work is in that folder. Don’t want to mess up /root folder
Now unpack .deb file.
Copy patch to correct directory and patch it.
You will see the following output
Once patching is done, we need to re-build the package, pack it again for installation.
dpkg-deb will show you the following output. This also creates the necessary .deb packages.
Time to install our newly patched .deb package.
And the final output is as follows:
Now we generate a xorg configuration file which will be in /etc/X11
folder.
Almost there. AMD cards needs the following parameters passed into grub.cfg
during boot. Let’s do that: Edit the grub.cfg
file:
you see this:
add radeon.modeset=0
in the end of the following line
So the line above becomes this:
Note:fee64a58-2e36-43f5-962d-8c33f936d452
UUID would be different for every PC. Use your one here.
Save and exit. Then reboot.
Enjoy your AMD ATI fglrx driver in Kali Linux 3.7-trunk Kernel.