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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Linux Driver ==
== Linux Driver ==


=== Usefull commands ===
<pre>
cat /etc/issue
uname -a
env
vainfo
glxinfo  | grep vendor
lspci | grep 'VGA'
lshw -C video
lsmod | grep drm
</pre>
=== Video ===


Radeon Video Driver
Radeon Video Driver
Line 8: Line 23:
* 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>

Latest revision as of 04:23, 28 July 2022

Linux Driver

Usefull commands

cat /etc/issue
uname -a
env
vainfo
glxinfo  | grep vendor
lspci | grep 'VGA'
lshw -C video
lsmod | grep drm


Video

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