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

unix/x0vncserver/x0vncserver.man

index 667661a36531810b6c47546a26d9a12293d9366c..5b8caf8207e1d9c3e7ffe29ca487b4b5ad19bf17 100644 (file)
@@ -1,6 +1,6 @@
-.TH X0VNCSERVER 1 "Jun 04, 2008" "TightVNC" "TightVNC Manual"
+.TH X0VNCSERVER 1 "Dec 23, 2008" "TightVNC" "TightVNC Manual"
 .SH NAME
-x0vncserver \- TightVNC Server for real X displays
+x0vncserver \- TightVNC Server for X displays
 .SH SYNOPSIS
 .B x0vncserver
 .RI [ options ]
@@ -139,6 +139,25 @@ screen.  Default is 35.
 Milliseconds per one polling cycle.  Actual interval may be dynamically
 adjusted to satisfy \fBMaxProcessorUsage\fP setting.  Default is 30.
 .TP
+.B VideoPriority
+Specify the priority of sending video updates.  \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.  Video area is not
+checked for actual changes, it is assumed to be changing continuously and is
+sent in each screen update.  Normally, video area is compressed with JPEG (if
+allowed by the client).  The \fBVideoPriority\fP parameter controls how often
+video area will be sent to clients as compared to the rest of the screen.
+The priority must be an integer between 0 and 8, and the default value is 2.
+
+\fBVideoPriority\fP set to 1 gives the same priority both to video and to
+other pixels.  Higher values give more priority to video.  For example, the
+value 5 specifies that the rate of sending video will be five times higher
+than the rate of updating the rest of the screen.  If \fBVideoPriority\fP is
+set to 0, it gives equal priority to video and other updates (just like the
+value 1) and also disables special encoding for video data.  In other words,
+\fBVideoPriority\fP video area will be sent as a part of other screen
+contents.
+.TP
 .B CompareFB
 Perform pixel comparison on framebuffer to reduce unnecessary updates.
 Default is on.