From: Constantin Kaplinsky Date: Tue, 23 Dec 2008 07:23:37 +0000 (+0000) Subject: [Documentation] Corrected documentation on UseHardwareJPEG parameter. X-Git-Tag: v0.0.90~240 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c6b856b3570367f231915ed485503b72c4d49d2;p=tigervnc.git [Documentation] Corrected documentation on UseHardwareJPEG parameter. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3444 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/unix/x0vncserver/x0vncserver.man b/unix/x0vncserver/x0vncserver.man index 5b8caf82..e430b501 100644 --- a/unix/x0vncserver/x0vncserver.man +++ b/unix/x0vncserver/x0vncserver.man @@ -174,12 +174,12 @@ mode, \fBx0vncserver\fP can show correct mouse cursor. Default is on. .TP .B UseHardwareJPEG Use hardware-accelerated JPEG compressor for video if available. -\fBx0vncserver\fP can detect video areas on the screen and handle them -separately from the rest of the screen, for better performance. If the -client supports Tight encoding and JPEG compression, such video areas will be -sent as JPEG-encoded rectangles. And if this option is on, compression will -be hardware-accelerated (currently, supported only in SGI/IRIX equipped with -appropriate hardware). Default is on. +\fBx0vncserver\fP can be instructed to treat certain rectangular part of the +screen as a video area and handle it in a special way for improved +performance. If the client supports Tight encoding and JPEG compression, +such video areas will be sent as JPEG-encoded rectangles. And if this option +is on, compression will be hardware-accelerated (currently, supported only in +SGI/IRIX equipped with appropriate hardware). Default is on. .TP .B ZlibLevel Zlib compression level for ZRLE encoding (it does not affect Tight encoding).