logoalt Hacker News

I am giving up on VM Gaming

26 pointsby BoKKeR11yesterday at 8:31 PM9 commentsview on HN

Comments

x-yltoday at 5:56 AM

> GPU sharing with docker and VMs

This should work without needing a reboot. You do have to bind the vfio driver at boot, but the archwiki gives a script to unbind vfio and load the Nvidia driver: https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF#Bi...

Which anecdotally worked fine on my RTX3050.

I did give up as well though, all of this is just too much of a faff. Hopefully Intel continues to make strides with their discrete graphics. They are the only manufacturer without DRM blocking this feature which the hardware can obviously do.

dodostoday at 2:29 AM

I also went down this path but for a different reason. Game streaming to my steam deck from my ultrawide monitor wasn't practical. The games on whales project is really good, it's not VM but rather containerized game sessions. It has numerous issues with podman sadly which is why I now use edvi and various scripts to just generate a fake monitor to stream.

m463today at 2:54 AM

I have a windows 11 VM under proxmox for gaming

- I bought windows 11 retail on a USB stick. (before the AI nonsense, etc)

- I run windows in a VM without a network interface. This eliminates SO MANY PROBLEMS. microsoft being problem #1

- I disabled all nonsense, windows defender was slightly harder

- I share a drive with linux (only one booted at once)

- linux runs lgogodownloader to load all my gog games onto the shared drive

- I install the games under windows from the shared drive

- someday I might change shared drive to virtiofs

- gpu passthrough

- I pass through an entire USB controller for audio, and plug in a USB schiit dac + headphones. passing the controller is key for glitchless audio

- some day maybe I'll figure out a steam VM. like maybe connect stuff once, download game for offline play, then take it off the network forever. Maybe have VMs for collections of games.

show 1 reply
no-name-heretoday at 2:30 AM

Interesting article.

So for someone who is constrained to one PC, is dual booting the better option, or is there something else?

show 1 reply