mvadkert / rpms / tigervnc

Forked from rpms/tigervnc 6 years ago
Clone
8efa52a
diff -up tigervnc-1.4.2/unix/vncserver.manpages tigervnc-1.4.2/unix/vncserver
8efa52a
--- tigervnc-1.4.2/unix/vncserver.manpages	2015-02-12 19:39:32.253788841 +0000
8efa52a
+++ tigervnc-1.4.2/unix/vncserver	2015-02-12 19:39:32.326789294 +0000
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".
8efa52a
diff -up tigervnc-1.4.2/vncviewer/vncviewer.cxx.manpages tigervnc-1.4.2/vncviewer/vncviewer.cxx
8efa52a
--- tigervnc-1.4.2/vncviewer/vncviewer.cxx.manpages	2015-01-23 23:37:23.000000000 +0000
8efa52a
+++ tigervnc-1.4.2/vncviewer/vncviewer.cxx	2015-02-12 19:39:32.327789300 +0000
8efa52a
@@ -265,6 +265,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"
8efa52a
diff -up tigervnc-1.4.2/vncviewer/vncviewer.man.manpages tigervnc-1.4.2/vncviewer/vncviewer.man
8efa52a
--- tigervnc-1.4.2/vncviewer/vncviewer.man.manpages	2015-02-12 19:39:32.327789300 +0000
8efa52a
+++ tigervnc-1.4.2/vncviewer/vncviewer.man	2015-02-13 09:54:55.042903357 +0000
8efa52a
@@ -219,6 +219,10 @@ This option specifies the preferred enco
8efa52a
 Disable lossy JPEG compression in Tight encoding. Default is off.
8efa52a
 .
7d65892
 .TP
7d65892
+.B \-ImprovedHextile
7d65892
+Try harder to compress data (default).
8efa52a
+.
7d65892
+.TP
8efa52a
 .B \-QualityLevel \fIlevel\fP
8efa52a
 JPEG quality level. 0 = Low, 9 = High. May be adjusted automatically if
8efa52a
 \fB-AutoSelect\fP is turned on. Default is 8.
8efa52a
@@ -271,6 +275,10 @@ command is executed with the environment
8efa52a
 \fIR\fR, and \fIG\fR taken the values of the local port number, the remote
7d65892
 host, the port number on the remote host, and the gateway machine
7d65892
 respectively.
8efa52a
+.
7d65892
+.TP
8efa52a
+.B \-ZlibLevel
7d65892
+Zlib compression level.
8efa52a
 
8efa52a
 .SH FILES
8efa52a
 .TP