I am loving Tumbleweed so far but having issues with DaVinci Resolve. I am only able to get Resolve working if I install AMD drivers with:
amdgpu-install --usecase=workstation --vulkan=pro --opencl=rocr
Workstation usecase unfortunately installs amdgpu-dkms files which breaks the desktop environment upon reboot. When installing OpenSUSE tries to build a kernel for the amdgpu-dkms but fails:
Loading new amdgpu-6.3.6-1697589 DKMS files…
Building for 6.6.9-1-default
Building initial module for 6.6.9-1-default
Error! Bad return status for module build on kernel: 6.6.9-1-default (x86_64)
Consult /var/lib/dkms/amdgpu/6.3.6-1697589/build/make.log for more information.
warning: %post(amdgpu-dkms-1:6.3.6.60000-1697589.noarch) scriptlet failed, exit status 10
The make.log is huge but I can paste it if anyone needs.
Also DaVinci Resolve opens fine with default Clover (Rusticl?) driver but no media is decoding which is why I need to install the AMD drivers. If I install the AMD drivers with:
amdgpu-install --vulkan=pro --opencl-rocr --opengl=mesa --no-dkms
Resolve will crash instantly on launch.
My question here, is there anyway to fix the amdgpu-dkms build to work with the latest 6.6.9-1 kernel or to install amdgpu-pro without dkms files?
Thanks!