From baa19dc45fc6fc1e42997d76d255ba8b970de4bf Mon Sep 17 00:00:00 2001 From: Ultra119 Date: Fri, 26 Aug 2022 20:30:41 +0300 Subject: [PATCH] sdm710-common: rootdir: Try vendor.hwcomposer 2.3 too [ 4.526015] init: Command 'start vendor.hwcomposer-2-1' action=post-fs (/vendor/etc/init/hw/init.qcom.rc:85) took 0ms and failed: service vendor.hwcomposer-2-1 not found --- rootdir/etc/init.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index acdbcff..d83a79c 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -85,7 +85,10 @@ on post-fs # Start services for bootanim start surfaceflinger start bootanim + # Try for @2.1, for legacy start vendor.hwcomposer-2-1 + # Try for @2.3, for GRAPHICS_V3 devices + start vendor.hwcomposer-2-3 start vendor.configstore-hal start vendor.qti.hardware.display.allocator