So I have both an igpu and dgpu, which means this should be easy, yeah?

Namely, Ryzen 9 7900 and RTX 4070ti.

But for the love of god I can’t get any installation working correctly with this combo OOB.

I’ve tried Nix. I’ve tried Arch. I’ve tried Garuda. I’ve tried Endeavour. I’ve tried Pop! OS.

I’ve also tried Proxmox, Truenas Scale, and Unraid, Smart OS, and others.

But there’s always something wrong with display.

  • OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    arrow-up
    12
    ·
    1 year ago

    Dual GPU and Nvidia are both tricky on Linux, so I assume you’re being sarcastic :P.

    Unfortunately I don’t have experience with it, but I know people have gotten it working

    • dog@suppo.fiOP
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      Sadly not sarcastic. Ideal is Radeon handling the base, and NVIDIA being used in passthrough.

      They just refuse to cooperate.

      • _cnt0@unilem.org
        link
        fedilink
        arrow-up
        5
        ·
        1 year ago

        What do you mean by passthrough here? Usually passthrough refers to passing through a GPU to a virtual machine. And there is no cooperation whatsoever required between the GPUs for that. That makes me think you’re talking about offloading: one GPU controlling the display, while the other does the heavy lifting of 3d rendering. Last time I checked - several years ago - that is impossible with the proprietary nvidia driver, unless you have hardware that supports that, like prime in laptops. The only way to do offloading to a nvidia card without such hardware was to use the open source driver nouveau. And at the time there was absolutely no point in offloading with nouveau because it had such terrible performance. Now, this might have changed on several fronts since then; so take it with a grain of salt.

    • dog@suppo.fiOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      How would hooking up everything to the GPU be beneficial when it comes to GPU passthrough?

      Albeit is it even necessary these days.

        • dog@suppo.fiOP
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          iGPU shares one monitor with the dGPU, but on different protocol, which from what I read online is supported.

          It only really needs output when I flick it open.

          So maybe it needs a KVM switch instead of trusting the monitors splits.

  • dog@suppo.fiOP
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    Scenario 1. X11 “works”, wayland doesn’t. Trying to update NVIDIA drivers leads to boot failure.

    Scenario 2. Wayland works. Only on igpu. Only via HDMI. Only on one monitor.

    Scenario 3. Wayland works on Displayport. Doesn’t even recognize second monitor.

    Scenario 4. Everything seems to work. Trying to do GPU passthrough fails.

    Scenario 5. IGPU is hogging displayport, despite being connected via HDMI, thus preventing the DGPU passthrough on either HDMI or DP.

    • Johanno@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I don’t know what you are trying to do, but you could setup a gpu less Linux base System and then use a virtual machine to actually run your daily os. If this makes things easier

      • dog@suppo.fiOP
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Could you elaborate a bit?

        Isn’t Proxmox etc. “Gpu less”, as they only use tty instead of anything like a WM or DE?

        I’d prefer a “master” / hypervisor running a bunch of VM’s for different purposes.

        Whether they be for gaming, pirating, development, pen testing, home automation, porn, or anything else really.

        'Course I’d only be running gpu passthrough into a single VM at a time, can’t split a single GPU into 50 passthroughs yet.

        • Johanno@feddit.de
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Well of course you can use proxmox or tuenas but for “more performance” I would just setup qemu to pass through gpus and input to the vm.

          However I don’t know if this is worth the hassle.

  • Bruno Finger@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    It’s definitely an unusual setup but not that much unusual.

    Not sure if it helps but I also had trouble with my Dell XPS and I tried a bunch of distros and their variants, and the only one that worked flawlessly out of the box was Fedora. And not the KDE version, GNOME was better. Give it a try, it’s really a great distro all by itself too.

    • dog@suppo.fiOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      You can disable it explicitly, yes.

      It should be possible to use it with the dgpu.

      Edit: You can also prioritize using the iGPU over the dGPU in bios. Maybe that’d work, hmm.