Skip to content

Driver Linux

Huts, Roman edited this page Jan 23, 2024 · 3 revisions

Driver Installation

  • Driver installation instructions: https://amdgpu-install.readthedocs.io/en/latest/

  • The AMF component can be installed through the amdgpu-install script with the workstation ("Pro Variant") or graphics ("All-Open Variant") stack use case:

    sudo amdgpu-install -y --usecase=workstation,amf
    
    # or
    
    sudo amdgpu-install -y --usecase=graphics,amf
  • To install just AMF:

    sudo amdgpu-install -y --usecase=amf
  • The OpenCL component is optional and can be installed with the --opencl option:

    Option Description
    --opencl=rocr Installs ROCr OpenCL
    --opencl=legacy Installs legacy OpenCL (DEPRECATED Proprietary)
    --opencl=rocr,legacy Installs both ROCr and legacy OpenCL

    Note:

    OpenCL is optional and parts of AMF that use Vulkan will work without OpenCL.

    • ROCr: Provides support for Vega 10 and newer hardware.
    • Legacy: Provides support for hardware older than Vega 10.
  • The Vulkan component is optional and can be installed with the --vulkan option:

    Option Description
    --vulkan=amdvlk Installs open source Vulkan
    --vulkan=pro Installs PRO Vulkan (Proprietary)
    --vulkan=amdvlk,pro Installs both open and PRO Vulkan
  • Reboot after installing