jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.39k stars 440 forks source link

How to tell if GPU drivers are set up correctly? #77

Open adammw opened 2 years ago

adammw commented 2 years ago

I have run the scripts and have finally got a VM booted and connected remotely via Parsec, however can't seem to launch any games requiring 3d acceleration.

dxdiag shows Direct3d support not available, and 3dmark fails to install.

Device manager shows a Microsoft driver in use for the Nvidia device, not sure if this is expected or not given the Paravirtualization passthrough?

Nvidia-smi tool shows some data detected, but others show "Permissions error".

Are there known good games to test against or example applications / what the drivers should look like when working correctly?

adammw commented 2 years ago

Hardware details: Host: Win 11 Pro Build 22483 (Insider Preview build) Host Driver Version: 497.29 (installed via Geforce Experience) Guest: Win 11 (whatever is in the iso) GPU: Nvidia GTX 970

jamesstringerparsec commented 2 years ago

Your GPU is really old, NVIDIA says that Pascal is the minimum for this technology (1000 series NVIDIA) so I'm guessing that may be contributing to your issue

adammw commented 2 years ago

I recently upgraded to Nvidia Driver 511.23. The upgrade process didn't work but creating a new VM seems to now be working.

dxdiag is now showing Direct3D acceleration enabled and the Hyper-V monitor/session no longer disconnects when Parsec logs in. So "dxdiag" seems to be the best source of information so far.