Last edited 6 months ago

How to configure the Weston screen orientation



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

1. References[edit | edit source]