March 31, 2010 · General · Email This Post
Share
{lang: 'en-GB'}

This tutorial will explain how to install ATI Radeon HD 2600 in Ubuntu

First of all, open a terminal window (Applications --> Accessories --> Terminal) and run the following command

lspci

You will see a big output, mine was near the bottom, find:

01:00.0 VGA compatible controller: ATI Technologies Inc RV630 [Radeon HD 2600 Series]
01:00.1 Audio device: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]

This means you have an ATI Radeon 2600.

Now we need to download ATI card drivers from AMD home page

On the right, under Download Drivers:

Component Category = Graphics
Operating System: Linux x86 (if you have a 64bit system select the 64bit one)
Product Line: Radeon
Product Model: ATI Radeon 2xxx series

Click View Results

There was only 1 result for me, click Download, save it to your downloads folder.

When fully downloaded, go back to the terminal window and type in:

cd /home/username/Downloads

then type:

sudo sh ati-driver-installer-10-3-x86.x86_64.run

Note:-if the filename is different, then change the name.

You will be asked for your password, enter it, it will take a few seconds then launch an installer.

Select the first option, then click next, then use all the reccomended options. When finished, restart your computer.

To get sound working right click on the sound icon on the top right, click sound preferences.

Go to Output and select the RV630 or whichever your one is.

If the sound still doesnt work, go into a terminal window again and type:

killall pulseaudio

Then type:

sudo alsa force-reload

Enter your password, press enter. Sound should work

Dont forget to enable desktop effects, its well worth it:

Right click on the Desktop
Click Change Desktop Background
Click Visual Effects tab

Select Extra, it can take a while and the screen goes weird while it makes changes.

Credit goes here

Share

Related posts

9 Comments to “How to install ATI Radeon HD 2600 drivers in Ubuntu”

  1. Tony says:

    What about EnvyNG ? That’s what I’ve been using, though I gave-up on ATI about a year ago and went all-in for Nvidia (because of h.264 acceleration).

    [Reply]

  2. Jay says:

    bummer. this simple method doesn’t work for ATI Radeon HD 2400 XT cards. I figured it would, since it’s part of the 2xxx series. Figures. I hate ATI & Linux. Pathetic that they aren’t as easily usable as Nvidia cards are with Linux.

    [Reply]

  3. xeros says:

    Reading the title I thought it will be an howto with open source driver upgrade ;-)

    [Reply]

  4. Aaron says:

    Jay:
    It’s gotten to the point that the open source drivers for ATI are pretty much on par with fglrx (ATI’s closed-source driver), except for gaming performance. Give it a few weeks and upgrade to Karmic Koala (10.04) when it comes out, and you will hopefully be pretty happy with the status of your video card in Linux. Compiz works great for me here, as does tear-free playback, suspend/resume, etc. 3D speed is still being worked on, but with a Radeon 2400, I’m guessing gaming isn’t a primary interest of yours anyway.

    xeros: Ditto. I was wondering if it would be a how-to on using xorg-edgers or a step-by-step for installing the git X/DRM/Mesa.

    [Reply]

  5. Jay says:

    That’s correct, Aaron. I tried the 10.04 beta, and it was a no go. I just use my video card for dual monitors, which works flawlessly in 8.04 (& w/ desktop effects enabled).
    I haven’t had any luck with 9.10 either for my card series. I don’t even necessarily need compiz/3d effects to work. I just want to be able to play an HD video/move windows around w/o there being a TON of lag/crashing. Actually I can’t enable any sort of desktop effects in 9.10 - *

    Hopefully, some sort of support comes about for my HD radeon 2400 XT ;)

    [Reply]

  6. bengi says:

    it don’t work on ati MOBILITY radeon HD 2600
    because the system freez, and the screen switch off.
    so I can do nothing and ctrl alt F2 is unreashable

    [Reply]

  7. John Bokma says:

    Just installed Catalyst 10.7 following a similar method as outlined above (following the instructions by ATI/AMD) and it just works. I also have a ATI Radeon HD 2400 XT, and am currently running Ubuntu 9.10. The computer is a Dell Vostro 200 ST.

    [Reply]

  8. summersult says:

    emil@emil-desktop:~/Downloads$ sudo sh ati-driver-installer-11-1-x86.x86_64.run
    [sudo] password for emil:
    sh: Can’t open ati-driver-installer-11-1-x86.x86_64.run

    wtf happened? i don’t know what to do

    [Reply]

  9. matrix says:

    `cuz u must do, in the place where driver was downloaded :
    $chmod a+x full-driver-name.run
    $sudo ./full-driver-name.run

    if u wanna look what the full name of driver is, type then:
    $ls -l

    [Reply]

Leave a Reply