@fizzo You can set the transform in /etc/phosh/phoc.ini (https://gitlab.gnome.org/World/Phosh/phoc/-/blob/main/doc/phoc.ini.rst)
@fizzo That's odd. I just checked and it works here. Do you maybe have an accelerometer that "fixes" things up?
@fizzo Does your kernel export a "panel orientation" DRM property? If so https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/473 should get the orientation correct right away. Maybe tray that too?
@agx
The rotate parameter seems to apply only to the lockscreen.
My `/etc/phosh/phoc.ini` is:
```
[output:DSI-1]
scale = 1.25
rotate = 90
```
But `wlr-randr` shows `Transform: normal`.
Using `wlr-randr —output DSI-1 —transform 270` switches from Portrait to Landscape mode.