Linux Driver: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
(Created page with "== Linux Driver == Radeon Video Driver * Web Site [https://www.amd.com/en/support/linux-drivers AMD (Radeon) Driver] * Download the installer * Execute amdgpu-install and...")
 
No edit summary
Line 8: Line 8:
* Download the installer
* Download the installer


* Execute amdgpu-install and if not supported perform the installation with the following command
* Execute  
<pre>
amdgpu-install  
</pre>
 
* In case of error during the installion with "rocm-llvm" not supported perform the installation without dkms
<pre>
<pre>
amdgpu-install --usecase=opencl --no-dkms
amdgpu-install --usecase=opencl --no-dkms
</pre>
</pre>

Revision as of 03:59, 28 July 2022

Linux Driver

Radeon Video Driver

  • Download the installer
  • Execute
 
amdgpu-install 
  • In case of error during the installion with "rocm-llvm" not supported perform the installation without dkms
amdgpu-install --usecase=opencl --no-dkms