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. VirtualBox 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 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.
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:
The text was updated successfully, but these errors were encountered: