Skip to content

backends: Fall back to the default and not the unknown color space

Sebastian Wick requested to merge swick/mutter:kms-colorspace-unknown into main

The unknown color space's only purpose is to signal that the current KMS state has a unknown color space set. It is not one of the color spaces that can be set. We already only try to set a color space if the default color space is supported so we should use the default color space as a fallback instead of the unknown color space.

Fixes: #2693 (closed)

Merge request reports