Last edited 6 months ago

How to configure the Weston screen orientation



  • 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 | edit source]