falahati/NvAPIWrapper

Inconsistency between `Display.GetDisplays()` and `PathInfo.GetDisplaysConfig()`

NissimHadar opened this issue · 1 comments

I have 2 monitors attached - an Asus (2560x1440) and a Dell (1920x1080).
Display.GetDisplays() gives me the Asus on Ouput13 and the Dell on Output11
PathInfo.GetDisplaysConfig() gives me the opposite.

No matter how I switch around cables - I still get this inconsistency..
When I use a single monitor - it (of course) seems fine).

I am using an Nvidia RTX 6000.

Thanks!!!

P.S. This is using the wrapper with Nuget in C# (Visual Studio 2019).

I have tested this with a different setup - using 4 monitors.
Same problem.