From 7bd57ce37be298b5a0e908f6991d363667257c48 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Sun, 17 Nov 2019 09:25:11 -0600 Subject: weston: Move use-g2d option for 8M Mini to weston.ini Signed-off-by: Tom Hochstein --- .../wayland/weston-init/mx8mm/weston.config | 2 +- .../wayland/weston-init/mx8mm/weston.ini | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 recipes-graphics/wayland/weston-init/mx8mm/weston.ini diff --git a/recipes-graphics/wayland/weston-init/mx8mm/weston.config b/recipes-graphics/wayland/weston-init/mx8mm/weston.config index 060aae09..7c92cf11 100644 --- a/recipes-graphics/wayland/weston-init/mx8mm/weston.config +++ b/recipes-graphics/wayland/weston-init/mx8mm/weston.config @@ -1,2 +1,2 @@ #!/bin/sh -OPTARGS="--xwayland --use-g2d=1" +OPTARGS="--xwayland" diff --git a/recipes-graphics/wayland/weston-init/mx8mm/weston.ini b/recipes-graphics/wayland/weston-init/mx8mm/weston.ini new file mode 100644 index 00000000..390932bc --- /dev/null +++ b/recipes-graphics/wayland/weston-init/mx8mm/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 -- cgit v1.2.3-54-g00ecf