Blame SOURCES/tigervnc-manpages.patch

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