From e0f804586ad86f5247e99d80ff5e466be8a30333 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Sun, 17 Nov 2019 09:25:11 -0600 Subject: [PATCH] weston: Use G2D as default renderer for 7ULP Signed-off-by: Tom Hochstein --- .../wayland/weston-init/mx7ulp/weston.ini | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-graphics/wayland/weston-init/mx7ulp/weston.ini diff --git a/recipes-graphics/wayland/weston-init/mx7ulp/weston.ini b/recipes-graphics/wayland/weston-init/mx7ulp/weston.ini new file mode 100644 index 00000000..390932bc --- /dev/null +++ b/recipes-graphics/wayland/weston-init/mx7ulp/weston.ini @@ -0,0 +1,25 @@ +[core] +#gbm-format=argb8888 +idle-time=0 +use-g2d=1 +#xwayland=true + +#[shell] +#size=1920x1080 + +#[output] +#name=HDMI-A-1 +#mode=1920x1080@60 +#transform=90 + +#[output] +#name=HDMI-A-2 +#mode=off +# WIDTHxHEIGHT Resolution size width and height in pixels +# off Disables the output +# preferred Uses the preferred mode +# current Uses the current crt controller mode +#transform=90 + +[screen-share] +command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize -- 2.40.1