Skip to content
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

Closed
gehaoyu-cn opened this issue Jun 21, 2024 · 3 comments
Closed

How to make a screen work on specific GPU? #47

gehaoyu-cn opened this issue Jun 21, 2024 · 3 comments
Labels
wontfix This will not be worked on

Comments

@gehaoyu-cn
Copy link

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.

@nomi-san
Copy link
Owner

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

Adapter (1): AMD Radeon(TM) Graphics
  LUID: 0x20F88
  Vendor ID: 0x1002
  Device ID: 0x1638

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.

@nomi-san nomi-san added the wontfix This will not be worked on label Jun 21, 2024
@itsmikethetech
Copy link

itsmikethetech commented Jul 19, 2024

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

@maxpaynebupt
Copy link

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
Adapter (0): NVIDIA GeForce RTX 3090
LUID: 0x1524C
Vendor ID: 0x10DE
Device ID: 0x2204
Adapter (1): NVIDIA GeForce RTX 3090
LUID: 0x141B5
Vendor ID: 0x10DE
Device ID: 0x2204
Adapter (2): NVIDIA GeForce RTX 3090
LUID: 0xA5C85
Vendor ID: 0x10DE
Device ID: 0x2204

@nomi-san nomi-san closed this as completed Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants