• sobchak@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    16 hours ago

    I wonder if display ports can be added. If they become cheap enough and demand is strong enough, I could see there being a market for modded cards. I once bought a weird laptop CPU soldered onto a board that made it fit into a desktop Intel socket, and it worked.

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

      Common misconception, display head =/= display socket.

      It’s not just missing the physical plug, it’s missing the entire logic circuit dedicated to rendering and encoding a display output. Even if you wired an hdmi or dp to the board, it would have nothing to drive and time the signal.

      That circuitry isn’t a separate chip it’s physically part of the GPU die architecture and you can’t add it on later via a mod.

    • mangaskahn@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      12 hours ago

      Probably easier to build a modified driver that uses the Blackwell card for rendering and pushes the frames back to a lower powered display card.

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

        You could definitely do that for rasterization, but if any part of the graphics API required something the card didn’t have (like ray tracing) you couldn’t synchronize the work between it and another RT capable card fast enough.

        See also: why they killed crossfire and sli in the gaming space, and why the derivative works of that technology only exists in the data center for non latency-intensive workloads.

      • Korhaka@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 hours ago

        GPU pass through to a VM perhaps? Home cloud gaming servers!!! Get a bunch of old AI GPUs and stick them in a system and give each VM it’s own GPU and stick steam on the VM. Play games from anything that can run steam link.

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

          Basic output? probably. Gaming? Probably not. Again same problem of some cards missing hardware components that are required for a rendering pipeline, regardless of physical or virtual outputs

          The 6000 Blackwell has all of this and would totally work, the H200 does not, etc