VMWare support #3

Open
opened 4 years ago by inga-lovinde · 1 comments
inga-lovinde commented 4 years ago (Migrated from github.com)
Owner

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:

image

image

image

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: ![image](https://user-images.githubusercontent.com/52715130/90344390-08d66680-e022-11ea-8408-d1b2b3c89d07.png) ![image](https://user-images.githubusercontent.com/52715130/90344402-1a1f7300-e022-11ea-9778-4768a3954eaf.png) ![image](https://user-images.githubusercontent.com/52715130/90344406-2d324300-e022-11ea-9492-0f79359f599f.png)
inga-lovinde commented 4 years ago (Migrated from github.com)
Owner

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

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
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: inga-lovinde/RadeonResetBugFix#3
Loading…
There is no content yet.