Monday, May 3, 2010

How to fix ATI driver problem in Ubuntu 10.04

Recently I downloaded Ubuntu 10.04 and upgraded Ubuntu 9.10 to 10.04. I had tried the Live CD first to make sure that video and sound will work. After upgrading to Ubuntu 10.04, for some apparent reasons it did not liked the ATI driver and it wanted to run in low graphics mode. I had to restart X on each boot. To fix the problem I went to google to search for any available solutions and I found one. So, here is what worked for me:

  1. Open Terminal, and run the following command: sudo apt-get purge fglrx-modaliases fglrx-amdcccle fglrx-kernel-source xorg-driver-fglrx xorg-driver-fglrx-dev
  2. Now run the following command: sudo rm -r /etc/ati
  3. Now run: rm /etc/X11/xorg.conf*
  4. Now run: rm -rf /usr/share/ati
  5. Now open Synaptic and install fglrx package. If the installation fails then run sudo apt-get install -f in a Terminal window.
  6. Now run the command: sudo aticonfig --initial
  7. Now reboot your computer and the graphics should be working now.
Here is the original link to the solution: http://ubuntuforums.org/showpost.php?p=9062521&postcount=158