7d65892
diff -up tigervnc-1.2.80-20130314svn5065/unix/vncserver.man.manpages tigervnc-1.2.80-20130314svn5065/unix/vncserver.man
7d65892
--- tigervnc-1.2.80-20130314svn5065/unix/vncserver.man.manpages	2013-07-03 12:44:03.820392690 +0100
7d65892
+++ tigervnc-1.2.80-20130314svn5065/unix/vncserver.man	2013-07-03 12:44:44.222587028 +0100
7d65892
@@ -92,6 +92,10 @@ argument.  Thus, you can invoke "vncserv
7d65892
 end of your xstartup file after a particular application exits.
7d65892
 
7d65892
 .TP
7d65892
+.B \-list
7d65892
+Lists running VNC servers.
7d65892
+
7d65892
+.TP
7d65892
 .B \-fp \fIfont-path\fP
7d65892
 If the vncserver script detects that the X Font Server (XFS) is running, it
7d65892
 will attempt to start Xvnc and configure Xvnc to use XFS for font handling.
7d65892
diff -up tigervnc-1.2.80-20130314svn5065/unix/vncserver.manpages tigervnc-1.2.80-20130314svn5065/unix/vncserver
7d65892
--- tigervnc-1.2.80-20130314svn5065/unix/vncserver.manpages	2013-07-03 12:39:08.754980784 +0100
7d65892
+++ tigervnc-1.2.80-20130314svn5065/unix/vncserver	2013-07-03 12:43:57.932364387 +0100
7d65892
@@ -551,6 +551,7 @@ sub Usage
7d65892
 	"                 [-geometry <width>x<height>]\n".
7d65892
 	"                 [-pixelformat rgbNNN|bgrNNN]\n".
7d65892
 	"                 [-fp <font-path>]\n".
7d65892
+	"                 [-cc <visual>]\n".
7d65892
 	"                 [-fg]\n".
7d65892
 	"                 [-autokill]\n".
7d65892
 	"                 <Xvnc-options>...\n\n".
7d65892
diff -up tigervnc-1.2.80-20130314svn5065/unix/x0vncserver/x0vncserver.cxx.manpages tigervnc-1.2.80-20130314svn5065/unix/x0vncserver/x0vncserver.cxx
7d65892
diff -up tigervnc-1.2.80-20130314svn5065/unix/x0vncserver/x0vncserver.man.manpages tigervnc-1.2.80-20130314svn5065/unix/x0vncserver/x0vncserver.man
7d65892
--- tigervnc-1.2.80-20130314svn5065/unix/x0vncserver/x0vncserver.man.manpages	2013-07-03 12:46:17.814038117 +0100
7d65892
+++ tigervnc-1.2.80-20130314svn5065/unix/x0vncserver/x0vncserver.man	2013-07-03 12:58:32.814621597 +0100
7d65892
@@ -68,7 +68,13 @@ to accept connections from any IP addres
7d65892
 Specify which security scheme to use for incoming connections.  Valid values
7d65892
 are \fBNone\fP and \fBVncAuth\fP.  Default is \fBVncAuth\fP.
7d65892
 .TP
7d65892
-.B PasswordFile
7d65892
+.B pam_server
7d65892
+Service name for pam password validation (default is "vnc").
7d65892
+.TP
7d65892
+.B PlainUsers
7d65892
+Users permission to access via Plain security type.
7d65892
+.TP
7d65892
+.B PasswordFile, rfbauth
7d65892
 Password file for VNC authentication.  There is no default, you should
7d65892
 specify the password file explicitly.  Password file should be created with
7d65892
 the \fBvncpasswd\fP(1) utility.
7d65892
@@ -113,6 +119,16 @@ Accept key press and release events from
7d65892
 .B AcceptPointerEvents
7d65892
 Accept pointer events from clients.  Default is on.
7d65892
 .TP
7d65892
+.B AcceptCutText
7d65892
+Accept clipboard updates from clients.  Default is on.
7d65892
+.TP
7d65892
+.B MaxCutText
7d65892
+Maximum permitted length of an incoming clipboard update (default is
7d65892
+262144).
7d65892
+.TP
7d65892
+.B SendCutText
7d65892
+Send clipboard changes to clients.  Default is on.
7d65892
+.TP
7d65892
 .B RemapKeys
7d65892
 Comma-separated list of incoming keysyms to remap.  Mappings are expressed as
