Commit 6244d6dc authored by Florent Revest's avatar Florent Revest

mce: Keep screen on by default when running in qemux86

parent 01ca36ca
From f71fd191356fa0a907d1a416a6cc306d56e68697 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 29 Oct 2017 16:01:41 +0100
Subject: [PATCH] Keep screen on by default on emulator
---
builtin-gconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin-gconf.c b/builtin-gconf.c
index 4078518..c24d86b 100644
--- a/builtin-gconf.c
+++ b/builtin-gconf.c
@@ -1325,7 +1325,7 @@ static const setting_t gconf_defaults[] =
// MCE_GCONF_BLANKING_INHIBIT_MODE @ modules/display.h
.key = "/system/osso/dsm/display/inhibit_blank_mode",
.type = "i",
- .def = "0",
+ .def = "3",
},
{
.key = MCE_GCONF_KBD_SLIDE_INHIBIT,
--
2.14.3
......@@ -9,6 +9,7 @@ SRC_URI = "git://git.merproject.org/mer-core/mce.git;protocol=https \
file://0003-Display-Sets-dimming-timeout-to-10-sec-and-blanking-.patch \
file://0004-event-input-Double-tap-emulation-Adapts-the-state-ma.patch \
file://mce.service"
SRC_URI_append_qemux86 = " file://0005-Keep-screen-on-by-default-on-emulator.patch"
SRCREV = "ad535db76b7443febaf4f97328eb1968a3f1d8cc"
PR = "r1"
PV = "+git${SRCPV}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment