User Tools

Site Tools


ubuntu:gpu:amd_gpu:install_amd_radeon_driver:method_2_-_install_amdgpu-pro

Ubuntu - GPU - AMD GPU - Install AMD Radeon Driver - Method 2 - Install AMDGPU-PRO

Download the AMDGPU-PRO driver package:

wget https://repo.radeon.com/amdgpu-install/latest/ubuntu/noble/amdgpu-install_6.4.60400-1_all.deb

NOTE: Visit https://repo.radeon.com/amdgpu-install to see the latest version.


Install the downloaded package

sudo apt install ./amdgpu-install_6.4.60400-1_all.deb

Run the AMDGPU-PRO installation script

sudo amdgpu-install -y --usecase=graphics,rocm

NOTE: This installs both the graphics drivers and the ROCm (Radeon Open Compute) stack for GPU computing.


Add your user to the render and video groups

sudo usermod -a -G render,video $LOGNAME

Reboot the system to apply the changes

sudo reboot

NOTE: After rebooting, the system should be using the AMDGPU-PRO driver.


Verify

glxinfo | grep "OpenGL vendor"

NOTE: If the output shows Advanced Micro Devices, Inc. as the OpenGL vendor, the AMDGPU-PRO driver is successfully installed and in use.


ubuntu/gpu/amd_gpu/install_amd_radeon_driver/method_2_-_install_amdgpu-pro.txt · Last modified: 2025/05/11 14:35 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki