1. Install the Dependent libraries first
[plain] view plain copy print? sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4 debhelper debconf libstd C++6 dkms libqtgui4 libelfg0 linux-headers-generic
2. If you are a 64-bit system, you need to install 32-bit Lib
[plain] view plain copy print? sudo apt-get install ia32-libs-multiarch:i386 lib32gcc1 libc6-i386 sudo apt-get install ia32-libs
3. Select the appropriate graphics driver and download (can be downloaded in Windows Copy to Linux), URL
Http://support.amd.com/us/gpudownload/Pages/index.aspx
4. Unzip and execute
[plain] view plain copy print? sudo chmod +x amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run
5. Implementation,
[plain] view plain copy print? sudo sh./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run--buildpkg ubuntu/precise which ubuntu/ The precise in precise is the Ubuntu12.10 code, and the other versions can be queried by the last line in the lsb_release-a. e.g.
[plain] view plain copy print? Lsb_release-a No LSB modules is available. Distributor Id:ubuntu Description:ubuntu 12.10 release:12.10 codename:quantal
6. Running
[plain] view plain copy print? sudo dpkg-i fglrx*.deb
7. Direct initialization after
Supports single screen
[plain] view plain copy print? sudo aticonfig--initial-f
Dual-core graphics, not two separate video cards for Crosefire.
[plain] view plain copy print? sudo amdconfig--initial-f--adapter=all
Multi-screen, not tried. From URL: Ubuntu 9.04 & Catalyst 9.7 (FGLRX)
[plain] view plain copy print? sudo amdconfig--initial-f sudo amdconfig--set-pcs-str= "Ddx,enablerandr12,false"
8. Restart.
9. Test whether the installation is successful and running.
[plain] view plain copy print? Fglrxinfo
[plain] view plain copy print? Fgl_glxgears