How to configure the Weston screen orientation

Revision as of 11:27, 9 September 2024 by Registered User (Created page with "{{ApplicableFor |MPUs list=STM32MP13x, STM32MP15x, STM32MP25x |MPUs checklist=STM32MP13x, STM32MP15x, STM32MP25x }} <noinclude></noinclude> * Edit and change the value of the <code>transform</code> variable in the <code>output</code> section of the <code>weston.ini</code> Weston configuration file<ref name="weston.ini">[http://manpages.ubuntu.com/manpages/latest/man5/weston.ini.5.html Ubuntu weston.ini manpage]</ref> {{Board$}}cat /etc/xdg/weston/weston.ini ... # DSI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Applicable for STM32MP13x lines, STM32MP15x lines, STM32MP25x lines


  • Edit and change the value of the transform variable in the output section of the weston.ini Weston configuration file[1]
cat /etc/xdg/weston/weston.ini
...
# DSI connector
[output]
name=DSI-1
mode=preferred
transform=rotate-90
...
  • Restart Weston [2]
systemctl restart weston-graphical-session

1. References[edit source]