How to install, a proprietary driver AMD Pro for W5500

Hello! I have two related problems for which I have not found a solution. The topics are either quite old or blurred in the sequence of actions.
Please help to configure the video card.

===========================================
Operating System: Manjaro Linux
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7
Kernel Version: 6.1.1-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon Pro W5500
Product Name: B550 Pro4
==========================================

Unfortunately, I don’t quite understand how MHWD works and without it, I can’t do it correctly, I just don’t understand how…

MHWD:
I tried different versions of AMDGPU and PRO driver installation from AUR, but MHWD does not use them or does not see them. How to do it?

The point is that I need Blender, but it does not see the video card on the free driver.

There is one topic for this question, which allegedly found a solution, but there is no modified driver file, and the manual is not clear to me.

There is a driver on the official AMD website, but I did not find how to install it correctly, I could not find how to do it in Arch.

How to do it?

https://wiki.archlinux.org/title/AMDGPU_PRO

AMD GPU has in-kernel driver support.

mhwd has no support for AMD PRO.

What you may need is

https://www.amd.com/en/technologies/radeon-prorender-downloads

I’m telling you it doesn’t help.

=======================================================
    glmark2 2021.12
=======================================================
    OpenGL Information
    GL_VENDOR:     AMD
    GL_RENDERER:   AMD Radeon Pro W5500 (navi14, LLVM 14.0.6, DRM 3.49, 6.1.1-1-MANJARO)
    GL_VERSION:    4.6 (Compatibility Profile) Mesa 22.3.1

Unfortunately, this engine will not help me install the driver so that blender can detect it.

> 0000:07:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
         network-r8168            2016.04.20                true            PCI


> 0000:06:00.0 (0300:1002:7341) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI

This could - perhaps - be an effect of recent changes in upstream mesa source.

You can find a very recent mesa build I made for myself at https://nix.dk

Is it possible to install a driver from the AMD website for Linux, such as Ubuntu or Red Hat? how to do it.
I just did an automatic installation of the proprietary driver in mhwd, but it did not help. blender does not see video card

I understand it, but it doesn’t work! drivers are installed through the shell, but mhwd does not show them. I’ve tried all the driver options.
blender just does not see the video card.
or the OS does not include a driver whose files have already been downloaded.

sudo mhwd-gpu --status                                                                               ✔ 
[sudo] password for paw: 
:: status
warning: could not find '/etc/X11/xorg.conf.d/90-mhwd.conf'!
glxinfo | grep OpenGL                                                                            INT ✘ 
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Pro W5500 (navi14, LLVM 14.0.6, DRM 3.49, 6.1.1-1-MANJARO)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.3.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.3.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.3.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
mhwd -l                                                                                          INT ✘ 
> 0000:07:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
         network-r8168            2016.04.20                true            PCI


> 0000:06:00.0 (0300:1002:7341) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI


mhwd -li                                                                                         INT ✘ 
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2018.05.04                true            PCI


Warning: No installed USB configs!
 inxi -G                                                                                              ✔ 
Graphics:
  Device-1: AMD Navi 14 [Radeon Pro W5500] driver: amdgpu v: kernel
  Display: x11 server: X.Org v: 21.1.6 driver: X: loaded: amdgpu
    unloaded: modesetting,radeon dri: radeonsi gpu: amdgpu resolution:
    1: 1920x1080~60Hz 2: 1920x1080~60Hz
  API: OpenGL v: 4.6 Mesa 22.3.1 renderer: AMD Radeon Pro W5500 (navi14
    LLVM 14.0.6 DRM 3.49 6.1.1-1-MANJARO)

Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

You are correct - mhwd doesn’t support the AMD propretary drivers.

This is because the kernel drivers is usually all you need. You have e specific requjirement thus you need to make it happen yourself.

As it is mentioned in the link provided by @Olli you have the option to use the script opencl-amd hosted at AUR

pamac build opencl-amd

You can use the script amdgpu-pro-installer also hosted at https://aur.archlinux.org/packages/amdgpu-pro-installer

pamac build amdgpu-pro-installer