diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-03-09 14:42:21 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:08:33 -0400 |
commit | aece318223270fc3275336d250e9f6c86bc7d506 (patch) | |
tree | 5d1f7058751fdbf8bc8161847b06fe1514254cb4 /meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland | |
parent | f6dcacfecb41dd79f17e2b7471f168c63e7b2d76 (diff) |
meta-agl-bsp: update Raspberry Pi weston.ini fragments
Remove the unused hdmi-a-1-270-720p.cfg and update the transform
in dsi.cfg for weston 9.0 just in case someone needs to use it.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Id4ada1bbb3c4ff4c9f9f49dad11226f23fbdfe7b
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg | 2 | ||||
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg index 72a6d2bf8..ed6a4ed90 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg +++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/dsi.cfg @@ -2,4 +2,4 @@ # rather than HDMI. [output] name=DSI-1 -transform=270 +transform=rotate-90 diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg deleted file mode 100644 index e1c9db1a8..000000000 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf/hdmi-a-1-270-720p.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# A display is connected to HDMI-A-1 and needs to be rotated 270 degrees -# to have a proper orientation of the homescreen. For example the various sizes -# of the GeChic display or the Dell display. -[output] -name=HDMI-A-1 -transform=270 -mode=1280x720 |