From d0b4b656a28fceec97c3d4365a4ec61b8f75a650 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 10 Oct 2018 13:41:34 -0500 Subject: weston: Use argb8888 as gbm-format for i.MX 8MQ Signed-off-by: Tom Hochstein --- recipes-graphics/wayland/weston/mx8mq/weston.ini | 21 +++++++++++++++++++++ recipes-graphics/wayland/weston_4.0.0.imx.bb | 1 + 2 files changed, 22 insertions(+) create mode 100644 recipes-graphics/wayland/weston/mx8mq/weston.ini (limited to 'recipes-graphics/wayland') diff --git a/recipes-graphics/wayland/weston/mx8mq/weston.ini b/recipes-graphics/wayland/weston/mx8mq/weston.ini new file mode 100644 index 00000000..25f56748 --- /dev/null +++ b/recipes-graphics/wayland/weston/mx8mq/weston.ini @@ -0,0 +1,21 @@ +[core] +# i.MX: Disable idle timeout +idle-time=0 +gbm-format=argb8888 + +#[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 diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index 1a31016a..c047e22f 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb @@ -22,6 +22,7 @@ S = "${WORKDIR}/git" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" inherit autotools pkgconfig useradd distro_features_check + # Disable OpenGL for parts with GPU support for 2D but not 3D REQUIRED_DISTRO_FEATURES = "opengl" REQUIRED_DISTRO_FEATURES_imxgpu2d = "" -- cgit v1.2.3-54-g00ecf