From def88d42877fd4291b30f4130daa6219cadd58ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Mon, 13 Apr 2020 13:30:34 -0400 Subject: Use GPU render node for graphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä --- system.prop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.prop b/system.prop index ca44e66..ba3db67 100644 --- a/system.prop +++ b/system.prop @@ -19,6 +19,6 @@ ro.hardware.hwcomposer=drm ro.hardware.gralloc=gbm drm.gpu.force_software=1 hwc.drm.device=/dev/dri/card0 -gralloc.gbm.device=/dev/dri/renderD128 +gralloc.gbm.device=/dev/dri/renderD129 ro.config.avoid_gfx_accel=1 debug.sf.nobootanimation=1 -- cgit v1.2.3