From 9adf0745041210e7c97a14496431057f06239868 Mon Sep 17 00:00:00 2001 From: atlas Date: Fri, 10 Jul 2026 02:39:11 +0200 Subject: [PATCH] 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. --- nix/templates/weston-vnc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/templates/weston-vnc.nix b/nix/templates/weston-vnc.nix index 909bdf08..aff4c1d3 100644 --- a/nix/templates/weston-vnc.nix +++ b/nix/templates/weston-vnc.nix @@ -23,6 +23,10 @@ let [vnc] auth-method=none + + [output] + name=VNC-1 + mode=1280x720 ''; in {