2

I have amd radeon hd 5450 and i am trying to install amdgpu . I download a 80mb file and extracted it . In amd support page it tells to run the included script (amdgpu-pro-install) to install the graphics stack . 1st question : how to run the script

i did some research and found that draging the amdgpu-pro-install to terminal will do it but at the end it shows

E: Unable to locate package amdgpu-pro

iam running 32bit operating system and have 2gb of ram

Anasen Ghost
  • 21
  • 1
  • 1
  • 2
  • Go to the folder the script is in in the terminal and type sudo ./amdgpu-pro-install. – anonymous2 Aug 15 '16 at 12:27
  • Note: On AMD support page they mention ./amdgpu-pro-install –y. But on the newest download (v17) I got an error adding '-y'. Do not add it if you get error. Anyway, the answer you need is on AMD site. To run: Open terminal/shell/console: sudo ./amdgpu-pro-install Wait. When done, reboot. Add 'video' to user groups/logout/login. Done. – B. Shea Nov 18 '17 at 20:13
  • @bshea That's because those instructions contain a subtle typo if you are copy/pasting. That –y should be -y. – Martin Thornton Sep 16 '18 at 10:37

2 Answers2

8

To install amdgpu-pro, open a terminal and run the following commands one at a time

mkdir /tmp
cd tmp
wget --referer=http://support.amd.com  https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
​tar -Jxvf amdgpu-pro-17.40-492261.tar.xz
cd amdgpu-pro-17.40-492261
amdgpu-pro-driver/amdgpu-pro-install

Ensure that your user account is a member of the "video" group prior to using the vulkan driver. You can find which groups you are a member of with the following command:

groups

If not add yourself

sudo usermod -a -G video $LOGNAME 

That should be it, to check it installed

dpkg -l amdgpu-pro

To remove it

amdgpu-pro-uninstall
Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
1

The amdgpu driver does not support the hd5450.

You should be using the radeon-based drivers that are included in the distro install image.