• slacktoid@lemmy.ml
    link
    fedilink
    English
    arrow-up
    23
    ·
    11 hours ago

    Y’all I would happily take all yalls nvidia GPUs.

    (Slackware has made using nvidia drivers easy for so long now I’m surprised the other distros haven’t fucking figured it out.)

    • michaelmrose@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      8 hours ago

      Every distro makes this easy. Every single one. Some have to enable a separate repo for all proprietary shit which is the limit of the challenge.

        • michaelmrose@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 hours ago

          Everyone on earth already uses DKMS for this installing a new kernel or driver triggers a rebuild.

          The common fails are

          • User has neither disabled secure boot nor set it up to accept to sign with a key your motherboard is configured to accept.

          You MUST do one or the other

          • User is using very new kernel with very old hardware. Support window is about 10 years for mainline. Legacy for 1-3 years. Beyond 11-13 years you are either using old kernels or third party patches.

          Ex: Geforce 600 series from 2012 is stuck with nvidia driver version 470.x latest release 2024. Attempting to build against recent kernels released after 2024 may not work without patches but MAY work with up to 7.0 as of this message. See

          https://github.com/joanbm/nvidia-470xx-linux-mainline

      • slacktoid@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 hours ago

        Elaborate? Cause I can use the nvidia GPGPU stuff so much easier than amd and their fucked rocm (I want that to succeed so bad)

        • pivot_root@lemmy.world
          link
          fedilink
          arrow-up
          11
          ·
          edit-2
          9 hours ago

          The compute part of Nvidia’s proprietary driver stack is fine. That is what they historically have been putting their resources and effort towards, since their big customers only care about compute.

          The graphics part of the stack is where the problems are.

          • Up until Wayland, they were bypassing the kernel’s standard GPU initialization path and using their X server implementation to do everything instead.
          • As far as gaming goes, is is unable to utilize the graphics hardware as efficiently as on Windows. More time is spent stalling/blocking, as evidenced by lower power draw and performance.
          • Their QA is awful. There was an issue with GTK 4 apps freezing when closed. They fixed it, and then the next driver release reintroduced it.

          Their transparency and community involvement outside of the kernel mailing lists is also pretty poor. They read peoples’ bugs reports and feature requests on their forums, but they rarely acknowledge them or give status updates.

          • slacktoid@lemmy.ml
            link
            fedilink
            English
            arrow-up
            2
            ·
            6 hours ago

            Ooh thank you for elaborating. I hope that the opening of their drivers would solve some of those issues. And we can finally have things working nicely