I have recently built a Kaveri machine, but I'm having trouble getting the fglrx drivers up and running. I can install them, but the LightDM screen will simply be black.
The machine has an AMD A10-7850K APU and an Asus A88XM-PLUS motherboard. I have done tests using both Ubuntu 13.10 and 14.04. In the end I don't mind using either.
I have tried the following:
- Install the regular fglrx-updates -> No result
- Install the xorg-edgers ppa -> No result
- Manually install the official AMD beta version via this cchtml guide -> No result
- Remove all kernels and install the 3.12 kernel from the mainline ppa, and install the official AMD beta version against that kernel -> No result
It must be possible, because Phoronix has tested fglrx against the exact same APU on a slightly different motherboard of the same series, except they didn't provide any instructions on the installation bit.
Any help is welcome, as the internet is currently a barren desert when it comes to AMD's new APU on Linux.
Problem solved. AMD released their Catalyst 14.1 driver with A10-7850K support for Linux. Note that THIS IS A BETA DRIVER, AND IS THEREFORE EXPERIMENTAL. The performance I've got out of it is okay, though. Trine 2, Dota 2, Minecraft (OpenJDK 7), Europa Universalis IV and Guns of Icarus Online all ran reasonably well on 1920x1080 with medium/high settings.
Instructions:
sudo chmod u+x amd-driver*.run
should do the trick.sudo apt-get install cdbs dh-make dkms execstack dh-modaliases linux-headers-generic libqtgui4 lib32gcc1
sudo ./amd-driver*.run --buildpkg Ubuntu/saucy
Replace Ubuntu/saucy with your version if applicable. AMD says it's compatible with Ubuntu 12.04 as well, so you'd put--buildpkg Ubuntu/precise
at the end.sudo dpkg -i fglrx*.deb
This installs multiple .debs.sudo amdconfig --initial -f
And that's that.