How to install the amdgpu-install (Proprietary Drivers) for debian?
Installing AMDGPU PRO by Archwiki
How to properly install amdgpu and amdgpu pro driver
I want to install AMDGPU-Pro proprietary driver to run DaVinci Resolve but would that hurt my gaming compatibility/performance?
Go here:
https://github.com/CosmicFusion/fedora-amdgpu-pro
There are some scripts and tools that you need to install AMDGPU-PRO, but on the upside there is also a tool to switch between the two. That way you can run OBS or DaVinci with the closed source drivers, but games with the open source drivers.
More on reddit.comVideos
Hello! I come facing an issue i didn't have while using ubuntu and operating systems building off it! (KDE Neon, Zorin OS)
I can't seem to get the drivers that give me hip-runtime! The amdgpu-install drivers, Which I require for davinci resolve and decoding, (I pay for davinci pro.) So, Does anyone know how? If so, What did you do? I'd love to get things back up and running after this switch asap
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
The amdgpu driver does not support the hd5450.
You should be using the radeon-based drivers that are included in the distro install image.