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 @[email protected] )

  • @[email protected]
    link
    fedilink
    English
    142
    edit-2
    2 months ago

    AMD drivers are plug n play? They are part of mesa and you don’t need to do anything, why would you need to install anything else?

    Edit: except rocm

      • @[email protected]
        link
        fedilink
        English
        142 months 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.

      • @[email protected]
        link
        fedilink
        English
        392 months ago

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

      • @[email protected]
        link
        fedilink
        English
        52 months ago

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