Ask HN: Is it possible to get a graphically smooth Windows VM?
1–6 of 6 posts
Re: Ask HN: Is it possible to get a graphically smooth Windows VM?
#2Re: Ask HN: Is it possible to get a graphically smooth Windows VM?
#3Depending on your VM you'll need to enable GPU passthrough (sometimes erroniously labeled "3D acceleration" or something), and then install the corresponding GPU drivers in the guest VM.
Re: Ask HN: Is it possible to get a graphically smooth Windows VM?
#4I originally followed this guide [1] but have accumulated a bunch of little modifications since then. It's a good place to start if you're willing to really dig in.
[1] https://www.heiko-sieger.info/running-windows-10-on-linux-us...
Re: Ask HN: Is it possible to get a graphically smooth Windows VM?
#5Depending on your VM you'll need to enable GPU passthrough (sometimes erroniously labeled "3D acceleration" or something), and then install the corresponding GPU drivers in the guest VM.
I believe this opens up the host device to vulnerabilities if the VM gets infected: https://security.stackexchange.com/questions/162122/gpu-pass...
Re: Ask HN: Is it possible to get a graphically smooth Windows VM?
#6Earlier quoted context omitted.
I believe this opens up the host device to vulnerabilities if the VM gets infected: https://security.stackexchange.com/questions/162122/gpu-pass...
Yeah, probably. DMA is always an issue when you're using PCI for graphics, so caveat emptor.