]> source.dussan.org Git - tigervnc.git/commitdiff
[Documentation] Corrected documentation on UseHardwareJPEG parameter.
authorConstantin Kaplinsky <const@tightvnc.com>
Tue, 23 Dec 2008 07:23:37 +0000 (07:23 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Tue, 23 Dec 2008 07:23:37 +0000 (07:23 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3444 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/x0vncserver/x0vncserver.man

index 5b8caf8207e1d9c3e7ffe29ca487b4b5ad19bf17..e430b501328f519e1ab8886f92e78995e762ca29 100644 (file)
@@ -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).