Changing screen orientation in Frame

Everything works, thank you!
I use this command.

WAYLAND_DISPLAY=wayland-99 ubuntu-frame --cursor null & \
  sleep 1; wpe-webkit-mir-kiosk.cog http://localhost:9400/receiver & 

But I don’t understand how to turn the screen? So that it also retains its orientation when rebooting.

Hi @earlywaff, see below for how to change Frame’s display configuration.

That said, you shouldn’t need to run Frame or WPE from the command line, see snap set ... daemon=true, which you can set on both snaps. It’s also recommended to run on Ubuntu Core, which has those enabled as daemon by default.

1 Like