You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I don't know what is it Manufacturer/Service/ClassName combination. VMWare users can open a pull request, or comment with these so I will know what to add:
The text was updated successfully, but these errors were encountered:
Looking at VMware-tools-windows.iso, on Vista and later it installs video driver from vm3d.inf, which installs several services:
vm3dmp for vm3dmp.sys
vm3dmp-debug for vm3dmp-debug.sys
vm3dmp-stats for vm3dmp-stats.sys
vm3dmp_loader for vm3dmp_loader.sys
VM3DService for vm3dservice.exe (this one is probably the ordinary service, not related to devices).
I have no idea how to detect from this inf file which of the services supports the actual device, so until VMWare users comment on this issue, I'll have to search for devices supported by any of these five services
We should detect VMWare virtual video adapter there: https://github.com/inga-lovinde/RadeonResetBugFix/blob/master/RadeonResetBugFixService/Devices/KnownDevices.cs
However, I don't know what is it Manufacturer/Service/ClassName combination. VMWare users can open a pull request, or comment with these so I will know what to add:
The text was updated successfully, but these errors were encountered: