intel/display: mirror unconfigured connectors

by default.

Issue #5356
This commit is contained in:
Alexander Boettcher 2024-10-21 14:44:55 +02:00 committed by Christian Helmuth
parent 6c2c830f66
commit 1a5f3a2210

View File

@ -369,7 +369,7 @@ void Framebuffer::Driver::lookup_config(char const * const name,
/* default settings, possibly overridden by explicit configuration below */
mode.enabled = !disable_all;
mode.brightness = 70; /* percent */
mode.mirror = false;
mode.mirror = true;
if (!config.valid() || disable_all)
return;