Basically the title. I’ve only ever seen huge 20 page guides on how to make it work. Is there an easy way?

Specifically on Debian or Arch with a laptop with two gpus (zephyrus g14)

  • @Ptsf
    link
    524 hours ago

    Easy way to get yourself banned in online games just an FYI. Most online games will detect and ban virtual machines now since they’ve become commonplace in cheat/hack communities.

    • nanook
      link
      fedilink
      124 hours ago

      @Ptsf @shapis I’ve primarily gamed from a virtual machine and have NEVER EVER been banned, so I don’t think so.

      • @Ptsf
        link
        3
        edit-2
        23 hours ago

        Depends on the game. Apex, Riot, ubisoft, and EA all ban vm players. A list of other companies do as well.

        • nanook
          link
          fedilink
          122 hours ago

          @Ptsf Haven’t played any of those. Anyway, there is a way to edit your xml to fake the machine id.

          • @[email protected]
            link
            fedilink
            221 hours ago

            machine id isn’t necessarily the important part. anticheat and vm detection check a lot of different heuristics incl hard to defend against things like timing attacks on particular cpu instructions. there’s a handful of open source versions if you’re curious

            • nanook
              link
              fedilink
              020 hours ago

              @brian To be honest, until and unless it becomes a problem for me, not really. KVM has the host CPU executing the VM instructions so timing on CPU instructions should product identical results. I have the VM setup as CPU and GPU pass through.

              • @[email protected]
                link
                fedilink
                120 hours ago

                even with cpu passthrough some things are still emulated. you can run a vm detector and see for yourself what tests fail.

                it may not affect your games but others should still be careful since it is a real issue, and people do get banned for it.

  • antsu
    link
    fedilink
    61 day ago

    I have the 2020 G14 and I got this working once. I’m afraid easy and simple are not a thing here, as you need to understand what you’re doing if you want it to work well. The basics are:

    • Prevent the host system from loading any drivers that touch the discrete GPU. This is done by attaching it to the VFIO driver and uninstalling/blacklisting the Nvidia and Nouveau drivers.
    • Make sure you have the correct kernel parameters to support virtualisation and PCI-e passthrough.
    • Create a Windows VM and attach the Nvidia GPU to it.
    • Setup Looking Glass so you can play with the best possible latency. This will likely require a dummy USB-C display stick.

    Personally, I don’t think it’s worth the hassle. I keep a Windows install for when it’s needed, and do most of my gaming on a separate system.

  • @[email protected]
    link
    fedilink
    English
    172 days ago

    If there’s a game that doesn’t work on Linux because of anti or something it probably won’t work in a vm either so dual booting would probably be the way to go to avoid that

    • nanook
      link
      fedilink
      22 days ago

      @variants @shapis Not true, a root-kit will break it in wine because wine is just translating windows sys calls into Linux sys calls, but a vm is actually running a windows kernel, then the root kit anti-cheat works fine. With GPU pass through, I have found no games that work under Windows won’t also work within the VM.

      • Fonzie!
        link
        fedilink
        52 days ago

        At least MiHoyo’s anti cheat detects and blocks VirtualBox VMs as well as Waydroid.

        • nanook
          link
          fedilink
          22 days ago

          @lord_ryvan Interesting, haven’t played that game so no experience with it. VirtualBox does do some things a bit differently, I was not able to get flyff to run it well, it runs but at about 3fps, where as it runs normally in kvm/qemu.

      • @halfapage
        link
        English
        2
        edit-2
        2 days ago

        deleted by creator

        • nanook
          link
          fedilink
          12 days ago

          @halfapage I’m saying from experience, nothing I could not get to run in a VM that ran in a physical machine.

    • nanook
      link
      fedilink
      22 days ago

      @xtapa @shapis Lutris is just wine, so any game using a kernel anti-cheat won’t work under Lutris. And most of the games I play aren’t steam so it does me little good personally, and many of the steam games I have tried don’t work on Linux in spite of steam being installed.

      • @[email protected]
        link
        fedilink
        120 hours ago

        proton has support for quite a few kernel level anti cheat now, although it has to be explicitly allowed by the dev. needs to be run via steam I think, but you can add non steam games if you got them elsewhere

      • @[email protected]
        link
        fedilink
        52 days ago

        Most anti-cheat doesn’t take kindly to running in a VM as well, so if that’s the reason it won’t work.

    • @[email protected]OP
      link
      fedilink
      72 days ago

      Indeed. That’s the opposite of what I’m looking for though. That’s complicated and apparently breaks ?

      I’m currently dual booting. Which works fine. I was wondering if there was an easier way though.

      • wvstolzing
        link
        fedilink
        52 days ago

        With Proxmox on AMD gpus, it can be as simple as picking a pci device from a dropdown.

        – but then again, you’ll need to learn how to properly use proxmox, esp. with respect to storage configuration. Also, the performance can still suffer, depending on various factors.

        If it’s not too big of an inconvenience, dual boot is the way to go, IMHO.

      • nanook
        link
        fedilink
        42 days ago

        @shapis It’s complicated to setup but once done works wonderfully, you can share one GPU between OS’s in real time, even have one windows window up along with Linux at the same time. So I’m temporarily fuxored but I already have a plan for a fix and that is simply to steal the UEFI vm bios from Manjaro which does work and use it on Ubuntu.

  • Jo Miran
    link
    fedilink
    22 days ago

    VMWare Workstation Pro is now free and I believe that it had GPU passthrough. Don’t take my word on that though. I haven’t used it in a few versions.

    • nanook
      link
      fedilink
      3
      edit-2
      2 days ago

      @JoMiran @shapis CPU pass through isn’t JUST the function of the hypervisor, the host os, guest os, gpu drivers, and uefi bios ALL play a role.