From ca38813bcd6930e8855c4f74999bc35ea42c9cc7 Mon Sep 17 00:00:00 2001 From: David Ludovino Date: Thu, 18 Jul 2019 17:24:58 +0100 Subject: Disable boot animation The boot animation takes a really long time due to the slow graphics rendering. This slows down testing. I am disabling it for the time being, until (a) graphics become faster or (b) it gets replaced for the simpler Replicant boot animation. Signed-off-by: David Ludovino --- system.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/system.prop b/system.prop index fecef72..dbd9fdf 100644 --- a/system.prop +++ b/system.prop @@ -20,3 +20,4 @@ ro.hardware.gralloc=gbm drm.gpu.force_software=1 hwc.drm.device=/dev/dri/card0 gralloc.gbm.device=/dev/dri/renderD128 +debug.sf.nobootanimation=1 -- cgit v1.2.3