mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
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 */
|
/* default settings, possibly overridden by explicit configuration below */
|
||||||
mode.enabled = !disable_all;
|
mode.enabled = !disable_all;
|
||||||
mode.brightness = 70; /* percent */
|
mode.brightness = 70; /* percent */
|
||||||
mode.mirror = false;
|
mode.mirror = true;
|
||||||
|
|
||||||
if (!config.valid() || disable_all)
|
if (!config.valid() || disable_all)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user