https://www.reddit.com/r/pop_os/comments/158hmsg/davinci_resolve_studio_185_with_amd_gpu_rocm_on/ Answer from cryogenicravioli on reddit.com
🌐
AMDGPU Install
amdgpu-install.readthedocs.io
Radeon™ Software for Linux® Installation — amdgpu graphics and compute stack unknown-build documentation
Installing the Installer Package · Using the amdgpu-install Script · Script Types · Invoking the amdgpu-install Script · Scenarios · Installing or Uninstalling the AMDGPU stack · Installing the All-Open Use Case · Ubuntu 24.04 – 32-bit Application Support ·
🌐
AMD ROCm
rocm.docs.amd.com › projects › install-on-linux › en › latest › install › install-overview.html
ROCm installation overview — ROCm installation (Linux)
While the package manager is the recommended method, you can still install ROCm using the AMDGPU installer by following the legacy process.
Discussions

How to install the amdgpu-install (Proprietary Drivers) for debian?
https://www.reddit.com/r/pop_os/comments/158hmsg/davinci_resolve_studio_185_with_amd_gpu_rocm_on/ More on reddit.com
🌐 r/linux_gaming
7
4
December 3, 2024
Installing AMD Drivers. What's the secret?
I am running Ubuntu Cinnamon 24.04 and have recently started playing around with AMD GPU’s. Currently ASUS RX 6600. There are complications getting the latest drivers into Ubuntu. Does Ubuntu recommend using the sudo command to connect directly to the AMD repository ? More on discourse.ubuntu.com
🌐 discourse.ubuntu.com
1
0
December 13, 2024
Amdgpu-install nuked my system
Two days ago i installed Blender but encountered an issue: hip rendering isn’t working on opensource drivers. I downloaded amdgpu-install script from official website (rhel 9.1), followed all the instructions but at the end i got a build error that said that it couldn’t build for my running ... More on discussion.fedoraproject.org
🌐 discussion.fedoraproject.org
15
0
December 4, 2023
How to install amdgpu-pro
only for my steam games so every thing runs smooth More on forum.manjaro.org
🌐 forum.manjaro.org
0
0
September 25, 2020
🌐
AMD ROCm
rocm.docs.amd.com › projects › install-on-linux › en › docs-6.2.0 › install › amdgpu-install.html
Installation via AMDGPU installer — ROCm installation (Linux)
sudo apt update wget https://repo.radeon.com/amdgpu-install/6.2/ubuntu/jammy/amdgpu-install_6.2.60200-1_all.deb sudo apt install ./amdgpu-install_6.2.60200-1_all.deb
🌐
Reddit
reddit.com › r/linux_gaming › how to install the amdgpu-install (proprietary drivers) for debian?
r/linux_gaming on Reddit: How to install the amdgpu-install (Proprietary Drivers) for debian?
December 3, 2024 -

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

Top answer
1 of 2
5

until roughly 1 hour ago I had similar issues. Now I'd like to publish my solution and hope that it may help some of you ;)

Prerequisites:

First of All - My Setup:

AMD Ryzen 9 7950X (With integrated AMD graphics)
AMD RX 6650XT GPU
On MSI MPG X670E Carbon WIFI Mainboard

As OS I'm running a fresh install of Kubuntu 22.04.3
(Should be identical to Ubuntu 22.04.3)

Straight after install i ran

sudo apt update
sudo apt upgrade
sudo shutdown -h 0 (and subsequent reboot)

which got me to Kernel Version

6.2.0-33-generic (from uname -r)

At that point neither the Ryzens integrated graphics nor the RX6650XT were working, as indicated by the output of sudo lshw -c video (All *-display entries marked as UNCLAIMED)

FIX:

  1. Install the deprecated libssl1.1 which was installed on a different machine of mine with an older Version of Ubuntu 22.04 (Kernel 5.15.0)
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
  1. Install amdgpu-install
wget http://repo.radeon.com/amdgpu-install/5.7/ubuntu/jammy/amdgpu-install_5.7.50700-1_all.deb
sudo dpkg -i amdgpu-install_5.7.50700-1_all.deb
  1. Install AMD Drivers
amdgpu-install -y --accept-eula --opencl=rocr --opengl=mesa --vulkan=pro

Remarks:

  • Read the AMD Docs regarding the options, depending on your graphics card you may need other parameters
  • I ran sudo update-grub2 after installation was finished, so maybe do that aswell for good measure ;)
  1. Reboot
shutdown -h 0

Hope this helps and best of luck :D

2 of 2
1

I had the same problem, and i've read few similar ones over the last time. But not even one generic solution. Even not in the official AMD-Forum. 🤷‍♀️

But i came a little further on my specific solution doing this:

Installed the amd-drivers from: https://repo.radeon.com/amdgpu-install/23.10.3/ubuntu/focal/amdgpu-install_5.5.50503-1_all.deb

