The amount of bullshit there is to make things work is… not that bad. When it comes to games, I just can’t. Having to reboot just to fix common FPS issues is too much. I’ve had a bunch of things that require a config change, which then has caused other issues.

The state of Linux Desktop is the best it has ever been and I’ll be back the moment Wayland works better. I love Linux, but for now, it’s not working out for me… Just needed to vent, thanks for reading.

  • taaz@biglemmowski.win
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    1 month ago

    Do you have a dual gpu setup for this or is there a virtualization feature I don’t know about yet

    • FBJimmy@lemmus.org
      link
      fedilink
      English
      arrow-up
      17
      ·
      1 month ago

      Single GPU with scripts that run before and after the VM is active to unload the GPU driver modules from the kernel.

      I think this was my starting point and I had to do just a few small tweaks to get it right for my setup - i.e. unload and reload the precise set of kernel modules that block GPU passthrough on my machine.

      https://gitlab.com/Karuri/vfio

      At this point from a user experience p.o.v it’s not much different to dual booting, just with a different boot sequence. The main advantage though is that I can have the Windows OS on a small virtual harddrive for ease of backup/clone/restore and have game installs on a dedicated NVME that doesn’t need backing up

    • infeeeee@lemm.ee
      link
      fedilink
      arrow-up
      7
      ·
      1 month ago

      Search for “vfio single gpu”, It’s possible, but it has drawbacks. Iirc you have to run everything as root or something like that.

      Another recommended way is to run a headless linux as host, and passthrough the gpu to a linux guest next to a windows guest, than you just switch between the guests