vnc: increase desktop resolution to 1920x1080

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Philip Peterson 2026-05-25 21:04:59 -08:00
parent 6b7cc9f88b
commit 6881cd74e1

View file

@ -16,7 +16,7 @@ Xvnc :1 \
-rfbport 5901 \ -rfbport 5901 \
-SecurityTypes VncAuth \ -SecurityTypes VncAuth \
-PasswordFile /root/.vnc/passwd \ -PasswordFile /root/.vnc/passwd \
-geometry 1280x800 \ -geometry 1920x1080 \
-depth 24 \ -depth 24 \
-AlwaysShared \ -AlwaysShared \
& &