Mitchell Urgero
Mitchell Urgero
You'll need to disable the startup tasks, then remove the group policy object that installs them (via the install.ps1 script I think in programdata??) which is https://github.com/jamesstringerparsec/Easy-GPU-PV/blob/main/User/Install.ps1 Also, how do...
You gotta use Parsec NOT hyper-v console window for the VM in order to use the passthrough (seems counter-productive but that's how this VM is setup) EDIT: OpenGL is not...
If you delete the VM it will remove the partition, there is also the `Get-VMGpuPartitionAdapter -VMName "VM Name" | Remove-VMGpuPartitionAdapter` Powershell command :)
You can use multiple cards across multiple VMs but you cannot share 2 GPUs with 1 VM. That said you can probably do maybe 2 per card? I haven't really...
So OpenGL/CL is not *fully* supported by GPU-P on Hyper-V. Repo owner says https://apps.microsoft.com/store/detail/opencl%E2%84%A2-and-opengl%C2%AE-compatibility-pack/9NQPSL29BFFF?hl=en-us&gl=us&SilentAuth=1&wa=wsignin1.0 may be of some use but results may vary
Does this also disable the feature for servers not using RAID?
Nice 👍 I'll +1 this.
The short answer - yes. However a lot of competitive games will straight up not load in VMs cause of VM detection
This is not a 3090 issue but an issue with how Microsoft implemented GPU "passthrough" AKA Partitioning. Try this fix: https://github.com/jamesstringerparsec/Easy-GPU-PV/issues/304#issuecomment-1670572182 Essentially the passthrough is incomplete, by design of Microsoft....
What's the issue? Is it not showing up in the VM? Is the script having issues transferring drivers?