Kali dev squad added novel version of AMD ATI proprietary fglrx driver which is forthwith available via Kali Linux repositories. That means, those who are next this other guide, Install AMD ATI proprietary driver fglrx inward Kali Linux 1.0.6 running Kernel version 3.12.6 tin utilization this novel Final version to install fglrx driver inward their Kali Linux 1.0.6. This guide is less complicated in addition to everything should function out of the box instead of messing near alongside Debian Jessie repository.
Step past times footstep guide to install proprietary fglrx driver inward Kali Linux
Following instructions were tested on 64-bit Kali Linux 1.0.6 running Kernel version 3.12.6:
lsb_release -a
Output:
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux Kali Linux 1.0.6
Release: Kali Linux 1.0.6
Codename: n/a
Step 1 (add official Kali Linux Repositories)
Check your /etc/apt/sources.list. If it’s anything unlike to the following, you lot bespeak to cook it. You tin follow this guide to add official Kali Linux Repositories if you’re non also certain on how to produce it. For the sake of clarity I volition popular off along things uncomplicated here.
leafpad /etc/apt/sources.list
Remove or comment out existing lines in addition to add together the following:
## Kali Regular repositories
deb http://http.kali.org/kali kali principal non-free contrib
deb http://security.kali.org/kali-security kali/updates principal contrib non-free
## Kali Source repositories
deb-src http://http.kali.org/kali kali principal non-free contrib
deb-src http://security.kali.org/kali-security kali/updates principal contrib non-free
Step 2 (update alongside apt-get)
Now nosotros bespeak to update in addition to brand certain nosotros teach the latest listing from Kali Linux official repositories. So perform an apt-get update.
apt-get update
STOP: NVIDIA users later driver installation in addition to cuda/pyrit related issues popular off here: How to Install Nvidia Kernel Module Cuda in addition to Pyrit inward Kali Linux
Also those who would similar to utilization Graphics card processing ability to compaction information (such equally smashing wii password faster) encounter the next posts:
- Helpful ATIconfig fglrx commands
- How to install Pyrit inward Kali Linux?
- How to install CAL++ inward Kali Linux?
- How to install AMD APP SDK inward Kali Linux?
Step three (install Linux headers in addition to recommended softwares)
Now that nosotros bring the right repositories nosotros tin add together these next recommended apps. The most of import purpose is to add together the right headers.
apt-get install firmware-linux-nonfree
apt-get install amd-opencl-icd
apt-get install linux-headers-$(uname -r)
NOTE: You should survive able to teach all these from Kali Linux repositories equally added/updated from Step 1 above. When this guide was written, all these were available inward the Kali Repositories.
Step four (install fglrx drivers in addition to control)
Almost done, simply install fglrx drivers in addition to control. The best purpose is that it’s all you lot bespeak to do. Debian Jessie fixed the issues alongside fglrx in addition to latest driver, thus in ane lawsuit you lot install these drivers, everything simply works.
apt-get install fglrx-atieventsd fglrx-driver fglrx-control fglrx-modules-dkms -y
NOTE: At this point, you lot volition encounter bunch of popups (we encounter those hardly inward Linux, but aptitude pops upwards alongside asking to update simply about libraries(opencl in addition to glx) in addition to restart services such equally network etc., I bring chosen YES to all of them. My installation of Kali is withal working in addition to I am yet to discovery a problem. Your experience mightiness survive different.
Once the installation if finished, nosotros bespeak to exam if it was all good.
Step v (testing your installation in addition to generate xorg.conf file)
Now that our installation is all expert in addition to went without an error, nosotros bespeak to exam fglrx drivers. You tin exam fglrx using the next ii commands:
fglrxinfo
fgl_glxgears
If everything worked well, you lot tin generate xorg.conf file using the next command
aticonfig --initial -f
xorg.conf file volition survive located at /etc/X11 folder.
Step half dozen (update grub.cfg file in addition to reboot)
Almost there. AMD cards needs the next parameters passed into grub.cfg during boot. Let’s produce that: Edit the grub.cfg file:
leafpad /boot/grub/grub.cfg
you encounter this:
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, alongside Linux 3.12-kali1-amd64' --class debian --class gnu-linux --class gnu --class bone {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set=root 129deb3c-0edc-473b-b8e8-507f0f2dc3f9
echo 'Loading Linux 3.12-kali1-amd64 ...'
linux /boot/vmlinuz-3.12-kali1-amd64 root=UUID=129deb3c-0edc-473b-b8e8-507f0f2dc3f9 ro initrd=/install/gtk/initrd.gz quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.12-kali1-amd64
}
add radeon.modeset=0 inward the halt of the next line
linux /boot/vmlinuz-3.12-kali1-amd64 root=UUID=129deb3c-0edc-473b-b8e8-507f0f2dc3f9 ro initrd=/install/gtk/initrd.gz quiet
So the occupation to a higher house becomes this:
linux /boot/vmlinuz-3.12-kali1-amd64 root=UUID=129deb3c-0edc-473b-b8e8-507f0f2dc3f9 ro initrd=/install/gtk/initrd.gz serenity radeon.modeset=0
Note: 129deb3c-0edc-473b-b8e8-507f0f2dc3f9 UUID would survive unlike for every PC. Use your ane here.
Save in addition to exit. Then reboot.
reboot
Once you lot reboot, your should survive able to login inward GUI in addition to taste your AMD ATI proprietary driver (fglrx) inward Kali Linux 1.0.6 running Kernel version 3.12.6.
Step vii (run ATI Catalyst Control Center)
Run ATI Catalyst Control Center from Applications Menu > System Tools > Preferences > ATI Catalyst Control Center.
You should survive able to launch amdcccle in addition to brand changes equally required.
Conclusion
There’s to a greater extent than that you lot tin produce using Aticonfig. You tin alter fan speed or setup multiple monitors or take cheque GPU temperatures. I bring exhibit them inward simply about other ship service alongside a compilation of useful aticonfig commands. However, I constitute that simply about commands were removed from this version aticonfig. (AMD does it everytime they release a novel driver). But most of the commands work. So experience gratis to cheque in addition to study them back.
Thanks for reading.
If this helped your number running AMD ATI proprietary driver fglrx inward Kali Linux 1.0.6 running Kernel version 3.12.6 – Final edition, thus delight portion in addition to similar us on Facebook/Twitter.




