• XenGi@lemmy.chaos.berlin
    link
    fedilink
    arrow-up
    27
    arrow-down
    6
    ·
    4 months ago

    Yes Nvidia is still a shitty company like every other. But their open source drivers run pretty well by now.

    • brenno@lemmy.world
      link
      fedilink
      arrow-up
      26
      arrow-down
      4
      ·
      4 months ago

      Assuming you’re talking about Nouveau, it’s pretty hit or miss depending on what card you have. My previous laptop had an MX330 and it couldn’t do hardware acceleration stuff and 120Hz via HDMI, not to mention screen sharing on Wayland was wonky.

      Oh, and it’s worth to mention that “their” open source driver had nothing to do with Nvidia themselves; they absolute do not care, as opposed to AMD.

      • Litanys@lem.cochrun.xyz
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        2
        ·
        3 months ago

        I think he means nvk. It’s a whole new world. I thought I just heard it’s ready. So worth checking out I guess.

        • brenno@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          3 months ago

          Judging by the docs at mesa3d, I don’t even have a card that supports it

          NVK currently supports Turing (RTX 20XX and GTX 16XX) and later GPUs. Eventually, we plan to support as far back as Kepler (GeForce 600 and 700 series) GPUs but anything pre-Turing is currently disabled by default.

      • XenGi@lemmy.chaos.berlin
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        edit-2
        3 months ago

        I’m not talking about Nouveau. I’m talking about the Open Source drivers from Nvidia. They released them a while ago and they’ve gotten pretty good lately.

        • Ineocla@lemmy.ml
          link
          fedilink
          arrow-up
          8
          ·
          edit-2
          3 months ago

          I heard back than that the open source driver is pretty much just a layer of abstraction and that most actual code runs in the firmware which is proprietary

        • brenno@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          2
          ·
          3 months ago

          The driver you’re likely referring to is NVK, which is also not developed by Nvidia, check out the annoucement post by Collabora, it says:

          As said above, NVK is a new open-source Vulkan driver for NVIDIA hardware in Mesa. It’s been written almost entirely from scratch using the new official headers from NVIDIA. We occasionally reference the existing nouveau OpenGL driver […]

          And also

          a few months ago, NVIDIA released an open-source version of their kernel driver. While this isn’t quite documentation, it does give us something to reference to see how NVIDIA drives their hardware. The code drop from NVIDIA isn’t a good fit for upstream Linux, but it does give us the opportunity to rework the upstream driver situation and do it right.

          So they’re developing a driver based off headers made available by Nvidia and some of the reverse engineered code from regular Nouveau. In fact, it seems to be a branch of Nouveau as it stands:

          Trying out NVK is no different than any other Mesa driver. Just pull the branch nvk/main branch from the nouveau/mesa project, build it, and give it a try

          So the “OSS drivers from Nvidia” aren’t what makes it work, it’s the whole community effort to build NVK from scratch.

          Regardless, it only supports the most recent cards using Turing architecture. From mesa3d docs:

          NVK currently supports Turing (RTX 20XX and GTX 16XX) and later GPUs. Eventually, we plan to support as far back as Kepler (GeForce 600 and 700 series) GPUs but anything pre-Turing is currently disabled by default.

        • null@slrpnk.net
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          3 months ago

          They released them a while ago and they’ve gotten pretty good lately.

          Based on what?

    • Lulzagna@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      3 months ago

      The narrative around Nvidia seems to have done a complete 180 in the last year or two. I’m skeptical that it’s as good as many are stating.

      Are these OSS drivers maintained by Nvidia? Or is it Nouveau?

      • Ephera@lemmy.ml
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        3 months ago

        I know practically nothing about Nvidia’s drivers, but I can see them doing a 180° flip, because they want to grab a chunk of that AI market.
        Even before LLMs, they were investing there, and now it’s just completely settled that tons of AI-related hardware needs to be either a beefy a server machine or a low-profile edge PC. For both, Linux is very much preferrable.

        • XenGi@lemmy.chaos.berlin
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          edit-2
          3 months ago

          Nvidia pretty much always dominated the AI GPU market with their closed source driver and Cuda. Nothing has changed about that except for more competition in AI specific hardware which you can buy from several vendors now. But no one has ever used AMD cards with OpenCL for AI or ML. If you were serious about it, you always used Nvidia with Cuda or nowadays some dedicated AI accelerator card (DPUs).

    • Rustmilian@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      edit-2
      3 months ago

      Yes, and with the addition of NVK it’s gotten a lot better. There is still some issues on Wayland and specific problem cards, but it’s not nearly as bad as it was even 2y ago.