From b5fd4d1e039ff265cdeb1f401d5c34a7110e31bd Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 9 Mar 2020 15:46:54 +0100 Subject: weston.ini: use g2d for soc which support g2d For apalis-imx8 this makes gst-play and the gstreamer playbin plugin automatically convert the tiling output of the vpu decoder to the video sink plugins requirement. Related-to: ELB-2351 Signed-off-by: Max Krummenacher --- .../wayland/weston/imxgpu2d/weston.ini | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-graphics/wayland/weston/imxgpu2d/weston.ini diff --git a/recipes-graphics/wayland/weston/imxgpu2d/weston.ini b/recipes-graphics/wayland/weston/imxgpu2d/weston.ini new file mode 100644 index 0000000..60aa760 --- /dev/null +++ b/recipes-graphics/wayland/weston/imxgpu2d/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=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize -- cgit v1.2.3