Last edited one week ago

How to configure the Weston screen orientation

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]