feat(#2304): set weston VNC default resolution to 720p (1280x720)

Add [output] section to weston.ini with name=VNC-1 mode=1280x720.
The VNC backend's output is named VNC-1; the mode string sets the
compositor's framebuffer size that clients connect to.
This commit is contained in:
atlas 2026-07-10 02:39:11 +02:00
commit 9adf074504

View file

@ -23,6 +23,10 @@ let
[vnc]
auth-method=none
[output]
name=VNC-1
mode=1280x720
'';
in
{