@mbma. Yeah installing the pro drivers system-wide isn't an option on Arch. It breaks the system.
The only thing I can tell you is that you must be missing something, because it worked fflawlessly for me.
Here's what I have in the $LD_LIBRARY_PATH folder:
dri/ libEGL.so libEGL.so.1 libglapi.so libglapi.so.1 libGLESv2.so libGLESv2.so.2 libGL.so libGL.so.1 libGL.so.1.2
dri is a directory, the rest are files from the pro packages.
And then here is what's in the dri folder, which is the LIBGL_DRIVERS_PATH location:
amdgpu_dri.so
And that's it. Put all those files from the first list in folderA, then amdgpu_dri.so in folderB, then you can even test it real quick with LD_LIBRARY_PATH=/path/to/folderA LIBGL_DRIVERS_PATH=/path/to/folderb dri_driver=amdgpu /opt/resolve/bin/resolve
. It should work, and then you can just turn that into a script or a little shell command or whatever you want.
Pinned Comments
Ashark commented on 2019-12-09 20:52
PKGBUILD generator is located here: https://github.com/Ashark/archlinux-amdgpu-pro
AMDGPU PRO wiki page: https://wiki.archlinux.org/index.php/AMDGPU_PRO