Removed the code for automatic video detection. It interfered with video
selection feature of the Java viewer, and did not look good with respect to
the impending polling improvements.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2566 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/x0vncserver/x0vncserver.man b/unix/x0vncserver/x0vncserver.man
index 7dbda98..850f1d7 100644
--- a/unix/x0vncserver/x0vncserver.man
+++ b/unix/x0vncserver/x0vncserver.man
@@ -1,4 +1,4 @@
-.TH X0VNCSERVER 1 "January  7, 2008" "TightVNC" "TightVNC Manual"
+.TH X0VNCSERVER 1 "May 30, 2008" "TightVNC" "TightVNC Manual"
 .SH NAME
 x0vncserver \- TightVNC Server for real X displays
 .SH SYNOPSIS
@@ -137,31 +137,6 @@
 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 area updates.  \fBx0vncserver\fP can
-detect video areas on the screen and handle them separately for improved
-performance.  This 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 0 disables video detection completely, so
-\fBx0vncserver\fP will not use any video-specific tricks.
-
-The value 1 gives the same priority both to video and to other pixels.  That
-differs from the value 0 \- overall performance can be much better if there
-is some video on the screen. That's because video-specific polling and
-encoding algorithms can be used.
-
-Higher values give more priority to video.  For example, \fBVideoPriority\fP
-set to 5 specifies that the rate of sending video will be five times higher
-than the rate of updating the rest of the screen.
-
-\fBNote:\fP with high \fBVideoPriority\fP values, video detection will work
-slower.  For example, when the video area was moved, this fact will be
-discovered with a longer delay.  That's because high priority values make the
-server send video with highest rate possible, without spending time on
-polling and video detection.
-.TP
 .B CompareFB
 Perform pixel comparison on framebuffer to reduce unnecessary updates.
 Default is on.