mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
6c2c830f66
commit
1a5f3a2210
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user