diff options
author | Ricardo 'Grim' Cabrita <grimkriegor@krutt.org> | 2019-07-25 16:37:17 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-02-10 18:10:04 +0100 |
commit | 8bc8ba1f7c79d2ba3462a4b36fdd177342256b99 (patch) | |
tree | a11adb68319bedd223390ade20fbb05d7a177acf | |
parent | ca38813bcd6930e8855c4f74999bc35ea42c9cc7 (diff) | |
download | device_samsung_i9300-8bc8ba1f7c79d2ba3462a4b36fdd177342256b99.tar.gz device_samsung_i9300-8bc8ba1f7c79d2ba3462a4b36fdd177342256b99.tar.bz2 device_samsung_i9300-8bc8ba1f7c79d2ba3462a4b36fdd177342256b99.zip |
Set CONFIG_AVOID_GFX_ACCEL to true via system property
This property decrease memory footprint by avoiding the usage of
accelerated graphics in certain places.
No noticeable difference in performance was observed when using this.
We are keeping it either way, in hopes that extra available memory will
be beneficial for some software rendering optimizations.
Signed-off-by: Ricardo 'Grim' Cabrita <grimkriegor@krutt.org>
-rw-r--r-- | system.prop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system.prop b/system.prop index dbd9fdf..ca44e66 100644 --- a/system.prop +++ b/system.prop @@ -20,4 +20,5 @@ ro.hardware.gralloc=gbm drm.gpu.force_software=1 hwc.drm.device=/dev/dri/card0 gralloc.gbm.device=/dev/dri/renderD128 +ro.config.avoid_gfx_accel=1 debug.sf.nobootanimation=1 |