well, today i (partially) realized why my basic drivers don’t work: the preinstalled packages amdgpu and amdgpu-dkms seem to not work due to amdgpu-dkms being unconfigured. tried configuring it and got the same error. around about there my system stopped using even the iGPU and i had to uninstall some other drivers (thanks @lena@gregtech.eu )

    • kata1yst@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      30
      arrow-down
      1
      ·
      22 hours ago

      ROCM is well supported by docker PCI passthrough with official packages. So much better than polluting your workstation and maintaining the stack

    • heythatsprettygood@feddit.uk
      link
      fedilink
      English
      arrow-up
      12
      ·
      22 hours ago

      Even ROCm on some distros isn’t that bad. On my 7900 XTX (admittedly an officially supported card, your mileage may vary on unofficial cards) on Fedora it was just a case of doing sudo dnf install rocm-* and everything installed (might be some extra packages you need after for specific apps, but you know if you need them). On openSUSE though, it was a total pain.

    • Broadfern@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      22 hours ago

      Rocm usually needs an override line in pip wheel/python, not the driver itself at least from my experience