From 758bfbbcdbc7d8e41aa60207904e8715e9574618 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 11 Feb 2021 16:50:41 -0600 Subject: weston-init: Update weston.ini - Add repaint-window for all i.MX 8 to support 4K display - Add enable-overlay-view option as comment - Enable touchscreen_calibrator - Update transform values which were re-worked for weston 9.0 Signed-off-by: Tom Hochstein (cherry picked from commit 8c91f6a43fb196810e43f4f5361c618f5569b328) --- recipes-graphics/wayland/weston-init.bbappend | 3 +++ recipes-graphics/wayland/weston-init/imx/weston.ini | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 0a257980..8e590965 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -24,6 +24,9 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx6q = " \ INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \ use-g2d=1 \ " +INI_UNCOMMENT_ASSIGNMENTS_append_mx8 = " \ + repaint-window=16 \ +" INI_UNCOMMENT_ASSIGNMENTS_append_mx8mm = " \ use-g2d=1 \ " diff --git a/recipes-graphics/wayland/weston-init/imx/weston.ini b/recipes-graphics/wayland/weston-init/imx/weston.ini index d9094b1f..916e621a 100644 --- a/recipes-graphics/wayland/weston-init/imx/weston.ini +++ b/recipes-graphics/wayland/weston-init/imx/weston.ini @@ -3,14 +3,19 @@ idle-time=0 #use-g2d=1 #xwayland=true +#repaint-window=16 +#enable-overlay-view=1 #[shell] #size=1920x1080 +[libinput] +touchscreen_calibrator=true + #[output] #name=HDMI-A-1 #mode=1920x1080@60 -#transform=90 +#transform=rotate-90 #[output] #name=HDMI-A-2 @@ -19,7 +24,7 @@ idle-time=0 # off Disables the output # preferred Uses the preferred mode # current Uses the current crt controller mode -#transform=90 +#transform=rotate-90 [screen-share] command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize -- cgit v1.2.3-54-g00ecf