Updated section about autoselect wrt full-color mode.
Documents that the Tight encoding is available.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@70 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer_unix/vncviewer.man b/vncviewer_unix/vncviewer.man
index f5890a4..fc7439c 100644
--- a/vncviewer_unix/vncviewer.man
+++ b/vncviewer_unix/vncviewer.man
@@ -38,11 +38,18 @@
 easier to use than previous versions where the user had to specify arcane
 command line arguments.
 
-The viewer normally starts out assuming the link is slow, using a low color
-level and using the encoding with the best compression.  If it turns out that
-the link is fast enough it switches to full-color mode and will use an
-encoding which compresses less but is faster to generate, thus improving the
-interactive feel.  Automatic selection can be turned off by setting the
+The viewer normally starts out assuming the link is slow, using the
+encoding with the best compression.  If it turns out that the link is
+fast enough it switches to an encoding which compresses less but is
+faster to generate, thus improving the interactive feel.
+
+The viewer normally starts in full-color mode, but switches to
+low-color mode if the bandwidth is insufficient. However, this only
+occurs when communicating with servers supporting protocol 3.8 or
+newer, since many old servers does not support color mode changes
+safely.
+
+Automatic selection can be turned off by setting the
 \fBAutoSelect\fP parameter to false, or from the options dialog.
 
 .SH POPUP MENU
@@ -133,10 +140,7 @@
 .TP
 .B \-FullColor, \-FullColour
 Tells the VNC server to send full-color pixels in the best format for this
-display.  By default a low color mode is used until AutoSelect decides the
-link is fast enough.  However if the server's native pixel format is
-colormapped (as opposed to truecolor) then the server's format is used by
-default.
+display.  This is default. 
 
 .TP
 .B \-LowColorLevel, \-LowColourLevel \fIlevel\fP
@@ -146,7 +150,7 @@
 
 .TP
 .B \-PreferredEncoding \fIencoding\fP
-This option specifies the preferred encoding to use from one of "ZRLE",
+This option specifies the preferred encoding to use from one of "Tight", "ZRLE",
 "hextile" or "raw".
 
 .TP