Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 658076 | Differences between
and this patch

Collapse All | Expand All

(-)tigervnc-1.8.90.orig/unix/vncserver (+1 lines)
Lines 684-689 sub Usage Link Here
684
	"                 [-geometry <width>x<height>]\n".
684
	"                 [-geometry <width>x<height>]\n".
685
	"                 [-pixelformat rgbNNN|bgrNNN]\n".
685
	"                 [-pixelformat rgbNNN|bgrNNN]\n".
686
	"                 [-fp <font-path>]\n".
686
	"                 [-fp <font-path>]\n".
687
	"                 [-cc <visual>]\n".
687
	"                 [-fg]\n".
688
	"                 [-fg]\n".
688
	"                 [-autokill]\n".
689
	"                 [-autokill]\n".
689
	"                 [-noxstartup]\n".
690
	"                 [-noxstartup]\n".
(-)tigervnc-1.8.90.orig/vncviewer/vncviewer.cxx (+5 lines)
Lines 353-358 static void usage(const char *programNam Link Here
353
          "       %s [parameters] [.tigervnc file]\n",
353
          "       %s [parameters] [.tigervnc file]\n",
354
          programName, programName, programName);
354
          programName, programName, programName);
355
  fprintf(stderr,"\n"
355
  fprintf(stderr,"\n"
356
	  "Options:\n\n"
357
	  "  -display Xdisplay - Specifies the X display for the viewer window\n"
358
	  "  -geometry geometry - Standard X position and sizing specification.\n");
359
360
  fprintf(stderr,"\n"
356
          "Parameters can be turned on with -<param> or off with -<param>=0\n"
361
          "Parameters can be turned on with -<param> or off with -<param>=0\n"
357
          "Parameters which take a value can be specified as "
362
          "Parameters which take a value can be specified as "
358
          "-<param> <value>\n"
363
          "-<param> <value>\n"
(-)tigervnc-1.8.90.orig/vncviewer/vncviewer.man (+9 lines)
Lines 240-245 This option specifies the preferred enco Link Here
240
Disable lossy JPEG compression in Tight encoding. Default is off.
240
Disable lossy JPEG compression in Tight encoding. Default is off.
241
.
241
.
242
.TP
242
.TP
243
.B \-ImprovedHextile
244
Try harder to compress data (default).
245
.
246
.TP
243
.B \-QualityLevel \fIlevel\fP
247
.B \-QualityLevel \fIlevel\fP
244
JPEG quality level. 0 = Low, 9 = High. May be adjusted automatically if
248
JPEG quality level. 0 = Low, 9 = High. May be adjusted automatically if
245
\fB-AutoSelect\fP is turned on. Default is 8.
249
\fB-AutoSelect\fP is turned on. Default is 8.
Lines 296-301 respectively. Link Here
296
.B \-AlertOnFatalError
300
.B \-AlertOnFatalError
297
Display a dialog with any fatal error before exiting. Default is on.
301
Display a dialog with any fatal error before exiting. Default is on.
298
302
303
.
304
.TP
305
.B \-ZlibLevel
306
Zlib compression level.
307
299
.SH FILES
308
.SH FILES
300
.TP
309
.TP
301
$HOME/.vnc/default.tigervnc
310
$HOME/.vnc/default.tigervnc

Return to bug 658076