How can I install the AMD graphics drivers on Fedora 18? I downloaded the driver from the amd website. I unpacked the driver and ran the "amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run" script. But that gives me an error.
During the installation I get this error:
Supported adapter detected.
Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers. /lib/modules/3.6.10-4.fc18.x86_64/build/include/linux/version.h cannot be found on this system.
One or more tools required for installation cannot be found on the system. Install the required tools before installing the fglrx driver.
Optionally, run the installer with --force option to install without the tools.
Forcing install will disable AMD hardware acceleration and may make your system unstable. Not recommended.
Where can I find the kernel headers? I already did a yum install kernel-headers (kernel-headers.x86_64), but that doesn't solve the problem.
arm-gp2x-linux-kernel-headers.noarch : Kernel headers for Cross Compiling to arm-gp2x-linuxand:kernel-headers.x86_64 : Header files for the Linux kernel for use by glibc. I installed the last headers. – Dagob Mar 7 at 18:08