7d65892
 two hex values, prefixed by \fB0x\fP, and separated by \fB->\fP (`dash' and
7d65892
@@ -154,23 +170,6 @@ clients may choose video selection thems
7d65892
 \fBVideoArea\fP parameter will take effect.  If the argument is empty, no
7d65892
 video area is set (this is the default).
7d65892
 .TP
7d65892
-.B VideoPriority
7d65892
-Specify the priority of sending video updates.  \fBx0vncserver\fP can be
7d65892
-instructed to treat certain rectangular part of the screen as a video area
7d65892
-and handle it in a special way for improved performance (see documentation on
7d65892
-the \fBVideoArea\fP parameter).  \fBVideoPriority\fP value controls how often
7d65892
-video area will be sent to clients as compared to the rest of the screen.
7d65892
-The priority must be an integer between 0 and 8, and the default value is 2.
7d65892
-
7d65892
-\fBVideoPriority\fP set to 1 gives the same priority both to video and to
7d65892
-other pixels.  Higher values give more priority to video.  For example, the
7d65892
-value 5 specifies that the rate of sending video will be five times higher
7d65892
-than the rate of updating the rest of the screen.  If \fBVideoPriority\fP is
7d65892
-set to 0, it gives equal priority to video and other updates (just like the
7d65892
-value 1) and also disables special encoding for video data.  In other words,
7d65892
-\fBVideoPriority\fP video area will be sent as a part of other screen
7d65892
-contents.
7d65892
-.TP
7d65892
 .B CompareFB
7d65892
 Perform pixel comparison on framebuffer to reduce unnecessary updates.
7d65892
 Default is on.
7d65892
@@ -185,15 +184,6 @@ This enables system-specific access to c
7d65892
 screen (the default X visual often provides 256 colors).  Also, in overlay
7d65892
 mode, \fBx0vncserver\fP can show correct mouse cursor.  Default is on.
7d65892
 .TP
7d65892
-.B UseHardwareJPEG
7d65892
-Use hardware-accelerated JPEG compressor for video if available.
7d65892
-\fBx0vncserver\fP can be instructed to treat certain rectangular part of the
7d65892
-screen as a video area and handle it in a special way for improved
7d65892
-performance.  If the client supports Tight encoding and JPEG compression,
7d65892
-such video areas will be sent as JPEG-encoded rectangles.  And if this option
7d65892
-is on, compression will be hardware-accelerated (currently, supported only in
7d65892
-SGI/IRIX equipped with appropriate hardware).  Default is on.
7d65892
-.TP
7d65892
 .B ZlibLevel
7d65892
 Zlib compression level for ZRLE encoding (it does not affect Tight encoding).
7d65892
 Acceptable values are between 0 and 9.  Default is to use the standard
7d65892
@@ -222,6 +212,18 @@ Terminate after \fIN\fP seconds of user
7d65892
 .B ClientWaitTimeMillis
7d65892
 The number of milliseconds to wait for a client which is no longer
7d65892
 responding.  Default is 20000.
7d65892
+.TP
7d65892
+.B DeferUpdate
7d65892
+Time in milliseconds to defer updates (default is 1).
7d65892
+.TP
7d65892
+.B AlwaysSetDeferUpdateTimer
7d65892
+Always reset the defer update timer on every change.
7d65892
+.TP
7d65892
+.B x509key
7d65892
+Path to key of the x509 certificate in PEM format.
7d65892
+.TP
7d65892
+.B 509cert
7d65892
+Path to x509 certificate in PEM format.
7d65892
 .SH SEE ALSO
7d65892
 .BR Xvnc (1),
7d65892
 .BR vncpasswd (1),
7d65892
diff -up tigervnc-1.2.80-20130314svn5065/vncviewer/vncviewer.cxx.manpages tigervnc-1.2.80-20130314svn5065/vncviewer/vncviewer.cxx
7d65892
--- tigervnc-1.2.80-20130314svn5065/vncviewer/vncviewer.cxx.manpages	2013-07-03 12:00:58.005856116 +0100
7d65892
+++ tigervnc-1.2.80-20130314svn5065/vncviewer/vncviewer.cxx	2013-07-03 12:04:26.083023050 +0100
7d65892
@@ -261,6 +261,11 @@ static void usage(const char *programNam
7d65892
           "       %s [parameters] -listen [port] [parameters]\n",
7d65892
           programName, programName);
7d65892
   fprintf(stderr,"\n"
7d65892
+	  "Options:\n\n"
7d65892
+	  "  -display Xdisplay - Specifies the X display for the viewer window\n"
7d65892
+	  "  -geometry geometry - Standard X position and sizing specification.\n");
7d65892
+
7d65892
+  fprintf(stderr,"\n"
7d65892
           "Parameters can be turned on with -<param> or off with -<param>=0\n"
7d65892
           "Parameters which take a value can be specified as "
7d65892
           "-<param> <value>\n"
7d65892
diff -up tigervnc-1.2.80-20130314svn5065/vncviewer/vncviewer.man.manpages tigervnc-1.2.80-20130314svn5065/vncviewer/vncviewer.man
7d65892
--- tigervnc-1.2.80-20130314svn5065/vncviewer/vncviewer.man.manpages	2013-07-03 11:40:48.905078300 +0100
7d65892
+++ tigervnc-1.2.80-20130314svn5065/vncviewer/vncviewer.man	2013-07-03 12:00:13.116604372 +0100
7d65892
@@ -113,12 +113,53 @@ Xvnc supports reverse connections with a
7d65892
 .B vncconfig.
7d65892
 
7d65892
 .TP
7d65892
-.B \-passwd \fIpassword-file\fP
7d65892
+.B \-passwd \fIpassword-file\fP, \-PasswordFile \fIpassword-file\fP
7d65892
 If you are on a filesystem which gives you access to the password file used by
7d65892
 the server, you can specify it here to avoid typing it in.  It will usually be
7d65892
 "~/.vnc/passwd".
7d65892
 
7d65892
 .TP
7d65892
+.B \-DotWhenNoCursor
7d65892
+Show the dot cursor when the server sends an invisible cursor.
7d65892
+
7d65892
+.TP
7d65892
+.B \-PointerEventInterval
7d65892
+Time in milliseconds to rate-limit successive pointer events.
7d65892
+
7d65892
+.TP
7d65892
+.B \-ImprovedHextile
7d65892
+Try harder to compress data (default).
7d65892
+
7d65892
+.TP
7d65892
+.B \-QualityLevel \fIlevel\fP
7d65892
+JPEG quality level (default is 8).
7d65892
+
7d65892
+.TP
7d65892
+.B \-NoJPEG
7d65892
+Disable lossy JPEG compression in Tight encoding.
7d65892
+
7d65892
+.TP
7d65892
+.B CompressLevel \fIlevel\fP
7d65892
+Use specified compression level (default is 2).
7d65892
+
7d65892
+.TP
7d65892
+.B CustomCompressLevel \fIlevel\fP
7d65892
+Use custom compression level. Default is CompressLevel is specified.
7d65892
+
7d65892
+.TP
7d65892
+.B \-SendPrimary
7d65892
+Send the primary selection and cut buffer to the server as well as the
7d65892
+clipboard selection (default).
7d65892
+
7d65892
+.TP
7d65892
+.B \-SendClipboard
7d65892
+Send clipboard changes to the server (default).
7d65892
+
7d65892
+.TP
7d65892
+.B \-AcceptClipboard
7d65892
+Accept clipboard changes from the server (default).
7d65892
+
7d65892
+.TP
7d65892
 .B \-Shared
7d65892
 When you make a connection to a VNC server, all other existing connections are
7d65892
 normally closed.  This option requests that they be left open, allowing you to
7d65892
@@ -140,6 +181,19 @@ Maximize viewer window.
7d65892
 Start in full-screen mode.
7d65892
 
7d65892
 .TP
7d65892
+.B \-FullScreenAllMonitors
7d65892
+Enable full screen over all monitors (default).
7d65892
+
7d65892
+.TP
7d65892
+.B \-FullscreenSystemKeys
7d65892
+Pass special keys directly to the server in full-screen mode.
7d65892
+
7d65892
+.TP
7d65892
+.B \-RemoteResize
7d65892
+Dynamically resize the remote desktop size as the size of the local
7d65892
+client window changes (default).
7d65892
+
7d65892
+.TP
7d65892
 .B \-DesktopSize \fIwidth\fPx\fIheight\fP
7d65892
 Instead of keeping the existing remote screen size, the client will attempt to
7d65892
 switch to the specified since when connecting. If the server does not support
7d65892
@@ -214,6 +268,22 @@ command is executed with the environment
7d65892
 host, the port number on the remote host, and the gateway machine
7d65892
 respectively.
7d65892
 
7d65892
+.TP
7d65892
+\fB\-ZlibLevel\fR \fIlevel\fR
7d65892
+Zlib compression level.
7d65892
+
7d65892
+.TP
7d65892
+.B \-x509crl \fIfile\fP
7d65892
+X509 CRL file
7d65892
+
7d65892
+.TP
7d65892
+.B \-x509ca \fIfile\fP
7d65892
+X509 CA certificate
7d65892
+
7d65892
+.TP
7d65892
+.B \-SecurityTypes \fItypes\fP
7d65892
+Specify which security scheme to use.
7d65892
+
7d65892
 .SH SEE ALSO
7d65892
 .BR Xvnc (1),
7d65892
 .BR vncpasswd (1),