0

I saw this.

And downloaded this in AMD page.

Which of these two should I use?, my graphic card is ATI Radeon HD 5450.

Also, I don't understand what exactly amd64 means when talking about this graphic card, my CPU is a corei5, I think this amd64 is not related with my CPU, but any insight in the topic is greatly appreciated.

Update

I tried first link, previously I reinstalled video related packages and it worked again

But now is completely broken.

Update 2

reinstall worked, I was forgetting * in apt-get remove fglrx*.

Update 3

Another option I found is this one.

sites
  • 699
  • I can advise you take a look at this https://help.ubuntu.com/community/RadeonDriver and this https://help.ubuntu.com/community/BinaryDriverHowto/AMD – JoKeR Feb 22 '14 at 00:07
  • A core 15 would be a 64-bit CPU, use the amd64 kernel and software unless you have installed the 32-bit version of Ubuntu. Check with uname -p. – Richard Feb 22 '14 at 00:21

2 Answers2

0

Second link was the answer, I extracted file, then:

cd Downloads
chmod +x amd-driver*.run
./amd-driver*.run

I selected the first option, install driver, NOT build package.

sites
  • 699
0

"AMD64" means a 64-bit operating system. Download the correct driver (86 or 64 bit), right click and select properties. Then in the permissions tab, check off "Allow Executing File as Program". Then double-click the file and select installing the driver on top of "X.org". Then go through the process of installing, and at the end make sure you reboot.

I've dealt with Linux driver problems for the last 5 years. In case something goes wrong, in grub select "Older Linux Versions" and boot the latest Kernel from there. The system should boot and work properly. Then start a terminal and type the following commands:

sudo apt-get autoremove fglrx --purge

sudo reboot

You should then try either the "Additional Drivers" Ubuntu program to install AMD drivers or try installing the drivers through steam. If you still have issues, email me and I'll be glad to help!

Nick Bailuc
  • 3,325
  • 12
  • 45
  • 68