Modified the repo Adresses of all the AMD-releated-repositories in /etc/apt/sources.list.d from focal to jammy

sudo apt update
sudo update-initramfs
sudo reboot
sudo amdgpu-install --usecase=graphics,opencl --vulkan=amdvlk --opencl=legacy

I'm not 100% sure, what exactly the options of amdgpu-install do, and if the proprietary driver runs as expected. But Steam launches without any problems...

🌐
ArchWiki
wiki.archlinux.org › title › AMDGPU
AMDGPU - ArchWiki
1 month ago - AMDGPU is the open source graphics driver for AMD Radeon graphics cards since the Graphics Core Next family. Identify your hardware and find the right driver by reading Graphics processing unit#Installation. This driver supports Southern Islands (GCN 1, released in 2012) cards and later.
Find elsewhere
🌐
Linux Mint Forums
forums.linuxmint.com › board index › debian edition support › lmde forums › tutorials
[Tutorial] How to install AMD GPU drivers in LMDE 6 - Linux Mint Forums
March 8, 2024 - https://repo.radeon.com/amdgpu/6.0.2/ubuntu/pool/main/a/amdgpu-core/ Download the 22.04 Core drivers Go to your download directory ... sudo reboot Notes: Make sure you install the firmware first. Then install the core drivers. And then amdgpu-install. Make sure your time zone is set correctly.
🌐
Linux Adictos
en.linuxadictos.com › linux addicts › general › resources › how to install amdgpu pro video drivers on linux?
How to install AMDGPU PRO video drivers on Linux?
July 17, 2018 - Here to install the drivers in the simplest way is by using a pacman graphic manager, as is Octopi, so you must have the AUR repository enabled and have an assistant. ... Done this you can look for the package amdgpu-pro in Octopi and install ...
🌐
AMDGPU
amdgpu-install.readthedocs.io › en › latest › install-installing.html
Installing or Uninstalling the AMDGPU stack — amdgpu graphics and compute stack unknown-build documentation
In some scenarios, it may be desirable to install only the OpenCL portion of the AMDGPU stack (omitting the OpenGL portion), which can be accomplished by using the --usecase=opencl option instead.
🌐
Ubuntu Community Hub
discourse.ubuntu.com › support and help
Installing AMD Drivers. What's the secret? - Support and Help - Ubuntu Community Hub
December 13, 2024 - I am running Ubuntu Cinnamon 24.04 and have recently started playing around with AMD GPU’s. Currently ASUS RX 6600. There are complications getting the latest drivers into Ubuntu. Does Ubuntu recommend using the sudo c…
🌐
GitHub
github.com › volumetricsteve › AMDGPU-INSTALL
GitHub - volumetricsteve/AMDGPU-INSTALL: This unwraps and installs the amdgpu driver for non-debian linux distros · GitHub
This unwraps and installs the amdgpu driver for non-debian linux distros - volumetricsteve/AMDGPU-INSTALL
Author   volumetricsteve
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Amdgpu-install nuked my system - Fedora Discussion
December 4, 2023 - Two days ago i installed Blender but encountered an issue: hip rendering isn’t working on opensource drivers. I downloaded amdgpu-install script from official website (rhel 9.1), followed all the instructions but at the end i got a build error that said that it couldn’t build for my running ...
🌐
Amd
instinct.docs.amd.com › projects › amdgpu-docs › en › latest › install › package-manager-index.html
Installation via native package manager — AMD GPU Driver (amdgpu) 30.30.3
The documentation in this section describes installation instructions for the AMD GPU Driver (amdgpu), which enables support for AMD GPUs on Linux systems.
🌐
AMD
amd.com › https://www.amd.com/en.html › resources › install amd radeon™ software on windows® based system
Install AMD Radeon™ Software on Windows® Based System
April 12, 2024 - This installation type should install all core software and driver components in the default folder location, C:\Program Files\AMD\. The installation process begins immediately after selecting Accept and Express Install and requires minimal ...
🌐
Tutorial for Linux
tutorialforlinux.com › how to install amdgpu pro driver on rhel 10 – step by step
How to Install AMDGPU Pro Driver on RHEL 10 - Step by step • tutorialforlinux.com
October 17, 2025 - Learn how to install AMDGPU Pro and ROCm on RHEL 10 for full AMD GPU, OpenCL, and AI compute support with step-by-step guidance.
🌐
AMD ROCm
rocm.docs.amd.com › projects › radeon-ryzen › en › latest › docs › install › installrad › native_linux › install-radeon.html
Install Radeon software for Linux with ROCm — Use ROCm on Radeon and Ryzen
The ROCm™ Software Stack and other Radeon™ software for Linux components are installed using the amdgpu-install script to assist you in the installation of a coherent set of stack components.