-
Notifications
You must be signed in to change notification settings - Fork 139
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 itsmikethetech/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 |
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: