Great step-by-step guide by tfk on the PlayOnLinux forums.
AMD 7950/7850 FGLRX installation for 32-bit & 64-bit support in PlayOnLinux
AMD 7950/7850 FGLRX installation for 32-bit & 64-bit support in PlayOnLinux
Steps:
Read More...
- Download the latest drivers from http://support.amd.com/en-us/download (I had to use the beta drivers because of my Linux distribution);
- Unzip the archive, make sure the installer is executable;
- Uninstall any existing drivers via your package manager (yum/apt-get/...);
- Install the packages required by the AMD installer to build the driver against your kernel. Those are the gcc compiler, binutils, make, kernel-devel and kernel-headers.
yum install gcc binutils make kernel-devel kernel-headers