From 1fe0af568f251c0db26224bd7e8b5ff2ed6e4bf1 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 15 Sep 2020 13:11:05 +0200 Subject: [PATCH] weston-init: uncomment "use-g2d=1" from weston.ini on the ccimx6sbc Without this option, moving any element on the desktop (cursor or windows) will cause an undesired "trailing" effect, where parts of the moved elements remain on the desktop. https://jira.digi.com/browse/DEL-7221 Signed-off-by: Gabriel Valcazar --- meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend b/meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend index bb0b16be9..0e885d562 100644 --- a/meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend +++ b/meta-digi-dey/recipes-graphics/wayland/weston-init.bbappend @@ -17,6 +17,11 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mp = " \ use-g2d=1 \ " +# Digi: use g2d on ccimx6sbc to fix desktop window issue +INI_UNCOMMENT_ASSIGNMENTS_append_ccimx6sbc = " \ + use-g2d=1 \ +" + do_install_append() { install -Dm0755 ${WORKDIR}/profile ${D}${sysconfdir}/profile.d/weston.sh