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:
parent
e58805b1ff
commit
9adf074504
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ let
|
|||
|
||||
[vnc]
|
||||
auth-method=none
|
||||
|
||||
[output]
|
||||
name=VNC-1
|
||||
mode=1280x720
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue