#phosh works great on the #uConsole running #postmarketos 😊
@agx do you know a way of booting in Landscape mode? Currently I have to switch to Landscape mode at each boot using the quicksettings.
I’ve tried setting `rotate=90` in `phoc.ini` but that just rotates the lockscreen.
@fizzo You can set the transform in /etc/phosh/phoc.ini (https://gitlab.gnome.org/World/Phosh/phoc/-/blob/main/doc/phoc.ini.rst)
@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.
@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?