DisplayMagician/DisplayMagicianShared/NVIDIA
Terry MacDonald 6add0822fb NVIDIALibrary Equality testing fix
This tweak fixes the equality testing so that it works reliably with rotated displays. It turns out that the NVIDIA driver doesn't set the TVFormat option reliably whenever it rotates a display. During testing I've had the TvFormat option set to 557 and 320 for the exact same nonitor, and it really seems to depend on what the driver decided it wanted to set (the landscape mode is always 555).

I expect that it is due to the portrait sizes not being 'standard' TV sizes, so it is trying to find the best match, but in any case the variation in this setting doesn't appear to affect us using the profile... it only affects the equality tests uses to check if a particular profile is in use.

For this reason I've excluded the TvFormat from the equality testing so that the variation caused by the driver doesn't break the Equals check.
2023-01-03 11:23:18 +13:00
..
NVAPI.cs NVIDIALibrary Equality testing fix 2023-01-03 11:23:18 +13:00
NVIDIALibrary.cs Fixed error when returning from Mosaic layouts in WIndows 10 2022-07-14 22:41:59 +12:00
PInvokeDelegateFactory.cs Initial NVIDIA, AMD and CCD Integration 2021-08-21 21:46:36 +12:00