Linux Driver: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
No edit summary
No edit summary
 
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

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