diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-24 10:31:37 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-24 10:31:37 +0000 |
commit | b7c034a7e31024da7538c86b618ac223763d6ca3 (patch) | |
tree | dd9f68ceda1224deb2238c1c0e8532219af83c7d /unix | |
parent | 981c45efc609cd59b8bceb60c5dfd39a4a23f678 (diff) | |
download | tigervnc-b7c034a7e31024da7538c86b618ac223763d6ca3.tar.gz tigervnc-b7c034a7e31024da7538c86b618ac223763d6ca3.zip |
Document the new DesktopSize parameter in the man file.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3715 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/vncviewer/vncviewer.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/vncviewer/vncviewer.man b/unix/vncviewer/vncviewer.man index 5add8cd7..f5eebaba 100644 --- a/unix/vncviewer/vncviewer.man +++ b/unix/vncviewer/vncviewer.man @@ -136,6 +136,12 @@ combined with Start in full-screen mode. .TP +.B \-DesktopSize \fIwidth\fPx\fIheight\fP +Instead of keeping the existing remote screen size, the client will attempt to +switch to the specified since when connecting. If the server does not support +the SetDesktopSize message then the screen will retain the original size. + +.TP .B \-AutoSelect Use automatic selection of encoding and pixel format (default is on). Normally the viewer tests the speed of the connection to the server and chooses the |