diff options
author | David Ludovino <dllud@riseup.net> | 2019-07-18 17:24:58 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-02-10 18:10:04 +0100 |
commit | ca38813bcd6930e8855c4f74999bc35ea42c9cc7 (patch) | |
tree | f618364b0191827fedb08bd8ca89b7c58d55f992 | |
parent | 9d2257110408da107cb575d7cb75a8556e5a8cf9 (diff) | |
download | device_samsung_i9300-ca38813bcd6930e8855c4f74999bc35ea42c9cc7.tar.gz device_samsung_i9300-ca38813bcd6930e8855c4f74999bc35ea42c9cc7.tar.bz2 device_samsung_i9300-ca38813bcd6930e8855c4f74999bc35ea42c9cc7.zip |
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 <dllud@riseup.net>
-rw-r--r-- | system.prop | 1 |
1 files changed, 1 insertions, 0 deletions
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 |