Advertisement
ak47suk1

upgrade catalyst to latest version guide on Ubuntu

Nov 17th, 2011
1,350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Follow guide according to your Ubuntu version here
  2.  
  3. # http://wiki.cchtml.com/index.php/Ubuntu
  4.  
  5. # Remove old Catalyst driver according to this guide
  6.  
  7. # I use Lucid, so I follow the Lucid guide
  8.  
  9. # http://wiki.cchtml.com/index.php/Ubuntu_Lucid_Installation_Guide#Updating_the_Driver
  10.  
  11.  
  12. # the guide on removing the driver
  13.  
  14. # http://wiki.cchtml.com/index.php/Ubuntu_Lucid_Installation_Guide#Removing_the_Driver
  15.  
  16. # Make sure to remove all file in /etc/ati as well as following
  17.  
  18. # Open Terminal (Ctrl + Alt + T)
  19.  
  20.     sudo su;
  21.  
  22.     cd /etc/ati;
  23.  
  24.     rm *
  25.  
  26. # Generate *.deb package by following this guide after you download
  27.  
  28. # the latest Catalyst.
  29.  
  30. # http://wiki.cchtml.com/index.php/Ubuntu_Lucid_Installation_Guide#Create_.deb_packages.
  31.  
  32. # install
  33.  
  34.     sudo dpkg -i fglrx*
  35.  
  36. # make sure you remove old fglrx debian packages first before you run above command.
  37.  
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement