1

could anyone help me, please, to install an ati radeon 2400 hd pro on my ubuntu 13.04? i tried using the info from this site http://www.noobslab.com/2013/04/install-ati-amd-catalyst-drivers-in.html. but it says is not compatible, so i was thinking if there is another way. i'm a begginer in using ubuntu, so if anyone could help me, it would be great. thanks

Balan Gabriel
  • 11
  • 1
  • 2

2 Answers2

1

Legacy drivers for these cards are available. Unfortunately these legacy drivers (version 12.6) have not been updated.

So if you want to install these drivers, you have to downgrade to xorg 1.12. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo add-apt-repository ppa:makson96/fglrx
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install fglrx-legacy

If you encounter any problems with these drivers, you can remove these drivers, by running following commands:

sudo apt-get install ppa-purge
sudo ppa-purge ppa:makson96/fglrx

Source:Launchpad

Mitch
  • 107,631
  • "E: Some index files failed to download. They have been ignored, or old ones used instead." 2) Reading package lists... Done
  • Building dependency tree
    Reading state information... Done
    E: Unable to locate package fglrx-legacy

    – Yevgeniy Afanasyev Jul 26 '15 at 23:31
  • @YevgeniyAfanasyev Which Ubuntu release are you running? – Mitch Jul 27 '15 at 05:27
  • Thank you for asking. It is Ubuntu 15.04. it is not the same as in the question, probably it is a reason. I asked another question here: http://askubuntu.com/questions/653166/ati-radeon-hd-2400-pro-video-card-on-ubuntu-15-04-x64 – Yevgeniy Afanasyev Jul 27 '15 at 06:21