From a32fd1315f371beeda0856c2108615ae162760a9 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 10 Oct 2018 13:42:56 -0500 Subject: [PATCH] weston: Set desktop shell size to 1080p for i.MX 8M For i.MX 8M, set the shell size to 1080p to reduce GPU pressure. Signed-off-by: Tom Hochstein --- recipes-graphics/wayland/weston/mx8mq/weston.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-graphics/wayland/weston/mx8mq/weston.ini b/recipes-graphics/wayland/weston/mx8mq/weston.ini index 25f56748..d1597a42 100644 --- a/recipes-graphics/wayland/weston/mx8mq/weston.ini +++ b/recipes-graphics/wayland/weston/mx8mq/weston.ini @@ -8,6 +8,9 @@ gbm-format=argb8888 #mode=1920x1080@60 #transform=90 +[shell] +size=1920x1080 + #[output] #name=HDMI-A-2 #mode=off -- 2.40.1