Ubuntu Precise Installation Guide: Difference between revisions
(Created page with "== Installing Catalyst Manually (from AMD/ATI's site) == I recommend copying and pasting the commands to ensure there are no typing mistakes and speed up the install process. Rem...") |
|||
Line 22: | Line 22: | ||
===''Create .deb packages.''=== | ===''Create .deb packages.''=== | ||
sudo sh ./amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run --buildpkg Ubuntu/ | sudo sh ./amd-driver-installer-{{Catalystdashversion}}-x86.x86_64.run --buildpkg Ubuntu/precise | ||
It may take a while... | It may take a while... | ||
===''Install .debs.''=== | ===''Install .debs.''=== | ||
sudo dpkg -i fglrx*.deb | sudo dpkg -i fglrx*.deb |
Revision as of 05:17, 12 April 2012
Installing Catalyst Manually (from AMD/ATI's site)
I recommend copying and pasting the commands to ensure there are no typing mistakes and speed up the install process. Remember to use Ctrl + Shift + V or Shift + Insert to paste into the terminal (or go to the terminals menu, select edit and click paste).
Before you start
If you have previously attempted installing Catalyst, remove any leftover files by following the Removing the Driver section. Make sure universe and multiverse are enabled in your repository sources (System -> Administration -> Software Sources). or Applications->Ubuntu Software Center->Edit->Software sources->Other software: check canonical partners.
Install the prerequisite packages:
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic xserver-xorg-core libgcc1 libc6-i386 lib32gcc1
If you are using the x86_64 architecture (64 bit): 1. Install "ia32-libs" before proceeding!
sudo apt-get install ia32-libs
2. Create a symlink from /usr/lib64 to /usr/lib[1] :
cd /usr ; sudo ln -svT lib /usr/lib64
Download the latest Catalyst package.
This package contains both the 32-bit and 64-bit driver.
cd ~/; mkdir catalyst15.12; cd catalyst15.12/ wget http://www2.ati.com/drivers/linux/amd-driver-installer-15-12-x86.x86_64.run chmod +x amd-driver-installer-15-12-x86.x86_64.run
Create .deb packages.
sudo sh ./amd-driver-installer-15-12-x86.x86_64.run --buildpkg Ubuntu/precise
It may take a while...
Install .debs.
sudo dpkg -i fglrx*.deb