VirtualBox support #2

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

We should detect VirtualBox 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. VirtualBox users can open a pull request, or comment with these so I will know what to add:

image

image

image

We should detect VirtualBox 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. VirtualBox 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 VBoxGuestAdditions.iso, it seems that there are two video drivers, one with a service name of "VBoxVideo", and another with a service name of "VBoxWDDM". As WDDM only appeared in Vista and older XDDM was supported until Win7, it is possible that VBoxVideo is what is installed on Win7 (and earlier), and VBoxWDDM is what is installed on Win8 (and later). Or maybe the boundary is between XP and Vista. Or maybe it's something else entirely.

I'm adding support for both drivers, so that both are detected as virtual GPUs, just in case.

Looking at VBoxGuestAdditions.iso, it seems that there are two video drivers, one with a service name of "VBoxVideo", and another with a service name of "VBoxWDDM". As WDDM only appeared in Vista and older XDDM was supported until Win7, it is possible that VBoxVideo is what is installed on Win7 (and earlier), and VBoxWDDM is what is installed on Win8 (and later). Or maybe the boundary is between XP and Vista. Or maybe it's something else entirely. I'm adding support for both drivers, so that both are detected as virtual GPUs, just in case.
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#2
Loading…
There is no content yet.