Hello Linux Geeksters. As you may know, the AMD Catalyst 14.1 Beta 1 drivers for Linux have been recently released. Among others, it comes with support for Ubuntu 13.10 Saucy Salamander, Linux Mint 16 Petra, OpenSUSE 13.1, support for X.org 1.15, Kernel 3.13 and support for the following hardware components: AMD A10-7850K and AMD A10-7700K.

In this article I will show you how to install the AMD Catalyst 14.1 Beta 1 drivers on Ubuntu, Linux Mint, Elementary OS, Debian, Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva.
Because the drivers are not available via any repository, we have to download the the zip archive from the official site, extract it, set execution permissions:
Download the driver from HERE.
$ cd ~/Downloads
$ unzip amd-catalyst-14.1-betav1.3-linux-x86.x86_64.zip
$ cd amd-catalyst-14.1-betav1.3-linux-x86.x86_64
$ sudo chmod +x amd-driver-installer*.run
Kill the display manager, which can either be: kdm for KDE, gdm for Gnome, lightdm for LXDE and XFCE (i think), mdm (for Linux Mint):
$ sudo /etc/init.d/kdm stop
OR:
$ sudo /etc/init.d/gdm stop
OR:
$ sudo /etc/init.d/lightdm stop
OR:
$ sudo /etc/init.d/mdm stop
And finally, run the AMD Catalyst binary file:
$ sudo ./amd-driver-installer*.run