Skip to content

Add HDR, WCG, and SDR options #31

@MolotovCherry

Description

@MolotovCherry

HDR support is coming in idd 1.101, which enables us to support HDR and WCG. This is only possible in Windows 11 22H2 Sept Update + however, since it is a brand new feature2. This should enable more options in HDR applications for our monitor. We should be able to still support Windows 10 2004+ by using runtime checks for this, but compiling against the newest version, though the functionality will only be available in the newest version of windows.

I think there should be a toggle per monitor for this feature in the app, one for each mode.

To figure out the version for runtime checks, check against IddCxGetVersion which returns 0x1A00 (IDDCX_VERSION_SV3) for the newest update.

Footnotes

  1. https://learn.microsoft.com/en-us/windows-hardware/drivers/display/iddcx1.10-updates

  2. https://learn.microsoft.com/en-us/windows-hardware/drivers/display/iddcx-versions#iddcx-version-info-for-windows-11-releases

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions