What does NTSTATUS 0xC01E0322 (STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE) mean?

 
Previous Next
STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN

STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE

A monitor mode carries more than its resolution label

STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE identifies a bad monitor source mode object in a VidPN operation. The Windows structure includes an identifier, video-signal information, color basis, dynamic color ranges, capability origin, and preference. A matching width and height therefore do not make a mode valid by themselves.

Check where the mode came from and whether it still belongs to the current monitor source mode set. A mode constructed with a stale ID, an invalid origin, incompatible color data, or fields copied from another target can fail before the driver reaches hardware programming.

What to check

  • Log the mode ID, video signal information, color basis, origin, preference, and target identity.
  • Create or acquire a fresh mode through the current VidPN interface instead of mutating an obsolete object.
  • Distinguish this from a valid mode that is unsupported by the adapter or excluded by the current topology.

References


Looking for a different code? Search another status or error code.