$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Driver AMDGPU Pro openSUSE 15 Installation

October 29, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading AMDGPU Pro

    Download AMDGPU for openSUSE 15 GNU/Linux

    Get AMDGPU tar.xz for openSUSE 15

    If possible Select directly “Open with Archive Manager”!

  2. 3. Extracting AMDGPU Pro Archive

    Then Extract AMDGPU tar.xz into /tmp Directory
    If it does Not Open automatically then Double-Click on File Manager:

    How to Install AMDGPU on openSUSE 15 - Extracting
    Or from Command Line:

    tar xvf ~/Downloads/amdgpu-pro*.tar.xz -C /tmp/

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.

  3. 4. Upgrading System

    Now possibly Upgrade openSUSE 15 System
    First, the Repo Database with:

    sudo zypper ref

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.
    And then All the Packages:

    sudo zypper update

    Last, to Reboot:

    sudo reboot
  4. 5. Installing AMDGPU-Pro

    First, Access Target directory:

    cd /tmp/amdgpu*

    Now to Set up AMDGPU Run Installer:

    sudo ./amdgpu-pro-install -y

    The default setup includes Mesa, Pro OpenGL and Pro Vulkan support.
    But to include also the Pro OpenCL Driver instead use:

    sudo ./amdgpu-pro-install -y --opencl=pal,legacy

    For details see the AMD Documentation.
    Finally, Reboot:

    sudo reboot

So Now I’m truly Happy if My Guide could Help you to Install AMDGPU Driver in openSUSE 15!

Contents