Linux Driver

From Objectif Client Inc
Revision as of 04:23, 28 July 2022 by Nicolas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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