From 5a72639a8c74cbe9189761b34eb089b868568363 Mon Sep 17 00:00:00 2001 From: imjyotiraditya Date: Wed, 22 Feb 2023 11:42:53 +0800 Subject: [PATCH] sdm660-common: prop: Enable config_avoidGfxAccel - This flag turns off GPU/CPU intensive UI effects and reduces the RAM footprint. - Using this is a better compromise than the 'low_ram' flag as this does not disable features in the rom but still reduces RAM usage and gives better smoothness in the UI. Signed-off-by: drkphnx Signed-off-by: 7Soldier Change-Id: Ic0e7a55a7c6e760e8a5172c6de4ccffcbe28d2fa Signed-off-by: DarkJoker360 Signed-off-by: clarencelol Signed-off-by: pix106 --- properties/vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/properties/vendor.prop b/properties/vendor.prop index 1582474a..69de9e67 100644 --- a/properties/vendor.prop +++ b/properties/vendor.prop @@ -222,6 +222,7 @@ debug.egl.hw=1 debug.enable.sglscale=1 debug.sf.recomputecrop=0 ro.hwui.render_ahead=3 +ro.config.avoid_gfx_accel=true # Sensors ro.vendor.sensors.facing=false