-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make a screen work on specific GPU? #47
Comments
As I said in #46 about selecting parent GPU, you should find the Vendor ID of your GPU. But I'm not sure VDD can support a specific GPU per virtual display. Run this program to enumerate your GPUs: enum_dxgi.zip
I don't have any device that has multiple GPUs to support your case, so do it yourself. Note that my app does not support multiple VDD adapters, you should modify the source code to run multiple instances and install multiple VDD adapters via devcon/nefcon. Then follow this guide to set Vendor ID before pluggin a virtual display for each VDD. In case of multiple GPUs have the same Vendor ID (AMD - 0x1002, NVIDIA - 0x10DE), the issue cant be solved with VDD. I see you have opened the same issue in VirtualDisplay/Virtual-Display-Driver#110, that's open source project and easy to solve your case. |
Latest HDR beta has this implemented, but may be buggy. Please let us know how it works for you. https://github.com/itsmikethetech/Virtual-Display-Driver/releases/tag/24.7.18HDR |
I have two 3090, but, don't know why there are 3, and it seems to use the LUID, it's unique. D:>enum_dxgi.exe |
seems i now need to rely on anyone else that can give a pull request for this function. btw, I'm using R5 7600x with RX560D and seems these can work together. And RX560D is really sucks and when I swinging my mouse in VD which connected by sunshine, the local machine processing latency went up and so did the GPU usage |
@fr1g that's impossible with Parsec VDD, it allows parent GPU selection in v0.45 but for AMD/NVIDIA, and cannot switch immediately without restarting device/adapter. Note that the driver is closed source, you should look at itsmikethetech's virtual display. |
usable and fulfilled my needs (though they seems not providing an independent manager GUI) |
Hi, thank you for you work. I have a issue about multi GPUs. I have four GPUs and I add four screen. I run some andriod simulators on the screen. I found total four screen load on one single GPU. Is there a way to make a screen work on specific GPU? I want the four screen load average on each GPU.
Thank you. Wish you a good day.
The text was updated successfully, but these errors were encountered: