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

[Bug]: Virtual Display has same id as physical monitor #252

Open
swalters9797 opened this issue Jan 6, 2025 · 1 comment
Open

[Bug]: Virtual Display has same id as physical monitor #252

swalters9797 opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@swalters9797
Copy link

Which OS?

Win11 Home

Which release?

24H2

Describe the bug

I am using the monitor profile switcher, but it is assigning the same ID to the virtual display as it is other monitors. I am unsure if this is an issue with monitor switcher, windows or the virtual display.

Steps to reproduce

  1. .\MonitorSwitcher.exe -save:Primary.xml
  2. Open Primary.xml and check targetinfo and modeinfo Ids.

Expected behavior

Virtual driver should have unique ids from physical monitors.

Log File

No response

Contact Details

No response

@swalters9797 swalters9797 added the bug Something isn't working label Jan 6, 2025
@swalters9797 swalters9797 changed the title [Bug]: [Bug]: Virtual Display has same id as physical monitor Jan 10, 2025
@zjoasan
Copy link
Member

zjoasan commented Jan 16, 2025

Well, I'm going to be frank. There hasn't been much development of the software since 2020 as far as i can see. They are mentioning in wiki that some Nvidia and AMD extra functions isn't working, and that USB displays are at best experimental. Most USB display devices(non usb-c) needs a driver, Which often is based in the same iddcx API that VDD is based on. There is an unique value assign to each display, called an instance name which I doubt that MonitorSwitcher is looking for:
DISPLAY\MTT1337\1&28a6823a&1f&UID256 and for a second VD DISPLAY\MTT1337\1&28a6823a&1f&UID257.....

I hope this helps you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants