diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-10 13:42:56 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-30 15:20:17 -0500 |
commit | a32fd1315f371beeda0856c2108615ae162760a9 (patch) | |
tree | 662cb2fadab4eb18c545a787dd5f983883f05a22 | |
parent | d0b4b656a28fceec97c3d4365a4ec61b8f75a650 (diff) | |
download | meta-freescale-a32fd1315f371beeda0856c2108615ae162760a9.tar.gz |
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 <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-graphics/wayland/weston/mx8mq/weston.ini | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
8 | #mode=1920x1080@60 | 8 | #mode=1920x1080@60 |
9 | #transform=90 | 9 | #transform=90 |
10 | 10 | ||
11 | [shell] | ||
12 | size=1920x1080 | ||
13 | |||
11 | #[output] | 14 | #[output] |
12 | #name=HDMI-A-2 | 15 | #name=HDMI-A-2 |
13 | #mode=off | 16 | #mode=off |