Linux Driver

From Objectif Client Inc
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