Showing posts with label desktop effects. Show all posts
Showing posts with label desktop effects. Show all posts

Sunday, October 28, 2007

Getting 3D acceleration on my Asus A6Va in Ubuntu 7.10

A few days after the release of Ubuntu's new version, Gutsy Gibbon(7.10), I decided to do a fresh install on my laptop.

Everything was auto detected during the installation, and I was instantly able to use it properly. There was only one thing missing, namely 3D acceleration. Without it I could not use the integrated compiz-fusion, nor play any 3D games.

At first I tried to use the restricted drivers manager which comes with Ubuntu, but after reboot I got just a blank screen and unresponsive keys. I then rebooted it again, and this time the X-server started, but it was using the initial drivers without the 3D acceleration.

Secondly I tried the newest ATI drivers that you download from the AMD site. When I installed those and rebooted I got a kind of light show on my screen when I booted. It looked really cool, but it didn't make the computer more usable.

Now I have managed to get the 3D acceleration working, and the solution I present here might also work for other with different computers or ATI graphic cards and the same problems as me.

Here is how I did it:

  1. I had to download an older driver from ATI's archive. For my computer, an Asus A6Va with ATI Mobility Radeon x700, I had to use the 8.39.4 driver.

  2. The file was saved to my ~/download directory.

  3. I then had to make the file executable:
    # sudo chmod u+x ~/download/ati-driver-installer-8.39.4-x86.x86_64.run

  4. Ran the installer as root:
    # sudo ~/download/ati-driver-installer-8.39.4-x86.x86_64.run

  5. And followed the instructions, choosing "Install Driver" and "Automatic".

  6. Now you got two options, either reboot your computer(which is easiest), or load the module and restart your X-server.

  7. To load the module, you have to run the following in the terminal:
    # sudo modprobe fglrx

  8. Then just hit Ctrl+Alt+Backspace to restart your X-server.

With this driver, the desktop effects were still not working. To get them working I just ran:
  1. # sudo apt-get install xserver-xgl

  2. And restarted the X-server

I really hope this helps others in similar situations getting the most out of their ATI graphics cards in Ubuntu.