diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog
index d604e8fa8f8294621d89ff473756c36c0e6b7014..653a757885dce1a0f113f1bcca23151c93ca0f7d 100644
--- a/x11vnc/ChangeLog
+++ b/x11vnc/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-04  Karl Runge <runge@karlrunge.com>
+	* x11vnc: Add -autoport and -finddpy utils. -xdummy creation.
+	  tweak xkb tiebreaking again.  Shut off -ncache in dev mode.
+	  watch for xrandr events even if no -xrandr.  Tips for types
+	  of URLs for java viewers.  Add check_redir_services() to
+	  create_display and tsdo() redir helper utility (-tsd).
+	  Improvements to Xdummy.
+
 2007-08-19  Karl Runge <runge@karlrunge.com>
 	* x11vnc: better -xkb tie-breaking for up keystrokes.  Add 
 	  Xsrv/FD_XSRV custom server to FINDCREATEDISPLAY list.
diff --git a/x11vnc/README b/x11vnc/README
index 81af737cb33e82841e3a45021cf9731a2c8c98d5..ee2d79169f56e2909d9a32efedfcee33c24c49b3 100644
--- a/x11vnc/README
+++ b/x11vnc/README
@@ -1,5 +1,5 @@
 
-x11vnc README file                         Date: Sun Aug 19 15:46:48 EDT 2007
+x11vnc README file                         Date: Tue Sep  4 23:24:45 EDT 2007
 
 The following information is taken from these URLs:
 
@@ -32,9 +32,11 @@ x11vnc: a VNC server for real X displays
    devices: [13]webcams and TV tuner capture devices, [14]embedded Linux
    systems such as Qtopia Core, and natively on [15]Mac OS X Aqua/Quartz.
 
-   It also provides an encrypted [16]Terminal Services mode ([17]-svc and
-   [18]-xdmsvc options) based on Unix usernames and passwords where the
-   user does not need to memorize his VNC display/port number.
+   It also provides an encrypted [16]Terminal Services mode ([17]-create,
+   [18]-svc, or [19]-xdmsvc options) based on Unix usernames and Unix
+   passwords where the user does not need to memorize his VNC
+   display/port number. See also the [20]tsvnc terminal services mode of
+   the SSVNC viewer.
 
    I wrote x11vnc back in 2002 because x0rfbserver was basically
    impossible to build on Solaris and had poor performance. The primary
@@ -43,27 +45,28 @@ x11vnc: a VNC server for real X displays
    should work on nearly all Unixes. I also added some enhancements to
    improve the interactive response, add many features, etc.
 
-   This page including the [19]FAQ contains much information [20][*];
+   This page including the [21]FAQ contains much information [22][*];
    solutions to many problems; and interesting applications, but
-   nevertheless please feel free to [21]contact me if you have problems
+   nevertheless please feel free to [23]contact me if you have problems
    or questions. Please do check the FAQ; I realize this page is massive,
    but you can often use your browser's find-in-page action to find the
    discussion of your problem or question.
 
-   Please help [22]beta test the new performance speedup feature using
-   [23]viewer-side pixel caching. Let me know how it goes; thanks.
-
-   An x11vnc side-project provides an [24]Enhanced TightVNC Viewer
-   package (SSVNC) for Unix, Windows, and Mac OS X with automatic SSL
-   and/or SSH tunnelling support, SSL Certificate creation; and on Unix:
-   NewFBSize, ZRLE, cursor alphablending, and low color modes support.
-   Also on Unix the UltraVNC Text Chat, Single Window, Server Input, and
-   1/n Scaling extensions are supported. This bundle could be placed on,
-   say, a USB memory stick for SSL/SSH VNC viewing from nearly any
-   networked computer. Please help test out some recently added features:
-   automatic service tunnelling via SSH for: CUPS and SMB Printing,
-   ESD/ARTSD Audio, and SMB (Windows/Samba) filesystem mounting; and Port
-   Knocking.
+   Please help [24]beta test the new performance speedup feature using
+   [25]viewer-side pixel caching "ncache". Let me know how it goes;
+   thanks.
+
+   SSVNC:  An x11vnc side-project provides an [26]Enhanced TightVNC
+   Viewer package (SSVNC) for Unix, Windows, and Mac OS X with automatic
+   SSL and/or SSH tunnelling support, SSL Certificate creation; and on
+   Unix: NewFBSize, ZRLE, cursor alphablending, and low color modes
+   support. Also on Unix the UltraVNC File Transfer, Text Chat, Single
+   Window, Server Input, and 1/n Scaling extensions are supported. This
+   bundle could be placed on, say, a USB memory stick for SSL/SSH VNC
+   viewing from nearly any networked computer. Please help test out some
+   recently added features: automatic service tunnelling via SSH for:
+   CUPS and SMB Printing, ESD/ARTSD Audio, and SMB (Windows/Samba)
+   filesystem mounting; Port Knocking; and the sshvnc/tsvnc modes.
 
      _________________________________________________________________
 
@@ -76,10 +79,10 @@ x11vnc: a VNC server for real X displays
    framebuffer (RFB) protocol.
 
    Some VNC links:
-     * [25]http://www.realvnc.com
-     * [26]http://www.tightvnc.com
-     * [27]http://www.ultravnc.com/
-     * [28]http://www.redstonesoftware.com/
+     * [27]http://www.realvnc.com
+     * [28]http://www.tightvnc.com
+     * [29]http://www.ultravnc.com/
+     * [30]http://www.redstonesoftware.com/
 
    For Unix, the traditional VNC implementation includes a "virtual" X11
    server Xvnc (usually launched via the vncserver command) that is not
@@ -90,7 +93,7 @@ x11vnc: a VNC server for real X displays
 
    The VNC protocol is in most cases better suited for remote connections
    with low bandwidth and high latency than is the X11 protocol because
-   it involves far fewer "roundtrips" (an exception is the [29]cached
+   it involves far fewer "roundtrips" (an exception is the [31]cached
    pixmap data on the viewing-end provided by X). Also, with no state
    maintained the viewing-end can crash, be rebooted, or relocated and
    the applications and desktop continue running. Not so with X11.
@@ -118,11 +121,11 @@ x11vnc: a VNC server for real X displays
    display you wish to view is "far-away.east:0" and the workstation you
    are presently working at is "sitting-here.west".
 
-   Step 0. Download x11vnc ([30]see below) and have it available to run
+   Step 0. Download x11vnc ([32]see below) and have it available to run
    on far-away.east (on some linux distros it is as easy as "apt-get
    install x11vnc", "emerge x11vnc", etc.) Similarly, have a VNC viewer
    (e.g. vncviewer) ready to run on sitting-here.west. We recommend
-   [31]TightVNC Viewers (see [32]also here.)
+   [33]TightVNC Viewers (see [34]also here.)
 
    Step 1. By some means log in to far-away.east and get a command shell
    running there. You can use ssh, or even rlogin, telnet, or any other
@@ -141,11 +144,11 @@ x11vnc: a VNC server for real X displays
    display (i.e. no viewer clients yet).
 
    Common Gotcha: To get X11 permissions right, you may also need to set
-   the XAUTHORITY environment variable (or use the [33]-auth option) to
+   the XAUTHORITY environment variable (or use the [35]-auth option) to
    point to the correct MIT-MAGIC-COOKIE file (e.g.
    /home/joe/.Xauthority). If x11vnc does not have the authority to
    connect to the display it exits immediately. More on how to fix this
-   [34]below.
+   [36]below.
 
    If you suspect an X11 permissions problem do this simple test: while
    sitting at the physical X display open a terminal window
@@ -153,9 +156,9 @@ x11vnc: a VNC server for real X displays
    successfully in that terminal without any need for command line
    options. If that works OK then you know X11 permissions are the only
    thing preventing it from working when you try to start x11vnc via a
-   remote shell. Then fix this with the tips [35]below.
+   remote shell. Then fix this with the tips [37]below.
 
-   Note as of Feb/2007 you can also try the [36]-find option instead of
+   Note as of Feb/2007 you can also try the [38]-find option instead of
    "-display ..." and see if that finds your display and Xauthority. (End
    of Common Gotcha)
 
@@ -176,8 +179,8 @@ x11vnc: a VNC server for real X displays
    viewers for Unix, Windows, MacOS, Java-enabled web browsers, and even
    for PDA's like the Palm Pilot! You can use any of them to connect to
    x11vnc (see the above VNC links under "Background:" on how to obtain a
-   viewer for your platform or see [37]this FAQ. For Solaris, vncviewer
-   is available in the [38]Companion CD package SFWvnc).
+   viewer for your platform or see [39]this FAQ. For Solaris, vncviewer
+   is available in the [40]Companion CD package SFWvnc).
 
    In this example we'll use the Unix vncviewer program on sitting-here
    by typing the following command in a second terminal window:
@@ -187,20 +190,20 @@ x11vnc: a VNC server for real X displays
    That should pop up a viewer window on sitting-here.west showing and
    allowing interaction with the far-away.east:0  X11 desktop. Pretty
    nifty! When finished, exit the viewer: the remote x11vnc process will
-   shutdown automatically (or you can use the [39]-forever option to have
+   shutdown automatically (or you can use the [41]-forever option to have
    it wait for additional viewer connections).
 
    Common Gotcha: Nowadays there will likely be a host-level firewall on
    the x11vnc side that is blocking remote access to the VNC port (e.g.
    5900). You will either have to open up that port (or a range of ports)
-   in your firewall administration tool, or try the [40]SSH tunnelling
+   in your firewall administration tool, or try the [42]SSH tunnelling
    method below (even still the firewall must allow in the SSH port, 22).
 
 
    Shortcut: Of course if you left x11vnc running on far-away.east:0 in a
-   terminal window with the [41]-forever option or as a [42]service,
+   terminal window with the [43]-forever option or as a [44]service,
    you'd only have to do Step 3 as you moved around. Be sure to use a VNC
-   [43]Password or [44]other measures if you do that.
+   [45]Password or [46]other measures if you do that.
 
 
    Desktop Sharing: The above more or less assumed nobody was sitting at
@@ -216,7 +219,7 @@ x11vnc: a VNC server for real X displays
    For these cases it should be obvious how it is done. The above steps
    will work, but more easily the user sitting at far-away.east:0 simply
    starts up x11vnc from a terminal window, after which the guests would
-   start their VNC viewers. For this usage mode the "[45]-connect
+   start their VNC viewers. For this usage mode the "[47]-connect
    host1,host2" option may be of use to automatically connect to the
    vncviewers in "-listen" mode on the list of hosts.
      _________________________________________________________________
@@ -226,8 +229,10 @@ x11vnc: a VNC server for real X displays
    The above example had no security or privacy at all. When logging into
    remote machines (certainly when going over the internet) it is best to
    use ssh, or use a VPN (for a VPN, Virtual Private Network, the above
-   example should be fine). For x11vnc one can tunnel the VNC protocol
-   through the encrypted ssh channel. It would look something like this:
+   example should be fine).
+
+   For x11vnc one can tunnel the VNC protocol through the encrypted ssh
+   channel. It would look something like this:
   sitting-here> ssh -t -L 5900:localhost:5900 far-away.east 'x11vnc -localhost
 -display :0'
 
@@ -248,33 +253,86 @@ x11vnc: a VNC server for real X displays
    Note that "x11vnc -localhost ..." limits incoming vncviewer
    connections to only those from the same machine. This is very natural
    for ssh tunnelling (the redirection appears to come from the same
-   machine). Use of a [46]VNC password is also strongly recommended.
+   machine). Use of a [48]VNC password is also strongly recommended.
 
-   Note the -t we used above (force allocate pseudoterminal), it actually
-   seems to improve interactive typing response via VNC!
+   Note also the -t we used above (force allocate pseudoterminal), it
+   actually seems to improve interactive typing response via VNC!
 
    Some VNC viewers will do the ssh tunnelling for you automatically, the
    TightVNC vncviewer does this when the "-via far-away.east" option is
    supplied to it (this requires x11vnc to be already running on
-   far-away.east or having it started by [47]inetd(8)). See the 3rd
-   script example [48]below for more info.
+   far-away.east or having it started by [49]inetd(8)). See the 3rd
+   script example [50]below for more info.
 
-   SSVNC:  You may also want to look at the [49]Enhanced TightVNC Viewer
+   SSVNC:  You may also want to look at the [51]Enhanced TightVNC Viewer
    (ssvnc) bundles because they contain scripts and GUIs to automatically
    set up SSH tunnels (e.g. the GUI, "ssvnc", does it automatically and
-   so does this command: "ssvnc_cmd -ssh user@far-away.east:0")
-
-   If the machine you SSH into is not the same machine with the X display
-   you wish to view (e.g. your company provides incoming SSH access to a
-   gateway machine), then you need to change the above to, e.g.: "-L
-   5900:OtherHOST:5900". Once logged in, you'll need to do a second login
-   (ssh, rsh, etc.) to the workstation machine 'OtherHOST' and then start
-   up x11vnc on it (if it isn't already running). (The "[50]-connect
-   gateway:59xx" option may be another alternative here with the viewer
-   already in -listen mode). For an automatic way to use a gateway and
-   have all the network traffic encrypted (including inside the firewall)
-   see [51]chaining ssh's. These gateway access modes also can be done
-   automatically for you via the "Proxy/Gateway" setting in [52]SSVNC.
+   so does this command: "ssvnc_cmd -ssh user@far-away.east:0") and can
+   even start up x11vnc as well.
+
+   The [52]Terminal Services mode of SSVNC is perhaps the easiest way to
+   use x11vnc (either with or without encryption). You just need to have
+   x11vnc available in $PATH on the remote side (and can SSH to the
+   host), and then on the viewer-side you type something like:
+  tsvnc fred@far-away.east
+
+   eveything else is done automatically for you. Normally this will start
+   a virtual Terminal Services X session (RAM-only), but if you already
+   have a real X session up on the physical hardware it will find that
+   one for you.
+
+   Gateways:  If the machine you SSH into is not the same machine with
+   the X display you wish to view (e.g. your company provides incoming
+   SSH access to a gateway machine), then you need to change the above
+   to, e.g.: "-L 5900:OtherHost:5900":
+  sitting-here> ssh -t -L 5900:OtherHost:5900 gateway.east
+
+   Where gateway.east is the internet hostname (or IP) of the gateway
+   machine (SSH server). 'OtherHost' might be, e.g., freds-pc or
+   192.168.2.33 (it is OK for these to be private hostnames or private IP
+   addresses, the host in -L is relative to the remote server side).
+
+   Once logged in, you'll need to do a second login (ssh, rsh, etc.) to
+   the workstation machine 'OtherHost' and then start up x11vnc on it (if
+   it isn't already running). (The "[53]-connect gateway:59xx" option may
+   be another alternative here with the viewer already in -listen mode).
+   For an automatic way to use a gateway and have all the network traffic
+   encrypted (including inside the firewall) see [54]Chaining SSH's.
+
+   These gateway access modes also can be done automatically for you via
+   the "Proxy/Gateway" setting in [55]SSVNC (including the Chaining SSH's
+   case, "Double Proxy").
+
+   Routers:  A lot of people have inexpensive devices for home or office
+   that act as a Firewall and Router to the machines inside on a private
+   LAN. One often can configure the Firewall/Router from inside the LAN
+   via a web browser.
+
+   One thing that can be done is to redirect a port on the
+   Firewall/Router to, say, the SSH port (22) on an inside machine (how
+   to do this depends on your particular Firewall/Router). This way you
+   reach these computers from anywhere on the Internet and use x11vnc to
+   view X sessions running on them.
+
+   Suppose the Firewall/Router was set up to redirect these ports to two
+   interal machines:
+  Port 12300 -> jills-pc, Port 22 (SSH)
+  Port 12301 -> freds-pc, Port 22 (SSH)
+
+   (or perhaps internal IP's like 192.168.2.33) Then the ssh's would look
+   something like:
+  sitting-here> ssh -t -p 12300 -L 5900:localhost:5900 jill@gateway.east 'x11vn
+c -localhost -display :0'
+  sitting-here> ssh -t -p 12301 -L 5900:localhost:5900 fred@gateway.east 'x11vn
+c -localhost -display :0'
+
+   Where gateway.east means the hostname (or IP) that the Router/Firewall
+   is using (for home setups this is usually the IP gotten from your ISP
+   via DHCP).
+
+   Again, this SSH gateway access can be done automatically for you via
+   the "Proxy/Gateway" setting in [56]SSVNC. And under the "Remote SSH
+   Command" setting you can enter the x11vnc -localhost -display :0.
 
      _________________________________________________________________
 
@@ -283,7 +341,7 @@ x11vnc: a VNC server for real X displays
    above port and display numbers may change a bit (e.g. -> 5901 and :1).
    However, if you "know" port 5900 will be free on the local and remote
    machines, you can easily automate the above two steps by using the
-   x11vnc option [53]-bg (forks into background after connection to the
+   x11vnc option [57]-bg (forks into background after connection to the
    display is set up) or using the -f option of ssh. Some example scripts
    are shown below.
      _________________________________________________________________
@@ -315,7 +373,7 @@ done
 
    #2. Another method is to start the VNC viewer in listen mode
    "vncviewer -listen" and have x11vnc initiate a reverse connection
-   using the [54]-connect option:
+   using the [58]-connect option:
 #!/bin/sh
 # usage: x11vnc_ssh <host>:<xdisplay>
 #  e.g.: x11vnc_ssh snoopy.peanuts.com:0
@@ -358,7 +416,7 @@ export VNC_VIA_CMD
 vncviewer -via $host localhost:0      # must be TightVNC vncviewer.
 
    Of course if you already have the x11vnc running waiting for
-   connections (or have it started out of [55]inetd(8)), you can simply
+   connections (or have it started out of [59]inetd(8)), you can simply
    use the TightVNC "vncviewer -via gateway host:port" in its default
    mode to provide secure ssh tunnelling.
      _________________________________________________________________
@@ -366,67 +424,68 @@ vncviewer -via $host localhost:0      # must be TightVNC vncviewer.
 
 
    VNC password file: Also note in the #1. example script that the
-   [56]option "-rfbauth .vnc/passwd" provides additional protection by
+   [60]option "-rfbauth .vnc/passwd" provides additional protection by
    requiring a VNC password for every VNC viewer that connects. The
-   vncpasswd or storepasswd programs, or the x11vnc [57]-storepasswd
+   vncpasswd or storepasswd programs, or the x11vnc [61]-storepasswd
    option can be used to create the password file. x11vnc also has the
-   slightly less secure [58]-passwdfile and "-passwd XXXXX" [59]options
+   slightly less secure [62]-passwdfile and "-passwd XXXXX" [63]options
    to specify passwords.
 
    Very Important: It is up to YOU to tell x11vnc to use password
    protection (-rfbauth or -passwdfile), it will NOT do it for you
-   automatically or force you to (use [60]-usepw if you want to be forced
+   automatically or force you to (use [64]-usepw if you want to be forced
    to). The same goes for encrypting the channel between the viewer and
-   x11vnc: it is up to you to use ssh, stunnel, [61]-ssl mode, a VPN,
-   etc. (use the [62]Enhanced TightVNC Viewer (SSVNC) GUI if you want to
+   x11vnc: it is up to you to use ssh, stunnel, [65]-ssl mode, a VPN,
+   etc. (use the [66]Enhanced TightVNC Viewer (SSVNC) GUI if you want to
    be forced to use SSL or SSH). For additional safety, also look into
-   the -allow and -localhost [63]options and building x11vnc with
-   [64]tcp_wrappers support to limit host access.
+   the -allow and -localhost [67]options and building x11vnc with
+   [68]tcp_wrappers support to limit host access.
 
      _________________________________________________________________
 
     Tunnelling x11vnc via SSL:
 
    One can also encrypt the VNC traffic using an SSL tunnel such as
-   [65]stunnel (also [66]stunnel.mirt.net) or using the built-in
-   (Mar/2006) [67]-ssl openssl mode. A SSL-enabled Java applet VNC Viewer
-   is also provided (and https can be used to download it).
+   [69]stunnel (also [70]stunnel.mirt.net) or using the built-in
+   (Mar/2006) [71]-ssl openssl mode. A SSL-enabled Java applet VNC Viewer
+   is also provided in the x11vnc package (and https can be used to
+   download it).
 
    Although not as ubiquitous as ssh, SSL tunnelling still provides a
-   useful alternative. See [68]this FAQ on -ssl and -stunnel modes for
+   useful alternative. See [72]this FAQ on -ssl and -stunnel modes for
    details and examples.
 
-   The [69]Enhanced TightVNC Viewer (SSVNC) bundles contain some
+   The [73]Enhanced TightVNC Viewer (SSVNC) bundles contain some
    convenient utilities to automatically set up an SSL tunnel from the
-   viewer-side (i.e. to connect to "x11vnc -ssl ..."). And other
+   viewer-side (i.e. to connect to "x11vnc -ssl ..."). And many other
    enhancements too.
      _________________________________________________________________
 
     Downloading x11vnc:
 
-   x11vnc is a contributed program to the [70]LibVNCServer project at
+   x11vnc is a contributed program to the [74]LibVNCServer project at
    SourceForge.net. I use libvncserver for all of the VNC aspects; I
    couldn't have done without it. The full source code may be found and
    downloaded (either file-release tarball or CVS tree) from the above
-   link. As of Jun 2007, the [71]x11vnc-0.9.2.tar.gz source package is
-   released (recommended download). The [72]x11vnc 0.9.2 release notes.
+   link. As of Jun 2007, the [75]x11vnc-0.9.2.tar.gz source package is
+   released (recommended download). The [76]x11vnc 0.9.2 release notes.
 
    The x11vnc package is the subset of the libvncserver package needed to
    build the x11vnc program. Also, you can get a copy of my latest,
-   bleeding edge [73]x11vnc-0.9.3.tar.gz tarball to build the most up to
+   bleeding edge [77]x11vnc-0.9.3.tar.gz tarball to build the most up to
    date one.
 
-   Precompiled Binaries/Packages:  See the [74]FAQ below for information
+   Precompiled Binaries/Packages:  See the [78]FAQ below for information
    about where you might obtain a precompiled x11vnc binary from 3rd
    parties and some ones I create.
 
    VNC Viewers:  To obtain VNC viewers for the viewing side (Windows, Mac
    OS, or Unix) try these links:
-     * [75]http://www.tightvnc.com/download.html
-     * [76]http://www.realvnc.com/download-free.html
-     * [77]http://sourceforge.net/projects/cotvnc/
-     * [78]http://www.ultravnc.com/
-     * [79]Our Enhanced TightVNC Viewer (SSVNC)
+     * [79]http://www.tightvnc.com/download.html
+     * [80]http://www.realvnc.com/download-free.html
+     * [81]http://sourceforge.net/projects/cotvnc/
+     * [82]http://www.ultravnc.com/
+     * [83]Our Enhanced TightVNC Viewer (SSVNC)
        [ssvnc.gif]
 
 
@@ -438,8 +497,8 @@ vncviewer -via $host localhost:0      # must be TightVNC vncviewer.
    rx11vnc.pl that attempts to tunnel the vnc traffic through an ssh port
    redirection (and does not assume port 5900 is free). Have a look at
    them to see what they do and customize as needed:
-     * [80]rx11vnc wrapper script
-     * [81]rx11vnc.pl wrapper script to tunnel traffic thru ssh
+     * [84]rx11vnc wrapper script
+     * [85]rx11vnc.pl wrapper script to tunnel traffic thru ssh
 
      _________________________________________________________________
 
@@ -470,8 +529,8 @@ vncviewer -via $host localhost:0      # must be TightVNC vncviewer.
    Note: Currently gcc is recommended to build libvncserver. In some
    cases it will build with non-gcc compilers, but the resulting binary
    sometimes fails to run properly. For Solaris pre-built gcc binaries
-   are at [82]http://www.sunfreeware.com/. Some Solaris pre-built x11vnc
-   binaries are [83]here.
+   are at [86]http://www.sunfreeware.com/. Some Solaris pre-built x11vnc
+   binaries are [87]here.
 
    However, one user reports it does work fine when built with Sun Studio
    10, so YMMV. In fact, here is a little build script to do this on
@@ -491,12 +550,12 @@ export MAKE AM_CFLAGS
 $MAKE
 
    In general you can use the "make -e" trick if you don't like
-   libvncserver's choice of AM_CFLAGS. See the [84]build scripts below
+   libvncserver's choice of AM_CFLAGS. See the [88]build scripts below
    for more ideas. Scripts similar to the above have been shown to work
    with vendor C compilers on HP-UX (ccom: HP92453-01) and Tru64 (Compaq
    C V6.5-011).
 
-   You can find information on [85]Misc. Build problems here.
+   You can find information on [89]Misc. Build problems here.
 
      _________________________________________________________________
 
@@ -534,9 +593,9 @@ r/sfw; make'
 
    If your system does not have these libraries at all you can get the
    source for the libraries to build them: libjpeg is available at
-   [86]ftp://ftp.uu.net/graphics/jpeg/ and zlib at
-   [87]http://www.gzip.org/zlib/. See also
-   [88]http://www.sunfreeware.com/ for Solaris binary packages of these
+   [90]ftp://ftp.uu.net/graphics/jpeg/ and zlib at
+   [91]http://www.gzip.org/zlib/. See also
+   [92]http://www.sunfreeware.com/ for Solaris binary packages of these
    libraries as well as for gcc. Normally they will install into
    /usr/local but you can install them anywhere with the
    --prefix=/path/to/anywhere, etc.
@@ -607,7 +666,7 @@ ls -l ./x11vnc/x11vnc
    script.
 
    If you need to build on Solaris 2.5.1 or earlier or other older Unix
-   OS's, see [89]this workaround FAQ.
+   OS's, see [93]this workaround FAQ.
 
 
    Building on FreeBSD, OpenBSD, ...:   The jpeg libraries seem to be in
@@ -643,7 +702,7 @@ make
    up by the configure and make.
 
 
-   Building on Mac OS X:   There is now [90]native Mac OS X support for
+   Building on Mac OS X:   There is now [94]native Mac OS X support for
    x11vnc by using the raw framebuffer feature. This mode does not use or
    need X11 at all. To build you may need to disable X11:
 ./configure --without-x ...
@@ -657,7 +716,7 @@ make
 
 
    OpenSSL:   Starting with version 0.8.3 x11vnc can now be built with
-   [91]SSL support. For this to be enabled the libssl.so library needs to
+   [95]SSL support. For this to be enabled the libssl.so library needs to
    be available at build time. So you may need to have additional
    CPPFLAGS and LDFLAGS items if your libssl.so is in a non-standard
    place.
@@ -675,33 +734,41 @@ make
    Summer 2007.
 
    The version 0.9.3 beta tarball is kept here:
-   [92]x11vnc-0.9.3.tar.gz
+   [96]x11vnc-0.9.3.tar.gz
 
    There are also some Linux, Solaris, Mac OS X, and other OS test
-   binaries [93]here. Please kick the tires and report bugs, performance
-   regressions, undesired behavior, etc. to [94]me.
+   binaries [97]here. Please kick the tires and report bugs, performance
+   regressions, undesired behavior, etc. to [98]me.
 
-   To aid testing of the [95]built-in SSL support for x11vnc, a number of
+   To aid testing of the [99]built-in SSL support for x11vnc, a number of
    VNC Viewer packages for Unix, Mac OS X, and Windows have been created
    that provide SSL Support for the TightVNC Viewer (this is done by
-   [96]wrapper scripts and a GUI that start STUNNEL, [97]more details
+   [100]wrapper scripts and a GUI that start STUNNEL, [101]more details
    here). It should be pretty convenient for automatic SSL and SSH
    connections. It is described and can be downloaded from the
-   [98]Enhanced TightVNC Viewer (SSVNC) page.
+   [102]Enhanced TightVNC Viewer (SSVNC) page.
 
 
    Here are some features that will appear in the 0.9.3 release:
-     * [99]Viewer-side pixmap caching. This one will benefit from much
-       testing. A large area of pixels (at least 2-3 times as big as the
-       framebuffer itself; the bigger the better... default is 12X) is
-       placed below the framebuffer to act as a buffer/cache area for
-       pixel data. The VNC CopyRect encoding is used to move it around,
-       so any viewer can take advantage of it. Until we start modifying
-       viewers you will be able to see the cache area if you scroll down
-       (this makes it easier to debug!). For testing the default is
-       "-ncache 12". The unix Enhanced TightVNC Viewer [100]ssvnc has a
-       nice [101]-ycrop option to help hide the pixel cache area from
-       view.
+     * [103]Viewer-side pixmap caching. A large area of pixels (at least
+       2-3 times as big as the framebuffer itself; the bigger the
+       better... default is 12X) is placed below the framebuffer to act
+       as a buffer/cache area for pixel data. The VNC CopyRect encoding
+       is used to move it around, so any viewer can take advantage of it.
+       Until we start modifying viewers you will be able to see the cache
+       area if you scroll down (this makes it easier to debug!). For
+       testing the default is "-ncache 12". The unix Enhanced TightVNC
+       Viewer [104]ssvnc has a nice [105]-ycrop option to help hide the
+       pixel cache area from view.
+     * Improvements to the [106]-find and [107]-create X session finding
+       or creating modes: new desktop types and service redirection
+       options. Personal cupds daemon and SSH port redirection helper for
+       use with [108]SSVNC's Terminal Services feature.
+     * Reverse VNC connections via [109]-connect work in the [110]-find,
+       [111]-create and related [112]-display WAIT:... FINDCREATEDISPLAY
+       modes.
+     * Some automatic detection of screen resizes even if the
+       [113]-xrandr option is not supplied.
 
 
    Here are some features that appeared in the 0.9.2 release:
@@ -713,14 +780,14 @@ make
      * If UltraVNC file transfer or chat is detected, then VNC clients
        are "pinged" more often to prevent these side channels from
        becoming serviced too infrequently.
-     * In [102]-unixpw mode in the username and password dialog no text
+     * In [114]-unixpw mode in the username and password dialog no text
        will be echoed if the first character sent is "Escape". This
        enables a convenience feature in SSVNC to send the username and
        password automatically.
 
 
    Here are some features that appeared in the 0.9.1 release:
-     * The [103]UltraVNC Java viewer has been enhanced to support SSL (as
+     * The [115]UltraVNC Java viewer has been enhanced to support SSL (as
        the TightVNC viewer had been previously). The UltraVNC Java
        supports ultravnc filetransfer, and so can be used as a VNC viewer
        on Unix that supports ultravnc filetransfer. It is in the
@@ -731,12 +798,12 @@ make
        Some other bugs in the UltraVNC Java viewer were fixed and a few
        improvements to the UI made.
      * A new Unix username login mode for VNC Viewers authenticated via a
-       Client SSL Certificate: "[104]-users sslpeer=". The emailAddress
+       Client SSL Certificate: "[116]-users sslpeer=". The emailAddress
        subject field is inspected for username@hostname and then acts as
        though "-users +username" has been supplied. This way the Unix
        username is identified by (ie.. simply extracted from) the Client
-       SSL Certificate. This could be useful with [105]-find,
-       [106]-create and [107]-svc modes if you are also have set up and
+       SSL Certificate. This could be useful with [117]-find,
+       [118]-create and [119]-svc modes if you are also have set up and
        use VNC Client SSL Certificate authentication.
      * For external display finding/creating programs (e.g. WAIT:cmd=...)
        if the VNC Viewer is authenticated via a Client SSL Certificate,
@@ -745,40 +812,40 @@ make
 
 
    Here are some features that appeared in the 0.9 release:
-     * [108]VNC Service advertising via mDNS / ZeroConf / BonJour with
-       the [109]Avahi client library. Enable via "[110]-avahi".
+     * [120]VNC Service advertising via mDNS / ZeroConf / BonJour with
+       the [121]Avahi client library. Enable via "[122]-avahi".
      * Implementations of UltraVNC's TextChat, SingleWindow, and
-       ServerInput extensions (requires ultravnc viewer or [111]ssvnc
+       ServerInput extensions (requires ultravnc viewer or [123]ssvnc
        Unix viewer). They toggle the selection of a single window
-       ([112]-id), and disable (friendly) user input and viewing (monitor
+       ([124]-id), and disable (friendly) user input and viewing (monitor
        blank) at the VNC server.
-     * Short aliases "[113]-find", "[114]-create", "[115]-svc", and
-       "[116]-xdmsvc" for commonly used FINDCREATEDISPLAY usage modes.
+     * Short aliases "[125]-find", "[126]-create", "[127]-svc", and
+       "[128]-xdmsvc" for commonly used FINDCREATEDISPLAY usage modes.
      * Reverse VNC connections (viewer listening) now work in SSL
-       ([117]-ssl) mode.
+       ([129]-ssl) mode.
      * New options to control the Monitor power state and keyboard/mouse
-       grabbing: [118]-forcedpms, [119]-clientdpms, [120]-noserverdpms,
-       and [121]-grabalways.
+       grabbing: [130]-forcedpms, [131]-clientdpms, [132]-noserverdpms,
+       and [133]-grabalways.
      * A simple way to emulate inetd(8) to some degree via the
-       "[122]-loopbg" option.
-     * Monitor the accuracy of XDAMAGE and apply "[123]-noxdamage" if it
-       is not working well. OpenGL applications like like [124]beryl and
+       "[134]-loopbg" option.
+     * Monitor the accuracy of XDAMAGE and apply "[135]-noxdamage" if it
+       is not working well. OpenGL applications like like [136]beryl and
        MythTv have been shown to make XDAMAGE not work properly.
      * For Java SSL connections involving a router/firewall port
-       redirection, an option [125]-httpsredir to spare the user from
+       redirection, an option [137]-httpsredir to spare the user from
        needing to include &PORT=NNN in the browser URL.
 
 
    Here are some features that appeared in the 0.8.4 release:
-     * Native [126]Mac OS X Aqua/Quartz support. (i.e. OSXvnc
+     * Native [138]Mac OS X Aqua/Quartz support. (i.e. OSXvnc
        alternative; some activities are faster)
-     * A [127]new login mode: "-display WAIT:cmd=FINDCREATEDISPLAY
+     * A [139]new login mode: "-display WAIT:cmd=FINDCREATEDISPLAY
        -unixpw ..." that will Create a new X session (either virtual or
        real and with or without a display manager, e.g. kdm) for the user
        if it cannot find the user's X session display via the FINDDISPLAY
-       method. See the [128]-svc and the [129]-xdmsvc aliases.
-     * x11vnc can act as a VNC [130]reflector/repeater using the
-       "[131]-reflect host:N" option. Instead of polling an X display,
+       method. See the [140]-svc and the [141]-xdmsvc aliases.
+     * x11vnc can act as a VNC [142]reflector/repeater using the
+       "[143]-reflect host:N" option. Instead of polling an X display,
        the remote VNC Server host:N is connected to and re-exported via
        VNC. This is intended for use in broadcasting a display to many
        (e.g. > 16; classroom or large demo) VNC viewers where bandwidth
@@ -786,16 +853,16 @@ make
        number of repeaters.
      * Wireframe copyrect detection for local user activity (e.g. someone
        sitting at the physical display moving windows) Use
-       [132]-nowireframelocal to disable.
-     * The "[133]-N" option couples the VNC Display number to the X
+       [144]-nowireframelocal to disable.
+     * The "[145]-N" option couples the VNC Display number to the X
        Display number. E.g. if your X DISPLAY is :2 then the VNC display
        will be :2 (i.e. using port 5902). If that port is taken x11vnc
        will exit.
-     * Option [134]-nodpms to avoid problems with programs like KDE's
+     * Option [146]-nodpms to avoid problems with programs like KDE's
        kdesktop_lock that keep restarting the screen saver every few
        seconds.
      * To automatically fix the common mouse motion problem on XINERAMA
-       (multi-headed) displays, the [135]-xwarppointer option is enabled
+       (multi-headed) displays, the [147]-xwarppointer option is enabled
        by default when XINERAMA is active.
 
    If you have a Mac please try out the native Mac OS X support, build
@@ -805,62 +872,62 @@ make
 
 
    Here are some features that appeared in the 0.8.3 release:
-     * The [136]-ssl option provides SSL encryption and authentication
-       natively via the [137]www.openssl.org library. One can use from a
+     * The [148]-ssl option provides SSL encryption and authentication
+       natively via the [149]www.openssl.org library. One can use from a
        simple self-signed certificate server certificate up to full CA
        and client certificate authentication schemes.
-     * Similar to -ssl, the [138]-stunnel option starts up a SSL tunnel
+     * Similar to -ssl, the [150]-stunnel option starts up a SSL tunnel
        server stunnel (that must be installed separately on the system:
-       [139]www.stunnel.org [140]stunnel.mirt.net ) to allow only
+       [151]www.stunnel.org [152]stunnel.mirt.net ) to allow only
        encrypted SSL connections from the network.
-     * The [141]-sslverify option allows for authenticating VNC clients
+     * The [153]-sslverify option allows for authenticating VNC clients
        via their certificates in either -ssl or -stunnel modes.
      * Certificate creation and management tools are provide in the
-       [142]-sslGenCert, [143]-sslGenCA, and [144]related options.
+       [154]-sslGenCert, [155]-sslGenCA, and [156]related options.
      * An SSL enabled Java applet VNC Viewer applet is provided in
        classes/ssl/VncViewer.jar. In addition to normal HTTP, the applet
        may be loaded into the web browser via HTTPS (HTTP over SSL). (one
        can use the VNC port, e.g. https://host:5900/, or also the
-       separate [145]-https port option). A wrapper shell script
-       [146]ss_vncviewer is also provided that sets up a stunnel
-       client-side tunnel on Unix systems. See [147]Enhanced TightVNC
+       separate [157]-https port option). A wrapper shell script
+       [158]ss_vncviewer is also provided that sets up a stunnel
+       client-side tunnel on Unix systems. See [159]Enhanced TightVNC
        Viewer (SSVNC) for other SSL/SSH viewer possibilities.
-     * The [148]-unixpw option supports Unix username and password
-       authentication (a simpler variant is the [149]-unixpw_nis option
+     * The [160]-unixpw option supports Unix username and password
+       authentication (a simpler variant is the [161]-unixpw_nis option
        that works in environments where the encrypted passwords are
-       readable, e.g. NIS). The [150]-ssl or [151]-localhost +
-       [152]-stunnel options are enforced in this mode to prevent
+       readable, e.g. NIS). The [162]-ssl or [163]-localhost +
+       [164]-stunnel options are enforced in this mode to prevent
        password sniffing. As a convenience, these requirements are lifted
        if a SSH tunnel can be deduced (but -localhost still applies).
-     * Coupling [153]-unixpw with "[154]-display WAIT:cmd=FINDDISPLAY" or
+     * Coupling [165]-unixpw with "[166]-display WAIT:cmd=FINDDISPLAY" or
        "-display WAIT:cmd=FINDCREATEDISPLAY" provides a way to allow a
        user to login with their UNIX password and have their display
-       connected to [155]automatically. See the [156]-svc and the
-       [157]-xdmsvc aliases.
-     * Hooks are provided in the [158]-unixpw_cmd and "[159]-passwdfile
+       connected to [167]automatically. See the [168]-svc and the
+       [169]-xdmsvc aliases.
+     * Hooks are provided in the [170]-unixpw_cmd and "[171]-passwdfile
        cmd:,custom:..." options to allow you to supply your own
        authentication and password lookup programs.
      * x11vnc can be configured and built to not depend on X11 libraries
-       "./configure --without-x" for [160]-rawfb only operation (e.g.
+       "./configure --without-x" for [172]-rawfb only operation (e.g.
        embedded linux console devices).
-     * The [161]-rotate option enables you to rotate or reflect the
+     * The [173]-rotate option enables you to rotate or reflect the
        screen before exporting via VNC. This is intended for use on
        handhelds and other devices where the rotation orientation is not
        "natural".
-     * The "[162]-ultrafilexfer" alias is provided and improved UltraVNC
+     * The "[174]-ultrafilexfer" alias is provided and improved UltraVNC
        filetransfer rates have been achieved.
-     * Under the "[163]-connect_or_exit host" option x11vnc will exit
+     * Under the "[175]-connect_or_exit host" option x11vnc will exit
        immediately unless the reverse connection to host succeeds. The
        "-rfbport 0" option disables TCP listening for connections (useful
        for this mode).
-     * The "[164]-rawfb rand" and "-rawfb none" options are useful for
+     * The "[176]-rawfb rand" and "-rawfb none" options are useful for
        testing automation scripts, etc., without requiring a full
        desktop.
-     * Reduced spewing of information at startup, use "[165]-verbose"
+     * Reduced spewing of information at startup, use "[177]-verbose"
        (also "-v") to turn it back on for debugging or if you are going
        to send me a problem report.
 
-   Here are some [166]Previous Release Notes
+   Here are some [178]Previous Release Notes
      _________________________________________________________________
 
     Some Notes:
@@ -887,11 +954,11 @@ make
    protocol.) I suggest using xsetroot, dtstyle or similar utility to set
    a solid background while using x11vnc. You can turn the pretty
    background image back on when you are using the display directly.
-   Update: As of Feb/2005 x11vnc has the [167]-solid [color] option that
+   Update: As of Feb/2005 x11vnc has the [179]-solid [color] option that
    works on recent GNOME, KDE, and CDE and also on classic X (background
    image is on the root window).
 
-   I also find the [168]TightVNC encoding gives the best response for my
+   I also find the [180]TightVNC encoding gives the best response for my
    usage (Unix <-> Unix over cable modem). One needs a tightvnc-aware
    vncviewer to take advantage of this encoding.
 
@@ -903,17 +970,17 @@ make
    is X11's default listening port). Had port 5900 been taken by some
    other application, x11vnc would have next tried 5901. That would mean
    the viewer command above should be changed to vncviewer
-   far-away.east:1. You can force the port with the "[169]-rfbport NNNN"
+   far-away.east:1. You can force the port with the "[181]-rfbport NNNN"
    option where NNNN is the desired port number. If that port is already
-   taken, x11vnc will exit immediately. The "[170]-N" option will try to
+   taken, x11vnc will exit immediately. The "[182]-N" option will try to
    match the VNC display number to the X display.   (also see the "SunRay
    Gotcha" note below)
 
    Options:   x11vnc has (far too) many features that may be activated
-   via its [171]command line options. Useful options are, e.g., -scale to
+   via its [183]command line options. Useful options are, e.g., -scale to
    do server-side scaling, and -rfbauth passwd-file to use VNC password
    protection (the vncpasswd or storepasswd programs, or the x11vnc
-   [172]-storepasswd option can be used to create the password file).
+   [184]-storepasswd option can be used to create the password file).
 
    Algorithm:   How does x11vnc do it? Rather brute-forcedly: it
    continuously polls the X11 framebuffer for changes using
@@ -941,7 +1008,7 @@ make
    first testing out the programs. You get an interesting
    recursive/feedback effect where vncviewer images keep popping up each
    one contained in the previous one and slightly shifted a bit by the
-   window manager decorations. There will be an [173]even more
+   window manager decorations. There will be an [185]even more
    interesting effect if -scale is used. Also, if the XKEYBOARD is
    supported and the XBell "beeps" once, you get an infinite loop of
    beeps going off. Although all of this is mildly exciting it is not
@@ -951,8 +1018,8 @@ make
 
     Sun Ray Notes:
 
-   You can run x11vnc on your (connected or disconnected) [174]SunRay
-   session. Here are some [175]notes on SunRay usage with x11vnc.
+   You can run x11vnc on your (connected or disconnected) [186]SunRay
+   session. Here are some [187]notes on SunRay usage with x11vnc.
 
      _________________________________________________________________
 
@@ -964,7 +1031,7 @@ make
        than you normally do to minimize the effects (e.g. do fullpage
        paging rather than line-by-line scrolling, and move windows in a
        single, quick motion). Recent work has provided the
-       [176]-scrollcopyrect and [177]-wireframe speedups using the
+       [188]-scrollcopyrect and [189]-wireframe speedups using the
        CopyRect VNC encoding and other things, but they only speed up
        certain activities, not all.
      * A rate limiting factor for x11vnc performance is that video
@@ -1013,14 +1080,14 @@ make
        instead of DirectColor.
        Also, a faster and more accurate way is to use the "dummy"
        XFree86/Xorg device driver (or our Xdummy wrapper script). See
-       [178]this FAQ for details.
+       [190]this FAQ for details.
      * Somewhat surprisingly, the X11 mouse (cursor) shape is write-only
        and cannot be queried from the X server. So traditionally in
        x11vnc the cursor shape stays fixed at an arrow. (see the "-cursor
-       X" and "-cursor some" [179]options, however, for a partial hack
+       X" and "-cursor some" [191]options, however, for a partial hack
        for the root window, etc.). However, on Solaris using the SUN_OVL
        overlay extension, x11vnc can show the correct mouse cursor when
-       the [180]-overlay option is also supplied. A similar thing is done
+       the [192]-overlay option is also supplied. A similar thing is done
        on IRIX as well when -overlay is supplied.
        More generally, as of Dec/2004 x11vnc supports the new XFIXES
        extension (in Xorg and Solaris 10) to query the X server for the
@@ -1028,18 +1095,18 @@ make
        with transparency (alpha channel) need to approximated to solid
        RGB values (some cursors look worse than others).
      * Audio from applications is of course not redirected (separate
-       redirectors do exist, e.g. esd [181]the FAQ on this below.) The
+       redirectors do exist, e.g. esd [193]the FAQ on this below.) The
        XBell() "beeps" will work if the X server supports the XKEYBOARD
        extension. (Note that on Solaris XKEYBOARD is disabled by default.
        Passing +kb to Xsun enables it).
-     * The scroll detection algorithm for the [182]-scrollcopyrect option
+     * The scroll detection algorithm for the [194]-scrollcopyrect option
        can give choppy or bunched up transient output and occasionally
        painting errors.
      * Using -threads can expose some bugs in libvncserver.
 
-   Please feel free to [183]contact me if you have any questions,
+   Please feel free to [195]contact me if you have any questions,
    problems, or comments about x11vnc, etc.
-   Also, some people ask if they can make a donation, see [184]this link
+   Also, some people ask if they can make a donation, see [196]this link
    for that.
      _________________________________________________________________
 
@@ -1048,361 +1115,365 @@ make
 
    [Building and Starting]
 
-   [185]Q-1: I can't get x11vnc to start up. It says "XOpenDisplay failed
+   [197]Q-1: I can't get x11vnc to start up. It says "XOpenDisplay failed
    (null)" or "Xlib: connection to ":0.0" refused by server Xlib: No
    protocol specified" and then exits. What do I need to do? 
 
-   [186]Q-2: I can't get x11vnc and/or libvncserver to compile. 
+   [198]Q-2: I can't get x11vnc and/or libvncserver to compile. 
 
-   [187]Q-3: I just built x11vnc successfully, but when I use it my
+   [199]Q-3: I just built x11vnc successfully, but when I use it my
    keystrokes and mouse button clicks are ignored  (I am able to move the
    mouse though). 
 
-   [188]Q-4: Help, I need to run x11vnc on Solaris 2.5.1 (or other old
+   [200]Q-4: Help, I need to run x11vnc on Solaris 2.5.1 (or other old
    Unix/Linux) and it doesn't compile! 
 
-   [189]Q-5: Where can I get a precompiled x11vnc binary for my Operating
+   [201]Q-5: Where can I get a precompiled x11vnc binary for my Operating
    System? 
 
-   [190]Q-6: Where can I get a VNC Viewer binary (or source code) for the
+   [202]Q-6: Where can I get a VNC Viewer binary (or source code) for the
    Operating System I will be viewing from? 
 
-   [191]Q-7: How can I see all of x11vnc's command line options and
+   [203]Q-7: How can I see all of x11vnc's command line options and
    documentation on how to use them? 
 
-   [192]Q-8: I don't like typing arcane command line options every time I
+   [204]Q-8: I don't like typing arcane command line options every time I
    start x11vnc. What can I do? Is there a config file? Or a GUI? 
 
-   [193]Q-9: How can I get the GUI to run in the System Tray, or at least
+   [205]Q-9: How can I get the GUI to run in the System Tray, or at least
    be a smaller, simpler icon? 
 
-   [194]Q-10: How can I get x11vnc to listen on a different port besides
+   [206]Q-10: How can I get x11vnc to listen on a different port besides
    the default VNC port (5900)? 
 
-   [195]Q-11: Can I make x11vnc more quiet and also go into the
+   [207]Q-11: Can I make x11vnc more quiet and also go into the
    background after starting up? 
 
-   [196]Q-12: Sometimes when a VNC viewer dies abruptly, x11vnc also dies
+   [208]Q-12: Sometimes when a VNC viewer dies abruptly, x11vnc also dies
    with the error message like: "Broken pipe". I'm using the -forever
    mode and I want x11vnc to keep running. 
 
-   [197]Q-13: Are there any build-time customizations possible, e.g.
+   [209]Q-13: The Windows TightVNC 1.3.9 Viewer cannot connect to x11vnc.
+   
+   [210]Q-14: KDE's krdc VNC viewer cannot connect to x11vnc. 
+
+   [211]Q-15: Are there any build-time customizations possible, e.g.
    change defaults, create a smaller binary, etc? 
 
    [Win2VNC Related]
 
-   [198]Q-14: I have two separate machine displays in front of me, one
+   [212]Q-16: I have two separate machine displays in front of me, one
    Windows the other X11: can I use x11vnc in combination with Win2VNC in
    dual-screen mode to pass the keystrokes and mouse motions to the X11
    display? 
 
-   [199]Q-15: I am running Win2VNC on my Windows machine and "x11vnc
+   [213]Q-17: I am running Win2VNC on my Windows machine and "x11vnc
    -nofb" on Unix to pass keyboard and mouse to the Unix monitor.
    Whenever I start Win2VNC it quickly disconnects and x11vnc says:
    rfbProcessClientNormalMessage: read: Connection reset by peer 
 
-   [200]Q-16: Can I run "x11vnc -nofb" on a Mac OS X machine to redirect
+   [214]Q-18: Can I run "x11vnc -nofb" on a Mac OS X machine to redirect
    mouse and keyboard input to it from Windows and X11 machines via
    Win2VNC and x2vnc, respectively? 
 
    [Color Issues]
 
-   [201]Q-17: The X display I run x11vnc on is only 8 bits per pixel
+   [215]Q-19: The X display I run x11vnc on is only 8 bits per pixel
    (bpp) PseudoColor (i.e. only 256 distinct colors). The x11vnc colors
    may start out OK, but after a while they are incorrect in certain
    windows. 
 
-   [202]Q-18: Color problems: Why are the colors for some windows
+   [216]Q-20: Color problems: Why are the colors for some windows
    incorrect in x11vnc? BTW, my X display has nice overlay/multi-depth
    visuals of different color depths: e.g. there are both depth 8 and 24
    visuals available at the same time. 
 
-   [203]Q-19: I am on a high color system (depth >= 24) but I seem to
+   [217]Q-21: I am on a high color system (depth >= 24) but I seem to
    have colormap problems. They either flash or everything is very dark. 
 
-   [204]Q-20: How do I figure out the window id to supply to the -id
+   [218]Q-22: How do I figure out the window id to supply to the -id
    windowid option? 
 
-   [205]Q-21: Why don't menus or other transient windows come up when I
+   [219]Q-23: Why don't menus or other transient windows come up when I
    am using the -id windowid option to view a single application window? 
 
-   [206]Q-22: My X display is depth 24 at 24bpp (instead of the normal
+   [220]Q-24: My X display is depth 24 at 24bpp (instead of the normal
    depth 24 at 32bpp). I'm having lots of color and visual problems with
    x11vnc and/or vncviewer. What's up? 
 
    [Xterminals]
 
-   [207]Q-23: Can I use x11vnc to view and interact with an Xterminal
+   [221]Q-25: Can I use x11vnc to view and interact with an Xterminal
    (e.g. NCD) that is not running UNIX and so x11vnc cannot be run on it
    directly? 
 
-   [208]Q-24: How do I get my X permissions (MIT-MAGIC-COOKIE file)
+   [222]Q-26: How do I get my X permissions (MIT-MAGIC-COOKIE file)
    correct for a Unix/Linux machine acting as an Xterminal? 
 
    [Sun Rays]
 
-   [209]Q-25: I'm having trouble using x11vnc with my Sun Ray session. 
+   [223]Q-27: I'm having trouble using x11vnc with my Sun Ray session. 
 
    [Remote Control]
 
-   [210]Q-26: How do I stop x11vnc once it is running in the background? 
+   [224]Q-28: How do I stop x11vnc once it is running in the background? 
 
-   [211]Q-27: Can I change settings in x11vnc without having to restart
+   [225]Q-29: Can I change settings in x11vnc without having to restart
    it? Can I remote control it? 
 
    [Security and Permissions]
 
-   [212]Q-28: How do I create a VNC password for use with x11vnc? 
+   [226]Q-30: How do I create a VNC password for use with x11vnc? 
 
-   [213]Q-29: Can I make it so -storepasswd doesn't show my password on
+   [227]Q-31: Can I make it so -storepasswd doesn't show my password on
    the screen? 
 
-   [214]Q-30: Can I have two passwords for VNC viewers, one for full
+   [228]Q-32: Can I have two passwords for VNC viewers, one for full
    access and the other for view-only access to the display? 
 
-   [215]Q-31: Can I have as many full-access and view-only passwords as I
+   [229]Q-33: Can I have as many full-access and view-only passwords as I
    like? 
 
-   [216]Q-32: Does x11vnc support Unix usernames and passwords? Can I
+   [230]Q-34: Does x11vnc support Unix usernames and passwords? Can I
    further limit the set of Unix usernames who can connect to the VNC
    desktop? 
 
-   [217]Q-33: Can I supply an external program to provide my own custom
+   [231]Q-35: Can I supply an external program to provide my own custom
    login method (e.g. Dynamic/One-time passwords or non-Unix (LDAP)
    usernames and passwords)? 
 
-   [218]Q-34: Why does x11vnc exit as soon as the VNC viewer disconnects?
+   [232]Q-36: Why does x11vnc exit as soon as the VNC viewer disconnects?
    And why doesn't it allow more than one VNC viewer to connect at the
    same time? 
 
-   [219]Q-35: Can I limit which machines incoming VNC clients can connect
+   [233]Q-37: Can I limit which machines incoming VNC clients can connect
    from? 
 
-   [220]Q-36: How do I build x11vnc/libvncserver with libwrap
+   [234]Q-38: How do I build x11vnc/libvncserver with libwrap
    (tcp_wrappers) support? 
 
-   [221]Q-37: Can I have x11vnc only listen on one network interface
+   [235]Q-39: Can I have x11vnc only listen on one network interface
    (e.g. internal LAN) rather than having it listen on all network
    interfaces and relying on -allow to filter unwanted connections out? 
 
-   [222]Q-38: Now that -localhost implies listening only on the loopback
+   [236]Q-40: Now that -localhost implies listening only on the loopback
    interface, how I can occasionally allow in a non-localhost via the -R
    allowonce remote control command? 
 
-   [223]Q-39: Can I fine tune what types of user input are allowed? E.g.
+   [237]Q-41: Can I fine tune what types of user input are allowed? E.g.
    have some users just be able to move the mouse, but not click or type
    anything? 
 
-   [224]Q-40: Can I prompt the user at the local X display whether the
+   [238]Q-42: Can I prompt the user at the local X display whether the
    incoming VNC client should be accepted or not? Can I decide to make
    some clients view-only? How about running an arbitrary program to make
    the decisions? 
 
-   [225]Q-41: I start x11vnc as root because it is launched via inetd(8)
+   [239]Q-43: I start x11vnc as root because it is launched via inetd(8)
    or a display manager like gdm(1). Can I have x11vnc later switch to a
    different user? 
 
-   [226]Q-42: I use a screen-lock when I leave my workstation (e.g.
+   [240]Q-44: I use a screen-lock when I leave my workstation (e.g.
    xscreensaver or xlock). When I remotely access my workstation desktop
    via x11vnc I can unlock the desktop fine, but I am worried people will
    see my activities on the physical monitor. What can I do to prevent
    this, or at least make it more difficult? 
 
-   [227]Q-43: Can I have x11vnc automatically lock the screen when I
+   [241]Q-45: Can I have x11vnc automatically lock the screen when I
    disconnect the VNC viewer? 
 
    [Encrypted Connections]
 
-   [228]Q-44: How can I tunnel my connection to x11vnc via an encrypted
+   [242]Q-46: How can I tunnel my connection to x11vnc via an encrypted
    SSH channel between two Unix machines? 
 
-   [229]Q-45: How can I tunnel my connection to x11vnc via an encrypted
+   [243]Q-47: How can I tunnel my connection to x11vnc via an encrypted
    SSH channel from Windows using an SSH client like Putty? 
 
-   [230]Q-46: How can I tunnel my connection to x11vnc via an encrypted
+   [244]Q-48: How can I tunnel my connection to x11vnc via an encrypted
    SSL channel using an external tool like stunnel? 
 
-   [231]Q-47: Does x11vnc have built-in SSL tunneling? 
+   [245]Q-49: Does x11vnc have built-in SSL tunneling? 
 
-   [232]Q-48: How do I use VNC Viewers with built-in SSL tunneling? 
+   [246]Q-50: How do I use VNC Viewers with built-in SSL tunneling? 
 
-   [233]Q-49: How do I use VNC Viewers with built-in SSL tunneling when
+   [247]Q-51: How do I use VNC Viewers with built-in SSL tunneling when
    going through a Web Proxy? 
 
-   [234]Q-50: Can Apache web server act as a gateway for users to connect
+   [248]Q-52: Can Apache web server act as a gateway for users to connect
    via SSL from the Internet with a Web browser to x11vnc running on
    their workstations behind a firewall? 
 
-   [235]Q-51: Can I create and use my own SSL Certificate Authority (CA)
+   [249]Q-53: Can I create and use my own SSL Certificate Authority (CA)
    with x11vnc? 
 
    [Display Managers and Services]
 
-   [236]Q-52: How can I run x11vnc as a "service" that is always
+   [250]Q-54: How can I run x11vnc as a "service" that is always
    available? 
 
-   [237]Q-53: How can I use x11vnc to connect to an X login screen like
+   [251]Q-55: How can I use x11vnc to connect to an X login screen like
    xdm, GNOME gdm, KDE kdm, or CDE dtlogin? (i.e. nobody is logged into
    an X session yet). 
 
-   [238]Q-54: Can I run x11vnc out of inetd(8)? How about xinetd(8)? 
+   [252]Q-56: Can I run x11vnc out of inetd(8)? How about xinetd(8)? 
 
-   [239]Q-55: Can I have x11vnc advertise its VNC service and port via
+   [253]Q-57: Can I have x11vnc advertise its VNC service and port via
    mDNS / Zeroconf (e.g. Avahi) so VNC viewers on the local network can
    detect it automatically? 
 
-   [240]Q-56: Can I have x11vnc allow a user to log in with her UNIX
+   [254]Q-58: Can I have x11vnc allow a user to log in with her UNIX
    username and password and then have it find her X session display on
    that machine and then connect to it? How about starting an X session
    if one cannot be found? 
 
-   [241]Q-57: Can I have x11vnc restart itself after it terminates? 
+   [255]Q-59: Can I have x11vnc restart itself after it terminates? 
 
-   [242]Q-58: How do I make x11vnc work with the Java VNC viewer applet
+   [256]Q-60: How do I make x11vnc work with the Java VNC viewer applet
    in a web browser? 
 
-   [243]Q-59: Are reverse connections (i.e. the VNC server connecting to
+   [257]Q-61: Are reverse connections (i.e. the VNC server connecting to
    the VNC viewer) using "vncviewer -listen" and vncconnect(1) supported?
    
-   [244]Q-60: Can I use x11vnc as a replacement for Xvnc? (i.e. not for a
+   [258]Q-62: Can I use x11vnc as a replacement for Xvnc? (i.e. not for a
    real display, but for a virtual one I keep around). 
 
-   [245]Q-61: How can I use x11vnc on "headless" machines? Why might I
+   [259]Q-63: How can I use x11vnc on "headless" machines? Why might I
    want to? 
 
    [Resource Usage and Performance]
 
-   [246]Q-62: I have lots of memory, but why does x11vnc fail with
+   [260]Q-64: I have lots of memory, but why does x11vnc fail with
    shmget: No space left on device    or    Minor opcode of failed
    request: 1 (X_ShmAttach)? 
 
-   [247]Q-63: How can I make x11vnc use less system resources? 
+   [261]Q-65: How can I make x11vnc use less system resources? 
 
-   [248]Q-64: How can I make x11vnc use MORE system resources? 
+   [262]Q-66: How can I make x11vnc use MORE system resources? 
 
-   [249]Q-65: I use x11vnc over a slow link with high latency (e.g.
+   [263]Q-67: I use x11vnc over a slow link with high latency (e.g.
    dialup modem or broadband), is there anything I can do to speed things
    up? 
 
-   [250]Q-66: Does x11vnc support the X DAMAGE Xserver extension to find
+   [264]Q-68: Does x11vnc support the X DAMAGE Xserver extension to find
    modified regions of the screen quickly and efficiently? 
 
-   [251]Q-67: My OpenGL application shows no screen updates unless I
+   [265]Q-69: My OpenGL application shows no screen updates unless I
    supply the -noxdamage option to x11vnc. 
 
-   [252]Q-68: When I drag windows around with the mouse or scroll up and
+   [266]Q-70: When I drag windows around with the mouse or scroll up and
    down things really bog down (unless I do the drag in a single, quick
    motion). Is there anything to do to improve things? 
 
-   [253]Q-69: Why not do something like wireframe animations to avoid the
+   [267]Q-71: Why not do something like wireframe animations to avoid the
    windows "lurching" when being moved or resized? 
 
-   [254]Q-70: Can x11vnc try to apply heuristics to detect when a window
+   [268]Q-72: Can x11vnc try to apply heuristics to detect when a window
    is scrolling its contents and use the CopyRect encoding for a speedup?
    
-   [255]Q-71: Can x11vnc do client-side caching of pixel data? I.e. so
+   [269]Q-73: Can x11vnc do client-side caching of pixel data? I.e. so
    when that pixel data is needed again it does not have to be
    retransmitted over the network. 
 
    [Mouse Cursor Shapes]
 
-   [256]Q-72: Why isn't the mouse cursor shape (the little icon shape
+   [270]Q-74: Why isn't the mouse cursor shape (the little icon shape
    where the mouse pointer is) correct as I move from window to window? 
 
-   [257]Q-73: When using XFIXES cursorshape mode, some of the cursors
+   [271]Q-75: When using XFIXES cursorshape mode, some of the cursors
    look really bad with extra black borders around the cursor and other
    cruft. How can I improve their appearance? 
 
-   [258]Q-74: In XFIXES mode, are there any hacks to handle cursor
+   [272]Q-76: In XFIXES mode, are there any hacks to handle cursor
    transparency ("alpha channel") exactly? 
 
    [Mouse Pointer]
 
-   [259]Q-75: Why does the mouse arrow just stay in one corner in my
+   [273]Q-77: Why does the mouse arrow just stay in one corner in my
    vncviewer, whereas my cursor (that does move) is just a dot? 
 
-   [260]Q-76: Can I take advantage of the TightVNC extension to the VNC
+   [274]Q-78: Can I take advantage of the TightVNC extension to the VNC
    protocol where Cursor Positions Updates are sent back to all connected
    clients (i.e. passive viewers can see the mouse cursor being moved
    around by another viewer)? 
 
-   [261]Q-77: Is it possible to swap the mouse buttons (e.g. left-handed
+   [275]Q-79: Is it possible to swap the mouse buttons (e.g. left-handed
    operation), or arbitrarily remap them? How about mapping button clicks
    to keystrokes, e.g. to partially emulate Mouse wheel scrolling? 
 
    [Keyboard Issues]
 
-   [262]Q-78: How can I get my AltGr and Shift modifiers to work between
+   [276]Q-80: How can I get my AltGr and Shift modifiers to work between
    keyboards for different languages? 
 
-   [263]Q-79: When I try to type a "<" (i.e. less than) instead I get ">"
+   [277]Q-81: When I try to type a "<" (i.e. less than) instead I get ">"
    (i.e. greater than)! Strangely, typing ">" works OK!! 
 
-   [264]Q-80: When I try to type a "<" (i.e. less than) instead I get
+   [278]Q-82: When I try to type a "<" (i.e. less than) instead I get
    "<," (i.e. an extra comma). 
 
-   [265]Q-81: I'm using an "international" keyboard (e.g. German "de", or
+   [279]Q-83: I'm using an "international" keyboard (e.g. German "de", or
    Danish "dk") and the -modtweak mode works well if the VNC viewer is
    run on a Unix/Linux machine with a similar keyboard.   But if I run
    the VNC viewer on Unix/Linux with a different keyboard (e.g. "us") or
    Windows with any keyboard, I can't type some keys like:   "@", "$",
    "<", ">", etc. How can I fix this? 
 
-   [266]Q-82: When typing I sometimes get double, triple, or more of my
+   [280]Q-84: When typing I sometimes get double, triple, or more of my
    keystrokes repeated. I'm sure I only typed them once, what can I do? 
 
-   [267]Q-83: The x11vnc -norepeat mode is in effect, but I still get
+   [281]Q-85: The x11vnc -norepeat mode is in effect, but I still get
    repeated keystrokes!! 
 
-   [268]Q-84: The machine where I run x11vnc has an AltGr key, but the
+   [282]Q-86: The machine where I run x11vnc has an AltGr key, but the
    local machine where I run the VNC viewer does not. Is there a way I
    can map a local unused key to send an AltGr? How about a Compose key
    as well? 
 
-   [269]Q-85: I have a Sun machine I run x11vnc on. Its Sun keyboard has
+   [283]Q-87: I have a Sun machine I run x11vnc on. Its Sun keyboard has
    just one Alt key labelled "Alt" and two Meta keys labelled with little
    diamonds. The machine where I run the VNC viewer only has Alt keys.
    How can I send a Meta keypress? (e.g. emacs needs this) 
 
-   [270]Q-86: Running x11vnc on HP-UX I cannot type "#" I just get a "3"
+   [284]Q-88: Running x11vnc on HP-UX I cannot type "#" I just get a "3"
    instead. 
 
-   [271]Q-87: Can I map a keystroke to a mouse button click on the remote
+   [285]Q-89: Can I map a keystroke to a mouse button click on the remote
    machine? 
 
-   [272]Q-88: How can I get Caps_Lock to work between my VNC viewer and
+   [286]Q-90: How can I get Caps_Lock to work between my VNC viewer and
    x11vnc? 
 
    [Screen Related Issues and Features]
 
-   [273]Q-89: The remote display is larger (in number of pixels) than the
+   [287]Q-91: The remote display is larger (in number of pixels) than the
    local display I am running the vncviewer on. I don't like the
    vncviewer scrollbars, what I can do? 
 
-   [274]Q-90: Does x11vnc support server-side framebuffer scaling? (E.g.
+   [288]Q-92: Does x11vnc support server-side framebuffer scaling? (E.g.
    to make the desktop smaller). 
 
-   [275]Q-91: Does x11vnc work with Xinerama? (i.e. multiple monitors
+   [289]Q-93: Does x11vnc work with Xinerama? (i.e. multiple monitors
    joined together to form one big, single screen). 
 
-   [276]Q-92: Can I use x11vnc on a multi-headed display that is not
+   [290]Q-94: Can I use x11vnc on a multi-headed display that is not
    Xinerama (i.e. separate screens :0.0, :0.1, ... for each monitor)? 
 
-   [277]Q-93: Can x11vnc show only a portion of the display? (E.g. for a
+   [291]Q-95: Can x11vnc show only a portion of the display? (E.g. for a
    special purpose rfb application). 
 
-   [278]Q-94: Does x11vnc support the XRANDR (X Resize, Rotate and
+   [292]Q-96: Does x11vnc support the XRANDR (X Resize, Rotate and
    Reflection) extension? Whenever I rotate or resize the screen x11vnc
    just seems to crash. 
 
-   [279]Q-95: Independent of any XRANDR, can I have x11vnc rotate and/or
+   [293]Q-97: Independent of any XRANDR, can I have x11vnc rotate and/or
    reflect the screen that the VNC viewers see? (e.g. for a handheld
    whose screen is rotated 90 degrees). 
 
-   [280]Q-96: Why is the view in my VNC viewer completely black? Or why
+   [294]Q-98: Why is the view in my VNC viewer completely black? Or why
    is everything flashing around randomly? 
 
-   [281]Q-97: I use Linux Virtual Consoles (VC's) to implement 'Fast User
+   [295]Q-99: I use Linux Virtual Consoles (VC's) to implement 'Fast User
    Switching' between users' sessions (e.g. Betty is on Ctrl-Alt-F7,
    Bobby is on Ctrl-Alt-F8, and Sid is on Ctrl-Alt-F1: they use those
    keystrokes to switch between their sessions).   How come the view in a
@@ -1410,76 +1481,76 @@ make
    otherwise all messed up unless the X session x11vnc is attached to is
    in the active VC? 
 
-   [282]Q-98: I am using x11vnc where my local machine has "popup/hidden
+   [296]Q-100: I am using x11vnc where my local machine has "popup/hidden
    taskbars" and the remote display where x11vnc runs also has
    "popup/hidden taskbars" and they interfere and fight with eachother.
    What can I do? 
 
-   [283]Q-99: Help! x11vnc and my KDE screensaver keep switching each
+   [297]Q-101: Help! x11vnc and my KDE screensaver keep switching each
    other on and off every few seconds. 
 
-   [284]Q-100: I am running the beryl 3D window manager (or MythTv,
+   [298]Q-102: I am running the beryl 3D window manager (or MythTv,
    Google Earth, or some other OpenGL app) and I do not get screen
    updates in x11vnc. 
 
-   [285]Q-101: Can I use x11vnc to view my VMWare session remotely? 
+   [299]Q-103: Can I use x11vnc to view my VMWare session remotely? 
 
    [Exporting non-X11 devices via VNC]
 
-   [286]Q-102: Can non-X devices (e.g. a raw framebuffer) be viewed (and
+   [300]Q-104: Can non-X devices (e.g. a raw framebuffer) be viewed (and
    even controlled) via VNC with x11vnc? 
 
-   [287]Q-103: Can I export via VNC a Webcam or TV tuner framebuffer
+   [301]Q-105: Can I export via VNC a Webcam or TV tuner framebuffer
    using x11vnc? 
 
-   [288]Q-104: Can I connect via VNC to a Qt-embedded/Qtopia application
+   [302]Q-106: Can I connect via VNC to a Qt-embedded/Qtopia application
    running on my handheld or PC using the Linux console framebuffer (i.e.
    not X11)? 
 
-   [289]Q-105: Now that non-X11 devices can be exported via VNC using
+   [303]Q-107: Now that non-X11 devices can be exported via VNC using
    x11vnc, can I build it with no dependencies on X11 header files and
    libraries? 
 
-   [290]Q-106: Does x11vnc support Mac OS X Aqua/Quartz displays natively
+   [304]Q-108: Does x11vnc support Mac OS X Aqua/Quartz displays natively
    (i.e. no X11 involved)? 
 
-   [291]Q-107: Can x11vnc be used as a VNC reflector/repeater to improve
+   [305]Q-109: Can x11vnc be used as a VNC reflector/repeater to improve
    performance for the case of a large number of simultaneous VNC viewers
    (e.g. classroom broadcasting or a large demo)? 
 
    [Misc: Clipboard, File Transfer/Sharing, Printing, Sound, Beeps,
    Thanks, etc.]
 
-   [292]Q-108: Does the Clipboard/Selection get transferred between the
+   [306]Q-110: Does the Clipboard/Selection get transferred between the
    vncviewer and the X display? 
 
-   [293]Q-109: Can I use x11vnc to record a Shock Wave Flash (or other
+   [307]Q-111: Can I use x11vnc to record a Shock Wave Flash (or other
    format) video of my desktop, e.g. to record a tutorial or demo? 
 
-   [294]Q-110: Can I transfer files back and forth with x11vnc? 
+   [308]Q-112: Can I transfer files back and forth with x11vnc? 
 
-   [295]Q-111: Which UltraVNC extensions are supported? 
+   [309]Q-113: Which UltraVNC extensions are supported? 
 
-   [296]Q-112: Can x11vnc emulate UltraVNC's Single Click helpdesk mode?
+   [310]Q-114: Can x11vnc emulate UltraVNC's Single Click helpdesk mode?
    I.e. something very simple for a naive user to initiate a reverse vnc
    connection from their desktop to a helpdesk operator's VNC Viewer. 
 
-   [297]Q-113: Can I (temporarily) mount my local (viewer-side)
+   [311]Q-115: Can I (temporarily) mount my local (viewer-side)
    Windows/Samba File share on the machine where x11vnc is running? 
 
-   [298]Q-114: Can I redirect CUPS print jobs from the remote desktop
+   [312]Q-116: Can I redirect CUPS print jobs from the remote desktop
    where x11vnc is running to a printer on my local (viewer-side)
    machine? 
 
-   [299]Q-115: How can I hear the sound (audio) from the remote
+   [313]Q-117: How can I hear the sound (audio) from the remote
    applications on the desktop I am viewing via x11vnc? 
 
-   [300]Q-116: Why don't I hear the "Beeps" in my X session (e.g. when
+   [314]Q-118: Why don't I hear the "Beeps" in my X session (e.g. when
    typing tput bel in an xterm)? 
 
-   [301]Q-117: Does x11vnc work with IPv6? 
+   [315]Q-119: Does x11vnc work with IPv6? 
 
-   [302]Q-118: Thanks for your program and for your help! Can I make a
+   [316]Q-120: Thanks for your program and for your help! Can I make a
    donation? 
      _________________________________________________________________
 
@@ -1492,7 +1563,7 @@ make
 
    For the former error, you need to specify the X display to connect to
    (it also needs to be on the same machine the x11vnc process is to run
-   on). Set your DISPLAY environment variable or use the [303]-display
+   on). Set your DISPLAY environment variable or use the [317]-display
    option to specify it. Nearly always the correct value will be ":0" (in
    fact, x11vnc will now assume :0 if given no other information).
 
@@ -1509,9 +1580,9 @@ make
    working when you try to start x11vnc via, say, a remote shell.
 
    How to Solve:  See the xauth(1), Xsecurity(7), and xhost(1) man pages
-   or [304]this Howto for much info on X11 permissions. For example, you
+   or [318]this Howto for much info on X11 permissions. For example, you
    may need to set your XAUTHORITY environment variable or use the
-   [305]-auth option to point to the correct MIT-MAGIC-COOKIE file (e.g.
+   [319]-auth option to point to the correct MIT-MAGIC-COOKIE file (e.g.
    /home/joe/.Xauthority or /var/gdm/:0.Xauth or /var/lib/kdm/A:0-crWk72K
    or /tmp/.gdmzndVlR, etc.), or simply be sure you run x11vnc as the
    correct user (i.e. the user who is logged into the X session you wish
@@ -1533,11 +1604,11 @@ make
   x11vnc -display :0 -auth /var/gdm/:0.Xauth
 
    (this is for the display manager gdm and requires root permission to
-   read the gdm cookie file, see [306]this faq for other display manager
+   read the gdm cookie file, see [320]this faq for other display manager
    cookie file names). While running x11vnc as root, remember it comes
    with no warranty ;-).
 
-   Note as of Feb/2007 you can also try the [307]-find option instead of
+   Note as of Feb/2007 you can also try the [321]-find option instead of
    "-display ..." and see if that finds your display and Xauthority.
 
    Less safe, but to avoid figuring out where the correct XAUTHORITY file
@@ -1546,7 +1617,7 @@ make
    (from the same machine). The person could then type "xhost -localhost"
    after x11vnc has connected to go back to the default permissions.
    Also, for some situations the "-users lurk=" option may be of use
-   (please read the documentation on the [308]-users option).
+   (please read the documentation on the [322]-users option).
 
    To test out your X11 permissions from a remote shell, set DISPLAY and
    possibly XAUTHORITY (see your shell's man page, bash(1), tcsh(1), on
@@ -1643,7 +1714,7 @@ libssl.so      libcrypto.so    libcrypt.so
    the above list may be out of date. So only use the above lists as
    hints for the package names that are needed.
 
-   Have a look at [309]Misc. Build Problems for additional fixes.
+   Have a look at [323]Misc. Build Problems for additional fixes.
 
    Note: there is growing trend in Linux and other distros to slice up
    core X11 software into more and smaller packages. So be prepared for
@@ -1661,7 +1732,7 @@ libssl.so      libcrypto.so    libcrypt.so
     ii  libssl0.9.8    0.9.8a-7ubuntu SSL shared libraries
 
    (in fact it should have installed both by default if it knew what it
-   was doing). See [310]here too.
+   was doing). See [324]here too.
 
 
    Q-3: I just built x11vnc successfully, but when I use it my keystrokes
@@ -1735,7 +1806,7 @@ h
    earlier and perhaps non-Solaris):
 
    First use the environment settings (CPPFLAGS, LDFLAGS, etc.) in the
-   above [311]Solaris build script to run the configure command. That
+   above [325]Solaris build script to run the configure command. That
    should succeed without failure. Then you have to hand edit the
    autogenerated rfb/rfbconfig.h file in the source tree, and just before
    the last #endif at the bottom of that file insert these workaround
@@ -1761,7 +1832,7 @@ typedef unsigned int in_addr_t;
    on other older OS (Solaris, Linux, ...) releases.
 
    Here are some notes for similar steps that need to be done to build on
-   [312]SunOS 4.x
+   [326]SunOS 4.x
 
    Please let us know if you had to use the above workaround (and whether
    it worked or not). If there is enough demand we will try to push clean
@@ -1771,31 +1842,31 @@ typedef unsigned int in_addr_t;
    Q-5: Where can I get a precompiled x11vnc binary for my Operating
    System?
 
-   Hopefully the [313]build steps above and [314]FAQ provide enough info
+   Hopefully the [327]build steps above and [328]FAQ provide enough info
    for a painless compile for most environments. Please report problems
    with the x11vnc configure, make, etc. on your system (if your system
    is known to compile other GNU packages successfully).
 
    There are precompiled x11vnc binaries built by other groups that are
    available at the following locations:
-    Slackware:      (.tgz)  [315]http://www.linuxpackages.net/
+    Slackware:      (.tgz)  [329]http://www.linuxpackages.net/
 
-   Redhat/Fedora: (.rpm) [316]http://dag.wieers.com/packages/x11vnc/
-   [317]http://dries.ulyssis.org/rpm/packages/x11vnc Debian: (.deb)
-   [318]http://packages.debian.org/x11vnc (N.B: old and unmaintained;
+   Redhat/Fedora: (.rpm) [330]http://dag.wieers.com/packages/x11vnc/
+   [331]http://dries.ulyssis.org/rpm/packages/x11vnc Debian: (.deb)
+   [332]http://packages.debian.org/x11vnc (N.B: old and unmaintained;
    better to compile from source) SuSE: (.rpm)
-   [319]http://linux01.gwdg.de/~pbleser/ Solaris: (pkg)
-   [320]http://www.sunfreeware.com/ (N.B: very old; better to compile
-   from source) FreeBSD: (.tbz) [321]http://www.freebsd.org/
-   [322]http://www.freshports.org/net/x11vnc OpenBSD: (.tgz)
-   [323]http://www.openbsd.org/ (N.B: very old and unmaintained; better
-   to compile from source) NetBSD: (src) [324]http://pkgsrc.se/x11/x11vnc
+   [333]http://linux01.gwdg.de/~pbleser/ Solaris: (pkg)
+   [334]http://www.sunfreeware.com/ (N.B: very old; better to compile
+   from source) FreeBSD: (.tbz) [335]http://www.freebsd.org/
+   [336]http://www.freshports.org/net/x11vnc OpenBSD: (.tgz)
+   [337]http://www.openbsd.org/ (N.B: very old and unmaintained; better
+   to compile from source) NetBSD: (src) [338]http://pkgsrc.se/x11/x11vnc
    Nokia 770 (.deb)
-   [325]http://mike.saunby.googlepages.com/x11vncfornokia7702 Sharp
-   Zaurus [326]http://www.pdaxrom.org/ and [327]http://www.focv.com/
+   [339]http://mike.saunby.googlepages.com/x11vncfornokia7702 Sharp
+   Zaurus [340]http://www.pdaxrom.org/ and [341]http://www.focv.com/
 
    If the above binaries don't work and building x11vnc on your OS fails
-   (and all else fails!) you can try one of [328]My Collection of x11vnc
+   (and all else fails!) you can try one of [342]My Collection of x11vnc
    Binaries for various OS's and x11vnc releases.
 
    As a general note, the x11vnc program is simple enough you don't
@@ -1813,7 +1884,7 @@ typedef unsigned int in_addr_t;
    If you use a standalone binary like this and also want x11vnc to serve
    up the Java VNC Viewer jar file (either SSL enabled or regular one),
    then you will need to extract the classes subdirectory from the source
-   tarball and point x11vnc to it via the [329]-httpdir option. E.g.:
+   tarball and point x11vnc to it via the [343]-httpdir option. E.g.:
     x11vnc -httpdir /path/to/x11vnc-0.8.3/classes/ssl ...
 
 
@@ -1822,11 +1893,11 @@ typedef unsigned int in_addr_t;
 
    To obtain VNC viewers for the viewing side (Windows, Mac OS, or Unix)
    try here:
-     * [330]http://www.tightvnc.com/download.html
-     * [331]http://www.realvnc.com/download-free.html
-     * [332]http://sourceforge.net/projects/cotvnc/
-     * [333]http://www.ultravnc.com/
-     * [334]Our Enhanced TightVNC Viewer (SSVNC)
+     * [344]http://www.tightvnc.com/download.html
+     * [345]http://www.realvnc.com/download-free.html
+     * [346]http://sourceforge.net/projects/cotvnc/
+     * [347]http://www.ultravnc.com/
+     * [348]Our Enhanced TightVNC Viewer (SSVNC)
        [ssvnc.gif]
 
 
@@ -1835,7 +1906,7 @@ typedef unsigned int in_addr_t;
 
    Run:  x11vnc -opts   to list just the option names or run:  x11vnc
    -help   for long descriptions about each option. The output is listed
-   [335]here as well. Yes, x11vnc does have a lot of options, doesn't
+   [349]here as well. Yes, x11vnc does have a lot of options, doesn't
    it...
 
 
@@ -1867,10 +1938,10 @@ display :0
    program is needed for operation. The gui is not particularly
    user-friendly, it just provides a point and click mode to set all the
    many x11vnc parameters and obtain help on them. It is also very useful
-   for testing. See the [336]-gui option for more info. Examples: "x11vnc
+   for testing. See the [350]-gui option for more info. Examples: "x11vnc
    ... -gui" and "x11vnc ... -gui other:0" in the latter case the gui is
    displayed on other:0, not the X display x11vnc is polling. There is
-   also a "[337]-gui tray" system tray mode.
+   also a "[351]-gui tray" system tray mode.
 
    [tkx11vnc.gif]
 
@@ -1907,7 +1978,7 @@ display :0
    PORT=59xx line to see which port it found, then subtract 5900 from it
    for the VNC display number to enter into the VNC Viewer(s).
 
-   The "[338]-N" option will try to match the VNC display number to the X
+   The "[352]-N" option will try to match the VNC display number to the X
    display (e.g. X11 DISPLAY of :5 (port 6005) will have VNC display :5
    (port 5905)).
 
@@ -1915,11 +1986,11 @@ display :0
    Q-11: Can I make x11vnc more quiet and also go into the background
    after starting up?
 
-   Use the [339]-q and [340]-bg options, respectively.  (also: -quiet is
+   Use the [353]-q and [354]-bg options, respectively.  (also: -quiet is
    an alias for -q)
 
    Note that under -bg the stderr messages will be lost unless you use
-   the "[341]-o logfile" option.
+   the "[355]-o logfile" option.
 
 
    Q-12: Sometimes when a VNC viewer dies abruptly, x11vnc also dies with
@@ -1935,12 +2006,26 @@ display :0
    since about Jun/2004.
 
 
-   Q-13: Are there any build-time customizations possible, e.g. change
+   Q-13: The Windows TightVNC 1.3.9 Viewer cannot connect to x11vnc.
+
+   This appears to be fixed in x11vnc version 0.9 and later. If you need
+   to use an earlier version of x11vnc, try using the "-rfbversion 3.7"
+   option. In general sometimes one can get a misbehaving viewer to work
+   by supplying rfb versions 3.7 or 3.3.
+
+
+   Q-14: KDE's krdc VNC viewer cannot connect to x11vnc.
+
+   This has been fixed in x11vnc version 0.8.4. More info [356]here,
+   [357]here, and [358]here.
+
+
+   Q-15: Are there any build-time customizations possible, e.g. change
    defaults, create a smaller binary, etc?
 
    There are some options. They are enabled by adding something like
    -Dxxxx=1 to the CPPFLAGS environment variable before running configure
-   (see the [342]build notes for general background).
+   (see the [359]build notes for general background).
 /*
  * Mar/2006
  * Build-time customization via CPPFLAGS.
@@ -2006,31 +2091,31 @@ display :0
 
    [Win2VNC Related]
 
-   Q-14: I have two separate machine displays in front of me, one Windows
+   Q-16: I have two separate machine displays in front of me, one Windows
    the other X11: can I use x11vnc in combination with Win2VNC in
    dual-screen mode to pass the keystrokes and mouse motions to the X11
    display?
 
-   Yes, for best response start up x11vnc with the "[343]-nofb" option
+   Yes, for best response start up x11vnc with the "[360]-nofb" option
    (disables framebuffer polling, and does other optimizations) on the
    secondary display (X11) machine. Then start up Win2VNC on the primary
    display (Windows) referring it to the secondary display.
 
-   This will also work X11 to X11 using [344]x2vnc, however you would
+   This will also work X11 to X11 using [361]x2vnc, however you would
    probably just want to avoid VNC and use x2x for that.
 
    For reference, here are some links to Win2VNC-like programs for
    multiple monitor setups:
-     * [345]Original Win2VNC
-     * [346]Enhanced Win2VNC and [347]sourceforge link
-     * [348]x2vnc
-     * [349]x2x also [350]here
-     * [351]zvnc (MorphOS)
+     * [362]Original Win2VNC
+     * [363]Enhanced Win2VNC and [364]sourceforge link
+     * [365]x2vnc
+     * [366]x2x also [367]here
+     * [368]zvnc (MorphOS)
 
    All of them will work with x11vnc (except x2x where it is not needed).
 
 
-   Q-15: I am running Win2VNC on my Windows machine and "x11vnc -nofb" on
+   Q-17: I am running Win2VNC on my Windows machine and "x11vnc -nofb" on
    Unix to pass keyboard and mouse to the Unix monitor. Whenever I start
    Win2VNC it quickly disconnects and x11vnc says:
    rfbProcessClientNormalMessage: read: Connection reset by peer
@@ -2045,7 +2130,7 @@ display :0
    on your display to be depth 24 TrueColor? Sun machines often have 8+24
    overlay/multi-depth visuals, and you can make the default visual depth
    24 TrueColor (see fbconfig(1) and Xsun(1)). 2) As of Feb/2004 x11vnc
-   has the [352]-visual option to allow you to force the framebuffer
+   has the [369]-visual option to allow you to force the framebuffer
    visual to whatever you want (this usually messes up the colors unless
    you are very clever). In this case, the option provides a convenient
    workaround for the Win2VNC bug:
@@ -2055,22 +2140,22 @@ display :0
    this. Since Win2VNC does not use the framebuffer data there should be
    no problems in doing this.
 
-   Q-16: Can I run "x11vnc -nofb" on a Mac OS X machine to redirect mouse
+   Q-18: Can I run "x11vnc -nofb" on a Mac OS X machine to redirect mouse
    and keyboard input to it from Windows and X11 machines via Win2VNC and
    x2vnc, respectively?
 
-   Yes, as of Nov/2006 [353]you can. There may be a trick or two you'll
+   Yes, as of Nov/2006 [370]you can. There may be a trick or two you'll
    need to do to get the Clipboard exchange between the machines to work.
 
 
 
    [Color Issues]
 
-   Q-17: The X display I run x11vnc on is only 8 bits per pixel (bpp)
+   Q-19: The X display I run x11vnc on is only 8 bits per pixel (bpp)
    PseudoColor (i.e. only 256 distinct colors). The x11vnc colors may
    start out OK, but after a while they are incorrect in certain windows.
 
-   Use the [354]-flashcmap option to have x11vnc watch for changes in the
+   Use the [371]-flashcmap option to have x11vnc watch for changes in the
    colormap, and propagate those changes back to connected clients. This
    can be slow (since the whole screen must be updated over the network
    whenever the colormap changes). This flashing colormap behavior often
@@ -2079,30 +2164,30 @@ display :0
    example of this. Consider reconfiguring the system to 16 bpp or depth
    24 TrueColor if at all possible.
 
-   Also note the option [355]-8to24 (Jan/2006) can often remove the need
+   Also note the option [372]-8to24 (Jan/2006) can often remove the need
    for flashing the colormap. Everything is dynamically transformed to
    depth 24 at 32 bpp using the colormaps. There may be painting errors
    however (see the following FAQ for tips on reducing and correcting
    them).
 
-   In some rare cases the [356]-notruecolor option has corrected colors
+   In some rare cases the [373]-notruecolor option has corrected colors
    on 8bpp displays. The red, green, and blue masks were non-zero in 8bpp
    PseudoColor on an obscure setup, and this option corrected the
    problems.
 
 
-   Q-18: Color problems: Why are the colors for some windows incorrect in
+   Q-20: Color problems: Why are the colors for some windows incorrect in
    x11vnc? BTW, my X display has nice overlay/multi-depth visuals of
    different color depths: e.g. there are both depth 8 and 24 visuals
    available at the same time.
 
-   You may want to review the [357]previous question regarding 8 bpp
+   You may want to review the [374]previous question regarding 8 bpp
    PseudoColor.
 
-   On some hardware (Sun/SPARC and SGI), the [358]-overlay option
+   On some hardware (Sun/SPARC and SGI), the [375]-overlay option
    discussed a couple paragraphs down may solve this for you (you may
    want to skip to it directly). On other hardware the less robust
-   [359]-8to24 option may help (also discussed below).
+   [376]-8to24 option may help (also discussed below).
 
    Run xdpyinfo(1) to see what the default visual is and what the depths
    of the other visuals are. Does the default visual have a depth of 8
@@ -2138,7 +2223,7 @@ TrueColor defdepth 24
 
    The -overlay mode: Another option is if the system with overlay
    visuals is a Sun system running Solaris or SGI running IRIX you can
-   use the [360]-overlay x11vnc option (Aug/2004) to have x11vnc use the
+   use the [377]-overlay x11vnc option (Aug/2004) to have x11vnc use the
    Solaris XReadScreen(3X11) function to poll the "true view" of the
    whole screen at depth 24 TrueColor. XReadDisplay(3X11) is used on
    IRIX. This is useful for Legacy applications (older versions of
@@ -2163,7 +2248,7 @@ TrueColor defdepth 24
    Xsun, e.g. in your /etc/dt/config/Xservers file).
 
 
-   The -8to24 mode: The [361]-8to24 x11vnc option (Jan/2006) is a kludge
+   The -8to24 mode: The [378]-8to24 x11vnc option (Jan/2006) is a kludge
    to try to dynamically rewrite the pixel values so that the 8bpp part
    of the screen is mapped onto depth 24 TrueColor. This is less robust
    than the -overlay mode because it is done by x11vnc outside of the X
@@ -2177,11 +2262,11 @@ TrueColor defdepth 24
    32bpp view is exported via VNC.
 
    Even on pure 8bpp displays it can be used as an alternative to
-   [362]-flashcmap to avoid color flashing completely.
+   [379]-flashcmap to avoid color flashing completely.
 
    This scheme is approximate and can often lead to painting errors. You
    can manually correct most painting errors by pressing 3 Alt_L's in a
-   row, or by using something like: [363]-fixscreen V=3.0 to
+   row, or by using something like: [380]-fixscreen V=3.0 to
    automatically refresh the screen every 3 seconds. Also -fixscreen
    8=3.0 has been added to just refresh the non-default visual parts of
    the screen.
@@ -2194,27 +2279,27 @@ TrueColor defdepth 24
    nogetimage can give a nice speedup if the default depth 24 X server
    supports hiding the 8bpp bits in bits 25-32 of the framebuffer data.
    On very slow machines -8to24 poll=0.2,cachewin=5.0 gives an useful
-   speedup. See the [364]-8to24 help description for information on
+   speedup. See the [381]-8to24 help description for information on
    tunable parameters, etc.
 
 
    Colors still not working correctly? Run xwininfo on the application
    with the incorrect colors to verify that the depth of its visual is
    different from the default visual depth (gotten from xdpyinfo). One
-   possible workaround in this case is to use the [365]-id option to
+   possible workaround in this case is to use the [382]-id option to
    point x11vnc at the application window itself. If the application is
    complicated (lots of toplevel windows and popup menus) this may not be
    acceptable, and may even crash x11vnc (but not the application).
 
    It is theoretically possible to solve this problem in general (see
    xwd(1) for example), but it does not seem trivial or sufficiently fast
-   for x11vnc to be able to do so in real time. The [366]-8to24 method
+   for x11vnc to be able to do so in real time. The [383]-8to24 method
    does this approximately and is somewhat usable. Fortunately the
-   [367]-overlay option works for Solaris machines with overlay visuals
+   [384]-overlay option works for Solaris machines with overlay visuals
    where most of this problem occurs.
 
 
-   Q-19: I am on a high color system (depth >= 24) but I seem to have
+   Q-21: I am on a high color system (depth >= 24) but I seem to have
    colormap problems. They either flash or everything is very dark.
 
    This can happen if the default Visual (use xdpyinfo to list them) is
@@ -2239,22 +2324,22 @@ TrueColor defdepth 24
    can make xwud do this for example.
 
 
-   Q-20: How do I figure out the window id to supply to the -id windowid
+   Q-22: How do I figure out the window id to supply to the -id windowid
    option?
 
    Run the xwininfo program in a terminal. It will ask you to click on
    the desired application window. After clicking, it will print out much
    information, including the window id (e.g. 0x6000010). Also, the
    visual and depth of the window printed out is often useful in
-   debugging x11vnc [368]color problems.
+   debugging x11vnc [385]color problems.
 
-   Also, as of Dec/2004 you can use "[369]-id pick" to have x11vnc run
+   Also, as of Dec/2004 you can use "[386]-id pick" to have x11vnc run
    xwininfo(1) for you and after you click the window it extracts the
    windowid. Besides "pick" there is also "id:root" to allow you to go
    back to root window when doing remote-control.
 
 
-   Q-21: Why don't menus or other transient windows come up when I am
+   Q-23: Why don't menus or other transient windows come up when I am
    using the -id windowid option to view a single application window?
 
    This is related to the behavior of the XGetImage(3X11) and
@@ -2266,10 +2351,10 @@ TrueColor defdepth 24
    you should be able to see these transient windows.
 
    If things are not working and you still want to do the single window
-   polling, try the [370]-sid windowid option ("shifted" windowid).
+   polling, try the [387]-sid windowid option ("shifted" windowid).
 
 
-   Q-22: My X display is depth 24 at 24bpp (instead of the normal depth
+   Q-24: My X display is depth 24 at 24bpp (instead of the normal depth
    24 at 32bpp). I'm having lots of color and visual problems with x11vnc
    and/or vncviewer. What's up?
 
@@ -2302,7 +2387,7 @@ TrueColor defdepth 24
    handle 24bpp from the server, so you may want to use those. They
    evidently request 32 bpp and libvncserver obliges.
 
-   Update: as of Apr/2006 you can use the [371]-24to32 option to have
+   Update: as of Apr/2006 you can use the [388]-24to32 option to have
    x11vnc dynamically transform the 24bpp pixel data to 32bpp. This extra
    transformation could slow things down further however.
 
@@ -2312,14 +2397,14 @@ TrueColor defdepth 24
    couldn't find suitable pixmap format" so evidently you cannot use
    24bpp for the vncviewers to work on that X display.
 
-   Note, however, that the Unix viewer in the [372]Enhanced TightVNC
+   Note, however, that the Unix viewer in the [389]Enhanced TightVNC
    Viewer (SSVNC) project can handle 24bpp X displays. It does this by
    requesting a 16bpp pixel format (or 8bpp if the -bgr233 option has
    been supplied) from the VNC server, and translates that to 24bpp
    locally.
    [Xterminals]
 
-   Q-23: Can I use x11vnc to view and interact with an Xterminal (e.g.
+   Q-25: Can I use x11vnc to view and interact with an Xterminal (e.g.
    NCD) that is not running UNIX and so x11vnc cannot be run on it
    directly?
 
@@ -2327,18 +2412,18 @@ TrueColor defdepth 24
    since you will be polling the X display over the network as opposed to
    over the local hardware. To do this, run x11vnc on a UNIX machine as
    close as possible network-wise (e.g. same switch) to the Xterminal
-   machine. Use the [373]-display option to point the display to that of
+   machine. Use the [390]-display option to point the display to that of
    the Xterminal (you'll of course need basic X11 permission to do that)
-   and finally supply the [374]-noshm option (this enables the polling
+   and finally supply the [391]-noshm option (this enables the polling
    over the network).
 
    The response will likely be sluggish (maybe only one "frame" per
    second). This mode is not recommended except for "quick checks" of
    hard to get to X servers. Use something like "-wait 150" to cut down
-   on the polling rate. You may also need [375]-flipbyteorder if the
+   on the polling rate. You may also need [392]-flipbyteorder if the
    colors get messed up due to endian byte order differences.
 
-   Q-24: How do I get my X permissions (MIT-MAGIC-COOKIE file) correct
+   Q-26: How do I get my X permissions (MIT-MAGIC-COOKIE file) correct
    for a Unix/Linux machine acting as an Xterminal?
 
    If the X display machine is a traditional Xterminal (where the X
@@ -2359,7 +2444,7 @@ TrueColor defdepth 24
    copied to the Xterminal. If $HOME/.Xauthority is exported via NFS
    (this is insecure of course, but has been going on for decades), then
    x11vnc can simply pick it up via NFS (you may need to use the
-   [376]-auth option to point to the correct file). Other options include
+   [393]-auth option to point to the correct file). Other options include
    copying the auth file using scp, or something like:
   central-server>  xauth nextract - xterm123:0 | ssh xterm123 xauth nmerge -
 
@@ -2371,7 +2456,7 @@ TrueColor defdepth 24
    details.
 
    If the display name in the cookie file needs to be changed between the
-   two hosts, see [377]this note on the "xauth add ..." command.
+   two hosts, see [394]this note on the "xauth add ..." command.
 
    A less secure option is to run something like "xhost +127.0.0.1" while
    sitting at the Xterminal box to allow cookie-free local access for
@@ -2385,7 +2470,7 @@ TrueColor defdepth 24
    occasional app more efficiently locally on the Xterminal box (e.g.
    realplayer).
 
-   Not recommended, but as a last resort, you could have x11vnc [378]poll
+   Not recommended, but as a last resort, you could have x11vnc [395]poll
    the Xterminal Display over the network. For this you would run a
    "x11vnc -noshm ..." process on the central-server (and hope the
    network admin doesn't get angry...)
@@ -2412,34 +2497,34 @@ TrueColor defdepth 24
 
    [Sun Rays]
 
-   Q-25: I'm having trouble using x11vnc with my Sun Ray session.
+   Q-27: I'm having trouble using x11vnc with my Sun Ray session.
 
-   The [379]Sun Ray technology is a bit like "VNC done in hardware" (the
+   The [396]Sun Ray technology is a bit like "VNC done in hardware" (the
    Sun Ray terminal device, DTU, playing the role of the vncviewer).
    Completely independent of that, the SunRay user's session is still an
    X server that speaks the X11 protocol and so x11vnc simply talks to
    the X server part to export the SunRay desktop to any place in the
    world (i.e. not only to a Sun Ray terminal device), creating a sort of
-   "Soft Ray". Please see [380]this discussion of Sun Ray issues for
+   "Soft Ray". Please see [397]this discussion of Sun Ray issues for
    solutions to problems.
 
    [Remote Control]
 
-   Q-26: How do I stop x11vnc once it is running in the background?
+   Q-28: How do I stop x11vnc once it is running in the background?
 
    As of Dec/2004 there is a remote control feature. It can change a huge
-   amount of things on the fly: see the [381]-remote and [382]-query
+   amount of things on the fly: see the [398]-remote and [399]-query
    options. To shut down the running x11vnc server just type "x11vnc -R
    stop". To disconnect all clients do "x11vnc -R disconnect:all", etc.
 
-   If the [383]-forever option has not been supplied, x11vnc will
+   If the [400]-forever option has not been supplied, x11vnc will
    automatically exit after the first client disconnects. In general if
    you cannot use the remote control, then you will have to kill the
    x11vnc process This can be done via: "kill NNNNN" (where NNNNN is the
    x11vnc process id number found from ps(1)), or "pkill x11vnc", or
    "killall x11vnc" (Linux only).
 
-   If you have not put x11vnc in the background via the [384]-bg option
+   If you have not put x11vnc in the background via the [401]-bg option
    or shell & operator, then simply press Ctrl-C in the shell where
    x11vnc is running to stop it.
 
@@ -2449,15 +2534,15 @@ TrueColor defdepth 24
    down state in the Xserver. Tapping the stuck key (either via a new
    x11vnc or at the physical console) will release it from the stuck
    state. If the keyboard seems to be acting strangely it is often fixed
-   by tapping Ctrl, Shift, and Alt. Alternatively, the [385]-clear_mods
-   option and [386]-clear_keys option can be used to release pressed keys
+   by tapping Ctrl, Shift, and Alt. Alternatively, the [402]-clear_mods
+   option and [403]-clear_keys option can be used to release pressed keys
    at startup and exit.
 
 
-   Q-27: Can I change settings in x11vnc without having to restart it?
+   Q-29: Can I change settings in x11vnc without having to restart it?
    Can I remote control it?
 
-   Look at the [387]-remote (same as -R) and [388]-query (same as -Q)
+   Look at the [404]-remote (same as -R) and [405]-query (same as -Q)
    options added in Dec/2004. They allow nearly everything to be changed
    dynamically and settings to be queried. Examples: "x11vnc -R shared",
    "x11vnc -R forever", "x11vnc -R scale:3/4", "x11vnc -Q modtweak",
@@ -2468,14 +2553,14 @@ TrueColor defdepth 24
    correctly for communication to be possible.
 
    There is also a simple Tcl/Tk gui based on this remote control
-   mechanism. See the [389]-gui option for more info. You will need to
+   mechanism. See the [406]-gui option for more info. You will need to
    have Tcl/Tk (i.e. /usr/bin/wish) installed for it to work. It can also
    run in the system tray: "-gui tray" or as a standalone icon window:
    "-gui icon".
 
    [Security and Permissions]
 
-   Q-28: How do I create a VNC password for use with x11vnc?
+   Q-30: How do I create a VNC password for use with x11vnc?
 
    You may already have one in $HOME/.vnc/passwd if you have used, say,
    the vncserver program from the regular RealVNC or TightVNC packages
@@ -2483,12 +2568,12 @@ TrueColor defdepth 24
    vncpasswd(1) program from those packages.
 
    As of Jun/2004 x11vnc supports the -storepasswd "pass" "file"
-   [390]option, which is the same functionality of storepasswd. Be sure
+   [407]option, which is the same functionality of storepasswd. Be sure
    to quote the "pass" if it contains shell meta characters, spaces, etc.
    Example:
   x11vnc -storepasswd 'sword*fish' $HOME/myvncpasswd
 
-   You then use the password via the x11vnc option: "[391]-rfbauth
+   You then use the password via the x11vnc option: "[408]-rfbauth
    $HOME/myvncpasswd"
 
    As of Jan/2006 if you do not supply any arguments:
@@ -2500,11 +2585,11 @@ TrueColor defdepth 24
    ~/.mypass", the password you are prompted for will be stored in that
    file.
 
-   x11vnc also has the [392]-passwdfile and -passwd/-viewpasswd plain
+   x11vnc also has the [409]-passwdfile and -passwd/-viewpasswd plain
    text (i.e. not obscured like the -rfbauth VNC passwords) password
    options.
 
-   You can use the [393]-usepw option to automatically use any password
+   You can use the [410]-usepw option to automatically use any password
    file you have in ~/.vnc/passwd or ~/.vnc/passwdfile (the latter is
    used with the -passwdfile option).
 
@@ -2516,7 +2601,7 @@ TrueColor defdepth 24
    who do not know better.
 
 
-   Q-29: Can I make it so -storepasswd doesn't show my password on the
+   Q-31: Can I make it so -storepasswd doesn't show my password on the
    screen?
 
    You can use the vncpasswd program from RealVNC or TightVNC mentioned
@@ -2533,17 +2618,17 @@ TrueColor defdepth 24
    ~/.mypass"
 
 
-   Q-30: Can I have two passwords for VNC viewers, one for full access
+   Q-32: Can I have two passwords for VNC viewers, one for full access
    and the other for view-only access to the display?
 
-   Yes, as of May/2004 there is the [394]-viewpasswd option to supply the
-   view-only password. Note the full-access password option [395]-passwd
+   Yes, as of May/2004 there is the [411]-viewpasswd option to supply the
+   view-only password. Note the full-access password option [412]-passwd
    must be supplied at the same time. E.g.: -passwd sword -viewpasswd
    fish.
 
    To avoid specifying the passwords on the command line (where they
    could be observed via the ps(1) command by any user) you can use the
-   [396]-passwdfile option to specify a file containing plain text
+   [413]-passwdfile option to specify a file containing plain text
    passwords. Presumably this file is readable only by you, and ideally
    it is located on the machine x11vnc is run on (to avoid being snooped
    on over the network). The first line of this file is the full-access
@@ -2551,7 +2636,7 @@ TrueColor defdepth 24
    it is taken as the view-only password. (use "__EMPTY__" to supply an
    empty one).
 
-   View-only passwords currently do not work for the [397]-rfbauth
+   View-only passwords currently do not work for the [414]-rfbauth
    password option (standard VNC password storing mechanism). FWIW, note
    that although the output (usually placed in $HOME/.vnc/passwd) by the
    vncpasswd or storepasswd programs (or from x11vnc -storepasswd) looks
@@ -2561,10 +2646,10 @@ TrueColor defdepth 24
    straight-forward to work out what to do from the VNC source code.
 
 
-   Q-31: Can I have as many full-access and view-only passwords as I
+   Q-33: Can I have as many full-access and view-only passwords as I
    like?
 
-   Yes, as of Jan/2006 in the libvncserver CVS the [398]-passwdfile
+   Yes, as of Jan/2006 in the libvncserver CVS the [415]-passwdfile
    option has been extended to handle as many passwords as you like. You
    put the view-only passwords after a line __BEGIN_VIEWONLY__.
 
@@ -2572,9 +2657,9 @@ TrueColor defdepth 24
    You can have x11vnc re-read the file dynamically when it is modified.
 
 
-   Q-32: Does x11vnc support Unix usernames and passwords? Can I further
+   Q-34: Does x11vnc support Unix usernames and passwords? Can I further
    limit the set of Unix usernames who can connect to the VNC desktop?
-   Update: as of Feb/2006 x11vnc has the [399]-unixpw option that does
+   Update: as of Feb/2006 x11vnc has the [416]-unixpw option that does
    this outside of the VNC protocol and libvncserver. The standard su(1)
    program is used to validate the user's password. A familiar "login:"
    and "Password:" dialog is presented to the user on a black screen
@@ -2584,7 +2669,7 @@ TrueColor defdepth 24
    A list of allowed Unix usernames may also be supplied along with
    per-user settings.
 
-   There is also the [400]-unixpw_nis option for non-shadow-password
+   There is also the [417]-unixpw_nis option for non-shadow-password
    (typically NIS environments, hence the name) systems where the
    traditional getpwnam() and crypt() functions are used instead of
    su(1). The encrypted user passwords must be accessible to the user
@@ -2593,11 +2678,11 @@ TrueColor defdepth 24
    shadow(5).
 
    Two settings are enforced in the -unixpw and -unixpw_nis modes to
-   provide extra security: the 1) [401]-localhost and 2) [402]-stunnel or
-   [403]-ssl options. Without these one might send the Unix username and
+   provide extra security: the 1) [418]-localhost and 2) [419]-stunnel or
+   [420]-ssl options. Without these one might send the Unix username and
    password data in clear text over the network which is a very bad idea.
    They can be relaxed if you want to provide encryption other than
-   stunnel or [404]-ssl (the constraint is automatically relaxed if
+   stunnel or [421]-ssl (the constraint is automatically relaxed if
    SSH_CONNECTION is set and indicates you have ssh-ed in, however the
    -localhost requirement is still enforced).
 
@@ -2616,13 +2701,13 @@ TrueColor defdepth 24
    approximate at best.
 
    One approximate method involves starting x11vnc with the
-   [405]-localhost option. This basically requires the viewer user to log
+   [422]-localhost option. This basically requires the viewer user to log
    into the workstation where x11vnc is running via their Unix username
    and password, and then somehow set up a port redirection of his
    vncviewer connection to make it appear to emanate from the local
    machine. As discussed above, ssh is useful for this: "ssh -L
    5900:localhost:5900 user@hostname ..." See the ssh wrapper scripts
-   mentioned [406]elsewhere on this page. [407]stunnel does this as well.
+   mentioned [423]elsewhere on this page. [424]stunnel does this as well.
 
    Of course a malicious user could allow other users to get in through
    his channel, but that is a problem with every method. Another thing to
@@ -2633,7 +2718,7 @@ TrueColor defdepth 24
    traditional way would be to further require a VNC password to supplied
    (-rfbauth, -passwd, etc) and only tell the people allowed in what the
    VNC password is. A scheme that avoids a second password involves using
-   the [408]-accept option that runs a program to examine the connection
+   the [425]-accept option that runs a program to examine the connection
    information to determine which user is connecting from the local
    machine. That may be difficult to do, but, for example, the program
    could use the ident service on the local machine (normally ident
@@ -2665,11 +2750,11 @@ exit 1  # reject it
    always be "root".
 
 
-   Q-33: Can I supply an external program to provide my own custom login
+   Q-35: Can I supply an external program to provide my own custom login
    method (e.g. Dynamic/One-time passwords or non-Unix (LDAP) usernames
    and passwords)?
    Yes, there are several possibilities. For background see the FAQ on
-   the [409]-accept where an external program may be run to decide if a
+   the [426]-accept where an external program may be run to decide if a
    VNC client should be allowed to try to connect and log in. If the
    program (or local user prompted by a popup) answers "yes", then
    -accept proceeds to the normal VNC and x11vnc authentication methods,
@@ -2677,26 +2762,26 @@ exit 1  # reject it
 
    To provide more direct coupling to the VNC client's username and/or
    supplied password the following options were added in Sep/2006:
-     * [410]-unixpw_cmd command
-     * [411]-passwdfile cmd:command
-     * [412]-passwdfile custom:command
+     * [427]-unixpw_cmd command
+     * [428]-passwdfile cmd:command
+     * [429]-passwdfile custom:command
 
    In each case "command" is an external command run by x11vnc. You
    supply it. For example, it may couple to your LDAP system or other
    servers you set up.
 
-   For [413]-unixpw_cmd the normal [414]-unixpw Login: and Password:
+   For [430]-unixpw_cmd the normal [431]-unixpw Login: and Password:
    prompts are supplied to the VNC viewer and the strings the client
    returns are then piped into "command" as the first two lines of its
    standard input. If the command returns success, i.e. exit(0), the VNC
    client is accepted, otherwise it is rejected.
 
-   For "[415]-passwdfile cmd:command" the command is run and it returns a
-   password list (like a password file, see the [416]-passwdfile
+   For "[432]-passwdfile cmd:command" the command is run and it returns a
+   password list (like a password file, see the [433]-passwdfile
    read:filename mode). Perhaps a dynamic, one-time password is retrieved
    from a server this way.
 
-   For "[417]-passwdfile custom:command" one gets complete control over
+   For "[434]-passwdfile custom:command" one gets complete control over
    the VNC challenge-response dialog with the VNC client. x11vnc sends
    out a string of random bytes (16 by the VNC spec) and the client
    returns the same number of bytes in a way the server can verify only
@@ -2710,33 +2795,33 @@ exit 1  # reject it
    it is rejected.
 
    In all cases the "RFB_*" enviornment variables are set as under
-   [418]-accept. These variables can provide useful information for the
+   [435]-accept. These variables can provide useful information for the
    externally supplied program to use.
 
 
-   Q-34: Why does x11vnc exit as soon as the VNC viewer disconnects? And
+   Q-36: Why does x11vnc exit as soon as the VNC viewer disconnects? And
    why doesn't it allow more than one VNC viewer to connect at the same
    time?
 
    These defaults are simple safety measures to avoid someone unknowingly
    leaving his X11 desktop exposed (to the internet, say) for long
-   periods of time. Use the [419]-forever option (aka -many) to have
+   periods of time. Use the [436]-forever option (aka -many) to have
    x11vnc wait for more connections after the first client disconnects.
-   Use the [420]-shared option to have x11vnc allow multiple clients to
+   Use the [437]-shared option to have x11vnc allow multiple clients to
    connect simultaneously.
 
-   Recommended additional safety measures include using ssh ([421]see
-   above), stunnel, [422]-ssl, or a VPN to authenticate and encrypt the
+   Recommended additional safety measures include using ssh ([438]see
+   above), stunnel, [439]-ssl, or a VPN to authenticate and encrypt the
    viewer connections or to at least use the -rfbauth passwd-file
-   [423]option to use VNC password protection (or [424]-passwdfile) It is
+   [440]option to use VNC password protection (or [441]-passwdfile) It is
    up to YOU to apply these security measures, they will not be done for
    you automatically.
 
 
-   Q-35: Can I limit which machines incoming VNC clients can connect
+   Q-37: Can I limit which machines incoming VNC clients can connect
    from?
 
-   Yes, look at the [425]-allow and [426]-localhost options to limit
+   Yes, look at the [442]-allow and [443]-localhost options to limit
    connections by hostname or IP address. E.g.
   x11vnc -allow 192.168.0.1,192.168.0.2
 
@@ -2748,11 +2833,11 @@ exit 1  # reject it
    Note that -localhost achieves the same thing as "-allow 127.0.0.1"
 
    For more control, build libvncserver with libwrap support
-   [427](tcp_wrappers) and then use /etc/hosts.allow See hosts_access(5)
+   [444](tcp_wrappers) and then use /etc/hosts.allow See hosts_access(5)
    for complete details.
 
 
-   Q-36: How do I build x11vnc/libvncserver with libwrap (tcp_wrappers)
+   Q-38: How do I build x11vnc/libvncserver with libwrap (tcp_wrappers)
    support?
 
    Here is one way to pass this information to the configure script:
@@ -2768,43 +2853,43 @@ exit 1  # reject it
    is "vnc", e.g.:
   vnc: 192.168.100.3 .example.com
 
-   Note that if you run x11vnc out of [428]inetd you do not need to build
+   Note that if you run x11vnc out of [445]inetd you do not need to build
    x11vnc with libwrap support because the /usr/sbin/tcpd reference in
    /etc/inetd.conf handles the tcp_wrappers stuff.
 
 
-   Q-37: Can I have x11vnc only listen on one network interface (e.g.
+   Q-39: Can I have x11vnc only listen on one network interface (e.g.
    internal LAN) rather than having it listen on all network interfaces
    and relying on -allow to filter unwanted connections out?
 
-   As of Mar/2005 there is the "[429]-listen ipaddr" option that enables
+   As of Mar/2005 there is the "[446]-listen ipaddr" option that enables
    this. For ipaddr either supply the desired network interface's IP
    address (or use a hostname that resolves to it) or use the string
    "localhost". For additional filtering simultaneously use the
-   "[430]-allow host1,..." option to allow only specific hosts in.
+   "[447]-allow host1,..." option to allow only specific hosts in.
 
    This option is useful if you want to insure that no one can even begin
    a dialog with x11vnc from untrusted network interfaces (e.g. ppp0).
-   The option [431]-localhost now implies "-listen localhost" since that
+   The option [448]-localhost now implies "-listen localhost" since that
    is what most people expect it to do.
 
 
-   Q-38: Now that -localhost implies listening only on the loopback
+   Q-40: Now that -localhost implies listening only on the loopback
    interface, how I can occasionally allow in a non-localhost via the -R
    allowonce remote control command?
 
-   To do this specify "[432]-allow localhost". Unlike [433]-localhost
+   To do this specify "[449]-allow localhost". Unlike [450]-localhost
    this will leave x11vnc listening on all interfaces (but of course only
    allowing in local connections, e.g. ssh redirs). Then you can later
    run "x11vnc -R allowonce:somehost" or use to gui to permit a one-shot
    connection from a remote host.
 
 
-   Q-39: Can I fine tune what types of user input are allowed? E.g. have
+   Q-41: Can I fine tune what types of user input are allowed? E.g. have
    some users just be able to move the mouse, but not click or type
    anything?
 
-   As of Feb/2005, the [434]-input option allows you to do this. "K",
+   As of Feb/2005, the [451]-input option allows you to do this. "K",
    "M", "B", and "C" stand for Keystroke, Mouse-motion, Button-clicks,
    and Clipboard, respectively. The setting: "-input M" makes attached
    viewers only able to move the mouse. "-input KMBC,M" lets normal
@@ -2814,12 +2899,12 @@ exit 1  # reject it
    remote control mechanism or the GUI. E.g. x11vnc -R input:hostname:M
 
 
-   Q-40: Can I prompt the user at the local X display whether the
+   Q-42: Can I prompt the user at the local X display whether the
    incoming VNC client should be accepted or not? Can I decide to make
    some clients view-only? How about running an arbitrary program to make
    the decisions?
 
-   Yes, look at the "[435]-accept command" option, it allows you to
+   Yes, look at the "[452]-accept command" option, it allows you to
    specify an external command that is run for each new client. (use
    quotes around the command if it contains spaces, etc.). If the
    external command returns 0 the client is accepted, otherwise the
@@ -2838,7 +2923,7 @@ exit 1  # reject it
    own simple popup window. To accept the client press "y" or click mouse
    on the "Yes" button. To reject the client press "n" or click mouse on
    the "No" button. To accept the client View-only, press "v" or click
-   mouse on the "View" button. If the [436]-viewonly option has been
+   mouse on the "View" button. If the [453]-viewonly option has been
    supplied, the "View" action will not be present: the whole display is
    view only in that case.
 
@@ -2854,7 +2939,7 @@ exit 1  # reject it
    program to prompt the user whether the client should be accepted or
    not. This requires that you have xmessage installed and available via
    PATH. In case it is not already on your system, the xmessage program
-   is available at [437]ftp://ftp.x.org/
+   is available at [454]ftp://ftp.x.org/
 
    To include view-only decisions for the external commands, prefix the
    command something like this: "yes:0,no:*,view:3 mycommand ..." This
@@ -2893,7 +2978,7 @@ elif [ $rc = 4 ]; then
 fi
 exit 1
 
-   Stefan Radman has written a nice dtksh script [438]dtVncPopup for use
+   Stefan Radman has written a nice dtksh script [455]dtVncPopup for use
    in CDE environments to do the same sort of thing. Information on how
    to use it is found at the top of the file. He encourages you to
    provide feedback to him to help improve the script.
@@ -2902,23 +2987,23 @@ exit 1
    popup is being run, so attached clients will not receive screen
    updates, etc during this period.
 
-   To run a command when a client disconnects, use the "[439]-gone
+   To run a command when a client disconnects, use the "[456]-gone
    command" option. This is for the user's convenience only: the return
    code of the command is not interpreted by x11vnc. The same environment
    variables are set as in "-accept command" (except that RFB_MODE will
    be "gone").
 
-   As of Jan/2006 the "[440]-afteraccept command" option will run the
+   As of Jan/2006 the "[457]-afteraccept command" option will run the
    command only after the VNC client has been accepted and authenticated.
    Like -gone the return code is not interprted. RFB_MODE will be
    "afteraccept").
 
 
-   Q-41: I start x11vnc as root because it is launched via inetd(8) or a
+   Q-43: I start x11vnc as root because it is launched via inetd(8) or a
    display manager like gdm(1). Can I have x11vnc later switch to a
    different user?
 
-   As of Feb/2005 x11vnc has the [441]-users option that allows things
+   As of Feb/2005 x11vnc has the [458]-users option that allows things
    like this. Please read the documentation on it (also in the x11vnc
    -help output) carefully for features and caveats. It's use can often
    decrease security unless care is taken.
@@ -2930,7 +3015,7 @@ exit 1
    warranty ;-).
 
 
-   Q-42: I use a screen-lock when I leave my workstation (e.g.
+   Q-44: I use a screen-lock when I leave my workstation (e.g.
    xscreensaver or xlock). When I remotely access my workstation desktop
    via x11vnc I can unlock the desktop fine, but I am worried people will
    see my activities on the physical monitor. What can I do to prevent
@@ -2943,7 +3028,7 @@ exit 1
 
    In any event, as of Jun/2004 there is an experimental utility to make
    it more difficult for nosey people to see your x11vnc activities. The
-   source for it is [442]blockdpy.c The idea behind it is simple (but
+   source for it is [459]blockdpy.c The idea behind it is simple (but
    obviously not bulletproof): when a VNC client attaches to x11vnc put
    the display monitor in the DPMS "off" state, if the DPMS state ever
    changes immediately start up the screen-lock program. The x11vnc user
@@ -2959,8 +3044,8 @@ exit 1
    bulletproof. A really robust solution would likely require X server
    and perhaps even video hardware support.
 
-   The blockdpy utility is launched by the [443]-accept option and told
-   to exit via the [444]-gone option (the vnc client user should
+   The blockdpy utility is launched by the [460]-accept option and told
+   to exit via the [461]-gone option (the vnc client user should
    obviously re-lock the screen before disconnecting!). Instructions can
    be found in the source code for the utility at the above link. Roughly
    it is something like this:
@@ -2969,17 +3054,17 @@ exit 1
    but please read the top of the file.
 
    Update: As of Feb/2007 there is some builtin support for this:
-   [445]-forcedpms and [446]-clientdpms however, they are probably less
+   [462]-forcedpms and [463]-clientdpms however, they are probably less
    robust than the above blockdpy.c scheme, since if the person floods
    the physical machine with mouse or pointer input he can usually see
    flashes of the screen before the monitor is powered off again. See
-   also the [447]-grabkbd, [448]-grabptr, and [449]-grabalways options.
+   also the [464]-grabkbd, [465]-grabptr, and [466]-grabalways options.
 
 
-   Q-43: Can I have x11vnc automatically lock the screen when I
+   Q-45: Can I have x11vnc automatically lock the screen when I
    disconnect the VNC viewer?
 
-   Yes, a user mentions he uses the [450]-gone option under CDE to run a
+   Yes, a user mentions he uses the [467]-gone option under CDE to run a
    screen lock program:
   x11vnc -display :0 -forever -gone 'dtaction LockDisplay'
 
@@ -2989,7 +3074,7 @@ exit 1
   x11vnc -display :0 -forever -gone 'xlock &'
   x11vnc -display :0 -forever -gone 'xlock -mode blank &'
 
-   Here is a scheme using the [451]-afteraccept option (in version 0.8)
+   Here is a scheme using the [468]-afteraccept option (in version 0.8)
    to unlock the screen after the first valid VNC login and to lock the
    screen after the last valid VNC login disconnects:
   x11vnc -display :0 -forever -shared -afteraccept ./myxlocker -gone ./myxlocke
@@ -3027,24 +3112,24 @@ exec @ARGV;
    then use -gone "setpgrp xlock &", etc.
    [Encrypted Connections]
 
-   Q-44: How can I tunnel my connection to x11vnc via an encrypted SSH
+   Q-46: How can I tunnel my connection to x11vnc via an encrypted SSH
    channel between two Unix machines?
 
-   See the description earlier on this page on [452]how to tunnel VNC via
+   See the description earlier on this page on [469]how to tunnel VNC via
    SSH from Unix to Unix. A number of ways are described along with some
    issues you may encounter.
 
    Other secure encrypted methods exists, e.g. stunnel, IPSEC, various
    VPNs, etc.
 
-   See also the [453]Enhanced TightVNC Viewer (SSVNC) page where much of
+   See also the [470]Enhanced TightVNC Viewer (SSVNC) page where much of
    this is now automated.
 
 
-   Q-45: How can I tunnel my connection to x11vnc via an encrypted SSH
+   Q-47: How can I tunnel my connection to x11vnc via an encrypted SSH
    channel from Windows using an SSH client like Putty?
 
-   [454]Above we described how to tunnel VNC via SSH from Unix to Unix,
+   [471]Above we described how to tunnel VNC via SSH from Unix to Unix,
    you may want to review it. To do this from Windows using Putty it
    would go something like this:
      * In the Putty dialog window under 'Session' enter the hostname or
@@ -3065,11 +3150,11 @@ exec @ARGV;
    :0 (plus other cmdline options) in the 'Remote command' Putty setting
    under 'Connections/SSH'.
 
-   See also the [455]Enhanced TightVNC Viewer (SSVNC) page where much of
+   See also the [472]Enhanced TightVNC Viewer (SSVNC) page where much of
    this is now automated via the Putty plink utility.
 
-   For extra protection feel free to run x11vnc with the [456]-localhost
-   and [457]-rfbauth/[458]-passwdfile options.
+   For extra protection feel free to run x11vnc with the [473]-localhost
+   and [474]-rfbauth/[475]-passwdfile options.
 
    If the machine you SSH into via Putty is not the same machine with the
    X display you wish to view (e.g. your company provides incoming SSH
@@ -3077,21 +3162,21 @@ exec @ARGV;
    dialog setting to: 'Destination: otherhost:5900', Once logged in,
    you'll need to do a second login (ssh or rsh) to the workstation
    machine 'otherhost' and then start up x11vnc on it. This can also be
-   automated by [459]chaining ssh's.
+   automated by [476]Chaining SSH's.
 
-   As discussed [460]above another option is to first start the VNC
+   As discussed [477]above another option is to first start the VNC
    viewer in "listen" mode, and then launch x11vnc with the
-   "[461]-connect localhost" option to establish the reverse connection.
+   "[478]-connect localhost" option to establish the reverse connection.
    In this case a Remote port redirection (not Local) is needed for port
    5500 instead of 5900 (i.e. 'Source port:  5500' and
    'Destination:  localhost:5500' for a Remote connection).
 
 
-   Q-46: How can I tunnel my connection to x11vnc via an encrypted SSL
+   Q-48: How can I tunnel my connection to x11vnc via an encrypted SSL
    channel using an external tool like stunnel?
 
    It is possible to use a "lighter weight" encryption setup than SSH or
-   IPSEC. SSL tunnels such as [462]stunnel (also [463]stunnel.mirt.net)
+   IPSEC. SSL tunnels such as [479]stunnel (also [480]stunnel.mirt.net)
    provide an encrypted channel without the need for Unix users,
    passwords, and key passphrases required for ssh (and at the other
    extreme SSL can also provide a complete signed certificate chain of
@@ -3099,12 +3184,12 @@ exec @ARGV;
    often let its port through, ssh is frequently the path of least
    resistance (it also nicely manages public keys for you).
 
-   Update: As of Feb/2006 x11vnc has the options [464]-ssl,
-   [465]-stunnel, and [466]-sslverify to provide integrated SSL schemes.
-   They are discussed [467]in the Next FAQ (you may want to skip to it
+   Update: As of Feb/2006 x11vnc has the options [481]-ssl,
+   [482]-stunnel, and [483]-sslverify to provide integrated SSL schemes.
+   They are discussed [484]in the Next FAQ (you may want to skip to it
    now).
 
-   Here are some basic examples using [468]stunnel but the general idea
+   Here are some basic examples using [485]stunnel but the general idea
    for any SSL tunnel utility is the same:
      * Start up x11vnc and constrain it to listen on localhost.
      * Then start up the SSL tunnel running on the same machine to
@@ -3128,7 +3213,7 @@ exec @ARGV;
 
    The above two commands are run on host "far-away.east". The
    stunnel.pem is the self-signed PEM file certificate created when
-   stunnel is built. One can also create certificates [469]signed by
+   stunnel is built. One can also create certificates [486]signed by
    Certificate Authorities or self-signed if desired using the x11vnc
    utilities described there.
 
@@ -3142,7 +3227,7 @@ exec @ARGV;
    Then point the viewer to the local tunnel on port 5902:
   vncviewer -encodings "copyrect tight zrle hextile" localhost:2
 
-   That's it.  (note that the [470]ss_vncviewer script can automate
+   That's it.  (note that the [487]ss_vncviewer script can automate
    this.)
 
    Be sure to use a VNC password because unlike ssh by default the
@@ -3150,13 +3235,13 @@ exec @ARGV;
    some extra configuration one could also set up certificates to provide
    authentication of either or both sides as well (and hence avoid
    man-in-the-middle attacks). See the stunnel and openssl documentation
-   and also [471]the key management section for details.
+   and also [488]the key management section for details.
 
    stunnel has also been ported to Windows, and there are likely others
    to choose from for that OS. Much info for using it on Windows can be
-   found at the stunnel site and in this [472]article The article also
+   found at the stunnel site and in this [489]article The article also
    shows the detailed steps to set up all the authentication
-   certificates. (for both server and clients, see also the [473]x11vnc
+   certificates. (for both server and clients, see also the [490]x11vnc
    utilities that do this). The default Windows client setup (no certs)
    is simpler and only 4 files are needed in a folder: stunnel.exe,
    stunnel.conf, libssl32.dll, libeay32.dll. We used an stunnel.conf
@@ -3177,7 +3262,7 @@ connect = far-away.east:5901
    As an aside, if you don't like the little "gap" of unencrypted TCP
    traffic (and a localhost listening socket) on the local machine
    between stunnel and x11vnc it can actually be closed by having stunnel
-   start up x11vnc in [474]-inetd mode:
+   start up x11vnc in [491]-inetd mode:
   stunnel -p /path/to/stunnel.pem -P none -d 5900 -l ./x11vnc_sh
 
    Where the script x11vnc_sh starts up x11vnc:
@@ -3220,29 +3305,29 @@ connect = 5900
    they probably wouldn't work since the SSL negotiation is likely
    embedded in the VNC protocol unlike our case where it is external.
 
-   Note: as of Mar/2006 libvncserver/x11vnc provides a [475]SSL-enabled
-   Java applet that can be served up via the [476]-httpdir or [477]-http
-   options when [478]-ssl is enabled. It will also be served via HTTPS
+   Note: as of Mar/2006 libvncserver/x11vnc provides a [492]SSL-enabled
+   Java applet that can be served up via the [493]-httpdir or [494]-http
+   options when [495]-ssl is enabled. It will also be served via HTTPS
    via either the VNC port (e.g. https://host:5900/) or a 2nd port via
-   the [479]-https option.
+   the [496]-https option.
 
    In general current SSL VNC solutions are not particularly "seemless".
    But it can be done, and with a wrapper script on the viewer side and
-   the [480]-stunnel or [481]-ssl option on the server side it works well
-   and is convenient. Here is a simple script [482]ss_vncviewer that
+   the [497]-stunnel or [498]-ssl option on the server side it works well
+   and is convenient. Here is a simple script [499]ss_vncviewer that
    automates running stunnel on the VNC viewer side on Unix a little more
    carefully than the commands printed above. (One could probably do a
    similar thing with a .BAT file on Windows in the stunnel folder.)
 
-   Update Jul/2006: we now provide an [483]Enhanced TightVNC Viewer
+   Update Jul/2006: we now provide an [500]Enhanced TightVNC Viewer
    (SSVNC) package that starts up STUNNEL automatically along with some
    other features. All binaries (stunnel, vncviewer, and some utilities)
    are provided in the package. It works on Unix, Mac OS X, and Windows.
 
 
-   Q-47: Does x11vnc have built-in SSL tunneling?
+   Q-49: Does x11vnc have built-in SSL tunneling?
 
-   You can read about non-built-in methods [484]in the Previous FAQ
+   You can read about non-built-in methods [501]in the Previous FAQ
 
    SSL tunnels provide an encrypted channel without the need for Unix
    users, passwords, and key passphrases required for ssh (and at the
@@ -3253,14 +3338,14 @@ connect = 5900
 
    Built-in SSL x11vnc options:
 
-   As of Feb/2006 the x11vnc [485]-ssl and [486]-stunnel options automate
-   the SSL tunnel creation on the x11vnc server side. An [487]SSL-enabled
+   As of Feb/2006 the x11vnc [502]-ssl and [503]-stunnel options automate
+   the SSL tunnel creation on the x11vnc server side. An [504]SSL-enabled
    Java Viewer applet is also provided that can be served via HTTP or
    HTTPS to automate SSL on the client side.
 
-   The [488]-ssl mode uses the [489]www.openssl.org library if available
-   at build time. The [490]-stunnel mode requires the
-   [491]www.stunnel.org command stunnel(8) to be installed on the system.
+   The [505]-ssl mode uses the [506]www.openssl.org library if available
+   at build time. The [507]-stunnel mode requires the
+   [508]www.stunnel.org command stunnel(8) to be installed on the system.
 
    Both modes require an SSL certificate and key (i.e. .pem file). These
    are usually created via the openssl(1) (in fact in for options "-ssl"
@@ -3312,12 +3397,12 @@ connect = 5900
    is to encrypt the key with a passphrase (note however this requires
    supplying the passphrase each time x11vnc is started up).
 
-   See the discussion on [492]x11vnc Key Management for some utilities
+   See the discussion on [509]x11vnc Key Management for some utilities
    provided for creating and managing certificates and keys and even for
    creating your own Certificate Authority (CA) for signing VNC server
    and client certificates. This may be done by importing the certificate
    into Web Browser or Java plugin keystores, or pointing stunnel to it.
-   The wrapper script [493]ss_vncviewer provides an example on unix
+   The wrapper script [510]ss_vncviewer provides an example on unix
    (-verify option).
 
    Here are some notes on the simpler default (non-CA) operation. To have
@@ -3333,7 +3418,7 @@ connect = 5900
    to machines where the VNC Viewer will be run to enable authenticating
    the x11vnc SSL VNC server to the clients. When authentication takes
    place this way (or via the more sophisticated CA signing described
-   [494]here), then Man-In-The-Middle-Attacks are prevented. Otherwise,
+   [511]here), then Man-In-The-Middle-Attacks are prevented. Otherwise,
    the SSL encryption only provides protection against passive network
    traffic "sniffing". Nowadays, most people seem mostly concerned about
    only the latter (and the default x11vnc SSL modes protect against it.)
@@ -3358,10 +3443,10 @@ connect = 5900
    including using https to download it into the browser and connect to
    x11vnc.
 
-   See the [495]next FAQ for SSL enabled VNC Viewers.
+   See the [512]next FAQ for SSL enabled VNC Viewers.
 
 
-   Q-48: How do I use VNC Viewers with built-in SSL tunneling?
+   Q-50: How do I use VNC Viewers with built-in SSL tunneling?
 
    Notes on the SSL enabled Java VNC Viewer provided in
    classes/ssl/VncViewer.jar:
@@ -3369,9 +3454,9 @@ connect = 5900
    The SSL enabled Java VNC Viewer (VncViewer.jar) in the x11vnc package
    supports only SSL based connections by default (set the applet
    parameter disableSSL=yes in index.vnc to override). As mentioned above
-   the [496]-httpdir can be used to specify the path to .../classes/ssl.
+   the [513]-httpdir can be used to specify the path to .../classes/ssl.
    A typical location might be /usr/local/share/x11vnc/classes/ssl. Or
-   [497]-http can be used to try to have it find the directory
+   [514]-http can be used to try to have it find the directory
    automatically.
 
    The Java viewer uses SSL to communicate securely with x11vnc. Note
@@ -3396,7 +3481,7 @@ connect = 5900
    example) can occasionally be slow or unreliable (it has to read some
    input and try to guess if the connection is VNC or HTTP). If it is
    unreliable and you still want to serve the Java applet via https, use
-   the [498]-https option to get an additional port dedicated to https
+   the [515]-https option to get an additional port dedicated to https
    (its URL will also be printed in the output).
 
    Another possibility is to add the GET applet parameter:
@@ -3409,7 +3494,7 @@ connect = 5900
 
    You may also use "urlPrefix=somestring" to have /somestring prepended
    to /request.https.vnc.connection". Perhaps you are using a web server
-   [499]proxy scheme to enter a firewall or otherwise have rules applied
+   [516]proxy scheme to enter a firewall or otherwise have rules applied
    to the URL. If you need to have any slashes "/" in "somestring" use
    "_2F_" (a deficiency in libvncserver prevents using the more natural
    "%2F".)
@@ -3495,8 +3580,8 @@ connect = 5900
    another VNC session). Then enable "fancy stuff" like "-svc" or
    "-unixpw", etc, etc. Be sure to add a password either "-rfbauth" or
    "-unixpw" or both. If you need to have the web browser use a corporate
-   [500]Web Proxy (i.e. it cannot connect directly) work on that last.
-   Ditto for the [501]Apache portal.
+   [517]Web Proxy (i.e. it cannot connect directly) work on that last.
+   Ditto for the [518]Apache portal.
 
 
    Router/Firewall port redirs:  If you are doing port redirection at
@@ -3546,11 +3631,11 @@ connect = 5900
    NOT linger at. If you see in the x11vnc output a request for
    VncViewer.class instead of VncViewer.jar it is too late... you may
    need to restart the Web browser to get it to try for the jar again.
-   You can use the [502]-https option if you want a dedicated port for
+   You can use the [519]-https option if you want a dedicated port for
    HTTPS connections instead of sharing the VNC port.
 
    To see example x11vnc output for a successful https://host:5900/
-   connection with the Java Applet see [503]This Page.
+   connection with the Java Applet see [520]This Page.
 
 
    Notes on the VNC Viewer ss_vncviewer wrapper script:
@@ -3558,10 +3643,10 @@ connect = 5900
    If you want to use a native VNC Viewer with the SSL enabled x11vnc you
    will need to run an external SSL tunnel on the Viewer side. There do
    not seem to be any native SSL VNC Viewers outside of the x11vnc
-   package. The basic ideas of doing this were discussed [504]for
+   package. The basic ideas of doing this were discussed [521]for
    external tunnel utilities here.
 
-   The [505]ss_vncviewer script provided with x11vnc can set up the
+   The [522]ss_vncviewer script provided with x11vnc can set up the
    stunnel tunnel automatically on unix as long as the stunnel command is
    installed on the Viewer machine and available in PATH (and vncviewer
    too of course). Note that on Debian based system you will need to
@@ -3593,20 +3678,20 @@ connect = 5900
 
    The fifth one shows that Web proxies can be used if that is the only
    way to get out of the firewall. If the "double proxy" situation arises
-   separate the two by commas. See [506]this page for more information on
+   separate the two by commas. See [523]this page for more information on
    how Web proxies come into play.
 
-   If one uses a Certificate Authority (CA) scheme described [507]here,
+   If one uses a Certificate Authority (CA) scheme described [524]here,
    the wrapper script would use the CA cert instead of the server cert:
   3')  ss_vncviewer -verify ./cacert.crt far-away.east:0
 
-   Update Jul/2006: we now provide an [508]Enhanced TightVNC Viewer
+   Update Jul/2006: we now provide an [525]Enhanced TightVNC Viewer
    (SSVNC) package that starts up STUNNEL automatically along with some
    other features. All binaries (stunnel, vncviewer, and some utilities)
    are provided in the package. It works on Unix, Mac OS X, and Windows.
 
 
-   Q-49: How do I use VNC Viewers with built-in SSL tunneling when going
+   Q-51: How do I use VNC Viewers with built-in SSL tunneling when going
    through a Web Proxy?
    The SSL enabled Java VNC Viewer and firewall Proxies:
 
@@ -3637,7 +3722,7 @@ connect = 5900
    (instead of the unsigned one in https://yourmachine.com:5900/ that
    gives the default index.vnc)
 
-   Note that the [509]ss_vncviewer stunnel wrapper script can use Web
+   Note that the [526]ss_vncviewer stunnel wrapper script can use Web
    proxies as well.
 
    Proxies that limit CONNECT to ports 443 and 563:
@@ -3666,23 +3751,23 @@ connect = 5900
   https://yourmachine.com/proxy.vnc?PORT=443
 
    this is cleaner because it avoids editing the file, but requires more
-   parameters in the URL. To use the GET [510]trick discussed above, do:
+   parameters in the URL. To use the GET [527]trick discussed above, do:
   https://yourmachine.com/proxy.vnc?GET=1&PORT=443
 
 
-   Q-50: Can Apache web server act as a gateway for users to connect via
+   Q-52: Can Apache web server act as a gateway for users to connect via
    SSL from the Internet with a Web browser to x11vnc running on their
    workstations behind a firewall?
    Yes. You will need to configure apache to forward these connections.
-   It is discussed [511]here. This provides a clean alternative to the
+   It is discussed [528]here. This provides a clean alternative to the
    traditional method where the user uses SSH to log in through the
    gateway to create the encrypted port redirection to x11vnc running on
    her desktop.
 
 
-   Q-51: Can I create and use my own SSL Certificate Authority (CA) with
+   Q-53: Can I create and use my own SSL Certificate Authority (CA) with
    x11vnc?
-   Yes, see [512]this page for how to do this and the utility commands
+   Yes, see [529]this page for how to do this and the utility commands
    x11vnc provides to create and manage many types of certificates and
    private keys.
 
@@ -3690,7 +3775,7 @@ connect = 5900
 
    [Display Managers and Services]
 
-   Q-52: How can I run x11vnc as a "service" that is always available?
+   Q-54: How can I run x11vnc as a "service" that is always available?
 
    There are a number of ways to do this. The primary thing you need to
    decide is whether you want x11vnc to connect to the X session on the
@@ -3701,14 +3786,14 @@ connect = 5900
    need to have sufficient permissions to connect to the X display.
 
    Here are some ideas:
-     * Use the description under "Continuously" in the [513]FAQ on x11vnc
+     * Use the description under "Continuously" in the [530]FAQ on x11vnc
        and Display Managers
-     * Use the description in the [514]FAQ on x11vnc and inetd(8)
-     * Use the description in the [515]FAQ on Unix user logins and
+     * Use the description in the [531]FAQ on x11vnc and inetd(8)
+     * Use the description in the [532]FAQ on Unix user logins and
        inetd(8)
      * Start x11vnc from your $HOME/.xsession (or $HOME/.xinitrc or
        autostart script or ...)
-     * Although less reliable, see the [516]x11vnc_loop rc.local hack
+     * Although less reliable, see the [533]x11vnc_loop rc.local hack
        below.
 
    The display manager scheme will not be specific to which user has the
@@ -3730,18 +3815,18 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
    X startup scripts (traditionally .xsession/.xinitrc) may have to be in
    a different directory or have a different basename. One user
    recommends the description under 'Running Scripts Automatically' at
-   [517]this link.
+   [534]this link.
 
-   Firewalls: note all methods will require the host-level firewall will
-   need to be configured to allow connections in on a port. E.g. 5900
-   (default VNC port) or 22 (default SSH port for tunnelling VNC). Most
-   systems these days have firewalls turned on by default, so you will
-   actively have to do something to poke a hole in the firewall at the
-   desired port number. See your system administration tool for Firewall
-   settings (Yast, Firestarter, etc.).
+   Firewalls: note all methods will require the host-level firewall to be
+   configured to allow connections in on a port. E.g. 5900 (default VNC
+   port) or 22 (default SSH port for tunnelling VNC). Most systems these
+   days have firewalls turned on by default, so you will actively have to
+   do something to poke a hole in the firewall at the desired port
+   number. See your system administration tool for Firewall settings
+   (Yast, Firestarter, etc.).
 
 
-   Q-53: How can I use x11vnc to connect to an X login screen like xdm,
+   Q-55: How can I use x11vnc to connect to an X login screen like xdm,
    GNOME gdm, KDE kdm, or CDE dtlogin? (i.e. nobody is logged into an X
    session yet).
 
@@ -3753,7 +3838,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
    while running x11vnc as root, e.g. for the gnome display manager, gdm:
   x11vnc -auth /var/gdm/:0.Xauth -display :0
 
-   (the [518]-auth option sets the XAUTHORITY variable for you).
+   (the [535]-auth option sets the XAUTHORITY variable for you).
 
    There will be a similar thing for xdm using however a different auth
    directory path (perhaps something like
@@ -3779,7 +3864,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
    auth file should be in /var/dt), you'll also need to add something
    like Dtlogin*grabServer:False to the Xconfig file
    (/etc/dt/config/Xconfig or /usr/dt/config/Xconfig on Solaris, see
-   [519]the example at the end of this FAQ). Then restart dtlogin, e.g.:
+   [536]the example at the end of this FAQ). Then restart dtlogin, e.g.:
    /etc/init.d/dtlogin stop; /etc/init.d/dtlogin start or reboot.
 
    Continuously:   Have x11vnc reattach each time the X server is
@@ -3790,11 +3875,8 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
    script.
 
    Please consider the security implications of this! Besides having the
-   VNC display for the X session always available, there are other
-   issues: .e.g. if you run the tkx11vnc gui (via say -gui or -gui tray),
-   then the gui controls (insecure) are available on the physical X
-   display before anyone has logged in (maybe doing "-gui
-   tray,geom=+4000+4000" is a good idea...)
+   VNC display for the X session always accessible (but hopefully
+   password protected), there may other issues.
 
    The name of the display manager startup script file depends on desktop
    used and seem to be:
@@ -3810,14 +3892,14 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
    watch out for.
 
    Note:  The above gdm setting of KillInitClients=false in
-   /etc/X11/gdm/gdm.conf is needed here as well. Other display managers
-   (kdm, etc) may also have a similar problem.
+   /etc/X11/gdm/gdm.conf for GDM is needed here as well. Other display
+   managers (KDM, etc) may also have a similar problem.
 
-   Note:  The above Dtlogin*grabServer:False step will be needed for
-   dtlogin here as well.
+   Note:  The above Dtlogin*grabServer:False step for Solaris will be
+   needed for dtlogin here as well.
 
-   In any event, the line you will add to the display manager script will
-   look something like:
+   In any event, the line you will add to the display manager script
+   (Xsetup or whatever) will look something like:
   /usr/local/bin/x11vnc -rfbauth /path/to/the/vnc/passwd -o /var/log/x11vnc.log
  -forever -bg
 
@@ -3828,7 +3910,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
    and XAUTHORITY environment variables for the Xsetup script!!!
 
    You may also want to force the VNC port with something like "-rfbport
-   5900" (or [520]-N) to avoid autoselecting one if 5900 is already
+   5900" (or [537]-N) to avoid autoselecting one if 5900 is already
    taken.
      _________________________________________________________________
 
@@ -3844,7 +3926,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
 
    Then restart: /usr/sbin/gdm-restart (or reboot). The
    KillInitClients=false setting is important: without it x11vnc will be
-   killed immediately after the user logs in. Here are [521]full details
+   killed immediately after the user logs in. Here are [538]full details
    on how to configure gdm
      _________________________________________________________________
 
@@ -3886,24 +3968,32 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
 
    If you do not want to deal with any display manager startup scripts,
    here is a kludgey script that can be run manually or out of a boot
-   file like rc.local: [522]x11vnc_loop It will need some local
+   file like rc.local: [539]x11vnc_loop It will need some local
    customization before running. Because the XAUTHORITY auth file must be
    guessed by this script, use of the display manager script method
-   described above is greatly preferred. There is also the [523]-loop
+   described above is greatly preferred. There is also the [540]-loop
    option that does something similar.
 
    If the machine is a traditional Xterminal you may want to read
-   [524]this FAQ.
+   [541]this FAQ.
+
+   Firewalls: note all methods will require the host-level firewall to be
+   configured to allow connections in on a port. E.g. 5900 (default VNC
+   port) or 22 (default SSH port for tunnelling VNC). Most systems these
+   days have firewalls turned on by default, so you will actively have to
+   do something to poke a hole in the firewall at the desired port
+   number. See your system administration tool for Firewall settings
+   (Yast, Firestarter, etc.).
 
 
-   Q-54: Can I run x11vnc out of inetd(8)? How about xinetd(8)?
+   Q-56: Can I run x11vnc out of inetd(8)? How about xinetd(8)?
 
    Yes, perhaps a line something like this in /etc/inetd.conf will do it
    for you:
 
   5900 stream tcp nowait root /usr/sbin/tcpd /usr/local/bin/x11vnc_sh
 
-   where the shell script /usr/local/bin/x11vnc_sh uses the [525]-inetd
+   where the shell script /usr/local/bin/x11vnc_sh uses the [542]-inetd
    option and looks something like (you'll need to customize to your
    settings).
 #!/bin/sh
@@ -3916,7 +4006,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
    and that confuses it greatly, causing it to abort). If you do not use
    a wrapper script as above but rather call x11vnc directly in
    /etc/inetd.conf and do not redirect stderr to a file, then you must
-   specify the -q (aka [526]-quiet) option: "/usr/local/bin/x11vnc -q
+   specify the -q (aka [543]-quiet) option: "/usr/local/bin/x11vnc -q
    -inetd ...". When you supply both -q and -inet and no "-o logfile"
    then stderr will automatically be closed (to prevent, e.g. library
    stderr messages leaking out to the viewer). The recommended practice
@@ -3924,12 +4014,12 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
    script with "2>logfile" redirection because the errors and warnings
    printed out are very useful in troubleshooting problems.
 
-   Note also the need to set XAUTHORITY via [527]-auth to point to the
+   Note also the need to set XAUTHORITY via [544]-auth to point to the
    MIT-COOKIE auth file to get permission to connect to the X display
    (setting and exporting the XAUTHORITY variable accomplishes the same
    thing). See the x11vnc_loop file in the previous question for more
    ideas on what that auth file may be, etc. The scheme described in the
-   [528]FAQ on Unix user logins and inetd(8) works around the XAUTHORITY
+   [545]FAQ on Unix user logins and inetd(8) works around the XAUTHORITY
    issue nicely.
 
    Note:  On Solaris you cannot have the bare number 5900 in
@@ -3991,14 +4081,14 @@ service x11vncservice
    capture a log)
 
 
-   Q-55: Can I have x11vnc advertise its VNC service and port via mDNS /
+   Q-57: Can I have x11vnc advertise its VNC service and port via mDNS /
    Zeroconf (e.g. Avahi) so VNC viewers on the local network can detect
    it automatically?
 
    Yes, as of Feb/2007 x11vnc supports mDNS / Zeroconf advertising of its
-   service via the Avahi client library. Use the option [529]-avahi (same
-   as [530]-mdns) to enable it. Depending on your setup you may need to
-   install [531]Avahi (including the development packages), enable the
+   service via the Avahi client library. Use the option [546]-avahi (same
+   as [547]-mdns) to enable it. Depending on your setup you may need to
+   install [548]Avahi (including the development packages), enable the
    server: avahi-daemon and avahi-dnsconfd, and possibly open up UDP port
    5353 on your firewall.
 
@@ -4018,28 +4108,28 @@ service x11vncservice
    other distros/OS's...
 
 
-   Q-56: Can I have x11vnc allow a user to log in with her UNIX username
+   Q-58: Can I have x11vnc allow a user to log in with her UNIX username
    and password and then have it find her X session display on that
    machine and then connect to it? How about starting an X session if one
    cannot be found?
 
-   The easiest way to do this is via [532]inetd(8) using the [533]-unixpw
-   and [534]-display WAIT options. The reason inetd(8) makes this easier
+   The easiest way to do this is via [549]inetd(8) using the [550]-unixpw
+   and [551]-display WAIT options. The reason inetd(8) makes this easier
    is that it starts a new x11vnc process for each new user connection.
    Otherwise a wrapper would have to listen for connections and spawn new
-   x11vnc's (see [535]this example and also the [536]-loopbg option).
+   x11vnc's (see [552]this example and also the [553]-loopbg option).
 
    Also with inetd(8) users always connect to a fixed VNC display, say
    machine:0, and do not need to memorize a special VNC display number
    just for their personal use, etc.
 
-   Update: Use the [537]-find, [538]-create, [539]-svc, and [540]-xdmsvc
+   Update: Use the [554]-find, [555]-create, [556]-svc, and [557]-xdmsvc
    options that are shorthand for common FINDCREATEDISPLAY usage modes
    (e.g. terminal services) described below. (i.e. just use "-svc"
    instead of "-display WAIT:cmd=FINDCREATEDISPLAY-Xvfb -unixpw -users
    unixpw= -ssl SAVE")
 
-   The [541]-display WAIT option makes x11vnc wait until a VNC viewer is
+   The [558]-display WAIT option makes x11vnc wait until a VNC viewer is
    connected before attaching to the X display. Additionally it can be
    used to run an external command that returns the DISPLAY and
    XAUTHORITY data. We provide some useful builtin ones (FINDDISPLAY and
@@ -4080,7 +4170,7 @@ nt $2}'`
   exit 0
 
    A default script somewhat like the above is used under "-display
-   WAIT:cmd=FINDDISPLAY" (same as [542]-find) (use
+   WAIT:cmd=FINDDISPLAY" (same as [559]-find) (use
    "WAIT:cmd=FINDDISPLAY-print" to print out the script). The format for
    any such command is that it returns DISPLAY=:disp as the first line
    and any remaining lines are either XAUTHORITY=file or raw xauth data
@@ -4092,10 +4182,10 @@ nt $2}'`
    Or if you only know the X server process ID and suspect a chvt will be
    needed append ",XPID=n".
 
-   Tip: Note that the [543]-find option is an alias for "-display
+   Tip: Note that the [560]-find option is an alias for "-display
    WAIT:cmd=FINDDISPLAY".
 
-   The [544]-unixpw option allows [545]UNIX password logins. It
+   The [561]-unixpw option allows [562]UNIX password logins. It
    conveniently knows the Unix username whose X display should be found.
    Here are a couple /etc/inetd.conf examples for this:
 5900  stream  tcp  nowait  nobody  /usr/sbin/tcpd /usr/local/bin/x11vnc -inetd
@@ -4109,16 +4199,16 @@ xpw=
 
    Note the very long lines have been split. An alternative is to use a
    wrapper script, e.g. /usr/local/bin/x11vnc.sh that has all of the
-   options. (see also the [546]-svc alias).
+   options. (see also the [563]-svc alias).
 
    In the first one x11vnc is run as user "nobody" and stays user nobody
    during the whole session. The permissions of the log files and certs
    directory will need to be set up to allow "nobody" to use them.
 
    In the second one x11vnc is run as root and switches to the user that
-   logs in due to the "[547]-users unixpw=" option.
+   logs in due to the "[564]-users unixpw=" option.
 
-   Note that [548]SSL is required for this mode because otherwise the
+   Note that [565]SSL is required for this mode because otherwise the
    Unix password would be passed in clear text over the network. In
    general -unixpw is not required for this sort of scheme, but it is
    convenient because it determines exactly who the Unix user is whose
@@ -4126,17 +4216,17 @@ xpw=
    to use some method to work out DISPLAY, XAUTHORITY, etc (perhaps you
    use multiple inetd ports and hardwire usernames for different ports).
 
-   If you really want to disable the SSL or SSH [549]-localhost
+   If you really want to disable the SSL or SSH [566]-localhost
    constraints (this is not recommended unless you really know what you
    are doing: Unix passwords sent in clear text is a very bad idea...)
-   read the [550]-unixpw documentation.
+   read the [567]-unixpw documentation.
 
    A inetd(8) scheme for a fixed user that doesn't use SSL or unix
    passwds could be:
 /usr/local/bin/x11vnc -inetd -users =fred -find -rfbauth /home/fred/.vnc/passwd
  -o /var/log/x11vnc.log
 
-   The "[551]-users =fred" option will cause x11vnc to switch to user
+   The "[568]-users =fred" option will cause x11vnc to switch to user
    fred and then find his X display.
 
 
@@ -4145,7 +4235,7 @@ xpw=
    FINDDISPLAY method it will create an X server session for the user
    (i.e. desktop/terminal server). This is the only time x11vnc actually
    tries to start up an X server. By default it will only try to start up
-   virtual (non-hardware) X servers: first [552]Xdummy and if that is not
+   virtual (non-hardware) X servers: first [569]Xdummy and if that is not
    available then Xvfb. Note that Xdummy requires root permission and
    only works on Linux whereas Xvfb works just about everywhere.
 
@@ -4155,19 +4245,19 @@ xpw=
       -display WAIT:cmd=FINDCREATEDISPLAY -prog /usr/local/bin/x11vnc
 
    Where the very long lines have been split. This will allow direct SSL
-   (e.g. [553]ss_vncviewer) access and also Java Web browers access via:
+   (e.g. [570]ss_vncviewer) access and also Java Web browers access via:
    https://hostname:5900/.
 
-   Tip: Note that the [554]-create option is an alias for "-display
+   Tip: Note that the [571]-create option is an alias for "-display
    WAIT:cmd=FINDCREATEDISPLAY-Xvfb".
 
-   Tip: Note that [555]-svc is a short hand for the long "-ssl SAVE
+   Tip: Note that [572]-svc is a short hand for the long "-ssl SAVE
    -unixpw -users unixpw= -display WAIT:cmd=FINDCREATEDISPLAY" part.
    Unlike -create, this alias also sets up SSL encryption and Unix
    password login.
 
    Tip: In addition to the usual unixpw parameters, the user can specify
-   after his username (following a ":" see [556]-display WAIT for
+   after his username (following a ":" see [573]-display WAIT for
    details) for FINDCREATEDISPLAY they can add "geom=WxH" or "geom=WxHxD"
    to specify the width, height, and optionally the color depth. E.g.
    "fred:geom=800x600" at the login: prompt. Also if the env. var
@@ -4204,7 +4294,7 @@ service x11vnc
    WAIT:cmd=FINDCREATEDISPLAY-X,Xvfb,Xdummy". The "X" one means to try to
    start up a real, hardware X server, e.g. startx(1) (if there is
    already a real X server running this may only work on Linux and the
-   chvt program may [557]need to be run to switch to the correct Linux
+   chvt program may [574]need to be run to switch to the correct Linux
    virtual terminal). x11vnc will try to run chvt automatically if it can
    determine which VT should be switched to.
 
@@ -4231,7 +4321,7 @@ service x11vnc
    will also typically block UDP (port 177 for XDMCP) by default
    effectively limiting the UDP connections to localhost.
 
-   Tip: Note that [558]-xdmsvc is a short hand for the long "-ssl SAVE
+   Tip: Note that [575]-xdmsvc is a short hand for the long "-ssl SAVE
    -unixpw -users unixpw= -display WAIT:cmd=FINDCREATEDISPLAY-Xvfb.xdmcp"
    part. E.g.:
 service x11vnc
@@ -4295,26 +4385,26 @@ t:5
    (e.g. :0) and it switches based on username.
 
 
-   Q-57: Can I have x11vnc restart itself after it terminates?
+   Q-59: Can I have x11vnc restart itself after it terminates?
 
    One could do this in a shell script, but now there is an option
-   [559]-loop that makes it easier. Of course when x11vnc restarts it
+   [576]-loop that makes it easier. Of course when x11vnc restarts it
    needs to have permissions to connect to the (potentially new) X
    display. This mode could be useful if the X server restarts often. Use
    e.g. "-loop5000" to sleep 5000 ms between restarts. Also "-loop2000,5"
    to sleep 2000 ms and only restart 5 times.
 
-   One can also use the [560]-loopbg to emulate inetd(8) to some degree,
+   One can also use the [577]-loopbg to emulate inetd(8) to some degree,
    where each connected process runs in the background. It could be
-   combined, say, with the [561]-svc option to provide simple terminal
+   combined, say, with the [578]-svc option to provide simple terminal
    services without using inetd(8).
 
 
-   Q-58: How do I make x11vnc work with the Java VNC viewer applet in a
+   Q-60: How do I make x11vnc work with the Java VNC viewer applet in a
    web browser?
 
    To have x11vnc serve up a Java VNC viewer applet to any web browsers
-   that connect to it, run x11vnc with this [562]option:
+   that connect to it, run x11vnc with this [579]option:
   -httpdir /path/to/the/java/classes/dir
 
    (this directory will contain the files index.vnc and, for example,
@@ -4333,7 +4423,7 @@ t:5
    then you can connect to that URL with any Java enabled browser. Feel
    free to customize the default index.vnc file in the classes directory.
 
-   As of May/2005 the [563]-http option will try to guess where the Java
+   As of May/2005 the [580]-http option will try to guess where the Java
    classes jar file is by looking in expected locations and ones relative
    to the x11vnc binary.
 
@@ -4343,13 +4433,13 @@ t:5
   java -cp ./VncViewer.jar VncViewer HOST far-away.east PORT 5900
 
 
-   Q-59: Are reverse connections (i.e. the VNC server connecting to the
+   Q-61: Are reverse connections (i.e. the VNC server connecting to the
    VNC viewer) using "vncviewer -listen" and vncconnect(1) supported?
 
    As of Mar/2004 x11vnc supports reverse connections. On Unix one starts
    the VNC viewer in listen mode: vncviewer -listen (see your
    documentation for Windows, etc), and then starts up x11vnc with the
-   [564]-connect option. To connect immediately at x11vnc startup time
+   [581]-connect option. To connect immediately at x11vnc startup time
    use the "-connect host:port" option (use commas for a list of hosts to
    connect to). The ":port" is optional (default is 5500).
 
@@ -4357,7 +4447,7 @@ t:5
    file is checked periodically (about once a second) for new hosts to
    connect to.
 
-   The [565]-remote control option (aka -R) can also be used to do this
+   The [582]-remote control option (aka -R) can also be used to do this
    during an active x11vnc session, e.g.:
 x11vnc -display :0 -R connect:hostname.domain
 
@@ -4369,7 +4459,7 @@ x11vnc -display :0 -R connect:hostname.domain
    starting x11vnc.
 
    To use the vncconnect(1) program (from the core VNC package at
-   www.realvnc.com) specify the [566]-vncconnect option to x11vnc (Note:
+   www.realvnc.com) specify the [583]-vncconnect option to x11vnc (Note:
    as of Dec/2004 -vncconnect is now the default). vncconnect(1) must be
    pointed to the same X11 DISPLAY as x11vnc (since it uses X properties
    to communicate with x11vnc). If you do not have or do not want to get
@@ -4383,7 +4473,7 @@ x11vnc -display :0 -R connect:hostname.domain
 xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1"
 
 
-   Q-60: Can I use x11vnc as a replacement for Xvnc? (i.e. not for a real
+   Q-62: Can I use x11vnc as a replacement for Xvnc? (i.e. not for a real
    display, but for a virtual one I keep around).
 
    You can, but you would not be doing this for performance reasons (for
@@ -4398,10 +4488,10 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1"
    Driver in XFree86/Xorg (see below).
 
    In either case, one can view this desktop both remotely and also
-   [567]locally using vncviewer. Make sure vncviewer's "-encodings raw"
+   [584]locally using vncviewer. Make sure vncviewer's "-encodings raw"
    is in effect for local viewing (compression seems to slow things down
    locally). For local viewing you set up a "bare" window manager that
-   just starts up vncviewer and nothing else ([568]See how below).
+   just starts up vncviewer and nothing else ([585]See how below).
 
    Here is one way to start up Xvfb:
   xinit -- /usr/X11R6/bin/Xvfb :1 -cc 4 -screen 0 1024x768x16
@@ -4421,19 +4511,19 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1"
    "screen scrape" it very efficiently (more than, say, 100X faster than
    normal video hardware).
 
-   Update Nov/2006: See the [569]FINDCREATEDISPLAY discussion of the
-   "[570]-display WAIT:cmd=FINDDISPLAY" option where virtual (Xvfb or
+   Update Nov/2006: See the [586]FINDCREATEDISPLAY discussion of the
+   "[587]-display WAIT:cmd=FINDDISPLAY" option where virtual (Xvfb or
    Xdummy, or even real ones by changing an option) X servers are started
    automatically for new users connecting. This provides a "desktop
    service" for the machine. You either get your real X session or your
    virtual (Xvfb/Xdummy) one whenever you connect to the machine
-   (inetd(8) is a nice way to provide this service). The [571]-find,
-   [572]-create, [573]-svc, and [574]-xdmsvc aliases can also come in
+   (inetd(8) is a nice way to provide this service). The [588]-find,
+   [589]-create, [590]-svc, and [591]-xdmsvc aliases can also come in
    handy here.
 
    There are some annoyances WRT Xvfb however. The default keyboard
    mapping seems to be very poor. One should run x11vnc with
-   [575]-add_keysyms option to have keysyms added automatically. Also, to
+   [592]-add_keysyms option to have keysyms added automatically. Also, to
    add the Shift_R and Control_R modifiers something like this is needed:
 #!/bin/sh
 xmodmap -e "keycode any = Shift_R"
@@ -4445,7 +4535,7 @@ xmodmap -e "keycode any = Alt_R"
 xmodmap -e "keycode any = Meta_L"
 xmodmap -e "add Mod1 = Alt_L Alt_R Meta_L"
 
-   (note: these are applied automatically in the [576]FINDCREATEDISPLAY
+   (note: these are applied automatically in the [593]FINDCREATEDISPLAY
    mode of x11vnc). Perhaps the Xvfb options -xkbdb or -xkbmap could be
    used to get a better default keyboard mapping...
 
@@ -4460,11 +4550,11 @@ xmodmap -e "add Mod1 = Alt_L Alt_R Meta_L"
 
    The main drawback to this method (besides requiring extra
    configuration and possibly root permission) is that it also does the
-   Linux Virtual Console/Terminal (VC/VT) [577]switching even though it
+   Linux Virtual Console/Terminal (VC/VT) [594]switching even though it
    does not need to (since it doesn't use a real framebuffer). There are
    some "dual headed" (actually multi-headed/multi-user) patches to the X
    server that turn off the VT usage in the X server. Update: As of
-   Jul/2005 we have an LD_PRELOAD script [578]Xdummy that allows you to
+   Jul/2005 we have an LD_PRELOAD script [595]Xdummy that allows you to
    use a stock (i.e. unpatched) Xorg or XFree86 server with the "dummy"
    driver and not have any VT switching problems! Currently Xdummy needs
    to be run as root, but with some luck that may be relaxed in the
@@ -4492,7 +4582,7 @@ x11vnc -display :5 -rfbport 5905 -bg
 vncviewer -geometry +0+0 -encodings raw -passwd $HOME/.vnc/passwd localhost:5
 
    The display numbers (VNC and X) will likely be different (you could
-   also try [579]-find), and you may not need the -passwd. Recent RealVNC
+   also try [596]-find), and you may not need the -passwd. Recent RealVNC
    viewers might be this:
 #!/bin/sh
 x11vnc -display :5 -rfbport 5905 -bg
@@ -4507,7 +4597,7 @@ t:5
    and configuration.
 
 
-   Q-61: How can I use x11vnc on "headless" machines? Why might I want
+   Q-63: How can I use x11vnc on "headless" machines? Why might I want
    to?
 
    An interesting application of x11vnc is to let it export displays of
@@ -4519,7 +4609,7 @@ t:5
    An X server can be started on the headless machine (sometimes this
    requires configuring the X server to not fail if it cannot detect a
    keyboard or mouse, see the next paragraph). Then you can export that X
-   display via x11vnc (e.g. see [580]this FAQ) and access it from
+   display via x11vnc (e.g. see [597]this FAQ) and access it from
    anywhere on the network via a VNC viewer.
 
    Some tips on getting X servers to start on machines without keyboard
@@ -4542,15 +4632,15 @@ t:5
    cards as it can hold to provide multiple simultaneous access or
    testing on different kinds of video hardware.
 
-   See also the [581]FINDCREATEDISPLAY discussion of the "[582]-display
+   See also the [598]FINDCREATEDISPLAY discussion of the "[599]-display
    WAIT:cmd=FINDDISPLAY" option where virtual Xvfb or Xdummy, or real X
    servers are started automatically for new users connecting. The
-   [583]-find, [584]-create, [585]-svc, and [586]-xdmsvc aliases can also
+   [600]-find, [601]-create, [602]-svc, and [603]-xdmsvc aliases can also
    come in handy here.
 
    [Resource Usage and Performance]
 
-   Q-62: I have lots of memory, but why does x11vnc fail with    shmget:
+   Q-64: I have lots of memory, but why does x11vnc fail with    shmget:
    No space left on device    or    Minor opcode of failed request: 1
    (X_ShmAttach)?
 
@@ -4568,7 +4658,7 @@ t:5
   19/03/2004 10:10:58 error creating tile-row shm for len=4
   19/03/2004 10:10:58 reverting to single_copytile mode
 
-   Here is a shell script [587]shm_clear to list and prompt for removal
+   Here is a shell script [604]shm_clear to list and prompt for removal
    of your unattached shm segments (attached ones are skipped). I use it
    while debugging x11vnc (I use "shm_clear -y" to assume "yes" for each
    prompt). If x11vnc is regularly not cleaning up its shm segments,
@@ -4602,44 +4692,44 @@ ied)
    in /etc/system. See the next paragraph for more workarounds.
 
    To minimize the number of shm segments used by x11vnc try using the
-   [588]-onetile option (corresponds to only 3 shm segments used, and
+   [605]-onetile option (corresponds to only 3 shm segments used, and
    adding -fs 1.0 knocks it down to 2). If you are having much trouble
    with shm segments, consider disabling shm completely via the
-   [589]-noshm option. Performance will be somewhat degraded but when
+   [606]-noshm option. Performance will be somewhat degraded but when
    done over local machine sockets it should be acceptable (see an
-   [590]earlier question discussing -noshm).
+   [607]earlier question discussing -noshm).
 
 
-   Q-63: How can I make x11vnc use less system resources?
+   Q-65: How can I make x11vnc use less system resources?
 
-   The [591]-nap (now on by default) and "[592]-wait n" (where n is the
+   The [608]-nap (now on by default) and "[609]-wait n" (where n is the
    sleep between polls in milliseconds, the default is 30 or so) option
-   are good places to start. Something like "[593]-sb 15" will cause
+   are good places to start. Something like "[610]-sb 15" will cause
    x11vnc to go into a deep-sleep mode after 15 seconds of no activity
    (instead of the default 60).
 
    Reducing the X server bits per pixel depth (e.g. to 16bpp or even
    8bpp) will further decrease memory I/O and network I/O. The ShadowFB
-   will make x11vnc's screen polling less severe. Using the [594]-onetile
+   will make x11vnc's screen polling less severe. Using the [611]-onetile
    option will use less memory and use fewer shared memory slots (add
-   [595]-fs 1.0 for one less slot).
+   [612]-fs 1.0 for one less slot).
 
 
-   Q-64: How can I make x11vnc use MORE system resources?
+   Q-66: How can I make x11vnc use MORE system resources?
 
-   You can try [596]-threads and dial down the wait time (e.g. -wait 1)
-   and possibly dial down [597]-defer as well. Note that if you try to
+   You can try [613]-threads and dial down the wait time (e.g. -wait 1)
+   and possibly dial down [614]-defer as well. Note that if you try to
    increase the "frame rate" too much you can bog down the server end
    with the extra work it needs to do compressing the framebuffer data,
    etc.
 
    That said, it is possible to "stream" video via x11vnc if the video
    window is small enough. E.g. a 256x192 xawtv TV capture window (using
-   the x11vnc [598]-id option) can be streamed over a LAN or wireless at
+   the x11vnc [615]-id option) can be streamed over a LAN or wireless at
    a reasonable frame rate.
 
 
-   Q-65: I use x11vnc over a slow link with high latency (e.g. dialup
+   Q-67: I use x11vnc over a slow link with high latency (e.g. dialup
    modem or broadband), is there anything I can do to speed things up?
 
    Some things you might want to experiment with (many of which will help
@@ -4651,7 +4741,7 @@ ied)
      * Use a smaller desktop size (e.g. 1024x768 instead of 1280x1024)
      * Make sure the desktop background is a solid color (the background
        is resent every time it is re-exposed). Consider using the
-       [599]-solid [color] option to try to do this automatically.
+       [616]-solid [color] option to try to do this automatically.
      * Configure your window manager or desktop "theme" to not use fancy
        images, shading, and gradients for the window decorations, etc.
        Disable window animations, etc. Maybe your desktop has a "low
@@ -4660,9 +4750,9 @@ ied)
        -> Use Smooth Scrolling (deselect it).
      * Avoid small scrolls of large windows using the Arrow keys or
        scrollbar. Try to use PageUp/PageDown instead. (not so much of a
-       problem in x11vnc 0.7.2 if [600]-scrollcopyrect is active and
+       problem in x11vnc 0.7.2 if [617]-scrollcopyrect is active and
        detecting scrolls for the application).
-     * If the [601]-wireframe option is not available (earlier than
+     * If the [618]-wireframe option is not available (earlier than
        x11vnc 0.7.2 or you have disabled it via -nowireframe) then
        Disable Opaque Moves and Resizes in the window manager/desktop.
      * However if -wireframe is active (on by default in x11vnc 0.7.2)
@@ -4685,7 +4775,7 @@ ied)
        noticed.
 
      VNC viewer parameters:
-     * Use a [602]TightVNC enabled viewer! (Actually, RealVNC 4.x viewer
+     * Use a [619]TightVNC enabled viewer! (Actually, RealVNC 4.x viewer
        with ZRLE encoding is not too bad either; some claim it is
        faster).
      * Make sure the tight (or zrle) encoding is being used (look at
@@ -4707,37 +4797,37 @@ ied)
        file.
 
      x11vnc parameters:
-     * Make sure the [603]-wireframe option is active (it should be on by
+     * Make sure the [620]-wireframe option is active (it should be on by
        default) and you have Opaque Moves/Resizes Enabled in the window
        manager.
-     * Make sure the [604]-scrollcopyrect option is active (it should be
+     * Make sure the [621]-scrollcopyrect option is active (it should be
        on by default). This detects scrolls in many (but not all)
        applications an applies the CopyRect encoding for a big speedup.
      * Enforce a solid background when VNC viewers are connected via
-       [605]-solid
-     * Specify [606]-speeds modem to force the wireframe and
+       [622]-solid
+     * Specify [623]-speeds modem to force the wireframe and
        scrollcopyrect heuristic parameters (and any future ones) to those
        of a dialup modem connection (or supply the rd,bw,lat numerical
        values that characterize your link).
      * If wireframe and scrollcopyrect aren't working, try using the more
-       drastic [607]-nodragging (no screen updates when dragging mouse,
+       drastic [624]-nodragging (no screen updates when dragging mouse,
        but sometimes you miss visual feedback)
-     * Set [608]-fs 1.0 (disables fullscreen updates)
-     * Try increasing [609]-wait or [610]-defer (reduces the maximum
+     * Set [625]-fs 1.0 (disables fullscreen updates)
+     * Try increasing [626]-wait or [627]-defer (reduces the maximum
        "frame rate", but won't help much for large screen changes)
-     * Try the [611]-progressive pixelheight mode with the block
+     * Try the [628]-progressive pixelheight mode with the block
        pixelheight 100 or so (delays sending vertical blocks since they
        may change while viewer is receiving earlier ones)
-     * If you just want to watch one (simple) window use [612]-id (cuts
+     * If you just want to watch one (simple) window use [629]-id (cuts
        down extraneous polling and updates, but can be buggy or
        insufficient)
-     * Set [613]-nosel (disables all clipboard selection exchange)
-     * Use [614]-nocursor and [615]-nocursorpos (repainting the remote
+     * Set [630]-nosel (disables all clipboard selection exchange)
+     * Use [631]-nocursor and [632]-nocursorpos (repainting the remote
        cursor position and shape takes resources and round trips)
      * On very slow links (e.g. <= 28.8) you may need to increase the
-       [616]-readtimeout n setting if it sometimes takes more than 20sec
+       [633]-readtimeout n setting if it sometimes takes more than 20sec
        to paint the full screen, etc.
-     * Do not use [617]-fixscreen to automatically refresh the whole
+     * Do not use [634]-fixscreen to automatically refresh the whole
        screen, tap three Alt_L's then the screen has painting errors
        (rare problem).
 
@@ -4788,7 +4878,7 @@ ied)
      * TBD.
 
 
-   Q-66: Does x11vnc support the X DAMAGE Xserver extension to find
+   Q-68: Does x11vnc support the X DAMAGE Xserver extension to find
    modified regions of the screen quickly and efficiently?
 
    Yes, as of Mar/2005 x11vnc will use the X DAMAGE extension by default
@@ -4806,7 +4896,7 @@ ied)
 
    Note that the DAMAGE extension does not speed up the actual reading of
    pixels from the video card framebuffer memory, by, say, mirroring them
-   in main memory. So reading the fb is still painfully [618]slow (e.g.
+   in main memory. So reading the fb is still painfully [635]slow (e.g.
    5MB/sec), and so even using X DAMAGE when large changes occur on the
    screen the bulk of the time is still spent retrieving them. Not ideal,
    but use of the ShadowFB XFree86/Xorg option speeds up the reading
@@ -4824,45 +4914,45 @@ ied)
    DAMAGE rectangles to contain real damage. The larger rectangles are
    only used as hints to focus the traditional scanline polling (i.e. if
    a scanline doesn't intersect a recent DAMAGE rectangle, the scan is
-   skipped). You can use the "[619]-xd_area A" option to adjust the size
+   skipped). You can use the "[636]-xd_area A" option to adjust the size
    of the trusted DAMAGE rectangles. The default is 20000 pixels (e.g. a
    140x140 square, etc). Use "-xd_area 0" to disable the cutoff and trust
    all DAMAGE rectangles.
 
-   The option "[620]-xd_mem f" may also be of use in tuning the
-   algorithm. To disable using DAMAGE entirely use "[621]-noxdamage".
+   The option "[637]-xd_mem f" may also be of use in tuning the
+   algorithm. To disable using DAMAGE entirely use "[638]-noxdamage".
 
 
-   Q-67: My OpenGL application shows no screen updates unless I supply
+   Q-69: My OpenGL application shows no screen updates unless I supply
    the -noxdamage option to x11vnc.
    One user reports in his environment (MythTV using the NVIDIA OpenGL
    drivers) he gets no updates after the initial screen is drawn unless
-   he uses the "[622]-noxdamage" option.
+   he uses the "[639]-noxdamage" option.
 
    This seems to be a bug in the X DAMAGE implementation of that driver.
    You may have to use -noxdamage as well. A way to autodetect this will
    be tried, probably the best it will do is automatically stop using X
    DAMAGE.
 
-   A developer for [623]MiniMyth reports that the 'alphapulse' tag of the
+   A developer for [640]MiniMyth reports that the 'alphapulse' tag of the
    theme G.A.N.T. can also cause problems, and should be avoided when
    using VNC.
 
-   Update: see [624]this FAQ too.
+   Update: see [641]this FAQ too.
 
 
-   Q-68: When I drag windows around with the mouse or scroll up and down
+   Q-70: When I drag windows around with the mouse or scroll up and down
    things really bog down (unless I do the drag in a single, quick
    motion). Is there anything to do to improve things?
 
-   This problem is primarily due to [625]slow hardware read rates from
+   This problem is primarily due to [642]slow hardware read rates from
    video cards: as you scroll or move a large window around the screen
    changes are much too rapid for x11vnc to keep up them (it can usually
    only read the video card at about 5-10 MB/sec, so it can take a good
    fraction of a second to read the changes induce from moving a large
    window, if this to be done a number of times in succession the window
    or scroll appears to "lurch" forward). See the description in the
-   [626]-pointer_mode option for more info. The next bottleneck is
+   [643]-pointer_mode option for more info. The next bottleneck is
    compressing all of these changes and sending them out to connected
    viewers, however the VNC protocol is pretty much self-adapting with
    respect to that (updates are only packaged and sent when viewers ask
@@ -4872,26 +4962,26 @@ ied)
    default should now be much better than before and dragging small
    windows around should no longer be a huge pain. If for some reason
    these changes make matters worse, you can go back to the old way via
-   the "[627]-pointer_mode 1" option.
+   the "[644]-pointer_mode 1" option.
 
-   Also added was the [628]-nodragging option that disables all screen
+   Also added was the [645]-nodragging option that disables all screen
    updates while dragging with the mouse (i.e. mouse motion with a button
    held down). This gives the snappiest response, but might be undesired
    in some circumstances when you want to see the visual feedback while
    dragging (e.g. menu traversal or text selection).
 
-   As of Dec/2004 the [629]-pointer_mode n option was introduced. n=1 is
+   As of Dec/2004 the [646]-pointer_mode n option was introduced. n=1 is
    the original mode, n=2 an improvement, etc.. See the -pointer_mode n
    help for more info.
 
-   Also, in some circumstances the [630]-threads option can improve
+   Also, in some circumstances the [647]-threads option can improve
    response considerably. Be forewarned that if more than one vncviewer
    is connected at the same time then libvncserver may not be thread safe
    (try to get the viewers to use different VNC encodings, e.g. tight and
    ZRLE).
 
-   As of Apr/2005 two new options (see the [631]wireframe FAQ and
-   [632]scrollcopyrect FAQ below) provide schemes to sweep this problem
+   As of Apr/2005 two new options (see the [648]wireframe FAQ and
+   [649]scrollcopyrect FAQ below) provide schemes to sweep this problem
    under the rug for window moves or resizes and for some (but not all)
    window scrolls. These are the preferred way of avoiding the "lurching"
    problem, contact me if they are not working. Note on SuSE and some
@@ -4904,7 +4994,7 @@ Section "Module"
 EndSection
 
 
-   Q-69: Why not do something like wireframe animations to avoid the
+   Q-71: Why not do something like wireframe animations to avoid the
    windows "lurching" when being moved or resized?
 
    Nice idea for a hack! As of Apr/2005 x11vnc by default will apply
@@ -4915,8 +5005,8 @@ EndSection
    the window move/resize stops, it returns to normal processing: you
    should only see the window appear in the new position. This spares you
    from interacting with a "lurching" window between all of the
-   intermediate steps. BTW the lurching is due to [633]slow video card
-   read rates (see [634]here too). A displacement, even a small one, of a
+   intermediate steps. BTW the lurching is due to [650]slow video card
+   read rates (see [651]here too). A displacement, even a small one, of a
    large window requires a non-negligible amount of time, a good fraction
    of a second, to read in from the hardware framebuffer.
 
@@ -4924,7 +5014,7 @@ EndSection
    for -wireframe to do any good.
 
    The mode is currently on by default because most people are afflicted
-   with the problem. It can be disabled with the [635]-nowireframe option
+   with the problem. It can be disabled with the [652]-nowireframe option
    (aka -nowf). Why might one want to turn off the wireframing? Since
    x11vnc is merely guessing when windows are being moved/resized, it may
    guess poorly for your window-manager or desktop, or even for the way
@@ -4969,13 +5059,13 @@ EndSection
      * Maximum time to show a wireframe animation.
      * Minimum time between sending wireframe outlines.
 
-   See the [636]"-wireframe tweaks" option for more details. On a slow
+   See the [653]"-wireframe tweaks" option for more details. On a slow
    link, e.g. dialup modem, the parameters may be automatically adjusted
    for better response.
 
 
    CopyRect encoding:  In addition to the above there is the
-   [637]"-wirecopyrect mode" option. It is also on by default. This
+   [654]"-wirecopyrect mode" option. It is also on by default. This
    instructs x11vnc to not only show the wireframe animation, but to also
    instruct all connected VNC viewers to locally translate the window
    image data from the original position to the new position on the
@@ -5006,7 +5096,7 @@ EndSection
    -nowirecopyrect if this or other painting errors are unacceptable.
 
 
-   Q-70: Can x11vnc try to apply heuristics to detect when a window is
+   Q-72: Can x11vnc try to apply heuristics to detect when a window is
    scrolling its contents and use the CopyRect encoding for a speedup?
 
    Another nice idea for a hack! As of May/2005 x11vnc will by default
@@ -5023,7 +5113,7 @@ EndSection
    requiring the image data to be transmitted over the network. For fast
    links the speedup is primarily due to x11vnc not having to read the
    scrolled framebuffer data from the X server (recall that reading from
-   the hardware framebuffer is [638]slow).
+   the hardware framebuffer is [655]slow).
 
    To do this x11vnc uses the RECORD X extension to snoop the X11
    protocol between the X client with the focus window and the X server.
@@ -5050,10 +5140,10 @@ EndSection
    the X server display: if one falls too far behind it could become a
    mess...
 
-   The initial implementation of [639]-scrollcopyrect option is useful in
+   The initial implementation of [656]-scrollcopyrect option is useful in
    that it detects many scrolls and thus gives a much nicer working
-   environment (especially when combined with the [640]-wireframe
-   [641]-wirecopyrect [642]options, which are also on by default; and if
+   environment (especially when combined with the [657]-wireframe
+   [658]-wirecopyrect [659]options, which are also on by default; and if
    you are willing to enable the ShadowFB things are very fast). The fact
    that there aren't long delays or lurches during scrolling is the
    primary improvement.
@@ -5086,10 +5176,10 @@ EndSection
        One can tap the Alt_L key (Left "Alt" key) 3 times in a row to
        signal x11vnc to refresh the screen to all viewers. Your
        VNC-viewer may have its own screen refresh hot-key or button. See
-       also: [643]-fixscreen
+       also: [660]-fixscreen
      * Some applications, notably OpenOffice, do XCopyArea scrolls in
        weird ways that assume ancestor window clipping is taking place.
-       See the [644]-scr_skip option for ways to tweak this on a
+       See the [661]-scr_skip option for ways to tweak this on a
        per-application basis.
      * Selecting text while dragging the mouse may be slower, especially
        if the Button-down event happens near the window's edge. This is
@@ -5106,7 +5196,7 @@ EndSection
        because it fails to detect scrolls in it. Sometimes clicking
        inside the application window or selecting some text in it to
        force the focus helps.
-     * When using the [645]-scale option there will be a quick CopyRect
+     * When using the [662]-scale option there will be a quick CopyRect
        scroll, but it needs to be followed by a slower "cleanup" update.
        This is because for a fixed finite screen resolution (e.g. 75 dpi)
        scaling and copyrect-ing are not exactly independent. Scaling
@@ -5119,7 +5209,7 @@ EndSection
 
    If you find the -scrollcopyrect behavior too approximate or
    distracting you can go back to the standard polling-only update method
-   with the [646]-noscrollcopyrect (or -noscr for short). If you find
+   with the [663]-noscrollcopyrect (or -noscr for short). If you find
    some extremely bad and repeatable behavior for -scrollcopyrect please
    report a bug.
 
@@ -5140,13 +5230,13 @@ EndSection
        errors.
 
 
-   Q-71: Can x11vnc do client-side caching of pixel data? I.e. so when
+   Q-73: Can x11vnc do client-side caching of pixel data? I.e. so when
    that pixel data is needed again it does not have to be retransmitted
    over the network.
 
-   As of Dec/2006 in the [647]0.9 development tarball there is an
+   As of Dec/2006 in the [664]0.9 development tarball there is an
    experimental client-side caching implementation enabled by the
-   "[648]-ncache n" option. In fact, during the test period at least it
+   "[665]-ncache n" option. In fact, during the test period at least it
    is on by default with n set to 12. To disable it use "-noncache".
 
    It is a simple scheme where a (very large) lower portion of the
@@ -5179,17 +5269,17 @@ EndSection
    perhaps something else, maybe double buffering or other offscreen
    rendering...).
 
-   The Enhanced TightVNC Viewer Unix viewer has a nice [649]-ycrop option
-   to help hide the pixel cache area from view. It will turn on
-   automatically if the framebuffer appears to be very tall (height more
-   than twice the width), or you can supply the actual value for the
-   height. If the screen resized by scaling, etc, the ycrop value is
-   scaled as well. In fullscreen mode you cannot scroll past the end of
-   the actual screen, and in non-fullscreen mode the window manager frame
-   is adjusted to fit the actual display (so you don't see the pixel
-   cache region) and the scrollbars are very thin to avoid distraction
-   and trouble fitting inside your display. Use the "-sbwidth n" viewer
-   option to make the scrollbars thicker if you like.
+   The Enhanced TightVNC Viewer (SSVNC) Unix viewer has a nice
+   [666]-ycrop option to help hide the pixel cache area from view. It
+   will turn on automatically if the framebuffer appears to be very tall
+   (height more than twice the width), or you can supply the actual value
+   for the height. If the screen resized by scaling, etc, the ycrop value
+   is scaled as well. In fullscreen mode you cannot scroll past the end
+   of the actual screen, and in non-fullscreen mode the window manager
+   frame is adjusted to fit the actual display (so you don't see the
+   pixel cache region) and the scrollbars are very thin to avoid
+   distraction and trouble fitting inside your display. Use the "-sbwidth
+   n" viewer option to make the scrollbars thicker if you like.
 
    Another drawback of the scheme is that it is VERY memory intensive,
    the n in "-ncache n" is the factor of increase over the base
@@ -5209,7 +5299,7 @@ EndSection
    an additional factor of 2 in memory use.
 
    However, even in the smallest usage mode with n equal 2 and
-   [650]-ncache_no_rootpixmap set (this requires only 2X additional
+   [667]-ncache_no_rootpixmap set (this requires only 2X additional
    framebuffer memory) there is still a noticable improvement for many
    activities, although it is not as dramatic as with, say n equal 12 and
    rootpixmap (desktop background) caching enabled.
@@ -5220,7 +5310,7 @@ EndSection
    be tuned to use less, or the VNC community will extend the protocol to
    allow caching and replaying of compressed blobs of data.
 
-   Another option to experiment with is "[651]-ncache_cr". By specifying
+   Another option to experiment with is "[668]-ncache_cr". By specifying
    it, x11vnc will try to do smooth opaque window moves instead of its
    wireframe. This can give a very nice effect (note: on Unix the realvnc
    viewer seems to be smoother than the tightvnc viewer), but can lead to
@@ -5275,7 +5365,7 @@ EndSection
 
    [Mouse Cursor Shapes]
 
-   Q-72: Why isn't the mouse cursor shape (the little icon shape where
+   Q-74: Why isn't the mouse cursor shape (the little icon shape where
    the mouse pointer is) correct as I move from window to window?
 
    On X servers supporting XFIXES or Solaris/IRIX Overlay extensions it
@@ -5290,23 +5380,23 @@ EndSection
    this is because the cursor shape is often downloaded to the graphics
    hardware (video card), but I could be mistaken.
 
-   A simple kludge is provided by the "[652]-cursor X" option that
+   A simple kludge is provided by the "[669]-cursor X" option that
    changes the cursor when the mouse is on the root background (or any
    window has the same cursor as the root background). Note that desktops
    like GNOME or KDE often cover up the root background, so this won't
-   work for those cases. Also see the "[653]-cursor some" option for
+   work for those cases. Also see the "[670]-cursor some" option for
    additional kludges.
 
    Note that as of Aug/2004 on Solaris using the SUN_OVL overlay
    extension and IRIX, x11vnc can show the correct mouse cursor when the
-   [654]-overlay option is supplied. See [655]this FAQ for more info.
+   [671]-overlay option is supplied. See [672]this FAQ for more info.
 
    Also as of Dec/2004 XFIXES X extension support has been added to allow
    exact extraction of the mouse cursor shape. XFIXES fixes the problem
    of the cursor-shape being write-only: x11vnc can now query the X
    server for the current shape and send it back to the connected
    viewers. XFIXES is available on recent Linux Xorg based distros and
-   [656]Solaris 10.
+   [673]Solaris 10.
 
    The only XFIXES issue is the handling of alpha channel transparency in
    cursors. If a cursor has any translucency then in general it must be
@@ -5314,10 +5404,10 @@ EndSection
    situations where the cursor transparency can also handled exactly:
    when the VNC Viewer requires the cursor shape be drawn into the VNC
    framebuffer or if you apply a patch to your VNC Viewer to extract
-   hidden alpha channel data under 32bpp. [657]Details can be found here.
+   hidden alpha channel data under 32bpp. [674]Details can be found here.
 
 
-   Q-73: When using XFIXES cursorshape mode, some of the cursors look
+   Q-75: When using XFIXES cursorshape mode, some of the cursors look
    really bad with extra black borders around the cursor and other cruft.
    How can I improve their appearance?
 
@@ -5347,17 +5437,17 @@ EndSection
    for most cursor themes and you don't have to worry about it.
 
    In case it still looks bad for your cursor theme, there are (of
-   course!) some tunable parameters. The "[658]-alphacut n" option lets
+   course!) some tunable parameters. The "[675]-alphacut n" option lets
    you set the threshold "n" (between 0 and 255): cursor pixels with
    alpha values below n will be considered completely transparent while
    values equal to or above n will be completely opaque. The default is
-   240. The "[659]-alphafrac f" option tries to correct individual
+   240. The "[676]-alphafrac f" option tries to correct individual
    cursors that did not fare well with the default -alphacut value: if a
    cursor has less than fraction f (between 0.0 and 1.0) of its pixels
    selected by the default -alphacut, the threshold is lowered until f of
    its pixels are selected. The default fraction is 0.33.
 
-   Finally, there is an option [660]-alpharemove that is useful for
+   Finally, there is an option [677]-alpharemove that is useful for
    themes where many cursors are light colored (e.g. "whiteglass").
    XFIXES returns the cursor data with the RGB values pre-multiplied by
    the alpha value. If the white cursors look too grey, specify
@@ -5375,7 +5465,7 @@ EndSection
    heavily on redglass) look fine with the apparent default of alphacut:255.
 
 
-   Q-74: In XFIXES mode, are there any hacks to handle cursor
+   Q-76: In XFIXES mode, are there any hacks to handle cursor
    transparency ("alpha channel") exactly?
 
    As of Jan/2005 libvncserver has been modified to allow an alpha
@@ -5383,10 +5473,10 @@ EndSection
    alpha channel data to libvncserver. However, this data will only be
    used for VNC clients that do not support the CursorShapeUpdates VNC
    extension (or have disabled it). It can be disabled for all clients
-   with the [661]-nocursorshape x11vnc option. In this case the cursor is
+   with the [678]-nocursorshape x11vnc option. In this case the cursor is
    drawn, correctly blended with the background, into the VNC framebuffer
    before being sent out to the client. So the alpha blending is done on
-   the x11vnc side. Use the [662]-noalphablend option to disable this
+   the x11vnc side. Use the [679]-noalphablend option to disable this
    behavior (always approximate transparent cursors with opaque RGB
    values).
 
@@ -5410,17 +5500,17 @@ EndSection
    example on how to change the Windows TightVNC viewer to achieve the
    same thing (send me the patch if you get that working).
 
-   This patch is applied to the [663]Enhanced TightVNC Viewer (SSVNC)
+   This patch is applied to the [680]Enhanced TightVNC Viewer (SSVNC)
    package we provide.
 
    [Mouse Pointer]
 
-   Q-75: Why does the mouse arrow just stay in one corner in my
+   Q-77: Why does the mouse arrow just stay in one corner in my
    vncviewer, whereas my cursor (that does move) is just a dot?
 
-   This default takes advantage of a [664]tightvnc extension
+   This default takes advantage of a [681]tightvnc extension
    (CursorShapeUpdates) that allows specifying a cursor image shape for
-   the local VNC viewer. You may disable it with the [665]-nocursor
+   the local VNC viewer. You may disable it with the [682]-nocursor
    option to x11vnc if your viewer does not have this extension.
 
    Note: as of Aug/2004 this should be fixed: the default for
@@ -5429,22 +5519,22 @@ EndSection
    can also be disabled via -nocursor.
 
 
-   Q-76: Can I take advantage of the TightVNC extension to the VNC
+   Q-78: Can I take advantage of the TightVNC extension to the VNC
    protocol where Cursor Positions Updates are sent back to all connected
    clients (i.e. passive viewers can see the mouse cursor being moved
    around by another viewer)?
 
-   Use the [666]-cursorpos option when starting x11vnc. A VNC viewer must
+   Use the [683]-cursorpos option when starting x11vnc. A VNC viewer must
    support the Cursor Positions Updates for the user to see the mouse
    motions (the TightVNC viewers support this). As of Aug/2004 -cursorpos
-   is the default. See also [667]-nocursorpos and [668]-nocursorshape.
+   is the default. See also [684]-nocursorpos and [685]-nocursorshape.
 
 
-   Q-77: Is it possible to swap the mouse buttons (e.g. left-handed
+   Q-79: Is it possible to swap the mouse buttons (e.g. left-handed
    operation), or arbitrarily remap them? How about mapping button clicks
    to keystrokes, e.g. to partially emulate Mouse wheel scrolling?
 
-   You can remap the mouse buttons via something like: [669]-buttonmap
+   You can remap the mouse buttons via something like: [686]-buttonmap
    13-31 (or perhaps 12-21). Also, note that xmodmap(1) lets you directly
    adjust the X server's button mappings, but in some circumstances it
    might be more desirable to have x11vnc do it.
@@ -5452,7 +5542,7 @@ EndSection
    One user had an X server with only one mouse button(!) and was able to
    map all of the VNC client mouse buttons to it via: -buttonmap 123-111.
 
-   Note that the [670]-debug_pointer option prints out much info for
+   Note that the [687]-debug_pointer option prints out much info for
    every mouse/pointer event and is handy in solving problems.
 
    To map mouse button clicks to keystrokes you can use the alternate
@@ -5474,7 +5564,7 @@ EndSection
 
    Exactly what keystroke "scrolling" events they should be bound to
    depends on one's taste. If this method is too approximate, one could
-   consider not using [671]-buttonmap but rather configuring the X server
+   consider not using [688]-buttonmap but rather configuring the X server
    to think it has a mouse with 5 buttons even though the physical mouse
    does not. (e.g. 'Option "ZAxisMapping" "4 5"').
 
@@ -5501,10 +5591,10 @@ EndSection
    "click" usually gives a multi-line scroll).
    [Keyboard Issues]
 
-   Q-78: How can I get my AltGr and Shift modifiers to work between
+   Q-80: How can I get my AltGr and Shift modifiers to work between
    keyboards for different languages?
 
-   The option [672]-modtweak should help here. It is a mode that monitors
+   The option [689]-modtweak should help here. It is a mode that monitors
    the state of the Shift and AltGr Modifiers and tries to deduce the
    correct keycode to send, possibly by sending fake modifier key presses
    and releases in addition to the actual keystroke.
@@ -5513,20 +5603,20 @@ EndSection
    to get the old behavior). This was done because it was noticed on
    newer XFree86 setups even on bland "us" keyboards like "pc104 us"
    XFree86 included a "ghost" key with both "<" and ">" it. This key does
-   not exist on the keyboard (see [673]this FAQ for more info). Without
+   not exist on the keyboard (see [690]this FAQ for more info). Without
    -modtweak there was then an ambiguity in the reverse map keysym =>
    keycode, making it so the "<" symbol could not be typed.
 
-   Also see the [674]FAQ about the -xkb option for a more powerful method
+   Also see the [691]FAQ about the -xkb option for a more powerful method
    of modifier tweaking for use on X servers with the XKEYBOARD
    extension.
 
    When trying to resolve keyboard mapping problems, note that the
-   [675]-debug_keyboard option prints out much info for every keystroke
+   [692]-debug_keyboard option prints out much info for every keystroke
    and so can be useful debugging things.
 
 
-   Q-79: When I try to type a "<" (i.e. less than) instead I get ">"
+   Q-81: When I try to type a "<" (i.e. less than) instead I get ">"
    (i.e. greater than)! Strangely, typing ">" works OK!!
 
    Does your keyboard have a single key with both "<" and ">" on it? Even
@@ -5534,9 +5624,9 @@ EndSection
    (e.g. pc105 in the XF86Config file when it should be something else,
    say pc104).
 
-   Short Cut: Try the [676]-xkb or [677]-sloppy_keys options and see if
+   Short Cut: Try the [693]-xkb or [694]-sloppy_keys options and see if
    that helps the situation. The discussion below is a bit outdated (e.g.
-   [678]-modtweak is now the default) but it is useful reference for
+   [695]-modtweak is now the default) but it is useful reference for
    various tricks and so is kept.
 
 
@@ -5579,34 +5669,34 @@ EndSection
    -remap less-comma
 
    These are convenient in that they do not modify the actual X server
-   settings. The former ([679]-modtweak) is a mode that monitors the
+   settings. The former ([696]-modtweak) is a mode that monitors the
    state of the Shift and AltGr modifiers and tries to deduce the correct
    keycode sequence to send. Since Jul/2004 -modtweak is now the default.
-   The latter ([680]-remap less-comma) is an immediate remapping of the
+   The latter ([697]-remap less-comma) is an immediate remapping of the
    keysym less to the keysym comma when it comes in from a client (so
    when Shift is down the comma press will yield "<").
 
-   See also the [681]FAQ about the -xkb option as a possible workaround
+   See also the [698]FAQ about the -xkb option as a possible workaround
    using the XKEYBOARD extension.
 
-   Note that the [682]-debug_keyboard option prints out much info for
+   Note that the [699]-debug_keyboard option prints out much info for
    every keystroke to aid debugging keyboard problems.
 
 
-   Q-80: When I try to type a "<" (i.e. less than) instead I get "<,"
+   Q-82: When I try to type a "<" (i.e. less than) instead I get "<,"
    (i.e. an extra comma).
 
    This is likely because you press "Shift" then "<" but then released
-   the Shift key before releasing the "<". Because of a [683]keymapping
+   the Shift key before releasing the "<". Because of a [700]keymapping
    ambiguity the last event "< up" is interpreted as "," because that key
    unshifted is the comma.
 
-   This should not happen in [684]-xkb mode, because it works hard to
+   This should not happen in [701]-xkb mode, because it works hard to
    resolve the ambiguities. If you do not want to use -xkb, try the
-   option [685]-sloppy_keys to attempt a similar type of algorithm.
+   option [702]-sloppy_keys to attempt a similar type of algorithm.
 
 
-   Q-81: I'm using an "international" keyboard (e.g. German "de", or
+   Q-83: I'm using an "international" keyboard (e.g. German "de", or
    Danish "dk") and the -modtweak mode works well if the VNC viewer is
    run on a Unix/Linux machine with a similar keyboard.   But if I run
    the VNC viewer on Unix/Linux with a different keyboard (e.g. "us") or
@@ -5627,7 +5717,7 @@ EndSection
    In both cases no AltGr is sent to the VNC server, but we know AltGr is
    needed on the physical international keyboard to type a "@".
 
-   This all worked fine with x11vnc running with the [686]-modtweak
+   This all worked fine with x11vnc running with the [703]-modtweak
    option (it figures out how to adjust the Modifier keys (Shift or
    AltGr) to get the "@"). However it fails under recent versions of
    XFree86 (and the X.org fork). These run the XKEYBOARD extension by
@@ -5644,7 +5734,7 @@ EndSection
      * there is a new option -xkb to use the XKEYBOARD extension API to
        do the Modifier key tweaking.
 
-   The [687]-xkb option seems to fix all of the missing keys: "@", "<",
+   The [704]-xkb option seems to fix all of the missing keys: "@", "<",
    ">", etc.: it is recommended that you try it if you have this sort of
    problem. Let us know if there are any remaining problems (see the next
    paragraph for some known problems). If you specify the -debug_keyboard
@@ -5652,7 +5742,7 @@ EndSection
    debugging output (send it along with any problems you report).
 
    Update: as of Jun/2005 x11vnc will try to automatically enable
-   [688]-xkb if it appears that would be beneficial (e.g. if it sees any
+   [705]-xkb if it appears that would be beneficial (e.g. if it sees any
    of "@", "<", ">", "[" and similar keys are mapped in a way that needs
    the -xkb to access them). To disable this automatic check use -noxkb.
 
@@ -5667,7 +5757,7 @@ EndSection
        was attached to keycode 93 (no physical key generates this
        keycode) while ISO_Level3_Shift was attached to keycode 113. The
        keycode skipping option was used to disable the ghost key:
-       [689]-skip_keycodes 93
+       [706]-skip_keycodes 93
      * In implementing -xkb we noticed that some characters were still
        not getting through, e.g. "~" and "^". This is not really an
        XKEYBOARD problem. What was happening was the VNC viewer was
@@ -5685,16 +5775,16 @@ EndSection
        What to do? In general the VNC protocol has not really solved this
        problem: what should be done if the VNC viewer sends a keysym not
        recognized by the VNC server side? Workarounds can possibly be
-       created using the [690]-remap x11vnc option:
+       created using the [707]-remap x11vnc option:
   -remap asciitilde-dead_tilde,asciicircum-dead_circumflex
        etc. Use -remap filename if the list is long. Please send us your
        workarounds for this problem on your keyboard. Perhaps we can have
        x11vnc adjust automatically at some point. Also see the
-       [691]-add_keysyms option in the next paragraph.
-       Update: for convenience "[692]-remap DEAD" does many of these
+       [708]-add_keysyms option in the next paragraph.
+       Update: for convenience "[709]-remap DEAD" does many of these
        mappings at once.
-     * To complement the above workaround using the [693]-remap, an
-       option [694]-add_keysyms was added. This option instructs x11vnc
+     * To complement the above workaround using the [710]-remap, an
+       option [711]-add_keysyms was added. This option instructs x11vnc
        to bind any unknown Keysyms coming in from VNC viewers to unused
        Keycodes in the X server. This modifies the global state of the X
        server. When x11vnc exits it removes the extra keymappings it
@@ -5705,7 +5795,7 @@ EndSection
        disable.
 
 
-   Q-82: When typing I sometimes get double, triple, or more of my
+   Q-84: When typing I sometimes get double, triple, or more of my
    keystrokes repeated. I'm sure I only typed them once, what can I do?
 
    This may be due to an interplay between your X server's key autorepeat
@@ -5713,7 +5803,7 @@ EndSection
 
    Short answer: disable key autorepeating by running the command "xset r
    off" on the Xserver where x11vnc is run (restore via "xset r on") or
-   use the new (Jul/2004) [695]-norepeat x11vnc option. You will still
+   use the new (Jul/2004) [712]-norepeat x11vnc option. You will still
    have autorepeating because that is taken care of on your VNC viewer
    side.
 
@@ -5737,18 +5827,18 @@ EndSection
    off", does the problem go away?
 
    The workaround is to manually apply "xset r off" and "xset r on" as
-   needed, or to use the [696]-norepeat (which has since Dec/2004 been
+   needed, or to use the [713]-norepeat (which has since Dec/2004 been
    made the default). Note that with X server autorepeat turned off the
    VNC viewer side of the connection will (nearly always) do its own
    autorepeating so there is no big loss here, unless someone is also
    working at the physical display and misses his autorepeating.
 
 
-   Q-83: The x11vnc -norepeat mode is in effect, but I still get repeated
+   Q-85: The x11vnc -norepeat mode is in effect, but I still get repeated
    keystrokes!!
 
    Are you using x11vnc to log in to an X session via display manager?
-   (as described in [697]this FAQ) If so, x11vnc is starting before your
+   (as described in [714]this FAQ) If so, x11vnc is starting before your
    session and it disables autorepeat when you connect, but then after
    you log in your session startup (GNOME, KDE, ...) could be resetting
    the autorepeat to be on. Or it could be something inside your desktop
@@ -5768,11 +5858,11 @@ EndSection
    should figure out how to disable that somehow.
 
 
-   Q-84: The machine where I run x11vnc has an AltGr key, but the local
+   Q-86: The machine where I run x11vnc has an AltGr key, but the local
    machine where I run the VNC viewer does not. Is there a way I can map
    a local unused key to send an AltGr? How about a Compose key as well?
 
-   Something like "[698]-remap Super_R-Mode_switch" x11vnc option may
+   Something like "[715]-remap Super_R-Mode_switch" x11vnc option may
    work. Note that Super_R is the "Right Windoze(tm) Flaggie" key; you
    may want to choose another. The -debug_keyboard option comes in handy
    in finding keysym names (so does xev(1)).
@@ -5783,7 +5873,7 @@ EndSection
    specify remappings from a file.
 
 
-   Q-85: I have a Sun machine I run x11vnc on. Its Sun keyboard has just
+   Q-87: I have a Sun machine I run x11vnc on. Its Sun keyboard has just
    one Alt key labelled "Alt" and two Meta keys labelled with little
    diamonds. The machine where I run the VNC viewer only has Alt keys.
    How can I send a Meta keypress? (e.g. emacs needs this)
@@ -5795,13 +5885,13 @@ EndSection
 
    Since xmodmap(1) modifies the X server mappings you may not want to do
    this (because it affects local work on that machine). Something like
-   the [699]-remap Alt_L-Meta_L to x11vnc may be sufficient for ones
+   the [716]-remap Alt_L-Meta_L to x11vnc may be sufficient for ones
    needs, and does not modify the X server environment. Note that you
    cannot send Alt_L in this case, maybe -remap Super_L-Meta_L would be a
    better choice if the Super_L key is typically unused in Unix.
 
 
-   Q-86: Running x11vnc on HP-UX I cannot type "#" I just get a "3"
+   Q-88: Running x11vnc on HP-UX I cannot type "#" I just get a "3"
    instead.
 
    One user reports this problem on HP-UX Rel_B.11.23. The problem was
@@ -5815,7 +5905,7 @@ EndSection
    and similar triple mappings (with two in the AltGr/Mode_switch group)
    of a keysum to a single keycode.
 
-   Use the [700]-nomodtweak option as a workaround. You can also use
+   Use the [717]-nomodtweak option as a workaround. You can also use
    xmodmap to correct these mappings in the server, e.g.:
   xmodmap -e "keycode 47 = 3 numbersign"
 
@@ -5824,12 +5914,12 @@ EndSection
    handle these mappings better.
 
 
-   Q-87: Can I map a keystroke to a mouse button click on the remote
+   Q-89: Can I map a keystroke to a mouse button click on the remote
    machine?
 
    This can be done directly in some X servers using AccessX and
    Pointer_EnableKeys, but is a bit awkward. It may be more convenient to
-   have x11vnc do the remapping. This can be done via the [701]-remap
+   have x11vnc do the remapping. This can be done via the [718]-remap
    option using the fake "keysyms" Button1, Button2, etc. as the "to"
    keys (i.e. the ones after the "-")
 
@@ -5838,7 +5928,7 @@ EndSection
    button "paste" because (using XFree86/Xorg Emulate3Buttons) you have
    to click both buttons on the touch pad at the same time. This
    remapping:
-  [702]-remap Super_R-Button2
+  [719]-remap Super_R-Button2
 
    maps the Super_R "flag" key press to the Button2 click, thereby making
    X pasting a bit easier.
@@ -5847,7 +5937,7 @@ EndSection
    are generated immediately on the x11vnc side. When the key is released
    (i.e. goes up) no events are generated.
 
-   Q-88: How can I get Caps_Lock to work between my VNC viewer and
+   Q-90: How can I get Caps_Lock to work between my VNC viewer and
    x11vnc?
 
    This is a little tricky because it is possible to get the Caps_Lock
@@ -5857,14 +5947,14 @@ EndSection
    Caps_Lock in the viewer your local machine goes into the Caps_Lock on
    state and sends keysym "A" say when you press "a". x11vnc will then
    fake things up so that Shift is held down to generate "A". The
-   [703]-skip_lockkeys option should help to accomplish this. For finer
-   grain control use something like: "[704]-remap Caps_Lock-None".
+   [720]-skip_lockkeys option should help to accomplish this. For finer
+   grain control use something like: "[721]-remap Caps_Lock-None".
 
-   Also try the [705]-nomodtweak and [706]-capslock options.
+   Also try the [722]-nomodtweak and [723]-capslock options.
 
    [Screen Related Issues and Features]
 
-   Q-89: The remote display is larger (in number of pixels) than the
+   Q-91: The remote display is larger (in number of pixels) than the
    local display I am running the vncviewer on. I don't like the
    vncviewer scrollbars, what I can do?
 
@@ -5883,15 +5973,15 @@ EndSection
    There may also be scaling viewers out there (e.g. TightVNC or UltraVNC
    on Windows) that automatically shrink or expand the remote framebuffer
    to fit the local display. Especially for hand-held devices. See also
-   [707]this FAQ on x11vnc scaling.
+   [724]this FAQ on x11vnc scaling.
 
 
-   Q-90: Does x11vnc support server-side framebuffer scaling? (E.g. to
+   Q-92: Does x11vnc support server-side framebuffer scaling? (E.g. to
    make the desktop smaller).
 
    As of Jun/2004 x11vnc provides basic server-side scaling. It is a
    global scaling of the desktop, not a per-client setting. To enable it
-   use the "[708]-scale fraction" option. "fraction" can either be a
+   use the "[725]-scale fraction" option. "fraction" can either be a
    floating point number (e.g. -scale 0.5) or the alternative m/n
    fraction notation (e.g. -scale 3/4). Note that if fraction is greater
    than one the display is magnified.
@@ -5912,7 +6002,7 @@ EndSection
 
    One can also use the ":nb" with an integer scale factor (say "-scale
    2:nb") to use x11vnc as a screen magnifier for vision impaired
-   [709]applications. Since with integer scale factors the framebuffers
+   [726]applications. Since with integer scale factors the framebuffers
    become huge and scaling operations time consuming, be sure to use
    ":nb" for the fastest response.
 
@@ -5938,7 +6028,7 @@ EndSection
    If one desires per-client scaling for something like 1:1 from a
    workstation and 1:2 from a smaller device (e.g. handheld), currently
    the only option is to run two (or more) x11vnc processes with
-   different scalings listening on separate ports ([710]-rfbport option,
+   different scalings listening on separate ports ([727]-rfbport option,
    etc.).
 
    Update: As of May/2006 x11vnc also supports the UltraVNC server-side
@@ -5948,8 +6038,8 @@ EndSection
    "-rfbversion 3.6" for this to be recognized by UltraVNC viewers.
 
    BTW, whenever you run two or more x11vnc's on the same X display and
-   use the [711]GUI, then to avoid all of the x11vnc's simultaneously
-   answering the gui you will need to use something like [712]"-connect
+   use the [728]GUI, then to avoid all of the x11vnc's simultaneously
+   answering the gui you will need to use something like [729]"-connect
    file1 -gui ..." with different connect files for each x11vnc you want
    to control via the gui (or remote-control). The "-connect file1" usage
    gives separate communication channels between a x11vnc proces and the
@@ -5958,12 +6048,12 @@ EndSection
 
    Update: As of Mar/2005 x11vnc now scales the mouse cursor with the
    same scale factor as the screen. If you don't want that, use the
-   [713]"-scale_cursor frac" option to set the cursor scaling to a
+   [730]"-scale_cursor frac" option to set the cursor scaling to a
    different factor (e.g. use "-scale_cursor 1" to keep the cursor at its
    natural unscaled size).
 
 
-   Q-91: Does x11vnc work with Xinerama? (i.e. multiple monitors joined
+   Q-93: Does x11vnc work with Xinerama? (i.e. multiple monitors joined
    together to form one big, single screen).
 
    Yes, it should generally work because it simply polls the big
@@ -5980,24 +6070,24 @@ EndSection
    screen is not rectangular (e.g. 1280x1024 and 1024x768 monitors joined
    together), then there will be "non-existent" areas on the screen. The
    X server will return "garbage" image data for these areas and so they
-   may be distracting to the viewer. The [714]-blackout x11vnc option
+   may be distracting to the viewer. The [731]-blackout x11vnc option
    allows you to blacken-out rectangles by manually specifying their
    WxH+X+Y geometries. If your system has the libXinerama library, the
-   [715]-xinerama x11vnc option can be used to have it automatically
+   [732]-xinerama x11vnc option can be used to have it automatically
    determine the rectangles to be blackened out. (Note on 8bpp
    PseudoColor displays the fill color may not be black). Update:
-   [716]-xinerama is now on by default.
+   [733]-xinerama is now on by default.
 
    Some users have reported that the mouse does not behave properly for
    their Xinerama display: i.e. the mouse cannot be moved to all regions
-   of the large display. If this happens try using the [717]-xwarppointer
+   of the large display. If this happens try using the [734]-xwarppointer
    option. This instructs x11vnc to fake mouse pointer motions using the
    XWarpPointer function instead of the XTestFakeMotionEvent XTEST
    function. (This may be due to a bug in the X server for XTEST when
    Xinerama is enabled).
 
 
-   Q-92: Can I use x11vnc on a multi-headed display that is not Xinerama
+   Q-94: Can I use x11vnc on a multi-headed display that is not Xinerama
    (i.e. separate screens :0.0, :0.1, ... for each monitor)?
 
    You can, but it is a little bit awkward: you must start separate
@@ -6015,32 +6105,32 @@ EndSection
    Note: if you are running on Solaris 8 or earlier you can easily hit up
    against the maximum of 6 shm segments per process (for Xsun in this
    case) from running multiple x11vnc processes. You should modify
-   /etc/system as mentioned in another [718]FAQ to increase the limit. It
-   is probably also a good idea to run with the [719]-onetile option in
+   /etc/system as mentioned in another [735]FAQ to increase the limit. It
+   is probably also a good idea to run with the [736]-onetile option in
    this case (to limit each x11vnc to 3 shm segments), or even
-   [720]-noshm to use no shm segments.
+   [737]-noshm to use no shm segments.
 
 
-   Q-93: Can x11vnc show only a portion of the display? (E.g. for a
+   Q-95: Can x11vnc show only a portion of the display? (E.g. for a
    special purpose rfb application).
 
-   As of Mar/2005 x11vnc has the "[721]-clip WxH+X+Y" option to select a
+   As of Mar/2005 x11vnc has the "[738]-clip WxH+X+Y" option to select a
    rectangle of width W, height H and offset (X, Y). Thus the VNC screen
    will be the clipped sub-region of the display and be only WxH in size.
-   One user used -clip to split up a large [722]Xinerama screen into two
+   One user used -clip to split up a large [739]Xinerama screen into two
    more managable smaller screens.
 
    This also works to view a sub-region of a single application window if
-   the [723]-id or [724]-sid options are used. The offset is measured
+   the [740]-id or [741]-sid options are used. The offset is measured
    from the upper left corner of the selected window.
 
 
-   Q-94: Does x11vnc support the XRANDR (X Resize, Rotate and Reflection)
+   Q-96: Does x11vnc support the XRANDR (X Resize, Rotate and Reflection)
    extension? Whenever I rotate or resize the screen x11vnc just seems to
    crash.
 
    As of Dec/2004 x11vnc supports XRANDR. You enable it with the
-   [725]-xrandr option to make x11vnc monitor XRANDR events and also trap
+   [742]-xrandr option to make x11vnc monitor XRANDR events and also trap
    X server errors if the screen change occurred in the middle of an X
    call like XGetImage. Once it traps the screen change it will create a
    new framebuffer using the new screen.
@@ -6050,9 +6140,9 @@ EndSection
    then the viewer will automatically resize. Otherwise, the new
    framebuffer is fit as best as possible into the original viewer size
    (portions of the screen may be clipped, unused, etc). For these
-   viewers you can try the [726]-padgeom option to make the region big
+   viewers you can try the [743]-padgeom option to make the region big
    enough to hold all resizes and rotations. We have fixed this problem
-   for the TightVNC Viewer on Unix: [727]enhanced_tightvnc_viewer
+   for the TightVNC Viewer on Unix: [744]enhanced_tightvnc_viewer
 
    If you specify "-xrandr newfbsize" then vnc viewers that do not
    support NewFBSize will be disconnected before the resize. If you
@@ -6060,21 +6150,21 @@ EndSection
    terminate.
 
 
-   Q-95: Independent of any XRANDR, can I have x11vnc rotate and/or
+   Q-97: Independent of any XRANDR, can I have x11vnc rotate and/or
    reflect the screen that the VNC viewers see? (e.g. for a handheld
    whose screen is rotated 90 degrees).
 
-   As of Jul/2006 there is the [728]-rotate option allow this. E.g's:
+   As of Jul/2006 there is the [745]-rotate option allow this. E.g's:
    "-rotate +90", "-rotate -90", "-rotate x", etc.
 
 
-   Q-96: Why is the view in my VNC viewer completely black? Or why is
+   Q-98: Why is the view in my VNC viewer completely black? Or why is
    everything flashing around randomly?
 
    See the next FAQ for a possible explanation.
 
 
-   Q-97: I use Linux Virtual Consoles (VC's) to implement 'Fast User
+   Q-99: I use Linux Virtual Consoles (VC's) to implement 'Fast User
    Switching' between users' sessions (e.g. Betty is on Ctrl-Alt-F7,
    Bobby is on Ctrl-Alt-F8, and Sid is on Ctrl-Alt-F1: they use those
    keystrokes to switch between their sessions).   How come the view in a
@@ -6103,7 +6193,7 @@ EndSection
    "chvt 7" for VC #7.
 
 
-   Q-98: I am using x11vnc where my local machine has "popup/hidden
+   Q-100: I am using x11vnc where my local machine has "popup/hidden
    taskbars" and the remote display where x11vnc runs also has
    "popup/hidden taskbars" and they interfere and fight with eachother.
    What can I do?
@@ -6118,8 +6208,8 @@ EndSection
    click on the task bar panel, and uncheck "enable auto-hide" from the
    panel properties dialog box. This will make the panel always visible.
 
-   Q-99: Help! x11vnc and my KDE screensaver keep switching each other on
-   and off every few seconds.
+   Q-101: Help! x11vnc and my KDE screensaver keep switching each other
+   on and off every few seconds.
 
    This is a new (Jul/2006) problem seen, say, on the version of KDE that
    is shipped with SuSE 10.1. It is not yet clear what is causing this...
@@ -6129,13 +6219,13 @@ EndSection
 
    This may be a bug in kdesktop_lock. For now the only workaround is to
    disable the screensaver. You can try using another one such as
-   straight xscreensaver (see the instructions [729]here for how to
+   straight xscreensaver (see the instructions [746]here for how to
    disable kdesktop_lock). If you have more info on this or see it
    outside of KDE please let us know.
 
    Update: It appears this is due to kdesktop_lock enabling the screen
    saver when the Monitor is in DPMS low-power state (e.g. standby,
-   suspend, or off). In Nov/2006 the x11vnc [730]-nodpms option was added
+   suspend, or off). In Nov/2006 the x11vnc [747]-nodpms option was added
    as a workaround. Normally it is a good thing that the monitor powers
    down (since x11vnc can still poll the framebuffer in this state), but
    if you experience the kdesktop_lock problem you can specify the
@@ -6145,22 +6235,22 @@ EndSection
    disable the screensaver). Feel free to file a bug against
    kdesktop_lock with KDE.
 
-   Q-100: I am running the beryl 3D window manager (or MythTv, Google
+   Q-102: I am running the beryl 3D window manager (or MythTv, Google
    Earth, or some other OpenGL app) and I do not get screen updates in
    x11vnc.
 
    This appears to be because the 3D OpenGL/GLX hardware screen updates
    do not get reported via the XDAMAGE mechanism. So this is a bug in
-   [731]beryl or XDAMAGE/Xorg or the (possibly 3rd party) video card
+   [748]beryl or XDAMAGE/Xorg or the (possibly 3rd party) video card
    driver.
 
-   As a workaround apply the [732]-noxdamage option. As of Feb/2007
+   As a workaround apply the [749]-noxdamage option. As of Feb/2007
    x11vnc will try to autodetect the problem and disable XDAMAGE if is
    appears to be missing a lot of updates. But if you know you are using
-   beryl you might as well always supply -noxdamage. Thanks to [733]this
+   beryl you might as well always supply -noxdamage. Thanks to [750]this
    user who reported the problem and discovered the workaround.
 
-   A developer for [734]MiniMyth reports that the 'alphapulse' tag of the
+   A developer for [751]MiniMyth reports that the 'alphapulse' tag of the
    theme G.A.N.T. can also cause problems, and should be avoided when
    using VNC.
 
@@ -6169,7 +6259,7 @@ EndSection
    responsiveness (especially for typing) and also leads to unnecessary
    CPU and memory I/O load due to the extra polling.
 
-   Q-101: Can I use x11vnc to view my VMWare session remotely?
+   Q-103: Can I use x11vnc to view my VMWare session remotely?
 
    Yes, since VMWare usually runs as an X application you can view it via
    x11vnc in the normal way.
@@ -6180,9 +6270,9 @@ EndSection
      * Fullscreen mode
 
    The way VMWare does Fullscreen mode on Linux is to display the Guest
-   desktop in a separate Virtual Console (e.g. VC 8) (see [735]this FAQ
+   desktop in a separate Virtual Console (e.g. VC 8) (see [752]this FAQ
    on VC's for background). Unfortunately, this Fullscreen VC is not an X
-   server. So x11vnc cannot access it (however, [736]see this discussion
+   server. So x11vnc cannot access it (however, [753]see this discussion
    of -rawfb for a possible workaround). x11vnc works fine with "Normal X
    application window" and "Quick-Switch mode" because these use X.
 
@@ -6203,13 +6293,13 @@ EndSection
    improve response. One can also cut the display depth (e.g. to 16bpp)
    in this 2nd X session to improve video performance. This 2nd X session
    emulates Fullscreen mode to some degree and can be viewed via x11vnc
-   as long as the VMWare X session [737]is in the active VC.
+   as long as the VMWare X session [754]is in the active VC.
 
    Also note that with a little bit of playing with "xwininfo -all
    -children" output one can extract the (non-toplevel) windowid of the
    of the Guest desktop only when VMWare is running as a normal X
    application. Then one can export just the guest desktop (i.e. without
-   the VMWare menu buttons) by use of the [738]-id windowid option. The
+   the VMWare menu buttons) by use of the [755]-id windowid option. The
    caveats are the X session VMWare is in must be in the active VC and
    the window must be fully visible, so this mode is not terribly
    convenient, but could be useful in some circumstances (e.g. running
@@ -6221,14 +6311,14 @@ EndSection
 
    [Exporting non-X11 devices via VNC]
 
-   Q-102: Can non-X devices (e.g. a raw framebuffer) be viewed (and even
+   Q-104: Can non-X devices (e.g. a raw framebuffer) be viewed (and even
    controlled) via VNC with x11vnc?
 
    As of Apr/2005 there is support for this. Two options were added:
-   "[739]-rawfb string" (to indicate the raw framembuffer device, file,
-   etc. and its parameters) and "[740]-pipeinput command" (to provide an
+   "[756]-rawfb string" (to indicate the raw framembuffer device, file,
+   etc. and its parameters) and "[757]-pipeinput command" (to provide an
    external program that will inject or otherwise process mouse and
-   keystroke input). Some useful [741]-pipeinput schemes, VID, CONSOLE,
+   keystroke input). Some useful [758]-pipeinput schemes, VID, CONSOLE,
    and UINPUT, have since been built into x11vnc for convenience.
 
    This non-X mode for x11vnc is somewhat experimental because it is so
@@ -6266,9 +6356,9 @@ EndSection
    access method). Only use file if map isn't working. BTW, "mmap" is an
    alias for "map" and if you do not supply a type and the file exists,
    map is assumed (see the -help output and below for some exceptions to
-   this). The "snap:" setting applies the [742]-snapfb option with
+   this). The "snap:" setting applies the [759]-snapfb option with
    "file:" type reading (this is useful for exporting webcams or TV tuner
-   video; see [743]the next FAQ for more info).
+   video; see [760]the next FAQ for more info).
 
    Also, if the string is of the form "setup:cmd" then cmd is run and the
    first line of its output retrieved and used as the rawfb string. This
@@ -6312,7 +6402,7 @@ EndSection
    screen to either shm or a mapped file. The format of these is XWD and
    so the initial header should be skipped. BTW, since XWD is not
    strictly RGB the view will only be approximate, but usable. Of course
-   for the case of Xvfb x11vnc can poll it much better via the [744]X
+   for the case of Xvfb x11vnc can poll it much better via the [761]X
    API, but you get the idea.
 
    By default in -rawfb mode x11vnc will actually close any X display it
@@ -6341,13 +6431,13 @@ EndSection
    tty1-tty6), or X graphical display (usually starting at tty7). In
    addition to the text console other graphical ones may be viewed and
    interacted with as well, e.g. DirectFB or SVGAlib apps, VMWare non-X
-   fullscreen, or [745]Qt-embedded apps (PDAs/Handhelds). By default the
+   fullscreen, or [762]Qt-embedded apps (PDAs/Handhelds). By default the
    pipeinput mechanisms UINPUT and CONSOLE (keystrokes only) are
    automatically attempted in this mode under "-rawfb console".
 
    The Video4Linux Capture device, /dev/video0, etc is either a Webcam or
    a TV capture device and needs to have its driver enabled in the
-   kernel. See [746]this FAQ for details. If specified via "-rawfb Video"
+   kernel. See [763]this FAQ for details. If specified via "-rawfb Video"
    then the pipeinput method "VID" is applied (it lets you change video
    parameters dynamically via keystrokes).
 
@@ -6355,10 +6445,10 @@ EndSection
    also useful in testing.
 
 
-   All of the above [747]-rawfb options are just for viewing the raw
+   All of the above [764]-rawfb options are just for viewing the raw
    framebuffer (although some of the aliases do imply keystroke and mouse
    pipeinput methods). That may be enough for certain applications of
-   this feature (e.g. suppose a [748]video camera mapped its framebuffer
+   this feature (e.g. suppose a [765]video camera mapped its framebuffer
    into memory and you just wanted to look at it via VNC).
    To handle the pointer and keyboard input from the viewer users the
    "-pipeinput cmd" option was added to indicate a helper program to
@@ -6396,7 +6486,7 @@ EndSection
    keystrokes into the Linux console (e.g. the virtual consoles:
    /dev/tty1, /dev/tty2, etc) in x11vnc/misc/vcinject.pl. It is based on
    the vncterm/LinuxVNC.c program also in the libvncserver CVS. So to
-   view and interact with VC #2 (assuming it is the [749]active VC) one
+   view and interact with VC #2 (assuming it is the [766]active VC) one
    can run something like:
   x11vnc -rawfb map:/dev/fb0@1024x768x16 -pipeinput './vcinject.pl 2'
 
@@ -6451,7 +6541,7 @@ EndSection
    better to use the more accurate and faster LinuxVNC program. The
    advantage x11vnc -rawfb might have is that it can allow interaction
    with a non-text application, e.g. one based on SVGAlib or
-   [750]Qt-embedded Also, for example the [751]VMWare Fullscreen mode is
+   [767]Qt-embedded Also, for example the [768]VMWare Fullscreen mode is
    actually viewable under -rawfb and can be interacted with if uinput is
    enabled.
 
@@ -6468,12 +6558,12 @@ EndSection
    program that passes the framebuffer to libvncserver.
 
 
-   Q-103: Can I export via VNC a Webcam or TV tuner framebuffer using
+   Q-105: Can I export via VNC a Webcam or TV tuner framebuffer using
    x11vnc?
 
-   Yes, this is possible to some degree with the [752]-rawfb option.
+   Yes, this is possible to some degree with the [769]-rawfb option.
    There is no X11 involved: snapshots from the video capture device are
-   used for the screen image data. See the [753]previous FAQ on -rawfb
+   used for the screen image data. See the [770]previous FAQ on -rawfb
    for background. For best results, use x11vnc version 0.8.1 or later.
 
    Roughly, one would do something like this:
@@ -6485,7 +6575,7 @@ EndSection
    snapshot to a file that you point -rawfb to; ask me if it is not clear
    what to do).
 
-   The "snap:" enforces [754]-snapfb mode which appears to be necessary.
+   The "snap:" enforces [771]-snapfb mode which appears to be necessary.
    The read pointer for video capture devices cannot be repositioned
    (which would be needed for scanline polling), but you can read a full
    frame of data from the device.
@@ -6507,7 +6597,7 @@ EndSection
 
    Many video4linux drivers tend to set the framebuffer to be 24bpp (as
    opposed to 32bpp). Since this can cause problems with VNC viewers,
-   etc, the [755]-24to32 option will be automatically imposed when in
+   etc, the [772]-24to32 option will be automatically imposed when in
    24bpp.
 
    Note that by its very nature, video capture involves rapid change in
@@ -6515,7 +6605,7 @@ EndSection
    wavering in brightness is always happening. This can lead to much
    network bandwidth consumption for the VNC traffic and also local CPU
    and I/O resource usage. You may want to experiment with "dialing down"
-   the framerate via the [756]-wait, [757]-slow_fb, or [758]-defer
+   the framerate via the [773]-wait, [774]-slow_fb, or [775]-defer
    options. Decreasing the window size and bpp also helps.
 
 
@@ -6604,16 +6694,16 @@ EndSection
          format to HI240, RGB565, RGB24, RGB32, RGB555, and
          GREY respectively. See -rawfb video for details.
 
-   See also the [759]-freqtab option to supply your own xawtv channel to
+   See also the [776]-freqtab option to supply your own xawtv channel to
    frequency mappings for your country (only ntsc-cable-us is built into
    x11vnc).
 
 
-   Q-104: Can I connect via VNC to a Qt-embedded/Qtopia application
+   Q-106: Can I connect via VNC to a Qt-embedded/Qtopia application
    running on my handheld or PC using the Linux console framebuffer (i.e.
    not X11)?
 
-   Yes, the basic method for this is the [760]-rawfb scheme where the
+   Yes, the basic method for this is the [777]-rawfb scheme where the
    Linux console framebuffer (usually /dev/fb0) is polled and the uinput
    driver is used to inject keystrokes and mouse input. Often you will
    just have to type:
@@ -6626,7 +6716,7 @@ EndSection
   x11vnc -rawfb /dev/fb0@640x480x16
 
    Also, to force usage of the uinput injection method use "-pipeinput
-   UINPUT". See the [761]-pipeinput description for tunable parameters,
+   UINPUT". See the [778]-pipeinput description for tunable parameters,
    etc.
 
    One problem with the x11vnc uinput scheme is that it cannot guess the
@@ -6642,7 +6732,7 @@ EndSection
    Even with the correct acceleration setting there is stil some drift
    (probably because of the mouse threshold where the acceleration kicks
    in) and so x11vnc needs to reposition the cursor from 0,0 about 5
-   times a second. See the [762]-pipeinput UINPUT option for tuning
+   times a second. See the [779]-pipeinput UINPUT option for tuning
    parameters that can be set (there are some experimental thresh=N
    tuning parameters as well)
 
@@ -6673,10 +6763,10 @@ EndSection
    x11vnc on your device and letting us know what does and does not work.
 
 
-   Q-105: Now that non-X11 devices can be exported via VNC using x11vnc,
+   Q-107: Now that non-X11 devices can be exported via VNC using x11vnc,
    can I build it with no dependencies on X11 header files and libraries?
 
-   Yes, as of Jul/2006 x11vnc enables building for [763]-rawfb only
+   Yes, as of Jul/2006 x11vnc enables building for [780]-rawfb only
    support. Just do something like when building:
   ./configure --without-x    (plus any other flags)
   make
@@ -6687,16 +6777,16 @@ EndSection
    know what you did.
 
 
-   Q-106: Does x11vnc support Mac OS X Aqua/Quartz displays natively
+   Q-108: Does x11vnc support Mac OS X Aqua/Quartz displays natively
    (i.e. no X11 involved)?
 
    Yes, since Nov/2006 in the development tree (x11vnc-0.8.4 tarball)
    there is support for native Mac OS X Aqua/Quartz displays using the
-   [764]-rawfb mechanism described above. The mouse and keyboard input is
+   [781]-rawfb mechanism described above. The mouse and keyboard input is
    acheived via Mac OS X API's.
 
-   So you can use x11vnc as an alternative to [765]OSXvnc (aka Vine
-   Server), or [766]Apple Remote Desktop (ARD). Perhaps there is some
+   So you can use x11vnc as an alternative to [782]OSXvnc (aka Vine
+   Server), or [783]Apple Remote Desktop (ARD). Perhaps there is some
    x11vnc feature you'd like to use on Mac OS X, etc. For a number of
    activities (e.g. window drags) it seems to be faster than OSXvnc.
 
@@ -6706,7 +6796,7 @@ EndSection
    (XDarwin) running on Mac OS X (people often install this software to
    display remote X11 apps on their Mac OS X system, or use some old
    favorites locally such as xterm). However in this case x11vnc will
-   only work reasonably in single window [767]-id windowid mode (and the
+   only work reasonably in single window [784]-id windowid mode (and the
    window may need to have mouse focus).
 
    If you do not have the DISPLAY env. variable set, x11vnc will assume
@@ -6720,9 +6810,9 @@ EndSection
    ./configure --without-x
    make
 
-   Win2VNC/x2vnc:  One handy use is to use the [768]-nofb mode to
+   Win2VNC/x2vnc:  One handy use is to use the [785]-nofb mode to
    redirect mouse and keyboard input to a nearby Mac (i.e. one to the
-   side of your desk) via [769]x2vnc or Win2VNC. See [770]this FAQ for
+   side of your desk) via [786]x2vnc or Win2VNC. See [787]this FAQ for
    more info.
 
    Options:  Here are the Mac OS X specific x11vnc options:
@@ -6792,17 +6882,17 @@ rm -f $tmp
    command for you). Then once you are connected via VNC, iconify the
    Terminal windows (you can't delete them since that will kill x11vnc).
 
-   Q-107: Can x11vnc be used as a VNC reflector/repeater to improve
+   Q-109: Can x11vnc be used as a VNC reflector/repeater to improve
    performance for the case of a large number of simultaneous VNC viewers
    (e.g. classroom broadcasting or a large demo)?
 
-   Yes, as of Feb/2007 there is the "[771]-reflect host:N" option to
+   Yes, as of Feb/2007 there is the "[788]-reflect host:N" option to
    connect to the VNC server "host:N" (either another x11vnc or any other
    VNC server) and re-export it. VNC viewers then connect to the
    x11vnc(s) running -reflect.
 
    The -reflect option is the same as: "-rawfb vnc:host:N". See the
-   [772]-rawfb description under "VNC HOST" for more details.
+   [789]-rawfb description under "VNC HOST" for more details.
 
    You can replace "host:N" with "listen" or "listen:port" for reverse
    connections.
@@ -6863,20 +6953,20 @@ rm -f $tmp
    re-exports via VNC to its clients C). However, CopyRect and
    CursorShape encodings are preserved in the reflection and that helps.
    Dragging windows with the mouse can be a problem (especially if S is
-   not doing wireframing somehow, consider [773]-nodragging if the
+   not doing wireframing somehow, consider [790]-nodragging if the
    problem is severe) For a really fast reflector/repeater it would have
    to be implemented from scratch with performance in mind. See these
    other projects:
-    [774]http://sourceforge.net/projects/vnc-reflector/,
-    [775]http://www.tightvnc.com/projector/                (closed source?),
-    [776]http://www.ultravnc.com/addons/repeater.html      (seems to be a NAT g
+    [791]http://sourceforge.net/projects/vnc-reflector/,
+    [792]http://www.tightvnc.com/projector/                (closed source?),
+    [793]http://www.ultravnc.com/addons/repeater.html      (seems to be a NAT g
 ateway and not a broadcaster?)
 
 
    Automation via Reverse Connections:   Instead of having the R's
    connect directly to S and then the C's connect directly to the R they
    should use, some convenience can be achieved by using reverse
-   connections (the x11vnc "[777]"-connect host1,host2,..." option).
+   connections (the x11vnc "[794]"-connect host1,host2,..." option).
    Suppose all the clients "C" are started up in Listen mode:
     client1>  vncviewer -listen
     client2>  vncviewer -listen
@@ -6905,36 +6995,36 @@ ateway and not a broadcaster?)
    [Misc: Clipboard, File Transfer/Sharing, Printing, Sound, Beeps,
    Thanks, etc.]
 
-   Q-108: Does the Clipboard/Selection get transferred between the
+   Q-110: Does the Clipboard/Selection get transferred between the
    vncviewer and the X display?
 
    As of Jan/2004 x11vnc supports the "CutText" part of the rfb protocol.
    Furthermore, x11vnc is able to hold the PRIMARY and CLIPBOARD
    selection (Xvnc does not seem to do this). If you don't want the
-   Clipboard/Selection exchanged use the [778]-nosel option. If you don't
+   Clipboard/Selection exchanged use the [795]-nosel option. If you don't
    want the PRIMARY selection to be polled for changes use the
-   [779]-noprimary option. (with a similar thing for CLIPBOARD). You can
-   also fine-tune it a bit with the [780]-seldir dir option and also
-   [781]-input.
+   [796]-noprimary option. (with a similar thing for CLIPBOARD). You can
+   also fine-tune it a bit with the [797]-seldir dir option and also
+   [798]-input.
 
    You may need to watch out for desktop utilities such as KDE's
    "Klipper" that do odd things with the selection, clipboard, and
    cutbuffers.
 
 
-   Q-109: Can I use x11vnc to record a Shock Wave Flash (or other format)
+   Q-111: Can I use x11vnc to record a Shock Wave Flash (or other format)
    video of my desktop, e.g. to record a tutorial or demo?
 
    Yes, it is possible with a number of tools that record VNC and
    transform it to swf format or others. One such popular tool is
-   [782]pyvnc2swf. There are a number of [783]tutorials on how to do
+   [799]pyvnc2swf. There are a number of [800]tutorials on how to do
    this. Another option is to use the vnc2mpg that comes in the
    LibVNCServer package.
    An important thing to remember when doing this is that tuning
    parameters should be applied to x11vnc to speed up its polling for
    this sort of application, e.g. "-wait 10 -defer 10".
 
-   Q-110: Can I transfer files back and forth with x11vnc?
+   Q-112: Can I transfer files back and forth with x11vnc?
 
    As of Oct/2005 and May/2006 x11vnc enables, respectively, the TightVNC
    and UltraVNC file transfer implementations that were added to
@@ -6943,7 +7033,7 @@ ateway and not a broadcaster?)
    do work to some degree under Wine on Linux).
 
    TightVNC file transfer is off by default, if you want to enable it use
-   the [784]-nofilexfer option.
+   the [801]-nofilexfer option.
 
    UltraVNC file transfer is off by default, to enable it use something
    like "-rfbversion 3.6 -permitfiletransfer"
@@ -6966,7 +7056,7 @@ ateway and not a broadcaster?)
    IMPORTANT: please understand if -ultrafilexfer or -tightfilexfer is
    specified and you run x11vnc as root for, say, inetd or display
    manager (gdm, kdm, ...) access and you do not have it switch users via
-   the [785]-users option, then VNC Viewers that connect are able to do
+   the [802]-users option, then VNC Viewers that connect are able to do
    filetransfer reads and writes as *root*.
 
    The UltraVNC and TightVNC settings can be toggled on and off inside
@@ -6979,13 +7069,13 @@ ateway and not a broadcaster?)
    control you will probably be foiled by the "-rfbversion 3.6" issue.
 
 
-   Q-111: Which UltraVNC extensions are supported?
+   Q-113: Which UltraVNC extensions are supported?
 
    Some of them are supported. To get UltraVNC Viewers to attempt to use
    these extensions you will need to supply this option to x11vnc:
    -rfbversion 3.6
 
-   Or use [786]-ultrafilexfer which is an alias for the above option and
+   Or use [803]-ultrafilexfer which is an alias for the above option and
    "-permitfiletransfer". UltraVNC evidently treats any other RFB version
    number as non-UltraVNC.
 
@@ -6997,21 +7087,21 @@ ateway and not a broadcaster?)
      * 1/n Server Scaling
      * rfbEncodingUltra compression encoding
 
-   To disable SingleWindow and ServerInput use [787]-noultraext (the
+   To disable SingleWindow and ServerInput use [804]-noultraext (the
    others are managed by LibVNCServer). See this option too:
-   [788]-noserverdpms.
+   [805]-noserverdpms.
 
 
-   Q-112: Can x11vnc emulate UltraVNC's Single Click helpdesk mode? I.e.
+   Q-114: Can x11vnc emulate UltraVNC's Single Click helpdesk mode? I.e.
    something very simple for a naive user to initiate a reverse vnc
    connection from their desktop to a helpdesk operator's VNC Viewer.
 
-   Yes, UltraVNC's [789]Single Click (SC) mode can be emulated reasonably
+   Yes, UltraVNC's [806]Single Click (SC) mode can be emulated reasonably
    well on Unix.
 
    We use the term "helpdesk" below, but it could be any sort of remote
    assistance you want to set up, e.g. something for unix-using friends
-   or family to use. This includes [790]Mac OS X.
+   or family to use. This includes [807]Mac OS X.
 
    Assume you create a helpdesk directory "hd" on your website:
    http://www.mysite.com/hd
@@ -7114,9 +7204,9 @@ fi
 
 
    SSL Encrypted Helpdesk Connections:  Currently x11vnc does not support
-   reverse connections in SSL [791]-ssl mode. This may change in a future
+   reverse connections in SSL [808]-ssl mode. This may change in a future
    release, until then you would need to cook up something with
-   [792]STUNNEL.
+   [809]STUNNEL.
 
    Update: as of Apr/2007 x11vnc supports reverse connections in SSL.
    Recipe below will be updated (TBD), basically you just add "-ssl SAVE"
@@ -7266,13 +7356,13 @@ rypto.a -lwrap
    /usr/X11R6/lib/libXrender.a and add -lXrender to the link line.
 
 
-   Q-113: Can I (temporarily) mount my local (viewer-side) Windows/Samba
+   Q-115: Can I (temporarily) mount my local (viewer-side) Windows/Samba
    File share on the machine where x11vnc is running?
 
    You will have to use an external network redirection for this.
    Filesystem mounting is not part of the VNC protocol.
 
-   We show a simple [793]Samba example here.
+   We show a simple [810]Samba example here.
 
    First you will need a tunnel to redirect the SMB requests from the
    remote machine to the one you sitting at. We use an ssh tunnel:
@@ -7309,17 +7399,17 @@ d,ip=127.0.0.1,port=1139
   far-away> smbumount /home/fred/smb-haystack-pub
 
    At some point we hope to fold some automation for SMB ssh redir setup
-   into the [794]Enhanced TightVNC Viewer (SSVNC) package we provide (as
+   into the [811]Enhanced TightVNC Viewer (SSVNC) package we provide (as
    of Sep 2006 it is there for testing).
 
 
-   Q-114: Can I redirect CUPS print jobs from the remote desktop where
+   Q-116: Can I redirect CUPS print jobs from the remote desktop where
    x11vnc is running to a printer on my local (viewer-side) machine?
 
    You will have to use an external network redirection for this.
    Printing is not part of the VNC protocol.
 
-   We show a simple Unix to Unix [795]CUPS example here. Non-CUPS port
+   We show a simple Unix to Unix [812]CUPS example here. Non-CUPS port
    redirections (e.g. LPD) should also be possible, but may be a bit more
    tricky. If you are viewing on Windows SMB and don't have a local cups
    server it may be trickier still (see below).
@@ -7391,11 +7481,11 @@ d,ip=127.0.0.1,port=1139
    "localhost".
 
    At some point we hope to fold some automation for CUPS ssh redir setup
-   into the [796]Enhanced TightVNC Viewer (SSVNC) package we provide (as
+   into the [813]Enhanced TightVNC Viewer (SSVNC) package we provide (as
    of Sep 2006 it is there for testing).
 
 
-   Q-115: How can I hear the sound (audio) from the remote applications
+   Q-117: How can I hear the sound (audio) from the remote applications
    on the desktop I am viewing via x11vnc?
 
    You will have to use an external network audio mechanism for this.
@@ -7492,11 +7582,11 @@ or:
        the applications will fail to run because LD_PRELOAD will point to
        libraries of the wrong wordsize.
      * At some point we hope to fold some automation for esd or artsd ssh
-       redir setup into the [797]Enhanced TightVNC Viewer (SSVNC) package
+       redir setup into the [814]Enhanced TightVNC Viewer (SSVNC) package
        we provide (as of Sep/2006 it is there for testing).
 
 
-   Q-116: Why don't I hear the "Beeps" in my X session (e.g. when typing
+   Q-118: Why don't I hear the "Beeps" in my X session (e.g. when typing
    tput bel in an xterm)?
 
    As of Dec/2003 "Beep" XBell events are tracked by default. The X
@@ -7504,14 +7594,14 @@ or:
    in Solaris, see Xserver(1) for how to turn it on via +kb), and so you
    won't hear them if the extension is not present.
 
-   If you don't want to hear the beeps use the [798]-nobell option. If
+   If you don't want to hear the beeps use the [815]-nobell option. If
    you want to hear the audio from the remote applications, consider
-   trying a [799]redirector such as esd.
+   trying a [816]redirector such as esd.
 
 
-   Q-117: Does x11vnc work with IPv6?
+   Q-119: Does x11vnc work with IPv6?
 
-   Currently the only way to do this is via [800]inetd. You configure
+   Currently the only way to do this is via [817]inetd. You configure
    x11vnc to be run from inetd or xinetd and instruct it to listen on an
    IPv6 address. For xinetd the setting "flags = IPv6" will be needed.
 
@@ -7520,7 +7610,7 @@ or:
    connection). Some sort of ipv4-to-ipv6 redirector tool (perhaps even a
    perl script) could be useful to avoid this.
 
-   Also note that not all VNC Viewers are [801]IPv6 enabled, so a
+   Also note that not all VNC Viewers are [818]IPv6 enabled, so a
    redirector could even be needed on the client side.
 
 
@@ -7528,7 +7618,7 @@ or:
 
     Contributions:
 
-   Q-118: Thanks for your program and for your help! Can I make a
+   Q-120: Thanks for your program and for your help! Can I make a
    donation?
 
    Please do (any amount is appreciated) and thank you for your support!
@@ -7554,791 +7644,808 @@ References
   14. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded
   15. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
   16. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
-  17. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
-  18. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
-  19. http://www.karlrunge.com/x11vnc/index.html#faq
-  20. http://www.karlrunge.com/x11vnc/disclaimer.html
-  21. http://www.karlrunge.com/x11vnc/index.html#contact
-  22. http://www.karlrunge.com/x11vnc/index.html#beta-test
-  23. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
-  24. http://www.karlrunge.com/x11vnc/ssvnc.html
-  25. http://www.realvnc.com/
-  26. http://www.tightvnc.com/
-  27. http://www.ultravnc.com/
-  28. http://www.redstonesoftware.com/vnc.html
-  29. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
-  30. http://www.karlrunge.com/x11vnc/index.html#downloading
-  31. http://www.tightvnc.com/download.html
-  32. http://www.karlrunge.com/x11vnc/ssvnc.html
-  33. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
-  34. http://www.karlrunge.com/x11vnc/index.html#faq-xperms
-  35. http://www.karlrunge.com/x11vnc/index.html#faq-xperms
-  36. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
-  37. http://www.karlrunge.com/x11vnc/index.html#faq-viewer-download
-  38. http://www.sun.com/software/solaris/freeware/
-  39. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
-  40. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+  17. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+  18. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+  19. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
+  20. http://www.karlrunge.com/x11vnc/ssvnc.html#tsvnc
+  21. http://www.karlrunge.com/x11vnc/index.html#faq
+  22. http://www.karlrunge.com/x11vnc/disclaimer.html
+  23. http://www.karlrunge.com/x11vnc/index.html#contact
+  24. http://www.karlrunge.com/x11vnc/index.html#beta-test
+  25. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
+  26. http://www.karlrunge.com/x11vnc/ssvnc.html
+  27. http://www.realvnc.com/
+  28. http://www.tightvnc.com/
+  29. http://www.ultravnc.com/
+  30. http://www.redstonesoftware.com/vnc.html
+  31. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
+  32. http://www.karlrunge.com/x11vnc/index.html#downloading
+  33. http://www.tightvnc.com/download.html
+  34. http://www.karlrunge.com/x11vnc/ssvnc.html
+  35. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+  36. http://www.karlrunge.com/x11vnc/index.html#faq-xperms
+  37. http://www.karlrunge.com/x11vnc/index.html#faq-xperms
+  38. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+  39. http://www.karlrunge.com/x11vnc/index.html#faq-viewer-download
+  40. http://www.sun.com/software/solaris/freeware/
   41. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
-  42. http://www.karlrunge.com/x11vnc/index.html#faq-service
-  43. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
-  44. http://www.karlrunge.com/x11vnc/index.html#vnc_password_file
-  45. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+  42. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+  43. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
+  44. http://www.karlrunge.com/x11vnc/index.html#faq-service
+  45. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
   46. http://www.karlrunge.com/x11vnc/index.html#vnc_password_file
-  47. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
-  48. http://www.karlrunge.com/x11vnc/index.html#tightvnc_via
-  49. http://www.karlrunge.com/x11vnc/ssvnc.html
-  50. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
-  51. http://www.karlrunge.com/x11vnc/chainingssh.html
-  52. http://www.karlrunge.com/x11vnc/ssvnc.html
-  53. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
-  54. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
-  55. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
-  56. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
-  57. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
-  58. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
-  59. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
-  60. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw
-  61. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
-  62. http://www.karlrunge.com/x11vnc/ssvnc.html
-  63. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt
-  64. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
-  65. http://www.stunnel.org/
-  66. http://stunnel.mirt.net/
-  67. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
-  68. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
-  69. http://www.karlrunge.com/x11vnc/ssvnc.html
-  70. http://sourceforge.net/projects/libvncserver/
-  71. http://sourceforge.net/project/showfiles.php?group_id=32584&package_id=119006&release_id=517010
-  72. http://sourceforge.net/project/shownotes.php?release_id=517010&group_id=32584
-  73. http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz
-  74. http://www.karlrunge.com/x11vnc/index.html#faq-binaries
-  75. http://www.tightvnc.com/download.html
-  76. http://www.realvnc.com/download-free.html
-  77. http://sourceforge.net/projects/cotvnc/
-  78. http://www.ultravnc.com/
-  79. http://www.karlrunge.com/x11vnc/ssvnc.html
-  80. http://www.karlrunge.com/x11vnc/rx11vnc
-  81. http://www.karlrunge.com/x11vnc/rx11vnc.pl
-  82. http://www.sunfreeware.com/
-  83. http://www.karlrunge.com/x11vnc/bins
-  84. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
-  85. http://www.karlrunge.com/x11vnc/miscbuild.html
-  86. ftp://ftp.uu.net/graphics/jpeg/
-  87. http://www.gzip.org/zlib/
-  88. http://www.sunfreeware.com/
-  89. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build
-  90. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
-  91. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
-  92. http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz
-  93. http://www.karlrunge.com/x11vnc/bins
-  94. mailto:xvml-beta@karlrunge.com
+  47. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+  48. http://www.karlrunge.com/x11vnc/index.html#vnc_password_file
+  49. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+  50. http://www.karlrunge.com/x11vnc/index.html#tightvnc_via
+  51. http://www.karlrunge.com/x11vnc/ssvnc.html
+  52. http://www.karlrunge.com/x11vnc/ssvnc.html#tsvnc
+  53. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+  54. http://www.karlrunge.com/x11vnc/chainingssh.html
+  55. http://www.karlrunge.com/x11vnc/ssvnc.html
+  56. http://www.karlrunge.com/x11vnc/ssvnc.html
+  57. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
+  58. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+  59. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+  60. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
+  61. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
+  62. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
+  63. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+  64. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw
+  65. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+  66. http://www.karlrunge.com/x11vnc/ssvnc.html
+  67. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt
+  68. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
+  69. http://www.stunnel.org/
+  70. http://stunnel.mirt.net/
+  71. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+  72. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
+  73. http://www.karlrunge.com/x11vnc/ssvnc.html
+  74. http://sourceforge.net/projects/libvncserver/
+  75. http://sourceforge.net/project/showfiles.php?group_id=32584&package_id=119006&release_id=517010
+  76. http://sourceforge.net/project/shownotes.php?release_id=517010&group_id=32584
+  77. http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz
+  78. http://www.karlrunge.com/x11vnc/index.html#faq-binaries
+  79. http://www.tightvnc.com/download.html
+  80. http://www.realvnc.com/download-free.html
+  81. http://sourceforge.net/projects/cotvnc/
+  82. http://www.ultravnc.com/
+  83. http://www.karlrunge.com/x11vnc/ssvnc.html
+  84. http://www.karlrunge.com/x11vnc/rx11vnc
+  85. http://www.karlrunge.com/x11vnc/rx11vnc.pl
+  86. http://www.sunfreeware.com/
+  87. http://www.karlrunge.com/x11vnc/bins
+  88. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
+  89. http://www.karlrunge.com/x11vnc/miscbuild.html
+  90. ftp://ftp.uu.net/graphics/jpeg/
+  91. http://www.gzip.org/zlib/
+  92. http://www.sunfreeware.com/
+  93. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build
+  94. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
   95. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
-  96. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
-  97. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
-  98. http://www.karlrunge.com/x11vnc/ssvnc.html
-  99. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
- 100. http://www.karlrunge.com/x11vnc/ssvnc.html
- 101. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop
- 102. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
- 103. http://www.ultravnc.com/
- 104. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
- 105. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+  96. http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz
+  97. http://www.karlrunge.com/x11vnc/bins
+  98. mailto:xvml-beta@karlrunge.com
+  99. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
+ 100. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
+ 101. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
+ 102. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 103. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
+ 104. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 105. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop
  106. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
  107. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
- 108. http://www.karlrunge.com/x11vnc/index.html#faq-avahi
- 109. http://www.avahi.org/
- 110. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi
- 111. http://www.karlrunge.com/x11vnc/ssvnc.html
- 112. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 113. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
- 114. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
- 115. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 116. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
- 117. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 118. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms
- 119. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms
- 120. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms
- 121. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabalways
- 122. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
- 123. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
- 124. http://www.karlrunge.com/x11vnc/index.html#faq-beryl
- 125. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpsredir
- 126. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
- 127. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
- 128. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 129. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
- 130. http://www.karlrunge.com/x11vnc/index.html#faq-reflect
- 131. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect
- 132. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nowireframelocal
- 133. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N
- 134. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms
- 135. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer
- 136. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 137. http://www.openssl.org/
- 138. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
- 139. http://www.stunnel.org/
- 140. http://stunnel.mirt.net/
- 141. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify
- 142. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslGenCert
- 143. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslGenCA
- 144. http://www.karlrunge.com/x11vnc/ssl.html
- 145. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https
- 146. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
- 147. http://www.karlrunge.com/x11vnc/ssvnc.html
- 148. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
- 149. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis
- 150. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 151. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 152. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
- 153. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
- 154. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
- 155. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin
- 156. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 157. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
- 158. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd
- 159. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 160. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
- 161. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate
- 162. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer
- 163. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect_or_exit
- 164. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
- 165. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-v,
- 166. http://www.karlrunge.com/x11vnc/prevrels.html
- 167. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid
- 168. http://www.tightvnc.com/
- 169. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport
- 170. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N
- 171. http://www.karlrunge.com/x11vnc/x11vnc_opts.html
- 172. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
- 173. http://www.karlrunge.com/x11vnc/recurse_x11vnc.jpg
- 174. http://wwws.sun.com/sunray/index.html
- 175. http://www.karlrunge.com/x11vnc/sunray.html
- 176. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
- 177. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 178. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
- 179. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
- 180. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 181. http://www.karlrunge.com/x11vnc/index.html#faq-sound
- 182. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
- 183. mailto:xvml@karlrunge.com
- 184. http://www.karlrunge.com/x11vnc/index.html#faq-thanks
- 185. http://www.karlrunge.com/x11vnc/index.html#faq-xperms
- 186. http://www.karlrunge.com/x11vnc/index.html#faq-build
- 187. http://www.karlrunge.com/x11vnc/index.html#faq-missing-xtest
- 188. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build
- 189. http://www.karlrunge.com/x11vnc/index.html#faq-binaries
- 190. http://www.karlrunge.com/x11vnc/index.html#faq-viewer-download
- 191. http://www.karlrunge.com/x11vnc/index.html#faq-cmdline-opts
- 192. http://www.karlrunge.com/x11vnc/index.html#faq-config-file
- 193. http://www.karlrunge.com/x11vnc/index.html#faq-gui-tray
- 194. http://www.karlrunge.com/x11vnc/index.html#faq-change-port
- 195. http://www.karlrunge.com/x11vnc/index.html#faq-quiet-bg
- 196. http://www.karlrunge.com/x11vnc/index.html#faq-sigpipe
- 197. http://www.karlrunge.com/x11vnc/index.html#faq-build-customizations
- 198. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc
- 199. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc-8bpp
- 200. http://www.karlrunge.com/x11vnc/index.html#faq-macosx-nofb
- 201. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp
- 202. http://www.karlrunge.com/x11vnc/index.html#faq-overlays
- 203. http://www.karlrunge.com/x11vnc/index.html#faq-directcolor
- 204. http://www.karlrunge.com/x11vnc/index.html#faq-windowid
- 205. http://www.karlrunge.com/x11vnc/index.html#faq-transients-id
- 206. http://www.karlrunge.com/x11vnc/index.html#faq-24bpp
- 207. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
- 208. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth
- 209. http://www.karlrunge.com/x11vnc/index.html#faq-sunrays
- 210. http://www.karlrunge.com/x11vnc/index.html#faq-stop-bg
- 211. http://www.karlrunge.com/x11vnc/index.html#faq-remote_control
- 212. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
- 213. http://www.karlrunge.com/x11vnc/index.html#faq-passwd-noecho
- 214. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
- 215. http://www.karlrunge.com/x11vnc/index.html#faq-multipasswd
- 216. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords
- 217. http://www.karlrunge.com/x11vnc/index.html#faq-custom-passwords
- 218. http://www.karlrunge.com/x11vnc/index.html#faq-forever-shared
- 219. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt
- 220. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
- 221. http://www.karlrunge.com/x11vnc/index.html#faq-listen-interface
- 222. http://www.karlrunge.com/x11vnc/index.html#faq-listen-localhost
- 223. http://www.karlrunge.com/x11vnc/index.html#faq-input-opt
- 224. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt
- 225. http://www.karlrunge.com/x11vnc/index.html#faq-users-opt
- 226. http://www.karlrunge.com/x11vnc/index.html#faq-blockdpy
- 227. http://www.karlrunge.com/x11vnc/index.html#faq-gone-lock
- 228. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-unix
- 229. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-putty
- 230. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
- 231. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
- 232. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
- 233. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-java-viewer-proxy
- 234. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal
- 235. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-ca
- 236. http://www.karlrunge.com/x11vnc/index.html#faq-service
- 237. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
- 238. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
- 239. http://www.karlrunge.com/x11vnc/index.html#faq-avahi
- 240. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin
- 241. http://www.karlrunge.com/x11vnc/index.html#faq-loop
- 242. http://www.karlrunge.com/x11vnc/index.html#faq-java-http
- 243. http://www.karlrunge.com/x11vnc/index.html#faq-reverse-connect
- 244. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
- 245. http://www.karlrunge.com/x11vnc/index.html#faq-headless
- 246. http://www.karlrunge.com/x11vnc/index.html#faq-solshm
- 247. http://www.karlrunge.com/x11vnc/index.html#faq-less-resource
- 248. http://www.karlrunge.com/x11vnc/index.html#faq-more-resource
- 249. http://www.karlrunge.com/x11vnc/index.html#faq-slow-link
- 250. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage
- 251. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage-opengl
- 252. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode
- 253. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
- 254. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect
- 255. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
- 256. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-shape
- 257. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha
- 258. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
- 259. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-arrow
- 260. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-positions
- 261. http://www.karlrunge.com/x11vnc/index.html#faq-buttonmap-opt
- 262. http://www.karlrunge.com/x11vnc/index.html#faq-altgr
- 263. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
- 264. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless-sloppy
- 265. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
- 266. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys
- 267. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys-still
- 268. http://www.karlrunge.com/x11vnc/index.html#faq-remap-opt
- 269. http://www.karlrunge.com/x11vnc/index.html#faq-sun-alt-meta
- 270. http://www.karlrunge.com/x11vnc/index.html#faq-hpux-multi-key
- 271. http://www.karlrunge.com/x11vnc/index.html#faq-remap-button-click
- 272. http://www.karlrunge.com/x11vnc/index.html#faq-remap-capslock
- 273. http://www.karlrunge.com/x11vnc/index.html#faq-scrollbars
- 274. http://www.karlrunge.com/x11vnc/index.html#faq-scaling
- 275. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama
- 276. http://www.karlrunge.com/x11vnc/index.html#faq-multi-screen
- 277. http://www.karlrunge.com/x11vnc/index.html#faq-clip-screen
- 278. http://www.karlrunge.com/x11vnc/index.html#faq-xrandr
- 279. http://www.karlrunge.com/x11vnc/index.html#faq-rotate
- 280. http://www.karlrunge.com/x11vnc/index.html#faq-black-screen
- 281. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 282. http://www.karlrunge.com/x11vnc/index.html#faq-hidden-taskbars
- 283. http://www.karlrunge.com/x11vnc/index.html#faq-kde-screensaver
- 284. http://www.karlrunge.com/x11vnc/index.html#faq-beryl
- 285. http://www.karlrunge.com/x11vnc/index.html#faq-vmware
- 286. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
- 287. http://www.karlrunge.com/x11vnc/index.html#faq-video
- 288. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded
- 289. http://www.karlrunge.com/x11vnc/index.html#faq-no-x11
- 290. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
- 291. http://www.karlrunge.com/x11vnc/index.html#faq-reflect
- 292. http://www.karlrunge.com/x11vnc/index.html#faq-clipboard
- 293. http://www.karlrunge.com/x11vnc/index.html#faq-record-swf
- 294. http://www.karlrunge.com/x11vnc/index.html#faq-filexfer
- 295. http://www.karlrunge.com/x11vnc/index.html#faq-ultravnc
- 296. http://www.karlrunge.com/x11vnc/index.html#faq-singleclick
- 297. http://www.karlrunge.com/x11vnc/index.html#faq-smb-shares
- 298. http://www.karlrunge.com/x11vnc/index.html#faq-cups
- 299. http://www.karlrunge.com/x11vnc/index.html#faq-sound
- 300. http://www.karlrunge.com/x11vnc/index.html#faq-beeps
- 301. http://www.karlrunge.com/x11vnc/index.html#faq-ipv6
- 302. http://www.karlrunge.com/x11vnc/index.html#faq-thanks
- 303. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display
- 304. http://www.tldp.org/HOWTO/Remote-X-Apps.html
- 305. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
- 306. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
- 307. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
- 308. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
- 309. http://www.karlrunge.com/x11vnc/miscbuild.html
- 310. http://www.karlrunge.com/x11vnc/index.html#libssl-problems
- 311. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
- 312. http://www.karlrunge.com/x11vnc/x11vnc_sunos4.html
- 313. http://www.karlrunge.com/x11vnc/index.html#building
- 314. http://www.karlrunge.com/x11vnc/index.html#faq-build
- 315. http://www.linuxpackages.net/search_view.php?by=name&name=x11vnc
- 316. http://dag.wieers.com/packages/x11vnc/
- 317. http://dries.ulyssis.org/rpm/packages/x11vnc/info.html
- 318. http://packages.debian.org/x11vnc
- 319. http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network/x11vnc/
- 320. http://www.sunfreeware.com/
- 321. http://www.freebsd.org/cgi/ports.cgi?query=x11vnc&stype=all
- 322. http://www.freshports.org/net/x11vnc
- 323. http://www.openbsd.org/3.9_packages/i386/x11vnc-0.6.2.tgz-long.html
- 324. http://pkgsrc.se/x11/x11vnc
- 325. http://mike.saunby.googlepages.com/
- 326. http://www.pdaxrom.org/ipk_feed.php?menuid=11&showfeed=unstable#x11vnc
- 327. http://www.focv.com/ipkg/
- 328. http://www.karlrunge.com/x11vnc/bins
- 329. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
- 330. http://www.tightvnc.com/download.html
- 331. http://www.realvnc.com/download-free.html
- 332. http://sourceforge.net/projects/cotvnc/
- 333. http://www.ultravnc.com/
- 334. http://www.karlrunge.com/x11vnc/ssvnc.html
- 335. http://www.karlrunge.com/x11vnc/x11vnc_opts.html
- 336. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
- 337. http://www.karlrunge.com/x11vnc/index.html#faq-gui-tray
- 338. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N
- 339. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q
- 340. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
- 341. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-o
- 342. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
- 343. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofb
- 344. http://fredrik.hubbe.net/x2vnc.html
- 345. http://www.hubbe.net/~hubbe/win2vnc.html
- 346. http://www.deboer.gmxhome.de/
- 347. http://sourceforge.net/projects/win2vnc/
- 348. http://fredrik.hubbe.net/x2vnc.html
- 349. http://freshmeat.net/projects/x2x/
- 350. http://ftp.digital.com/pub/Digital/SRC/x2x/
- 351. http://zapek.com/software/zvnc/
- 352. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-visual
- 353. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
- 354. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap
- 355. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
- 356. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-notruecolor
- 357. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp
- 358. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 359. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
- 360. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 361. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
- 362. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap
- 363. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen
- 364. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
- 365. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 366. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
- 367. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 368. http://www.karlrunge.com/x11vnc/index.html#faq-overlays
- 369. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 370. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sid
- 371. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32
- 372. http://www.karlrunge.com/x11vnc/ssvnc.html
- 373. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display
- 374. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
- 375. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flipbyteorder
- 376. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
- 377. http://www.karlrunge.com/x11vnc/index.html#xauth_pain
- 378. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
- 379. http://wwws.sun.com/sunray/index.html
- 380. http://www.karlrunge.com/x11vnc/sunray.html
- 381. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
- 382. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query
- 383. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
- 384. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
- 385. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods
- 386. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_keys
- 387. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
- 388. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query
- 389. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
- 390. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-storepasswd
- 391. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
- 392. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
- 393. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw
- 394. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewpasswd
- 395. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwd
- 396. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 397. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
- 398. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 399. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
- 400. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis
- 401. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 402. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
- 403. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 404. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 405. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 406. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 407. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel
- 408. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
- 409. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt
- 410. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd
- 411. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 412. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 413. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd
- 414. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
+ 108. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 109. http://www.karlrunge.com/x11vnc/index.html#faq-reverse-connect
+ 110. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 111. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 112. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
+ 113. http://www.karlrunge.com/x11vnc/index.html#faq-xrandr
+ 114. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
+ 115. http://www.ultravnc.com/
+ 116. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
+ 117. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 118. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 119. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 120. http://www.karlrunge.com/x11vnc/index.html#faq-avahi
+ 121. http://www.avahi.org/
+ 122. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi
+ 123. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 124. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 125. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+ 126. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 127. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 128. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
+ 129. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 130. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms
+ 131. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms
+ 132. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms
+ 133. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabalways
+ 134. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
+ 135. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
+ 136. http://www.karlrunge.com/x11vnc/index.html#faq-beryl
+ 137. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpsredir
+ 138. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
+ 139. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
+ 140. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 141. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
+ 142. http://www.karlrunge.com/x11vnc/index.html#faq-reflect
+ 143. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect
+ 144. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nowireframelocal
+ 145. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N
+ 146. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms
+ 147. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer
+ 148. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 149. http://www.openssl.org/
+ 150. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
+ 151. http://www.stunnel.org/
+ 152. http://stunnel.mirt.net/
+ 153. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify
+ 154. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslGenCert
+ 155. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslGenCA
+ 156. http://www.karlrunge.com/x11vnc/ssl.html
+ 157. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https
+ 158. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
+ 159. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 160. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
+ 161. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis
+ 162. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 163. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 164. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
+ 165. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
+ 166. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
+ 167. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin
+ 168. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 169. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
+ 170. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd
+ 171. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 172. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 173. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate
+ 174. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer
+ 175. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect_or_exit
+ 176. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 177. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-v,
+ 178. http://www.karlrunge.com/x11vnc/prevrels.html
+ 179. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid
+ 180. http://www.tightvnc.com/
+ 181. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport
+ 182. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N
+ 183. http://www.karlrunge.com/x11vnc/x11vnc_opts.html
+ 184. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
+ 185. http://www.karlrunge.com/x11vnc/recurse_x11vnc.jpg
+ 186. http://wwws.sun.com/sunray/index.html
+ 187. http://www.karlrunge.com/x11vnc/sunray.html
+ 188. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
+ 189. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 190. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
+ 191. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
+ 192. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 193. http://www.karlrunge.com/x11vnc/index.html#faq-sound
+ 194. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
+ 195. mailto:xvml@karlrunge.com
+ 196. http://www.karlrunge.com/x11vnc/index.html#faq-thanks
+ 197. http://www.karlrunge.com/x11vnc/index.html#faq-xperms
+ 198. http://www.karlrunge.com/x11vnc/index.html#faq-build
+ 199. http://www.karlrunge.com/x11vnc/index.html#faq-missing-xtest
+ 200. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build
+ 201. http://www.karlrunge.com/x11vnc/index.html#faq-binaries
+ 202. http://www.karlrunge.com/x11vnc/index.html#faq-viewer-download
+ 203. http://www.karlrunge.com/x11vnc/index.html#faq-cmdline-opts
+ 204. http://www.karlrunge.com/x11vnc/index.html#faq-config-file
+ 205. http://www.karlrunge.com/x11vnc/index.html#faq-gui-tray
+ 206. http://www.karlrunge.com/x11vnc/index.html#faq-change-port
+ 207. http://www.karlrunge.com/x11vnc/index.html#faq-quiet-bg
+ 208. http://www.karlrunge.com/x11vnc/index.html#faq-sigpipe
+ 209. http://www.karlrunge.com/x11vnc/index.html#faq-tight139
+ 210. http://www.karlrunge.com/x11vnc/index.html#faq-krdcprob
+ 211. http://www.karlrunge.com/x11vnc/index.html#faq-build-customizations
+ 212. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc
+ 213. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc-8bpp
+ 214. http://www.karlrunge.com/x11vnc/index.html#faq-macosx-nofb
+ 215. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp
+ 216. http://www.karlrunge.com/x11vnc/index.html#faq-overlays
+ 217. http://www.karlrunge.com/x11vnc/index.html#faq-directcolor
+ 218. http://www.karlrunge.com/x11vnc/index.html#faq-windowid
+ 219. http://www.karlrunge.com/x11vnc/index.html#faq-transients-id
+ 220. http://www.karlrunge.com/x11vnc/index.html#faq-24bpp
+ 221. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
+ 222. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth
+ 223. http://www.karlrunge.com/x11vnc/index.html#faq-sunrays
+ 224. http://www.karlrunge.com/x11vnc/index.html#faq-stop-bg
+ 225. http://www.karlrunge.com/x11vnc/index.html#faq-remote_control
+ 226. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
+ 227. http://www.karlrunge.com/x11vnc/index.html#faq-passwd-noecho
+ 228. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
+ 229. http://www.karlrunge.com/x11vnc/index.html#faq-multipasswd
+ 230. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords
+ 231. http://www.karlrunge.com/x11vnc/index.html#faq-custom-passwords
+ 232. http://www.karlrunge.com/x11vnc/index.html#faq-forever-shared
+ 233. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt
+ 234. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
+ 235. http://www.karlrunge.com/x11vnc/index.html#faq-listen-interface
+ 236. http://www.karlrunge.com/x11vnc/index.html#faq-listen-localhost
+ 237. http://www.karlrunge.com/x11vnc/index.html#faq-input-opt
+ 238. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt
+ 239. http://www.karlrunge.com/x11vnc/index.html#faq-users-opt
+ 240. http://www.karlrunge.com/x11vnc/index.html#faq-blockdpy
+ 241. http://www.karlrunge.com/x11vnc/index.html#faq-gone-lock
+ 242. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-unix
+ 243. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-putty
+ 244. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
+ 245. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
+ 246. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
+ 247. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-java-viewer-proxy
+ 248. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal
+ 249. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-ca
+ 250. http://www.karlrunge.com/x11vnc/index.html#faq-service
+ 251. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
+ 252. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+ 253. http://www.karlrunge.com/x11vnc/index.html#faq-avahi
+ 254. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin
+ 255. http://www.karlrunge.com/x11vnc/index.html#faq-loop
+ 256. http://www.karlrunge.com/x11vnc/index.html#faq-java-http
+ 257. http://www.karlrunge.com/x11vnc/index.html#faq-reverse-connect
+ 258. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
+ 259. http://www.karlrunge.com/x11vnc/index.html#faq-headless
+ 260. http://www.karlrunge.com/x11vnc/index.html#faq-solshm
+ 261. http://www.karlrunge.com/x11vnc/index.html#faq-less-resource
+ 262. http://www.karlrunge.com/x11vnc/index.html#faq-more-resource
+ 263. http://www.karlrunge.com/x11vnc/index.html#faq-slow-link
+ 264. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage
+ 265. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage-opengl
+ 266. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode
+ 267. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
+ 268. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect
+ 269. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
+ 270. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-shape
+ 271. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha
+ 272. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
+ 273. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-arrow
+ 274. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-positions
+ 275. http://www.karlrunge.com/x11vnc/index.html#faq-buttonmap-opt
+ 276. http://www.karlrunge.com/x11vnc/index.html#faq-altgr
+ 277. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
+ 278. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless-sloppy
+ 279. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
+ 280. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys
+ 281. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys-still
+ 282. http://www.karlrunge.com/x11vnc/index.html#faq-remap-opt
+ 283. http://www.karlrunge.com/x11vnc/index.html#faq-sun-alt-meta
+ 284. http://www.karlrunge.com/x11vnc/index.html#faq-hpux-multi-key
+ 285. http://www.karlrunge.com/x11vnc/index.html#faq-remap-button-click
+ 286. http://www.karlrunge.com/x11vnc/index.html#faq-remap-capslock
+ 287. http://www.karlrunge.com/x11vnc/index.html#faq-scrollbars
+ 288. http://www.karlrunge.com/x11vnc/index.html#faq-scaling
+ 289. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama
+ 290. http://www.karlrunge.com/x11vnc/index.html#faq-multi-screen
+ 291. http://www.karlrunge.com/x11vnc/index.html#faq-clip-screen
+ 292. http://www.karlrunge.com/x11vnc/index.html#faq-xrandr
+ 293. http://www.karlrunge.com/x11vnc/index.html#faq-rotate
+ 294. http://www.karlrunge.com/x11vnc/index.html#faq-black-screen
+ 295. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
+ 296. http://www.karlrunge.com/x11vnc/index.html#faq-hidden-taskbars
+ 297. http://www.karlrunge.com/x11vnc/index.html#faq-kde-screensaver
+ 298. http://www.karlrunge.com/x11vnc/index.html#faq-beryl
+ 299. http://www.karlrunge.com/x11vnc/index.html#faq-vmware
+ 300. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
+ 301. http://www.karlrunge.com/x11vnc/index.html#faq-video
+ 302. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded
+ 303. http://www.karlrunge.com/x11vnc/index.html#faq-no-x11
+ 304. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
+ 305. http://www.karlrunge.com/x11vnc/index.html#faq-reflect
+ 306. http://www.karlrunge.com/x11vnc/index.html#faq-clipboard
+ 307. http://www.karlrunge.com/x11vnc/index.html#faq-record-swf
+ 308. http://www.karlrunge.com/x11vnc/index.html#faq-filexfer
+ 309. http://www.karlrunge.com/x11vnc/index.html#faq-ultravnc
+ 310. http://www.karlrunge.com/x11vnc/index.html#faq-singleclick
+ 311. http://www.karlrunge.com/x11vnc/index.html#faq-smb-shares
+ 312. http://www.karlrunge.com/x11vnc/index.html#faq-cups
+ 313. http://www.karlrunge.com/x11vnc/index.html#faq-sound
+ 314. http://www.karlrunge.com/x11vnc/index.html#faq-beeps
+ 315. http://www.karlrunge.com/x11vnc/index.html#faq-ipv6
+ 316. http://www.karlrunge.com/x11vnc/index.html#faq-thanks
+ 317. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display
+ 318. http://www.tldp.org/HOWTO/Remote-X-Apps.html
+ 319. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+ 320. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
+ 321. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+ 322. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
+ 323. http://www.karlrunge.com/x11vnc/miscbuild.html
+ 324. http://www.karlrunge.com/x11vnc/index.html#libssl-problems
+ 325. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
+ 326. http://www.karlrunge.com/x11vnc/x11vnc_sunos4.html
+ 327. http://www.karlrunge.com/x11vnc/index.html#building
+ 328. http://www.karlrunge.com/x11vnc/index.html#faq-build
+ 329. http://www.linuxpackages.net/search_view.php?by=name&name=x11vnc
+ 330. http://dag.wieers.com/packages/x11vnc/
+ 331. http://dries.ulyssis.org/rpm/packages/x11vnc/info.html
+ 332. http://packages.debian.org/x11vnc
+ 333. http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network/x11vnc/
+ 334. http://www.sunfreeware.com/
+ 335. http://www.freebsd.org/cgi/ports.cgi?query=x11vnc&stype=all
+ 336. http://www.freshports.org/net/x11vnc
+ 337. http://www.openbsd.org/3.9_packages/i386/x11vnc-0.6.2.tgz-long.html
+ 338. http://pkgsrc.se/x11/x11vnc
+ 339. http://mike.saunby.googlepages.com/
+ 340. http://www.pdaxrom.org/ipk_feed.php?menuid=11&showfeed=unstable#x11vnc
+ 341. http://www.focv.com/ipkg/
+ 342. http://www.karlrunge.com/x11vnc/bins
+ 343. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
+ 344. http://www.tightvnc.com/download.html
+ 345. http://www.realvnc.com/download-free.html
+ 346. http://sourceforge.net/projects/cotvnc/
+ 347. http://www.ultravnc.com/
+ 348. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 349. http://www.karlrunge.com/x11vnc/x11vnc_opts.html
+ 350. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
+ 351. http://www.karlrunge.com/x11vnc/index.html#faq-gui-tray
+ 352. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N
+ 353. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q
+ 354. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
+ 355. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-o
+ 356. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389750
+ 357. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399408
+ 358. http://bugs.kde.org/show_bug.cgi?id=136924
+ 359. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
+ 360. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofb
+ 361. http://fredrik.hubbe.net/x2vnc.html
+ 362. http://www.hubbe.net/~hubbe/win2vnc.html
+ 363. http://www.deboer.gmxhome.de/
+ 364. http://sourceforge.net/projects/win2vnc/
+ 365. http://fredrik.hubbe.net/x2vnc.html
+ 366. http://freshmeat.net/projects/x2x/
+ 367. http://ftp.digital.com/pub/Digital/SRC/x2x/
+ 368. http://zapek.com/software/zvnc/
+ 369. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-visual
+ 370. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
+ 371. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap
+ 372. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
+ 373. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-notruecolor
+ 374. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp
+ 375. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 376. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
+ 377. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 378. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
+ 379. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap
+ 380. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen
+ 381. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
+ 382. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 383. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24
+ 384. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 385. http://www.karlrunge.com/x11vnc/index.html#faq-overlays
+ 386. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 387. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sid
+ 388. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32
+ 389. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 390. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display
+ 391. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
+ 392. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flipbyteorder
+ 393. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+ 394. http://www.karlrunge.com/x11vnc/index.html#xauth_pain
+ 395. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
+ 396. http://wwws.sun.com/sunray/index.html
+ 397. http://www.karlrunge.com/x11vnc/sunray.html
+ 398. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
+ 399. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query
+ 400. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
+ 401. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
+ 402. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods
+ 403. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_keys
+ 404. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
+ 405. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query
+ 406. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
+ 407. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-storepasswd
+ 408. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
+ 409. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
+ 410. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw
+ 411. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewpasswd
+ 412. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwd
+ 413. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 414. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
  415. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 416. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 417. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 418. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt
- 419. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
- 420. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-shared
- 421. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 422. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 423. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
- 424. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
- 425. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
- 426. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 427. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
- 428. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
- 429. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen
- 430. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
- 431. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 432. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
- 433. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 434. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input
- 435. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
- 436. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewonly
- 437. ftp://ftp.x.org/
- 438. http://www.karlrunge.com/x11vnc/dtVncPopup
- 439. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
- 440. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept
- 441. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
- 442. http://www.karlrunge.com/x11vnc/blockdpy.c
- 443. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
- 444. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
- 445. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms
- 446. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms
- 447. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabkbd
- 448. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr
- 449. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr
- 450. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
- 451. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept
- 452. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 453. http://www.karlrunge.com/x11vnc/ssvnc.html
- 454. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 455. http://www.karlrunge.com/x11vnc/ssvnc.html
- 456. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 457. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
- 458. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 459. http://www.karlrunge.com/x11vnc/index.html#gateway_double_ssh
- 460. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 461. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
- 462. http://www.stunnel.org/
- 463. http://stunnel.mirt.net/
- 464. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 465. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
- 466. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify
- 467. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
- 468. http://www.stunnel.org/
- 469. http://www.karlrunge.com/x11vnc/ssl.html
- 470. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
- 471. http://www.karlrunge.com/x11vnc/ssl.html
- 472. http://www.securityfocus.com/infocus/1677
- 473. http://www.karlrunge.com/x11vnc/ssl.html
- 474. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd
- 475. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
- 476. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
- 477. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http
- 478. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 479. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https
- 480. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
+ 416. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
+ 417. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis
+ 418. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 419. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
+ 420. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 421. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 422. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 423. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 424. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel
+ 425. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
+ 426. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt
+ 427. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd
+ 428. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 429. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 430. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd
+ 431. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
+ 432. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 433. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 434. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 435. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt
+ 436. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
+ 437. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-shared
+ 438. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 439. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 440. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
+ 441. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
+ 442. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
+ 443. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 444. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
+ 445. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+ 446. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen
+ 447. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
+ 448. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 449. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
+ 450. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 451. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input
+ 452. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
+ 453. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewonly
+ 454. ftp://ftp.x.org/
+ 455. http://www.karlrunge.com/x11vnc/dtVncPopup
+ 456. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
+ 457. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept
+ 458. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
+ 459. http://www.karlrunge.com/x11vnc/blockdpy.c
+ 460. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
+ 461. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
+ 462. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms
+ 463. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms
+ 464. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabkbd
+ 465. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr
+ 466. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr
+ 467. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
+ 468. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept
+ 469. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 470. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 471. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 472. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 473. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 474. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
+ 475. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 476. http://www.karlrunge.com/x11vnc/index.html#gateway_double_ssh
+ 477. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 478. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+ 479. http://www.stunnel.org/
+ 480. http://stunnel.mirt.net/
  481. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 482. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
- 483. http://www.karlrunge.com/x11vnc/ssvnc.html
- 484. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
- 485. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 486. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
- 487. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
- 488. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 489. http://www.openssl.org/
- 490. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
- 491. http://www.stunnel.org/
- 492. http://www.karlrunge.com/x11vnc/ssl.html
- 493. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
- 494. http://www.karlrunge.com/x11vnc/ssl.html
- 495. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
- 496. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
- 497. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http
- 498. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https
- 499. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal
- 500. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-java-viewer-proxy
- 501. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal
- 502. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https
- 503. http://www.karlrunge.com/x11vnc/ssl-output.html
- 504. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
- 505. http://www.karlrunge.com/x11vnc/ss_vncviewer
- 506. http://www.karlrunge.com/x11vnc/ssl-portal.html
- 507. http://www.karlrunge.com/x11vnc/ssl.html
- 508. http://www.karlrunge.com/x11vnc/ssvnc.html
- 509. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
- 510. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
- 511. http://www.karlrunge.com/x11vnc/ssl-portal.html
- 512. http://www.karlrunge.com/x11vnc/ssl.html
- 513. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously
- 514. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
- 515. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin
- 516. http://www.karlrunge.com/x11vnc/index.html#x11vnc_loop
- 517. http://club.mandriva.com/xwiki/bin/view/KB/XwinXset
- 518. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
- 519. http://www.karlrunge.com/x11vnc/index.html#dtlogin_solaris
- 520. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N
- 521. http://www.jirka.org/gdm-documentation/x241.html
- 522. http://www.karlrunge.com/x11vnc/x11vnc_loop
- 523. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
- 524. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth
- 525. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd
- 526. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q
- 527. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
- 528. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin
- 529. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi
- 530. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-mdns
- 531. http://www.avahi.org/
- 532. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
- 533. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
- 534. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
- 535. http://www.karlrunge.com/x11vnc/index.html#stunnel-inetd
- 536. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
- 537. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
- 538. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
- 539. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 540. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
- 541. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
- 542. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
- 543. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
- 544. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
- 545. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords
- 546. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 547. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
- 548. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
- 549. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 482. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
+ 483. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify
+ 484. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
+ 485. http://www.stunnel.org/
+ 486. http://www.karlrunge.com/x11vnc/ssl.html
+ 487. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
+ 488. http://www.karlrunge.com/x11vnc/ssl.html
+ 489. http://www.securityfocus.com/infocus/1677
+ 490. http://www.karlrunge.com/x11vnc/ssl.html
+ 491. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd
+ 492. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
+ 493. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
+ 494. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http
+ 495. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 496. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https
+ 497. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
+ 498. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 499. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
+ 500. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 501. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
+ 502. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 503. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
+ 504. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
+ 505. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 506. http://www.openssl.org/
+ 507. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel
+ 508. http://www.stunnel.org/
+ 509. http://www.karlrunge.com/x11vnc/ssl.html
+ 510. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
+ 511. http://www.karlrunge.com/x11vnc/ssl.html
+ 512. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
+ 513. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
+ 514. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http
+ 515. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https
+ 516. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal
+ 517. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-java-viewer-proxy
+ 518. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal
+ 519. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https
+ 520. http://www.karlrunge.com/x11vnc/ssl-output.html
+ 521. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
+ 522. http://www.karlrunge.com/x11vnc/ss_vncviewer
+ 523. http://www.karlrunge.com/x11vnc/ssl-portal.html
+ 524. http://www.karlrunge.com/x11vnc/ssl.html
+ 525. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 526. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
+ 527. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers
+ 528. http://www.karlrunge.com/x11vnc/ssl-portal.html
+ 529. http://www.karlrunge.com/x11vnc/ssl.html
+ 530. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously
+ 531. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+ 532. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin
+ 533. http://www.karlrunge.com/x11vnc/index.html#x11vnc_loop
+ 534. http://club.mandriva.com/xwiki/bin/view/KB/XwinXset
+ 535. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+ 536. http://www.karlrunge.com/x11vnc/index.html#dtlogin_solaris
+ 537. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N
+ 538. http://www.jirka.org/gdm-documentation/x241.html
+ 539. http://www.karlrunge.com/x11vnc/x11vnc_loop
+ 540. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
+ 541. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth
+ 542. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd
+ 543. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q
+ 544. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+ 545. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin
+ 546. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi
+ 547. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-mdns
+ 548. http://www.avahi.org/
+ 549. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
  550. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
- 551. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
- 552. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
- 553. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
- 554. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
- 555. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 556. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
- 557. http://www.karlrunge.com/x11vnc/faq-linuxvc
- 558. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
- 559. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
- 560. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
- 561. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 562. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
- 563. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http
- 564. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
- 565. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
- 566. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vncconnect
- 567. http://www.karlrunge.com/x11vnc/index.html#localaccess
- 568. http://www.karlrunge.com/x11vnc/index.html#localaccess
- 569. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
- 570. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
- 571. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
- 572. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
- 573. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 574. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
- 575. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
- 576. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
- 577. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 578. http://www.karlrunge.com/x11vnc/Xdummy
- 579. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
- 580. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously
- 581. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
- 582. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
- 583. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
- 584. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
- 585. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
- 586. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
- 587. http://www.karlrunge.com/x11vnc/shm_clear
- 588. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
- 589. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
- 590. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
- 591. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nap
- 592. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
- 593. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sb
- 594. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
- 595. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs
- 596. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads
- 597. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
- 598. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 599. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid
- 600. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
- 601. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 602. http://www.tightvnc.com/
- 603. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 604. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
- 605. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid
- 606. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-speeds
- 607. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
- 608. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs
+ 551. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
+ 552. http://www.karlrunge.com/x11vnc/index.html#stunnel-inetd
+ 553. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
+ 554. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+ 555. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 556. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 557. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
+ 558. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
+ 559. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+ 560. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+ 561. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
+ 562. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords
+ 563. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 564. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
+ 565. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
+ 566. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 567. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw
+ 568. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
+ 569. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
+ 570. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer
+ 571. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 572. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 573. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
+ 574. http://www.karlrunge.com/x11vnc/faq-linuxvc
+ 575. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
+ 576. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
+ 577. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop
+ 578. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 579. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
+ 580. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http
+ 581. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+ 582. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
+ 583. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vncconnect
+ 584. http://www.karlrunge.com/x11vnc/index.html#localaccess
+ 585. http://www.karlrunge.com/x11vnc/index.html#localaccess
+ 586. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
+ 587. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
+ 588. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+ 589. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 590. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 591. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
+ 592. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
+ 593. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
+ 594. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
+ 595. http://www.karlrunge.com/x11vnc/Xdummy
+ 596. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+ 597. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously
+ 598. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay
+ 599. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT
+ 600. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find
+ 601. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create
+ 602. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc
+ 603. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc
+ 604. http://www.karlrunge.com/x11vnc/shm_clear
+ 605. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
+ 606. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
+ 607. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
+ 608. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nap
  609. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
- 610. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
- 611. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-progressive
- 612. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 613. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel
- 614. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor
- 615. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos
- 616. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-readtimeout
- 617. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen
- 618. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
- 619. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_area
- 620. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_mem
- 621. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
- 622. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
- 623. http://linpvr.org/minimyth/
- 624. http://www.karlrunge.com/x11vnc/index.html#faq-beryl
- 625. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
- 626. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
- 627. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
- 628. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
- 629. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
- 630. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads
- 631. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
- 632. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect
- 633. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode
- 634. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
- 635. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 636. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 637. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 638. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
- 639. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
- 640. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 641. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wirecopyrect
- 642. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
- 643. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen
- 644. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scr_skip
- 645. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale
- 646. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
- 647. http://www.karlrunge.com/x11vnc/index.html#beta-test
- 648. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache
- 649. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop
- 650. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_no_rootpixmap
- 651. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_cr
- 652. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
- 653. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
- 654. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 655. http://www.karlrunge.com/x11vnc/index.html#the-overlay-mode
- 656. http://www.karlrunge.com/x11vnc/index.html#solaris10-build
- 657. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
- 658. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphacut
- 659. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphafrac
- 660. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alpharemove
- 661. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape
- 662. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noalphablend
- 663. http://www.karlrunge.com/x11vnc/ssvnc.html
- 664. http://www.tightvnc.com/
- 665. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor
- 666. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursorpos
- 667. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos
- 668. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape
- 669. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap
- 670. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_pointer
- 671. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap
- 672. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
- 673. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
- 674. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
- 675. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard
- 676. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
- 677. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys
- 678. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
- 679. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
- 680. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 681. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
- 682. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard
- 683. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
- 684. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
- 685. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys
- 686. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
- 687. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
- 688. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
- 689. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes
- 690. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 691. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
- 692. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 693. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 694. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
- 695. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat
- 696. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat
- 697. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
- 698. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 699. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 700. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak
- 701. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 702. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 703. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_lockkeys
- 704. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 705. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak
- 706. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock
- 707. http://www.karlrunge.com/x11vnc/index.html#faq-scaling
- 708. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale
- 709. http://www.cus.cam.ac.uk/~ssb22/source/vnc-magnification.html
- 710. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport
- 711. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
- 712. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
- 713. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale_cursor
- 714. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-blackout
- 715. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama
- 716. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama
- 717. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer
- 718. http://www.karlrunge.com/x11vnc/index.html#faq-solshm
- 719. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
- 720. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
- 721. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clip
- 722. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama
- 723. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 724. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 725. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xrandr
- 726. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-padgeom
- 727. http://www.karlrunge.com/x11vnc/ssvnc.html
- 728. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate
- 729. http://www.jwz.org/xscreensaver/man1.html
- 730. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms
- 731. http://www.beryl-project.org/
- 732. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
- 733. http://www.dslinux.org/blogs/pepsiman/?p=73
- 734. http://linpvr.org/minimyth/
- 735. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 736. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
- 737. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 738. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 739. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
- 740. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput
- 741. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput
- 742. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb
- 743. http://www.karlrunge.com/x11vnc/index.html#faq-video
- 744. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
- 745. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded
- 746. http://www.karlrunge.com/x11vnc/index.html#faq-video
- 747. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
- 748. http://www.karlrunge.com/x11vnc/index.html#faq-video
- 749. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 750. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded
- 751. http://www.karlrunge.com/x11vnc/index.html#faq-vmware
- 752. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 610. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sb
+ 611. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
+ 612. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs
+ 613. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads
+ 614. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
+ 615. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 616. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid
+ 617. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
+ 618. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 619. http://www.tightvnc.com/
+ 620. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 621. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
+ 622. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid
+ 623. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-speeds
+ 624. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
+ 625. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs
+ 626. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
+ 627. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
+ 628. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-progressive
+ 629. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 630. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel
+ 631. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor
+ 632. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos
+ 633. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-readtimeout
+ 634. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen
+ 635. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
+ 636. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_area
+ 637. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_mem
+ 638. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
+ 639. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
+ 640. http://linpvr.org/minimyth/
+ 641. http://www.karlrunge.com/x11vnc/index.html#faq-beryl
+ 642. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
+ 643. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
+ 644. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
+ 645. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
+ 646. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
+ 647. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads
+ 648. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
+ 649. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect
+ 650. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode
+ 651. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
+ 652. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 653. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 654. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 655. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
+ 656. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
+ 657. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 658. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wirecopyrect
+ 659. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
+ 660. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen
+ 661. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scr_skip
+ 662. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale
+ 663. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
+ 664. http://www.karlrunge.com/x11vnc/index.html#beta-test
+ 665. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache
+ 666. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop
+ 667. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_no_rootpixmap
+ 668. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_cr
+ 669. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
+ 670. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
+ 671. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 672. http://www.karlrunge.com/x11vnc/index.html#the-overlay-mode
+ 673. http://www.karlrunge.com/x11vnc/index.html#solaris10-build
+ 674. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
+ 675. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphacut
+ 676. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphafrac
+ 677. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alpharemove
+ 678. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape
+ 679. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noalphablend
+ 680. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 681. http://www.tightvnc.com/
+ 682. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor
+ 683. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursorpos
+ 684. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos
+ 685. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape
+ 686. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap
+ 687. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_pointer
+ 688. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap
+ 689. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
+ 690. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
+ 691. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
+ 692. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard
+ 693. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
+ 694. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys
+ 695. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
+ 696. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
+ 697. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 698. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
+ 699. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard
+ 700. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
+ 701. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
+ 702. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys
+ 703. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
+ 704. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
+ 705. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
+ 706. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes
+ 707. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 708. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
+ 709. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 710. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 711. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
+ 712. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat
+ 713. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat
+ 714. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
+ 715. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 716. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 717. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak
+ 718. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 719. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 720. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_lockkeys
+ 721. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 722. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak
+ 723. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock
+ 724. http://www.karlrunge.com/x11vnc/index.html#faq-scaling
+ 725. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale
+ 726. http://www.cus.cam.ac.uk/~ssb22/source/vnc-magnification.html
+ 727. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport
+ 728. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
+ 729. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+ 730. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale_cursor
+ 731. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-blackout
+ 732. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama
+ 733. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama
+ 734. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer
+ 735. http://www.karlrunge.com/x11vnc/index.html#faq-solshm
+ 736. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
+ 737. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
+ 738. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clip
+ 739. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama
+ 740. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 741. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 742. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xrandr
+ 743. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-padgeom
+ 744. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 745. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate
+ 746. http://www.jwz.org/xscreensaver/man1.html
+ 747. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms
+ 748. http://www.beryl-project.org/
+ 749. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
+ 750. http://www.dslinux.org/blogs/pepsiman/?p=73
+ 751. http://linpvr.org/minimyth/
+ 752. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
  753. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
- 754. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb
- 755. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32
- 756. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
- 757. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-slow_fb
- 758. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
- 759. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-freqtab
- 760. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
- 761. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput
- 762. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput
- 763. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 754. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
+ 755. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 756. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 757. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput
+ 758. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput
+ 759. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb
+ 760. http://www.karlrunge.com/x11vnc/index.html#faq-video
+ 761. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
+ 762. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded
+ 763. http://www.karlrunge.com/x11vnc/index.html#faq-video
  764. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
- 765. http://www.redstonesoftware.com/vnc.html
- 766. http://www.apple.com/remotedesktop/
- 767. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 768. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 769. http://fredrik.hubbe.net/x2vnc.html
- 770. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc
- 771. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect
- 772. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
- 773. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
- 774. http://sourceforge.net/projects/vnc-reflector/
- 775. http://www.tightvnc.com/projector/
- 776. http://www.ultravnc.com/addons/repeater.html
- 777. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
- 778. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel
- 779. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noprimary
- 780. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-seldir
- 781. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input
- 782. http://www.unixuser.org/~euske/vnc2swf/
- 783. http://wolphination.com/linux/2006/06/30/how-to-record-videos-of-your-desktop/
- 784. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofilexfer
- 785. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
- 786. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer
- 787. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noultraext
- 788. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms
- 789. http://www.uvnc.com/addons/singleclick.html
- 790. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
- 791. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
- 792. http://stunnel.mirt.net/
- 793. http://www.samba.org/
- 794. http://www.karlrunge.com/x11vnc/ssvnc.html
- 795. http://www.cups.org/
- 796. http://www.karlrunge.com/x11vnc/ssvnc.html
- 797. http://www.karlrunge.com/x11vnc/ssvnc.html
- 798. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nobell
- 799. http://www.karlrunge.com/x11vnc/index.html#faq-sound
- 800. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
- 801. http://jungla.dit.upm.es/~acosta/paginas/vncIPv6.html
+ 765. http://www.karlrunge.com/x11vnc/index.html#faq-video
+ 766. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
+ 767. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded
+ 768. http://www.karlrunge.com/x11vnc/index.html#faq-vmware
+ 769. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 770. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
+ 771. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb
+ 772. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32
+ 773. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
+ 774. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-slow_fb
+ 775. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
+ 776. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-freqtab
+ 777. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
+ 778. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput
+ 779. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput
+ 780. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 781. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 782. http://www.redstonesoftware.com/vnc.html
+ 783. http://www.apple.com/remotedesktop/
+ 784. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 785. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 786. http://fredrik.hubbe.net/x2vnc.html
+ 787. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc
+ 788. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect
+ 789. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb
+ 790. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
+ 791. http://sourceforge.net/projects/vnc-reflector/
+ 792. http://www.tightvnc.com/projector/
+ 793. http://www.ultravnc.com/addons/repeater.html
+ 794. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+ 795. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel
+ 796. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noprimary
+ 797. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-seldir
+ 798. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input
+ 799. http://www.unixuser.org/~euske/vnc2swf/
+ 800. http://wolphination.com/linux/2006/06/30/how-to-record-videos-of-your-desktop/
+ 801. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofilexfer
+ 802. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
+ 803. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer
+ 804. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noultraext
+ 805. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms
+ 806. http://www.uvnc.com/addons/singleclick.html
+ 807. http://www.karlrunge.com/x11vnc/index.html#faq-macosx
+ 808. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl
+ 809. http://stunnel.mirt.net/
+ 810. http://www.samba.org/
+ 811. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 812. http://www.cups.org/
+ 813. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 814. http://www.karlrunge.com/x11vnc/ssvnc.html
+ 815. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nobell
+ 816. http://www.karlrunge.com/x11vnc/index.html#faq-sound
+ 817. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+ 818. http://jungla.dit.upm.es/~acosta/paginas/vncIPv6.html
 	
 =======================================================================
 http://www.karlrunge.com/x11vnc/chainingssh.html:
@@ -10059,14 +10166,18 @@ Enhanced TightVNC Viewer   (SSVNC:   SSL/SSH VNC viewer)
    and then launches the TightVNC Viewer to use the tunnel. It also
    enables SSL encrypted VNC connections to any other VNC Server running
    an SSL tunnel, such as STUNNEL, at their end. It can be used to
-   perform SSH tunnelled connections to any VNC Server as well. The tool
-   has many additional features (see below for a list).
+   perform SSH tunnelled connections to any VNC Server as well.
 
    The short name for this project is "ssvnc" for SSL/SSH VNC Viewer.
    This is the name of the command to start it.
 
+   There is a simplified [4]SSH-Only mode (sshvnc). And an even more
+   simplified [5]Terminal-Services mode (tsvnc) for use with x11vnc.
+
+   The tool has many additional features; see the descriptions below.
+
    It is a self-contained bundle, you could carry it around on, say, a
-   [4]USB memory stick / flash drive for secure VNC viewing from almost
+   [6]USB memory stick / flash drive for secure VNC viewing from almost
    any machine, Unix, Mac OS X, and Windows (and if you create a
    directory named "Home" in the toplevel ssvnc directory on the drive
    your VNC profiles and certs will be kept there as well).
@@ -10090,17 +10201,20 @@ Enhanced TightVNC Viewer   (SSVNC:   SSL/SSH VNC viewer)
      * Support for native MacOS X usage with bundled Chicken of the VNC
        viewer.
      * Reverse (viewer listening) VNC connections via SSL and SSH.
-     * [5]Dynamic VNC Server Port determination and redirection (using
+     * [7]Dynamic VNC Server Port determination and redirection (using
        ssh's builtin SOCKS proxy, -D) for servers like x11vnc that print
        out PORT= at startup.
      * Unix Username and Password entry for use with "x11vnc -unixpw"
        type login dialogs.
+     * Simplified mode launched by command "[8]sshvnc" that is SSH Only.
+     * Simplified mode launched by command "[9]tsvnc" that provides a VNC
+       "Terminal Services" mode (uses x11vnc on the remote side).
 
-   [6]Unix TightVNC Viewer improvements (these only apply to the Unix VNC
-   viewer):
+   [10]Unix TightVNC Viewer improvements (these only apply to the Unix
+   VNC viewer):
      * rfbNewFBSize VNC support (dynamic screen resizing)
      * ZRLE VNC encoding support (RealVNC's encoding)
-     * Cursor [7]alphablending with x11vnc at 32bpp (-alpha option)
+     * Cursor [11]alphablending with x11vnc at 32bpp (-alpha option)
      * Option "-unixpw ..." for use with "x11vnc -unixpw" type login
        dialogs.
      * Support for UltraVNC extensions: 1/n Server side scaling, Text
@@ -10113,18 +10227,18 @@ Enhanced TightVNC Viewer   (SSVNC:   SSL/SSH VNC viewer)
        (-use64/-bgr222, -use8/-bgr111)
      * Medium color mode: 16bpp mode on a 32bpp Viewer display
        (-16bpp/-bgr565)
-     * For use with x11vnc's [8]client-side caching -ncache method use
+     * For use with x11vnc's [12]client-side caching -ncache method use
        the cropping option -ycrop n. This will "hide" the large pixel
        buffer cache below the actual display. Set to the actual height or
        use -1 for autodetection (also, tall screens, H > 2*W, are
        autodetected by default).
      * Scrollbar width setting: -sbwidth n, the default is very thin, 2
        pixels, for less distracting -ycrop usage.
-     * Improvements to the [9]Popup menu, all of these can now be changed
-       dynamically via the menu: ViewOnly, Toggle Bell, CursorShape
-       updates, X11 Cursor, Cursor Alphablending, Toggle Tight/ZRLE,
-       Toggle JPEG, FullColor/16bpp/8bpp (256/64/8 colors), Greyscale for
-       low color modes.
+     * Improvements to the [13]Popup menu, all of these can now be
+       changed dynamically via the menu: ViewOnly, Toggle Bell,
+       CursorShape updates, X11 Cursor, Cursor Alphablending, Toggle
+       Tight/ZRLE, Toggle JPEG, FullColor/16bpp/8bpp (256/64/8 colors),
+       Greyscale for low color modes.
      * Maintains its own BackingStore if the X server does not
      * The default for localhost:0 connections is not raw encoding since
        same-machine connections are pretty rare. Default assumes you are
@@ -10156,16 +10270,18 @@ Unix and Mac OS X:
 
     Unpack the archive:
 
-        % gzip -dc ssvnc-1.0.18.tar.gz | tar xvf -
+        % gzip -dc ssvnc-1.0.19.tar.gz | tar xvf -
 
     Run the GUI:
 
-        % ./ssvnc/Unix/ssvnc         (for Unix)
+        % ./ssvnc/Unix/ssvnc               (for Unix)
 
-        % ./ssvnc/MacOSX/ssvnc       (for Mac OS X)
+        % ./ssvnc/MacOSX/ssvnc             (for Mac OS X)
 
-    The smaller file "ssvnc_no_windows-1.0.18.tar.gz" could have been
-    used as well.
+    On MacOSX you could also click on the SSVNC app in the Finder.
+
+    The smaller file "ssvnc_no_windows-1.0.19.tar.gz"
+    could have been used as well.
 
     On MacOSX there is also a SSVNC.app directory icon you can click on
     in Finder to start the application.
@@ -10177,11 +10293,30 @@ Unix and Mac OS X:
     enhanced TightVNC viewer will be used instead of COTVNC.
 
 
+    If you want a SSH-only tool (without the distractions of SSL) run
+    the command:
+
+                sshvnc
+
+    instead of "ssvnc".  Or click "SSH-Only Mode" under Options.
+
+
+    If you want a simple VNC Terminal Services only mode (requires x11vnc
+    on the remote server) run the command:
+
+                tsvnc
+
+    instead of "ssvnc".  Or click "Terminal Services" under Options.
+    Control-t will toggle between the two modes.
+
+    "tsvnc profile-name" and "tsvnc user@hostname" work too.
+
+
 Windows:
 
     Unzip, using WinZip or a similar utility, the zip file:
 
-        ssvnc-1.0.18.zip
+        ssvnc-1.0.19.zip
 
     Run the GUI, e.g.:
 
@@ -10193,13 +10328,31 @@ Windows:
 
     select Open, and then OK to launch it.
 
-    The smaller file "ssvnc_windows_only-1.0.18.zip" could have been used
-    as well.
+    The smaller file "ssvnc_windows_only-1.0.19.zip"
+    could have been used as well.
 
     You can make a Windows shortcut to this program if you want to.
 
     See the Windows/README.txt for more info.
 
+
+    If you want a SSH-only tool (without the distractions of SSL) run
+    the command:
+
+                sshvnc.bat
+
+    Or click "SSH-Only Mode" under Options.
+
+
+    If you want a simple VNC Terminal Services only mode (requires x11vnc
+    on the remote server) run the command:
+
+                tsvnc.bat
+
+    Or click "Terminal Services" under Options.  Control-t will toggle
+    between the two modes.  "tsvnc profile-name" and "tsvnc user@hostname"
+    work too.
+
    Important Note for Windows Vista: One user reports that on Windows
    Vista if you move or extract the "ssvnc" folder down to the "Program
    Files" folder you will be prompted to do this as the Administrator.
@@ -10232,7 +10385,7 @@ ssvnc.exe
    The Viewer SSL support is done via a wrapper script (bin/ssvnc_cmd
    that calls bin/util/ss_vncviewer) that starts up the STUNNEL tunnel
    first and then starts the TightVNC viewer pointed at that tunnel. The
-   bin/ssvnc program is a GUI front-end to that script. See [10]this FAQ
+   bin/ssvnc program is a GUI front-end to that script. See [14]this FAQ
    for more details on SSL tunnelling. In SSH connection mode, the
    wrappers stat up SSH appropriately.
 
@@ -10251,6 +10404,54 @@ ssvnc.exe
    computer, please be aware that someone may have set up that machine to
    be capturing your keystrokes, etc.
 
+
+   SSH-Only version: The command "sshvnc" can be run instead of "ssvnc"
+   to get an SSH-only version of the tool:
+
+   [sshvnc.gif]
+
+   These also work: "sshvnc myprofile" and "sshvnc user@hostname". To
+   switch from the regular SSVNC mode, click "SSH-Only Mode" under
+   Options. This mode is less distracting if you never plan to use SSL,
+   manage certificates, etc.
+
+
+   Terminal Services Only: The command "tsvnc" can be run instead of
+   "ssvnc" to get a "Terminal Services" only version of the tool:
+
+   [tsvnc.gif]
+
+   These also work: "tsvnc myprofile" and "tsvnc user@hostname". To
+   switch from the regular SSVNC mode, click "Terminal Services" under
+   Options.
+
+   This mode requires [15]x11vnc (0.9.3 or later) installed on the remote
+   machine to find, create, and manage the user sessions. SSH is used to
+   create the encrypted and authenticated tunnel. The Xvfb (virtual
+   framebuffer X server) program must also be installed on the remote
+   system.
+
+   This mode should be very easy for beginner users to understand and
+   use. On the remote end you only need to have x11vnc and Xvfb available
+   in $PATH, and on the local end you just run something like:
+   tsvnc myname@myhost.com
+
+   (or start up the tsvnc GUI first and then enter myname@myhost.com and
+   press "Connect").
+
+   Normally the Terminal Services sessions created are virtual (RAM-only)
+   ones (e.g. Xvfb, [16]Xdummy, or Xvnc), however a nice feature is if
+   you have a regular X session (i.e displaying on the physical hardware)
+   on the remote machine that you are ALREADY logged into, then the
+   x11vnc run from tsvnc will find it for you as well.
+
+   Nice features to soon to be added to the tsvnc mode are easy CUPS
+   printing and Sound redirection of the Terminal Services session. It is
+   easier in tsvnc mode because the entire desktop session can be started
+   with the correct environment. ssvnc tries to handle the general case
+   of an already started desktop and that is more difficult.
+
+
    Dynamic VNC Server Port determination: If you are running SSVNC on
    Unix and are using SSH to start the remote VNC server and the VNC
    server prints out the line "PORT=NNNN" to indicate which dynamic port
@@ -10274,6 +10475,10 @@ or:     PORT= vncserver :4; sleep 15
    the already running one. The former one will keep creating new X
    sessions if called repeatedly.
 
+   If you use PORT= on Windows, a large random port is selected instead
+   and the [17]-rfbport option is passed to x11vnc (it does not work with
+   vncserver).
+
 
 
    Patches for Unix Tightvnc viewer:
@@ -10282,7 +10487,7 @@ or:     PORT= vncserver :4; sleep 15
    resize when the server does (e.g. "x11vnc -R scale=3/4" remote control
    command).
 
-   The cursor alphablending is [11]described here.
+   The cursor alphablending is [18]described here.
 
    The RealVNC ZRLE encoding is supported, in addition to some low colors
    modes (16bpp and 8bpp at 256, 64, and even 8 colors, for use on very
@@ -10292,7 +10497,7 @@ or:     PORT= vncserver :4; sleep 15
    The Popup menu (F8) is enhanced with the ability to change many things
    on the fly. F9 is added as a shortcut to toggle FullScreen mode.
 
-   Client Side Caching: The x11vnc [12]client-side caching is handled
+   Client Side Caching: The x11vnc [19]client-side caching is handled
    nicely by this viewer. The very large pixel cache below the actual
    display in this caching method is distracting. Our Unix VNC viewer
    will automatically try to autodetect the actual display height if the
@@ -10305,7 +10510,7 @@ or:     PORT= vncserver :4; sleep 15
    scrollbars are set to be very thin (2 pixels) to be less distracting.
    Use the -sbwidth n to make them wider.
 
-   Probably nobody is interested in the [13]grabserver patch for old
+   Probably nobody is interested in the [20]grabserver patch for old
    window managers when the viewer is in fullscreen mode... This and some
    other unfixed bugs have been fixed in our patches (fullscreen toggle
    works with KDE, -x11cursor has been fixed, and the dot cursor has been
@@ -10462,7 +10667,7 @@ Enhanced TightVNC viewer (SSVNC) options:
      _________________________________________________________________
 
    Hopefully this tool will make it convenient for people to help test
-   and use the [14]built-in SSL support in x11vnc. Extra testing of this
+   and use the [21]built-in SSL support in x11vnc. Extra testing of this
    feature is much appreciated!! Thanks.
 
    Please Help Test the newly added features:
@@ -10475,47 +10680,47 @@ Enhanced TightVNC viewer (SSVNC) options:
    Server machine, and to mount your local Windows or Samba shares on the
    remote VNC Server machine. Basically these new features try to
    automate the tricks described here:
-    [15]http://www.karlrunge.com/x11vnc/#faq-smb-shares
-    [16]http://www.karlrunge.com/x11vnc/#faq-cups
-    [17]http://www.karlrunge.com/x11vnc/#faq-sound
+    [22]http://www.karlrunge.com/x11vnc/#faq-smb-shares
+    [23]http://www.karlrunge.com/x11vnc/#faq-cups
+    [24]http://www.karlrunge.com/x11vnc/#faq-sound
      _________________________________________________________________
 
    Downloading: This project can be downloaded here, choose the archive
    file bundle that best suits you (e.g. no source code, windows only,
    unix only, zip, tar etc):
-  [18]ssvnc_windows_only-1.0.18.zip      Windows Binaries Only.  No source incl
+  [25]ssvnc_windows_only-1.0.18.zip      Windows Binaries Only.  No source incl
 uded (~6MB)
-  [19]ssvnc_no_windows-1.0.18.tar.gz     Unix and Mac OS X Only. No Windows bin
+  [26]ssvnc_no_windows-1.0.18.tar.gz     Unix and Mac OS X Only. No Windows bin
 aries.  Source included. (~6MB)
-  [20]ssvnc_unix_only-1.0.18.tar.gz      Unix Binaries Only.     No source incl
+  [27]ssvnc_unix_only-1.0.18.tar.gz      Unix Binaries Only.     No source incl
 uded. (~3.5MB)
-  [21]ssvnc_unix_minimal-1.0.18.tar.gz   Unix Minimal.  You must supply your ow
+  [28]ssvnc_unix_minimal-1.0.18.tar.gz   Unix Minimal.  You must supply your ow
 n vncviewer and stunnel. (~0.1MB)
 
-  [22]ssvnc-1.0.18.tar.gz                All Unix, Mac OS X, and Windows binari
+  [29]ssvnc-1.0.18.tar.gz                All Unix, Mac OS X, and Windows binari
 es and source TGZ. (~11MB)
-  [23]ssvnc-1.0.18.zip                   All Unix, Mac OS X, and Windows binari
+  [30]ssvnc-1.0.18.zip                   All Unix, Mac OS X, and Windows binari
 es and source ZIP. (~11MB)
-  [24]ssvnc_all-1.0.18.zip               All Unix, Mac OS X, and Windows binari
+  [31]ssvnc_all-1.0.18.zip               All Unix, Mac OS X, and Windows binari
 es and source AND full archives in the zip dir. (~15MB)
 
    You can try for an older one by replacing, e.g. ".18" by ".11", etc.
 
    Here are the corresponding development bundles:
-  [25]ssvnc_windows_only-1.0.19.zip
-  [26]ssvnc_no_windows-1.0.19.tar.gz
-  [27]ssvnc_unix_only-1.0.19.tar.gz
-  [28]ssvnc_unix_minimal-1.0.19.tar.gz
+  [32]ssvnc_windows_only-1.0.19.zip
+  [33]ssvnc_no_windows-1.0.19.tar.gz
+  [34]ssvnc_unix_only-1.0.19.tar.gz
+  [35]ssvnc_unix_minimal-1.0.19.tar.gz
 
-  [29]ssvnc-1.0.19.tar.gz
-  [30]ssvnc-1.0.19.zip
-  [31]ssvnc_all-1.0.19.zip
+  [36]ssvnc-1.0.19.tar.gz
+  [37]ssvnc-1.0.19.zip
+  [38]ssvnc_all-1.0.19.zip
 
    Please help test the UltraVNC File Transfer support in the native Unix
    VNC viewer!
 
    A self-extracting and running file for the "ssvnc_unix_minimal"
-   package is here: [32]ssvnc. Save it as filename "ssvnc", type "chmod
+   package is here: [39]ssvnc. Save it as filename "ssvnc", type "chmod
    755 ./ssvnc", and then launch the GUI via typing "./ssvnc". Note that
    this "ssvnc_unix_minimal" mode requires you install the "stunnel" and
    "vncviewer" programs externally (for example, install your distros'
@@ -10555,13 +10760,13 @@ es and source AND full archives in the zip dir. (~15MB)
    redistribute the above because of cryptographic software they contain
    or for other reasons. Please check out your situation and information
    at the following and related sites:
-        [33]http://www.stunnel.org
-        [34]http://stunnel.mirt.net
-        [35]http://www.openssl.org
-        [36]http://www.chiark.greenend.org.uk/~sgtatham/putty/
-        [37]http://www.tightvnc.com
-        [38]http://www.realvnc.com
-        [39]http://sourceforge.net/projects/cotvnc/
+        [40]http://www.stunnel.org
+        [41]http://stunnel.mirt.net
+        [42]http://www.openssl.org
+        [43]http://www.chiark.greenend.org.uk/~sgtatham/putty/
+        [44]http://www.tightvnc.com
+        [45]http://www.realvnc.com
+        [46]http://sourceforge.net/projects/cotvnc/
      _________________________________________________________________
 
    Here is the toplevel README from the bundle:
@@ -10658,6 +10863,11 @@ The enhanced TightVNC viewer features are:
         - Unix Username and Password entry for use with "x11vnc -unixpw"
           type login dialogs.
 
+        - Simplified mode launched by command "sshvnc" that is SSH Only.
+
+        - Simplified mode launched by command "tsvnc" that provides a VNC
+          "Terminal Services" mode (uses x11vnc on the remote side).
+
 
         (the following features only apply to the bundled Unix tightvnc viewer)
 
@@ -10737,7 +10947,7 @@ Unix and Mac OS X:
 
     Unpack the archive:
 
-        % gzip -dc ssvnc-1.0.18.tar.gz | tar xvf -
+        % gzip -dc ssvnc-1.0.19.tar.gz | tar xvf -
 
     Run the GUI:
 
@@ -10747,7 +10957,7 @@ Unix and Mac OS X:
 
     On MacOSX you could also click on the SSVNC app in the Finder.
 
-    The smaller file "ssvnc_no_windows-1.0.18.tar.gz"
+    The smaller file "ssvnc_no_windows-1.0.19.tar.gz"
     could have been used as well.
 
     On MacOSX there is also a SSVNC.app directory icon you can click on
@@ -10760,11 +10970,30 @@ Unix and Mac OS X:
     enhanced TightVNC viewer will be used instead of COTVNC.
 
 
+    If you want a SSH-only tool (without the distractions of SSL) run
+    the command:
+
+                sshvnc
+
+    instead of "ssvnc".  Or click "SSH-Only Mode" under Options.
+
+
+    If you want a simple VNC Terminal Services only mode (requires x11vnc
+    on the remote server) run the command:
+
+                tsvnc
+
+    instead of "ssvnc".  Or click "Terminal Services" under Options.
+    Control-t will toggle between the two modes.
+
+    "tsvnc profile-name" and "tsvnc user@hostname" work too.
+
+
 Windows:
 
     Unzip, using WinZip or a similar utility, the zip file:
 
-        ssvnc-1.0.18.zip
+        ssvnc-1.0.19.zip
 
     Run the GUI, e.g.:
 
@@ -10776,7 +11005,7 @@ Windows:
 
     select Open, and then OK to launch it.
 
-    The smaller file "ssvnc_windows_only-1.0.18.zip"
+    The smaller file "ssvnc_windows_only-1.0.19.zip"
     could have been used as well.
 
     You can make a Windows shortcut to this program if you want to.
@@ -10784,6 +11013,24 @@ Windows:
     See the Windows/README.txt for more info.
 
 
+    If you want a SSH-only tool (without the distractions of SSL) run
+    the command:
+
+                sshvnc.bat
+
+    Or click "SSH-Only Mode" under Options.
+
+
+    If you want a simple VNC Terminal Services only mode (requires x11vnc
+    on the remote server) run the command:
+
+                tsvnc.bat
+
+    Or click "Terminal Services" under Options.  Control-t will toggle
+    between the two modes.  "tsvnc profile-name" and "tsvnc user@hostname"
+    work too.
+
+
 
 Important Note for Windows Vista: One user reports that on Windows Vista
 if you move or extract the "ssvnc" folder down to the "Program Files"
@@ -10802,6 +11049,14 @@ cd \ssvnc\Windows
 ssvnc.exe
 
 
+SSH-ONLY Mode:
+--------------
+
+If you don't care for SSL and the distractions it provides in the GUI,
+run "sshvnc" (unix/macosx) or "sshvnc.bat" (windows) to run an SSH only
+version of the GUI.
+
+
 Bundle Info:
 ------------
 
@@ -11027,42 +11282,49 @@ References
    1. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#download
    2. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#quickstart
    3. http://www.karlrunge.com/x11vnc/index.html
-   4. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#memory-stick
-   5. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#dynamic-port
-   6. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#unix-patches
-   7. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
-   8. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
-   9. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#popup
-  10. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
+   4. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#sshvnc
+   5. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#tsvnc
+   6. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#memory-stick
+   7. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#dynamic-port
+   8. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#sshvnc
+   9. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#tsvnc
+  10. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#unix-patches
   11. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
   12. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
-  13. http://www.karlrunge.com/x11vnc/index.html#faq-scrollbars
-  14. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
-  15. http://www.karlrunge.com/x11vnc/index.html#faq-smb-shares
-  16. http://www.karlrunge.com/x11vnc/index.html#faq-cups
-  17. http://www.karlrunge.com/x11vnc/index.html#faq-sound
-  18. http://www.karlrunge.com/x11vnc/etv/ssvnc_windows_only-1.0.18.zip
-  19. http://www.karlrunge.com/x11vnc/etv/ssvnc_no_windows-1.0.18.tar.gz
-  20. http://www.karlrunge.com/x11vnc/etv/ssvnc_unix_only-1.0.18.tar.gz
-  21. http://www.karlrunge.com/x11vnc/etv/ssvnc_unix_minimal-1.0.18.tar.gz
-  22. http://www.karlrunge.com/x11vnc/etv/ssvnc-1.0.18.tar.gz
-  23. http://www.karlrunge.com/x11vnc/etv/ssvnc-1.0.18.zip
-  24. http://www.karlrunge.com/x11vnc/etv/ssvnc_all-1.0.18.zip
-  25. http://www.karlrunge.com/x11vnc/etv/ssvnc_windows_only-1.0.19.zip
-  26. http://www.karlrunge.com/x11vnc/etv/ssvnc_no_windows-1.0.19.tar.gz
-  27. http://www.karlrunge.com/x11vnc/etv/ssvnc_unix_only-1.0.19.tar.gz
-  28. http://www.karlrunge.com/x11vnc/etv/ssvnc_unix_minimal-1.0.19.tar.gz
-  29. http://www.karlrunge.com/x11vnc/etv/ssvnc-1.0.19.tar.gz
-  30. http://www.karlrunge.com/x11vnc/etv/ssvnc-1.0.19.zip
-  31. http://www.karlrunge.com/x11vnc/etv/ssvnc_all-1.0.19.zip
-  32. http://www.karlrunge.com/x11vnc/etv/ssvnc
-  33. http://www.stunnel.org/
-  34. http://stunnel.mirt.net/
-  35. http://www.openssl.org/
-  36. http://www.chiark.greenend.org.uk/~sgtatham/putty/
-  37. http://www.tightvnc.com/
-  38. http://www.realvnc.com/
-  39. http://sourceforge.net/projects/cotvnc/
+  13. http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html#popup
+  14. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext
+  15. http://www.karlrunge.com/x11vnc/index.html
+  16. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
+  17. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport
+  18. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
+  19. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching
+  20. http://www.karlrunge.com/x11vnc/index.html#faq-scrollbars
+  21. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int
+  22. http://www.karlrunge.com/x11vnc/index.html#faq-smb-shares
+  23. http://www.karlrunge.com/x11vnc/index.html#faq-cups
+  24. http://www.karlrunge.com/x11vnc/index.html#faq-sound
+  25. http://www.karlrunge.com/x11vnc/etv/ssvnc_windows_only-1.0.18.zip
+  26. http://www.karlrunge.com/x11vnc/etv/ssvnc_no_windows-1.0.18.tar.gz
+  27. http://www.karlrunge.com/x11vnc/etv/ssvnc_unix_only-1.0.18.tar.gz
+  28. http://www.karlrunge.com/x11vnc/etv/ssvnc_unix_minimal-1.0.18.tar.gz
+  29. http://www.karlrunge.com/x11vnc/etv/ssvnc-1.0.18.tar.gz
+  30. http://www.karlrunge.com/x11vnc/etv/ssvnc-1.0.18.zip
+  31. http://www.karlrunge.com/x11vnc/etv/ssvnc_all-1.0.18.zip
+  32. http://www.karlrunge.com/x11vnc/etv/ssvnc_windows_only-1.0.19.zip
+  33. http://www.karlrunge.com/x11vnc/etv/ssvnc_no_windows-1.0.19.tar.gz
+  34. http://www.karlrunge.com/x11vnc/etv/ssvnc_unix_only-1.0.19.tar.gz
+  35. http://www.karlrunge.com/x11vnc/etv/ssvnc_unix_minimal-1.0.19.tar.gz
+  36. http://www.karlrunge.com/x11vnc/etv/ssvnc-1.0.19.tar.gz
+  37. http://www.karlrunge.com/x11vnc/etv/ssvnc-1.0.19.zip
+  38. http://www.karlrunge.com/x11vnc/etv/ssvnc_all-1.0.19.zip
+  39. http://www.karlrunge.com/x11vnc/etv/ssvnc
+  40. http://www.stunnel.org/
+  41. http://stunnel.mirt.net/
+  42. http://www.openssl.org/
+  43. http://www.chiark.greenend.org.uk/~sgtatham/putty/
+  44. http://www.tightvnc.com/
+  45. http://www.realvnc.com/
+  46. http://sourceforge.net/projects/cotvnc/
 	
 =======================================================================
 http://www.karlrunge.com/x11vnc/x11vnc_opts.html:
@@ -11075,26 +11337,27 @@ x11vnc: a VNC server for real X displays
    Here are all of x11vnc command line options:
 % x11vnc -opts      (see below for -help long descriptions)
 
-x11vnc: allow VNC connections to real X11 displays. 0.9.3 lastmod: 2007-08-19
+x11vnc: allow VNC connections to real X11 displays. 0.9.3 lastmod: 2007-09-04
 
 x11vnc options:
   -display disp            -auth file               -N                     
-  -reflect host:N          -id windowid             -sid windowid          
-  -clip WxH+X+Y            -flashcmap               -shiftcmap n           
-  -notruecolor             -visual n                -overlay               
-  -overlay_nocursor        -8to24 [opts]            -24to32                
-  -scale fraction          -scale_cursor frac       -viewonly              
-  -shared                  -once                    -forever               
-  -loop                    -timeout n               -sleepin n             
-  -inetd                   -tightfilexfer           -ultrafilexfer         
-  -http                    -http_ssl                -avahi                 
-  -mdns                    -connect string          -connect_or_exit str   
-  -vncconnect              -novncconnect            -allow host1[,host2..] 
-  -localhost               -nolookup                -input string          
-  -grabkbd                 -grabptr                 -grabalways            
-  -viewpasswd string       -passwdfile filename     -unixpw [list]         
-  -unixpw_nis [list]       -unixpw_cmd cmd          -find                  
-  -create                  -svc                     -xdmsvc                
+  -autoport n              -reflect host:N          -id windowid           
+  -sid windowid            -clip WxH+X+Y            -flashcmap             
+  -shiftcmap n             -notruecolor             -visual n              
+  -overlay                 -overlay_nocursor        -8to24 [opts]          
+  -24to32                  -scale fraction          -scale_cursor frac     
+  -viewonly                -shared                  -once                  
+  -forever                 -loop                    -timeout n             
+  -sleepin n               -inetd                   -tightfilexfer         
+  -ultrafilexfer           -http                    -http_ssl              
+  -avahi                   -mdns                    -connect string        
+  -connect_or_exit str     -vncconnect              -novncconnect          
+  -allow host1[,host2..]   -localhost               -nolookup              
+  -input string            -grabkbd                 -grabptr               
+  -grabalways              -viewpasswd string       -passwdfile filename   
+  -unixpw [list]           -unixpw_nis [list]       -unixpw_cmd cmd        
+  -find                    -create                  -xdummy                
+  -svc                     -svc_xdummy              -xdmsvc                
   -display WAIT:...        -nossl                   -ssl [pem]             
   -ssltimeout n            -sslnofail               -ssldir [dir]          
   -sslverify [path]        -sslGenCA [dir]          -sslGenCert type name  
@@ -11189,7 +11452,7 @@ libvncserver-tight-extension options:
 
 % x11vnc -help
 
-x11vnc: allow VNC connections to real X11 displays. 0.9.3 lastmod: 2007-08-19
+x11vnc: allow VNC connections to real X11 displays. 0.9.3 lastmod: 2007-09-04
 
 (type "x11vnc -opts" to just list the options.)
 
@@ -11258,6 +11521,10 @@ Options:
                        to 5900+N.  The program will exit immediately if that
                        port is not available.
 
+-autoport n            Automatically probe for a free VNC port starting at n.
+                       The default is to start probing at 5900.  Use this to
+                       stay away from other VNC servers near 5900.
+
 -reflect host:N        Instead of connecting to and polling an X display,
                        connect to the remote VNC server host:N and be a
                        reflector/repeater for it.  This is useful for trying
@@ -11925,18 +12192,25 @@ Options:
                        If a list of allowed users is needed use -unixpw [list]
                        in addition to this option.
 
--find                  Find the user's display using FINDDISPLAY. It is an
-                       alias for "-display WAIT:cmd=FINDDISPLAY".
+-find                  Find the user's display using FINDDISPLAY. It is
+                       an alias for "-display WAIT:cmd=FINDDISPLAY".
+                       Use -finddpy to run the FINDDISPLAY program and exit.
 
 -create                First try to find the user's display using FINDDISPLAY,
                        if that doesn't work create an X session via the
                        FINDCREATEDISPLAY method. This is an alias for
                        "-display WAIT:cmd=FINDCREATEDISPLAY-Xvfb".
 
+-xdummy                As -create except Xdummy instead of Xvfb.  Implies
+                       FD_XDUMMY_NOROOT=1.
+
 -svc                   Terminal services mode. Also "-service". Alias for
                        -display WAIT:cmd=FINDCREATEDISPLAY-Xvfb -unixpw
                        -users unixpw= -ssl SAVE
 
+-svc_xdummy             As -svc except Xdummy instead of Xvfb.  Implies
+                        FD_XDUMMY_NOROOT=1.
+
 -xdmsvc                Terminal services mode. Also "-xdm_service". Alias for
                        -display WAIT:cmd=FINDCREATEDISPLAY-Xvfb.xdmcp -unixpw
                        -users unixpw= -ssl SAVE
@@ -12067,13 +12341,15 @@ Options:
                        for the user.  This is the only time x11vnc tries to
                        actually start up an X server.
 
-                       By default FINDCREATEDISPLAY will try Xdummy and
-                       then Xvfb.  The Xdummy wrapper is part of the x11vnc
-                       source code (x11vnc/misc/Xdummy)  It should be available
-                       in PATH and have run "Xdummy -install" once to create
-                       the shared library.  Xdummy requires root permission
-                       and only works on Linux.  Xvfb is available on most
-                       platforms and does not require root.
+                       By default FINDCREATEDISPLAY will try Xdummy and then
+                       Xvfb.  The Xdummy wrapper is part of the x11vnc source
+                       code (x11vnc/misc/Xdummy)  It should be available in
+                       PATH and have run "Xdummy -install" once to create
+                       the shared library.  Xdummy requires root permission and
+                       only works on Linux.  (Note: specify FD_XDUMMY_NOROOT=1
+                       to skip a check for the root id; evidently your sudo(1)
+                       will take care of everything).  Xvfb is available on
+                       most platforms and does not require root.
 
                        When x11vnc exits (i.e. user disconnects) the X
                        server session stays running in the background.
@@ -12125,6 +12401,13 @@ Options:
                        the X server. You can also set FD_PROG to be the full
                        path to the session/windowmanager program.
 
+                       More FD tricks:  FD_CUPS=port or FD_CUPS=host:port
+                       will set the cups printing environment.  Similarly
+                       for FD_ESD=port or FD_ESD=host:port for esddsp sound
+                       redirection.  FD_XDUMMY_NOROOT means the Xdummy server
+                       does not need to be started as root (e.g. it will sudo
+                       automatically)
+
                        If you want the FINDCREATEDISPLAY session to contact an
                        XDMCP login manager (xdm/gdm/kdm) on the same machine,
                        then use "Xvfb.xdmcp" instead of "Xvfb", etc.
@@ -12661,9 +12944,9 @@ Options:
                        -httpdir option.  If not supplied it will try to guess
                        the directory as though the -http option was supplied.
 
--httpsredir [port]     In -ssl mode with the Java applet retrieved via HTTPS:
+-httpsredir [port]     In -ssl mode with the Java applet retrieved via HTTPS,
                        when the HTML file containing applet parameters
-                       ('index.vnc' or 'proxy.vnc') is sent do not set the
+                       ('index.vnc' or 'proxy.vnc') is sent do NOT set the
                        applet PORT parameter to the actual VNC port but set it
                        to "port" instead.  If "port" is not supplied, then
                        the port number is guessed from the Host: HTTP header.
@@ -12677,9 +12960,12 @@ Options:
                        redir from mygateway.com:443 to workstation:5900.
 
                        This spares the user from having to type in
-                       https://mygateway.com/?PORT=443 into their web browser
-                       (note 443 is the default https port; other ports must
-                       be explicity indicated: https://mygateway.com:8000/...)
+                       https://mygateway.com/?PORT=443 into their web
+                       browser. Note taht port 443 is the default https port;
+                       other ports must be explicity indicated, for example:
+                       https://mygateway.com:8000/?PORT=8000.  To avoid having
+                       to include the PORT= in the browser URL, simply supply
+                       "-httpsredir" to x11vnc.
 
 -usepw                 If no other password method was supplied on the command
                        line, first look for ~/.vnc/passwd and if found use it
@@ -12983,6 +13269,12 @@ t
                        viewers that cannot do this (portions of the screen
                        may be clipped, unused, etc).
 
+                       Note: the default now is to check for XRANDR events, but
+                       do not trap every X call that may fail due to resize.
+                       If a resize event is received, the full -xrandr mode
+                       is enabled.  To disable even checking for events supply:
+                       -noxrandr.
+
                        "mode" defaults to "resize", which means create a
                        new, resized, framebuffer and hope all viewers can cope
                        with the change.  "newfbsize" means first disconnect
@@ -14853,7 +15145,7 @@ n
                        noncache_no_dtchange    disable ncache_no_dtchange mode.
                        ncache_no_rootpixmap    enable  ncache_no_rootpixmap.
                        noncache_no_rootpixmap  disable ncache_no_rootpixmap.
-                       ncache_reset_rootpixmap recheck the root pixmap
+                       ncache_reset_rootpixmap recheck the root pixmap, ncrp
                        ncache_keep_anims       enable  ncache_keep_anims.
                        noncache_keep_anims     disable ncache_keep_anims.
                        wireframe       enable  -wireframe mode. same as "wf"
diff --git a/x11vnc/help.c b/x11vnc/help.c
index b22b19a4a16250159a6dc670ba7dcbcc3e53b9b0..5183029d2132635402a83685cf55529a98b7e520 100644
--- a/x11vnc/help.c
+++ b/x11vnc/help.c
@@ -87,6 +87,10 @@ void print_help(int mode) {
 "                       to 5900+N.  The program will exit immediately if that\n"
 "                       port is not available.\n"
 "\n"
+"-autoport n            Automatically probe for a free VNC port starting at n.\n"
+"                       The default is to start probing at 5900.  Use this to\n"
+"                       stay away from other VNC servers near 5900.\n"
+"\n"
 "-reflect host:N        Instead of connecting to and polling an X display,\n"
 "                       connect to the remote VNC server host:N and be a\n"
 "                       reflector/repeater for it.  This is useful for trying\n"
@@ -758,18 +762,25 @@ void print_help(int mode) {
 "                       in addition to this option.\n"
 "\n"
 #endif
-"-find                  Find the user's display using FINDDISPLAY. It is an\n"
-"                       alias for \"-display WAIT:cmd=FINDDISPLAY\".\n"
+"-find                  Find the user's display using FINDDISPLAY. It is\n"
+"                       an alias for \"-display WAIT:cmd=FINDDISPLAY\".\n"
+"                       Use -finddpy to run the FINDDISPLAY program and exit.\n"
 "\n"
 "-create                First try to find the user's display using FINDDISPLAY,\n"
 "                       if that doesn't work create an X session via the\n"
 "                       FINDCREATEDISPLAY method. This is an alias for\n"
 "                       \"-display WAIT:cmd=FINDCREATEDISPLAY-Xvfb\".\n"
 "\n"
+"-xdummy                As -create except Xdummy instead of Xvfb.  Implies\n"
+"                       FD_XDUMMY_NOROOT=1.\n"
+"\n"
 "-svc                   Terminal services mode. Also \"-service\". Alias for\n"
 "                       -display WAIT:cmd=FINDCREATEDISPLAY-Xvfb -unixpw\n"
 "                       -users unixpw= -ssl SAVE\n"
 "\n"
+"-svc_xdummy             As -svc except Xdummy instead of Xvfb.  Implies\n"
+"                        FD_XDUMMY_NOROOT=1.\n"
+"\n"
 "-xdmsvc                Terminal services mode. Also \"-xdm_service\". Alias for\n"
 "                       -display WAIT:cmd=FINDCREATEDISPLAY-Xvfb.xdmcp -unixpw\n"
 "                       -users unixpw= -ssl SAVE\n"
@@ -901,13 +912,15 @@ void print_help(int mode) {
 "                       for the user.  This is the only time x11vnc tries to\n"
 "                       actually start up an X server.\n"
 "\n"
-"                       By default FINDCREATEDISPLAY will try Xdummy and\n"
-"                       then Xvfb.  The Xdummy wrapper is part of the x11vnc\n"
-"                       source code (x11vnc/misc/Xdummy)  It should be available\n"
-"                       in PATH and have run \"Xdummy -install\" once to create\n"
-"                       the shared library.  Xdummy requires root permission\n"
-"                       and only works on Linux.  Xvfb is available on most\n"
-"                       platforms and does not require root.\n"
+"                       By default FINDCREATEDISPLAY will try Xdummy and then\n"
+"                       Xvfb.  The Xdummy wrapper is part of the x11vnc source\n"
+"                       code (x11vnc/misc/Xdummy)  It should be available in\n"
+"                       PATH and have run \"Xdummy -install\" once to create\n"
+"                       the shared library.  Xdummy requires root permission and\n"
+"                       only works on Linux.  (Note: specify FD_XDUMMY_NOROOT=1\n"
+"                       to skip a check for the root id; evidently your sudo(1)\n"
+"                       will take care of everything).  Xvfb is available on\n"
+"                       most platforms and does not require root.\n"
 "\n"
 "                       When x11vnc exits (i.e. user disconnects) the X\n"
 "                       server session stays running in the background.\n"
@@ -959,6 +972,13 @@ void print_help(int mode) {
 "                       the X server. You can also set FD_PROG to be the full\n"
 "                       path to the session/windowmanager program.\n"
 "\n"
+"                       More FD tricks:  FD_CUPS=port or FD_CUPS=host:port\n"
+"                       will set the cups printing environment.  Similarly\n"
+"                       for FD_ESD=port or FD_ESD=host:port for esddsp sound\n"
+"                       redirection.  FD_XDUMMY_NOROOT means the Xdummy server\n"
+"                       does not need to be started as root (e.g. it will sudo\n"
+"                       automatically)\n"
+"\n"
 "                       If you want the FINDCREATEDISPLAY session to contact an\n"
 "                       XDMCP login manager (xdm/gdm/kdm) on the same machine,\n"
 "                       then use \"Xvfb.xdmcp\" instead of \"Xvfb\", etc.\n"
@@ -1504,9 +1524,9 @@ void print_help(int mode) {
 "                       -httpdir option.  If not supplied it will try to guess\n"
 "                       the directory as though the -http option was supplied.\n"
 "\n"
-"-httpsredir [port]     In -ssl mode with the Java applet retrieved via HTTPS:\n"
+"-httpsredir [port]     In -ssl mode with the Java applet retrieved via HTTPS,\n"
 "                       when the HTML file containing applet parameters\n"
-"                       ('index.vnc' or 'proxy.vnc') is sent do not set the\n"
+"                       ('index.vnc' or 'proxy.vnc') is sent do NOT set the\n"
 "                       applet PORT parameter to the actual VNC port but set it\n"
 "                       to \"port\" instead.  If \"port\" is not supplied, then\n"
 "                       the port number is guessed from the Host: HTTP header.\n"
@@ -1520,9 +1540,12 @@ void print_help(int mode) {
 "                       redir from mygateway.com:443 to workstation:5900.\n"
 "\n"
 "                       This spares the user from having to type in\n"
-"                       https://mygateway.com/?PORT=443 into their web browser\n"
-"                       (note 443 is the default https port; other ports must\n"
-"                       be explicity indicated: https://mygateway.com:8000/...)\n"
+"                       https://mygateway.com/?PORT=443 into their web\n"
+"                       browser. Note taht port 443 is the default https port;\n"
+"                       other ports must be explicity indicated, for example:\n"
+"                       https://mygateway.com:8000/?PORT=8000.  To avoid having\n"
+"                       to include the PORT= in the browser URL, simply supply\n"
+"                       \"-httpsredir\" to x11vnc.\n"
 "\n"
 #endif
 "-usepw                 If no other password method was supplied on the command\n"
@@ -1826,6 +1849,12 @@ void print_help(int mode) {
 "                       viewers that cannot do this (portions of the screen\n"
 "                       may be clipped, unused, etc).\n"
 "\n"
+"                       Note: the default now is to check for XRANDR events, but\n"
+"                       do not trap every X call that may fail due to resize.\n"
+"                       If a resize event is received, the full -xrandr mode\n"
+"                       is enabled.  To disable even checking for events supply:\n"
+"                       -noxrandr.\n"
+"\n"
 "                       \"mode\" defaults to \"resize\", which means create a\n"
 "                       new, resized, framebuffer and hope all viewers can cope\n"
 "                       with the change.  \"newfbsize\" means first disconnect\n"
@@ -3712,7 +3741,7 @@ void print_help(int mode) {
 "                       noncache_no_dtchange    disable ncache_no_dtchange mode.\n"
 "                       ncache_no_rootpixmap    enable  ncache_no_rootpixmap.\n"
 "                       noncache_no_rootpixmap  disable ncache_no_rootpixmap.\n"
-"                       ncache_reset_rootpixmap recheck the root pixmap\n"
+"                       ncache_reset_rootpixmap recheck the root pixmap, ncrp\n"
 "                       ncache_keep_anims       enable  ncache_keep_anims.\n"
 "                       noncache_keep_anims     disable ncache_keep_anims.\n"
 "                       wireframe       enable  -wireframe mode. same as \"wf\"\n"
diff --git a/x11vnc/keyboard.c b/x11vnc/keyboard.c
index e73950122f8b152f677a4364640826d6231ed5af..2dc8f83df921c2a3220056563d953fdee77defb6 100644
--- a/x11vnc/keyboard.c
+++ b/x11vnc/keyboard.c
@@ -1490,6 +1490,7 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
 	static int Kc_last_down[KLAST];
 	static KeySym Ks_last_down[KLAST];
 	static int klast = 0, khints = 1, anydown = 1;
+	static int cnt = 0;
 
 	if (!client || !down || !keysym) {} /* unused vars warning: */
 
@@ -1529,6 +1530,15 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
 			}
 		}
 	}
+	cnt++;
+	if (cnt % 100 && khints && score_hint != NULL) {
+		int i, j;
+		for (i=0; i<0x100; i++) {
+			for (j=0; j<0x100; j++) {
+				score_hint[i][j] = -1;
+			}
+		}
+	}
 
 	if (debug_keyboard) {
 		char *str = XKeysymToString(keysym);
@@ -1807,7 +1817,7 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
 				}
 			}
 
-			/* next just check for any one that is down */
+			/* next just check for "best" one that is down */
 			if (Kc_f == -1 && anydown) {
 				int l;
 				int best = -1, lbest;
@@ -1824,7 +1834,7 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
 					int key = (int) kc_f[l];
 					int j, jmatch = -1;
 
-					if (keycode_state[key]) {
+					if (! keycode_state[key]) {
 						continue;
 					}
 					/* break ties based on lowest XKeycodeToKeysym index */
@@ -1851,12 +1861,27 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
 				}
 			}
 
+			/* next, use the first one found that is down */
+			if (Kc_f == -1) {
+				int l;
+				for (l=0; l < found; l++) {
+					int key = (int) kc_f[l];
+					if (keycode_state[key]) {
+						Kc_f = kc_f[l];
+						break;
+					}
+				}
+				if (debug_keyboard && Kc_f != -1) {
+					fprintf(stderr, "    UP: set to first one down, kc_f[%d]!!\n", l);
+				}
+			}
+
 			/* last, use the first one found */
 			if (Kc_f == -1) {
 				/* hope for the best... XXX check mods */
 				Kc_f = kc_f[0];
 				if (debug_keyboard && Kc_f != -1) {
-					fprintf(stderr, "    UP: set to first one, kc_f[0]!!\n");
+					fprintf(stderr, "    UP: set to first one at all, kc_f[0]!!\n");
 				}
 			}
 		}
diff --git a/x11vnc/misc/Xdummy b/x11vnc/misc/Xdummy
index bf5bdbb417f6987b6df7a29017a02e57286314c9..936736a706988df59a64cd5d475e2a16d62c61d0 100755
--- a/x11vnc/misc/Xdummy
+++ b/x11vnc/misc/Xdummy
@@ -22,7 +22,7 @@ export PATH
 program=`basename "$0"`
 
 help () {
-	cat << END
+	${PAGER:-more} << END
 
 $program: a hack to run a stock XFree86(1) or Xorg(1) server with the
 "dummy" video driver such that it AVOIDS the Linux VT switching, keyboard
@@ -87,6 +87,43 @@ gdm/kdm example:
 
 	TBD.
 
+Root permission and x11vnc:
+
+	This program needs to be run as root.  One could run x11vnc as
+	root with -unixpw (it switches to the user that logs in) and
+	that may be OK, some other ideas:
+
+	- add this to sudo via visudo:
+
+		ALL ALL = NOPASSWD: /usr/local/bin/Xdummy
+
+	- use this little suid wrapper:
+/* 
+ * xdummy.c
+ *
+   cc -o ./xdummy xdummy.c
+   sudo cp ./xdummy /usr/local/bin/xdummy
+   sudo chown root:root /usr/local/bin/xdummy
+   sudo chmod u+s /usr/local/bin/xdummy
+ *
+ */
+#include <unistd.h>
+#include <stdlib.h>
+#include <sys/types.h>
+#include <stdio.h>
+
+int main (int argc, char *argv[]) {
+	extern char **environ;
+	char str[100];
+	sprintf(str, "XDUMMY_UID=%d", (int) getuid());
+	putenv(str);
+	setuid(0);  
+	setgid(0);
+	execv("/usr/local/bin/Xdummy", argv); 
+	exit(1);
+	return 1;
+}
+
 
 Options:
 
@@ -124,6 +161,9 @@ Options:
 
 	-nonroot	Try to run in non-root mode (XXX NOT yet working).
 
+	-nosudo		Do not try to use sudo(1) when re-running as root,
+			use su(1) instead.
+
 	-xserver path	Specify the path to the Xserver to use.  Default
 			is to try "Xorg" first and then "XFree86".  If
 			those are not in \$PATH, use these locations:
@@ -192,17 +232,35 @@ END
 warn() {
 	echo "$*" 1>&2
 }
+#set -xv
+
+if [ "X$XDUMMY_UID" = "X" ]; then
+	XDUMMY_UID=`id -u`
+	export XDUMMY_UID
+fi
+if [ "X$XDUMMY_UID" = "X0" ]; then
+	if [ "X$SUDO_UID" != "X" ]; then
+		XDUMMY_UID=$SUDO_UID
+		export XDUMMY_UID
+	fi
+fi
 
 #warn "id: `id -u`"
 # See if it needs to be run as root:
 if [ "X$XDUMMY_SU_EXEC" = "X" -a "X`id -u`" != "X0"  ]; then
 	dosu=1
+	nosudo=""
 	XDUMMY_SU_EXEC=1
 	export XDUMMY_SU_EXEC
 	for arg in $*
 	do
+		#echo "arg=$arg"
 		if [ "X$arg" = "X-nonroot" ]; then
 			dosu=""
+		elif [ "X$arg" = "X-noroot" ]; then
+			dosu=""
+		elif [ "X$arg" = "X-nosudo" ]; then
+			nosudo="1"
 		elif [ "X$arg" = "X-help" ]; then
 			dosu=""
 		elif [ "X$arg" = "X-h" ]; then
@@ -221,8 +279,26 @@ if [ "X$XDUMMY_SU_EXEC" = "X" -a "X`id -u`" != "X0"  ]; then
 	done
 	if [ $dosu ]; then
 		warn "$program: currently needs to be run as root to work."
-		warn "$program: supply the root password to restart as root:"
-		exec su -c "$0 $*"
+		if type sudo > /dev/null 2>&1; then
+			:
+		else
+			nosudo=1
+		fi
+		if [ "X$nosudo" = "X" ]; then
+			warn "$program: supply the sudo password to restart as root:"
+			if [ "X$XDUMMY_UID" != "X" ]; then
+				exec sudo $0 -uid $XDUMMY_UID "$@"
+			else
+				exec sudo $0 "$@"
+			fi
+		else
+			warn "$program: supply the root password to restart as root:"
+			if [ "X$XDUMMY_UID" != "X" ]; then
+				exec su -c "$0 -uid $XDUMMY_UID $*"
+			else
+				exec su -c "$0 $*"
+			fi
+		fi
 		exit
 	fi
 fi
@@ -241,8 +317,15 @@ do
                 ;;
 	"-nonroot") root=""
                 ;;
+	"-noroot") root=""
+                ;;
+	"-nosudo") nosudo=1
+                ;;
 	"-xserver") xserver="$2"; shift
                 ;;
+	"-uid") XDUMMY_UID="$2"; shift
+		export XDUMMY_UID
+                ;;
 	"-geom"*) geom="$2"; shift
                 ;;
 	"-tmpdir") XDUMMY_TMPDIR="$2"; shift
@@ -285,12 +368,19 @@ if [ "X$user" = "X" ]; then
 	user=`whoami 2>/dev/null`
 fi
 if [ "X$user" = "X" ]; then
-	user=`basename $HOME`
+	user=`basename "$HOME"`
 fi
 if [ "X$user" = "X" -o "X$user" = "X." ]; then
 	user="u$$"
 fi
 
+if [ "X$debug" = "X1" ]; then
+	echo ""
+	echo "/usr/bin/env:"
+	env
+	echo ""
+fi
+
 # Function to compile the LD_PRELOAD shared object:
 make_so() {
 
@@ -409,6 +499,8 @@ if [ "X$xserver" = "X" ]; then
 		xserver="XFree86"
 	elif -x /usr/X11R6/bin/Xorg; then
 		xserver="/usr/X11R6/bin/Xorg"
+	elif -x /usr/bin/Xorg; then
+		xserver="/usr/bin/Xorg"
 	elif -x /usr/X11R6/bin/XFree86; then
 		xserver="/usr/X11R6/bin/XFree86"
 	fi
@@ -425,14 +517,21 @@ if [ -e "$xserver_path" -a "X$root" = "X" -a "X$runit" != "X" ]; then
 	if [ ! -r $xserver_path -o -u $xserver_path ]; then
 		# XXX not quite correct with rm -rf $XDUMMY_TMPDIR ...
 		base=`basename "$xserver_path"`
-		new="$tdir/$base.$user"
+		#new="$tdir/$base.$user"
+		new="/tmp/$base.$user"
 		if [ ! -e $new ]; then
-			warn "need to copy $xserver_path to $new as root:"
+			warn "NEED TO COPY UNREADABLE $xserver_path to $new as root:"
+			warn ""
 			ls -l $xserver_path 1>&2
-			warn "please supply root passwd to 'su -c'"
+			warn ""
+			warn "This only needs to be done once."
+			warn "Please supply root passwd to 'su -c'"
 			touch $new || exit 1
 			chmod 700 $new || exit 1
 			su -c "cat $xserver_path > $new"
+			ls -l $new
+			warn "Please restart."
+			exit 0
 		elif [ ! -O $new ]; then
 			warn "file \"$new\" not owned by us!"
 			ls -l $new
@@ -830,6 +929,13 @@ static char str2[1024];
 static char devs[256][1024];
 static int debug = -1;
 static int root = -1;
+static int changed_uid = 0;
+static int saw_fonts = 0;
+
+#if 0
+typedef long time_t;
+#endif
+static time_t start = 0; 
 
 void check_debug(void) {
 	if (debug < 0) {
@@ -850,8 +956,29 @@ void check_root(void) {
 		}
 	}
 }
+
+void check_uid(void) {
+	if (start == 0) {
+		start = time(NULL);
+		if (debug) fprintf(stderr, "START: %d\n", start);
+		return;
+	} else if (changed_uid == 0) {
+		if (saw_fonts || time(NULL) > start + 20) {
+			if (getenv("XDUMMY_UID")) {
+				int uid = atoi(getenv("XDUMMY_UID"));
+				if (debug) fprintf(stderr, "SETREUID: %d\n", uid);
+				if (uid >= 0) {
+					setreuid(uid, -1);
+				}
+			}
+			changed_uid = 1;
+		}
+	}
+}
+
 #define CHECKIT if (debug < 0) check_debug(); \
-		if (root  < 0) check_root();
+		if (root  < 0) check_root(); \
+		check_uid();
 
 static void set_tmpdir(void) {
 	char *s;
@@ -904,7 +1031,7 @@ int open(const char *pathname, int flags, unsigned short mode) {
 		} else if (strstr(pathname, "/dev") == pathname) {
 			store_dev = strdup(pathname);
 			pathname = tmpdir_path(pathname);
-			if (debug) fprintf(stderr, "OPEN: -> %s\n", pathname, mode);
+			if (debug) fprintf(stderr, "OPEN: -> %s\n", pathname);
 			fd = real_open(pathname, O_WRONLY|O_CREAT, 0777);
 			close(fd);
 		}
@@ -941,6 +1068,16 @@ FILE *fopen(const char *pathname, const char *mode) {
 	static FILE* (*real_fopen)(const char *, const char *) = NULL;
 	char *str;
 
+	if (! saw_fonts) {
+		if (strstr(pathname, "/fonts/")) {
+			if (strstr(pathname, "fonts.dir")) {
+				saw_fonts = 1;
+			} else if (strstr(pathname, "fonts.alias")) {
+				saw_fonts = 1;
+			}
+		}
+	}
+
 	CHECKIT
 	if (! real_fopen) {
 		real_fopen = (FILE* (*)(const char *, const char *))
@@ -955,7 +1092,7 @@ FILE *fopen(const char *pathname, const char *mode) {
 	str = (char *) pathname;
 	if (strstr(pathname, "/var/log") == pathname) {
 		str = tmpdir_path(pathname);
-		if (debug) fprintf(stderr, "FOPEN: -> %s\n", str, mode);
+		if (debug) fprintf(stderr, "FOPEN: -> %s\n", str);
 	}
 
 }
@@ -1051,6 +1188,38 @@ int close(int fd) {
 	return(real_close(fd));
 }
 
+struct stat {
+	int foo;
+};
+
+int stat(const char *path, struct stat *buf) {
+	static int (*real_stat)(const char *, struct stat *) = NULL;
+
+	CHECKIT
+	if (! real_stat) {
+		real_stat = (int (*)(const char *, struct stat *))
+			dlsym(RTLD_NEXT, "stat");
+	}
+
+	if (debug) fprintf(stderr, "STAT: %s\n", path);
+
+	return(real_stat(path, buf));
+}
+
+int stat64(const char *path, struct stat *buf) {
+	static int (*real_stat64)(const char *, struct stat *) = NULL;
+
+	CHECKIT
+	if (! real_stat64) {
+		real_stat64 = (int (*)(const char *, struct stat *))
+			dlsym(RTLD_NEXT, "stat64");
+	}
+
+	if (debug) fprintf(stderr, "STAT64: %s\n", path);
+
+	return(real_stat64(path, buf));
+}
+
 /*
  * Note: the following just call the real function if root is
  * true.  They will be used if -nonroot is ever figured out.
@@ -1203,5 +1372,24 @@ gid_t getegid32(void) {
 	return 0;
 }
 
+#if 0
+int xf86PathIsSafe(char *path) {
+	fprintf(stderr, "xf86pathIsSafe: %s\n", path);
+	return 1;
+}
+#endif
+
+#if 0
+int strcmp(const char *s1, const char *s2) {
+	static int (*real_strcmp)(const char *, const char *) = NULL;
+	CHECKIT
+	if (! real_strcmp) {
+		real_strcmp = (int (*)(const char *, const char *)) dlsym(RTLD_NEXT, "strcmp");
+	}
+	if (debug) fprintf(stderr, "STRCMP: '%s' '%s'\n", s1, s2);
+	return(real_strcmp(s1, s2));
+}
+#endif
+
 #code_end
 }
diff --git a/x11vnc/options.c b/x11vnc/options.c
index a9192a0d72de451992bb165b6e727f7fa5c66da3..8a494b65c02a10902dfa39ef3afc9b6af37d12d6 100644
--- a/x11vnc/options.c
+++ b/x11vnc/options.c
@@ -10,6 +10,7 @@ int debug = 0;
 
 char *use_dpy = NULL;		/* -display */
 int display_N = 0;
+int auto_port = 0;
 char *auth_file = NULL;		/* -auth/-xauth */
 char *visual_str = NULL;	/* -visual */
 int set_visual_str_to_something = 0;
@@ -160,6 +161,7 @@ int debug_sel = 0;
 int xtrap_input = 0;		/* -xtrap for user input insertion */
 int xinerama = XINERAMA;	/* -xinerama */
 int xrandr = 0;			/* -xrandr */
+int xrandr_maybe = 1;		/* check for events, but don't trap all calls */
 char *xrandr_mode = NULL;
 char *pad_geometry = NULL;
 time_t pad_geometry_time = 0;
@@ -206,8 +208,8 @@ int wireframe_local = 1;
 #ifdef NO_NCACHE
 #define NCACHE 0 
 #else
-#define NCACHE -12
-#define xxNCACHE -1
+#define xxNCACHE -12
+#define NCACHE -1
 #endif
 #endif
 
diff --git a/x11vnc/options.h b/x11vnc/options.h
index 576c9697543c85a621ef652fcd7b7c130ccb8991..2fb214354434799502e71e90b8d84ec7844b10e5 100644
--- a/x11vnc/options.h
+++ b/x11vnc/options.h
@@ -10,6 +10,7 @@ extern int debug;
 
 extern char *use_dpy;
 extern int display_N;
+extern int auto_port;
 extern char *auth_file;
 extern char *visual_str;
 extern int set_visual_str_to_something;
@@ -132,6 +133,7 @@ extern int debug_sel;
 extern int xtrap_input;
 extern int xinerama;
 extern int xrandr;
+extern int xrandr_maybe;
 extern char *xrandr_mode;
 extern char *pad_geometry;
 extern time_t pad_geometry_time;
diff --git a/x11vnc/remote.c b/x11vnc/remote.c
index 8fd50c9b073423c890c8c882fd5c203ef5ba8323..e35cef9b8f4d0620bc6a0a127ba0fbc06e80bc6f 100644
--- a/x11vnc/remote.c
+++ b/x11vnc/remote.c
@@ -1937,6 +1937,7 @@ char *process_remote_cmd(char *cmd, int stringonly) {
 			snprintf(buf, bufn, "ans=%s:%d", p, !xrandr); goto qry;
 		}
 		xrandr = 0;
+		xrandr_maybe = 0;
 		if (xrandr_present) {
 			rfbLog("remote_cmd: disable xrandr mode.\n");
 			if (orig != xrandr) {
@@ -1956,6 +1957,7 @@ char *process_remote_cmd(char *cmd, int stringonly) {
 		p += strlen("xrandr_mode:");
 		if (!strcmp("none", p)) {
 			xrandr = 0;
+			xrandr_maybe = 0;
 		} else {
 			if (known_xrandr_mode(p)) {
 				if (xrandr_mode) free(xrandr_mode);
@@ -2866,7 +2868,7 @@ char *process_remote_cmd(char *cmd, int stringonly) {
 			do_new_fb(1);
 		}
 
-	} else if (!strcmp(p, "ncache_reset_rootpixmap")) {
+	} else if (!strcmp(p, "ncache_reset_rootpixmap") || !strcmp(p, "ncrp")) {
 		if (query) {
 			snprintf(buf, bufn, "ans=%s:%d", p, !ncache_xrootpmap);
 			goto qry;
diff --git a/x11vnc/screen.c b/x11vnc/screen.c
index 431894bd4facaddb7f3aeaa4e4badaa840715c94..18ba82b4b8d02f0b139f33f40167d9b5c05a5ab8 100644
--- a/x11vnc/screen.c
+++ b/x11vnc/screen.c
@@ -530,7 +530,7 @@ static char *raw_fb_orig_dpy = NULL;
 void set_raw_fb_params(int restore) {
 	static int first = 1;
 	static int vo0, us0, sm0, ws0, wp0, wc0, wb0, na0, tn0;  
-	static int xr0, sb0, re0;
+	static int xr0, xrm0, sb0, re0;
 	static char *mc0;
 
 	/*
@@ -552,6 +552,7 @@ void set_raw_fb_params(int restore) {
 		sm0 = using_shm;
 		tn0 = take_naps;
 		xr0 = xrandr;
+		xrm0 = xrandr_maybe;
 		re0 = noxrecord;
 		mc0 = multiple_cursors_mode;
 
@@ -571,6 +572,7 @@ void set_raw_fb_params(int restore) {
 		using_shm = sm0;
 		take_naps = tn0;
 		xrandr = xr0;
+		xrandr_maybe = xrm0;
 		noxrecord = re0;
 		multiple_cursors_mode = mc0;
 
@@ -665,6 +667,10 @@ void set_raw_fb_params(int restore) {
 		if (verbose) rfbLog("  rawfb: turning off xrandr\n");
 		xrandr = 0;
 	}
+	if (xrandr_maybe) {
+		if (verbose) rfbLog("  rawfb: turning off xrandr_maybe\n");
+		xrandr_maybe = 0;
+	}
 	if (! noxrecord) {
 		if (verbose) rfbLog("  rawfb: turning off xrecord\n");
 		noxrecord = 1;
@@ -2860,6 +2866,10 @@ void initialize_screen(int *argc, char **argv, XImage *fb) {
 		screen->inetdSock = fd;
 		screen->port = 0;
 
+	} else if (auto_port > 0) {
+		int lport = find_free_port(auto_port, auto_port+200);
+		screen->autoPort = FALSE;
+		screen->port = lport;
 	} else if (! got_rfbport) {
 		screen->autoPort = TRUE;
 	} else if (got_rfbport && got_rfbport_val == 0) {
@@ -2984,6 +2994,23 @@ void set_vnc_desktop_name(void) {
 	if (screen->port) {
 
 		if (! quiet) {
+			if (screen->httpListenSock > -1 && screen->httpPort) {
+				rfbLog("\n");
+				rfbLog("The URLs printed out below ('Java ... viewer URL') can\n");
+				rfbLog("be used for Java enabled Web browser connections.\n");
+				if (use_openssl || stunnel_port) {
+					rfbLog("Here are some additional possibilities:\n");
+					rfbLog("\n");
+					rfbLog("https://host:port/proxy.vnc (MUST be used if Web Proxy used)\n");
+					rfbLog("\n");
+					rfbLog("https://host:port/ultra.vnc (Use UltraVNC Java Viewer)\n");
+					rfbLog("https://host:port/ultraproxy.vnc (Web Proxy with UltraVNC)\n");
+					rfbLog("https://host:port/ultrasigned.vnc (Signed UltraVNC Filexfer)\n");
+					rfbLog("\n");
+					rfbLog("Where you replace \"host:port\" with that printed below, or\n");
+					rfbLog("whatever is needed to reach the host e.g. Internet IP number\n");
+				}
+			}
 			rfbLog("\n");
 		}
 
diff --git a/x11vnc/solid.c b/x11vnc/solid.c
index f55dbd1087f080ce64a1932f604cffcb04099beb..fd7424dbb6dbe3d17b37520e33fd83c199203e65 100644
--- a/x11vnc/solid.c
+++ b/x11vnc/solid.c
@@ -883,10 +883,10 @@ void kde_no_animate(int restore) {
 	cmd = (char *) malloc(len);
 	sprintf(cmd, kwin_reconfigure, user, sess);
 
-	len = 1 + strlen(kwinrc_off) + 2 + strlen(cmd) + 2 + strlen("sleep 5") + 2 + strlen(kwinrc_on) + 3 + 1;
+	len = 1 + strlen("sleep 10") + 2 + strlen(kwinrc_off) + 2 + strlen(cmd) + 2 + strlen("sleep 5") + 2 + strlen(kwinrc_on) + 3 + 1;
 	cmd2 = (char *) malloc(len);
 
-	sprintf(cmd2, "(%s; %s; sleep 5; %s) &", kwinrc_off, cmd, kwinrc_on);
+	sprintf(cmd2, "(sleep 10; %s; %s; sleep 5; %s) &", kwinrc_off, cmd, kwinrc_on);
 
 	dt_cmd(cmd2);
 	free(cmd);
diff --git a/x11vnc/sslhelper.c b/x11vnc/sslhelper.c
index 70c60db1c35daad7fa942ac883892c4b8bd224d4..6e94e9345eebe16c9cf31deace4cfdbc9ca3a725 100644
--- a/x11vnc/sslhelper.c
+++ b/x11vnc/sslhelper.c
@@ -1875,6 +1875,14 @@ if (db) fprintf(stderr, "iface: %s\n", iface);
 				strncpy(last_get, rcookie, 100);
 				if (db) fprintf(stderr, "last_get: '%s'\n", last_get);
 			}
+			if (rcookie && strstr(rcookie, "VncViewer.class")) {
+				rfbLog("\n");
+				rfbLog("***********************************************************\n");
+				rfbLog("SSL: WARNING CLIENT ASKED FOR NONEXISTENT 'VncViewer.class'\n");
+				rfbLog("SSL: USER NEEDS TO **RESTART** HIS WEB BROWSER.\n");
+				rfbLog("***********************************************************\n");
+				rfbLog("\n");
+			}
 			ssl_helper_pid(pid, -2);
 
 			if (https_port_redir) {
@@ -2625,6 +2633,7 @@ void raw_xfer(int csock, int s_in, int s_out) {
 	char buf[8192];
 	int sz = 8192, n, m, status, db = 1;
 #ifdef FORK_OK
+	pid_t par = getpid();
 	pid_t pid = fork();
 
 	/* this is for testing, no SSL just socket redir */
@@ -2657,6 +2666,7 @@ if (db) fprintf(stderr, "raw_xfer bad write:  %d -> %d | %d/%d  errno=%d\n", cso
 				}
 			}
 		}
+		usleep(250*1000);
 		kill(pid, SIGTERM);
 		waitpid(pid, &status, WNOHANG); 
 		if (db) fprintf(stderr, "raw_xfer done:  %d -> %d\n", csock, s_out);
@@ -2687,8 +2697,10 @@ if (db) fprintf(stderr, "raw_xfer bad write:  %d -> %d | %d/%d  errno=%d\n", cso
 				}
 			}
 		}
+		usleep(250*1000);
+		kill(par, SIGTERM);
+		waitpid(par, &status, WNOHANG); 
 		if (db) fprintf(stderr, "raw_xfer done:  %d <- %d\n", csock, s_in);
-
 	}
 	close(csock);
 	close(s_in);
diff --git a/x11vnc/ssltools.h b/x11vnc/ssltools.h
index 33576ff89bee7f89e56cde83a8a45256015ad6da..763597c3e0ff8928797d2e3c296613d13f9e135f 100644
--- a/x11vnc/ssltools.h
+++ b/x11vnc/ssltools.h
@@ -799,7 +799,7 @@ char find_display[] =
 "					if [ -d \"/proc/$pid\" ]; then\n"
 "						ok=1\n"
 "					fi\n"
-"				elif echo \"$ps_out\" | awk '{print $2}' | grep -w \"$pid\" > /dev/null; then\n"
+"				elif echo \"$psout\" | awk '{print $2}' | grep -w \"$pid\" > /dev/null; then\n"
 "					ok=1\n"
 "				fi\n"
 "			fi\n"
@@ -820,6 +820,14 @@ char find_display[] =
 "	do\n"
 "		xdpyinfo -display \"$p\" >/dev/null 2>&1\n"
 "		if [ $? = 0 ]; then\n"
+"			if [ \"X$FD_TAG\" != \"X\" ]; then\n"
+"				if xprop -display \"$p\" -root -len 128 FD_TAG | grep -iv no.such.atom \\\n"
+"				    | grep \"=[ 	][ 	]*\\\"$FD_TAG\\\"\" > /dev/null; then\n"
+"					:\n"
+"				else\n"
+"					continue\n"
+"				fi\n"
+"			fi\n"
 "			# try again with no authority:\n"
 "			env XAUTHORITY=/dev/null xdpyinfo -display \"$p\" >/dev/null 2>&1\n"
 "			# 0 means got in for free... skip it.\n"
@@ -1004,7 +1012,15 @@ char create_display[] =
 "		echo \"$have_xterm\"\n"
 "		return\n"
 "	fi\n"
-"	home=`csh -f -c \"echo ~$USER\"`\n"
+"	if type csh > /dev/null 2>&1; then\n"
+"		home=`csh -f -c \"echo ~$USER\"`\n"
+"	elif type tcsh > /dev/null 2>&1; then\n"
+"		home=`tcsh -f -c \"echo ~$USER\"`\n"
+"	elif type bash > /dev/null 2>&1; then\n"
+"		home=`bash -c \"echo ~$USER\"`\n"
+"	else\n"
+"		home=\"\"\n"
+"	fi\n"
 "	if [ \"X$home\" = \"X\" -o ! -d \"$home\" ]; then\n"
 "		if [ \"X$have_root\" != \"X\" -a \"X$USER\" != \"Xroot\" ]; then\n"
 "			home=`su - $USER -c 'echo $HOME'`\n"
@@ -1058,6 +1074,101 @@ char create_display[] =
 "	fi\n"
 "}\n"
 "\n"
+"check_redir_services() {\n"
+"	redir_daemon=\"\"\n"
+"	need_env=\"\"\n"
+"	if echo \"$sess\" | grep '^env ' > /dev/null; then\n"
+"		sess=`echo \"$sess\" | sed -e 's/^env //'`\n"
+"		need_env=1\n"
+"	fi\n"
+"	if [ \"X$FD_ESD\" != \"X\" -a \"X$have_esddsp\" != \"X\" ]; then\n"
+"		if echo \"$FD_ESD\" | grep '^DAEMON-' > /dev/null; then\n"
+"			FD_ESD=`echo \"$FD_ESD\" | sed -e 's/DAEMON-//'`\n"
+"			rport=`echo \"$FD_ESD\" | sed -e 's/^.*://'`\n"
+"			dport=`expr $rport + 1`\n"
+"			dport=`freeport $dport`\n"
+"			FD_ESD=$dport\n"
+"			redir_daemon=\"$redir_daemon,TS_ESD_REDIR:$dport:$rport\"\n"
+"		fi\n"
+"		if echo \"$FD_ESD\" | grep ':' > /dev/null; then\n"
+"			:\n"
+"		else\n"
+"			FD_ESD=\"localhost:$FD_ESD\"\n"
+"		fi\n"
+"		sess=\"ESPEAKER=$FD_ESD $have_esddsp -s $FD_ESD $sess\"\n"
+"		need_env=1\n"
+"	fi\n"
+"	if [ \"X$FD_CUPS\" != \"X\" ]; then\n"
+"		if echo \"$FD_CUPS\" | grep '^DAEMON-' > /dev/null; then\n"
+"			FD_CUPS=`echo \"$FD_CUPS\" | sed -e 's/DAEMON-//'`\n"
+"			rport=`echo \"$FD_CUPS\" | sed -e 's/^.*://'`\n"
+"			dport=`expr $rport + 1`\n"
+"			dport=`freeport $dport`\n"
+"			FD_CUPS=$dport\n"
+"			redir_daemon=\"$redir_daemon,TS_CUPS_REDIR:$dport:$rport\"\n"
+"#echo \"redir_daemon=$redir_daemon\" 1>&2\n"
+"		fi\n"
+"		if echo \"$FD_CUPS\" | grep ':' > /dev/null; then\n"
+"			:\n"
+"		else\n"
+"			FD_CUPS=\"localhost:$FD_CUPS\"\n"
+"		fi\n"
+"		csr=`echo \"$FD_CUPS\" | awk -F: '{print $1}'`\n"
+"		ipp=`echo \"$FD_CUPS\" | awk -F: '{print $2}'`\n"
+"		old=`strings -a /usr/sbin/cupsd 2>/dev/null | grep 'CUPS.v1\\.[01]'`\n"
+"		if [ \"X$old\" != \"X\" ]; then\n"
+"			FD_CUPS=`echo \"$FD_CUPS\" | sed -e 's/:.*$//'`\n"
+"		fi\n"
+"		sess=\"CUPS_SERVER=$FD_CUPS IPP_PORT=$ipp $sess\"\n"
+"		need_env=1\n"
+"	fi\n"
+"\n"
+"	if [ \"X$FD_SMB\" != \"X\" ]; then\n"
+"		if echo \"$FD_SMB\" | grep '^DAEMON-' > /dev/null; then\n"
+"			FD_SMB=`echo \"$FD_SMB\" | sed -e 's/DAEMON-//'`\n"
+"			rport=`echo \"$FD_SMB\" | sed -e 's/^.*://'`\n"
+"			dport=`expr $rport + 1`\n"
+"			dport=`freeport $dport`\n"
+"			FD_SMB=$dport\n"
+"			redir_daemon=\"$redir_daemon,TS_SMB_REDIR:$dport:$rport\"\n"
+"		fi\n"
+"		if echo \"$FD_SMB\" | grep ':' > /dev/null; then\n"
+"			:\n"
+"		else\n"
+"			FD_SMB=\"localhost:$FD_SMB\"\n"
+"		fi\n"
+"		smh=`echo \"$FD_SMB\" | awk -F: '{print $1}'`\n"
+"		smp=`echo \"$FD_SMB\" | awk -F: '{print $2}'`\n"
+"		if [ \"X$smh\" = \"X\" ]; then\n"
+"			smh=localhost\n"
+"		fi\n"
+"		sess=\"SMB_SERVER=$FD_SMB SMB_HOST=$smh SMB_PORT=$smp $sess\"\n"
+"		need_env=1\n"
+"	fi\n"
+"\n"
+"	if [ \"X$FD_NAS\" != \"X\" ]; then\n"
+"		if echo \"$FD_NAS\" | grep '^DAEMON-' > /dev/null; then\n"
+"			FD_NAS=`echo \"$FD_NAS\" | sed -e 's/DAEMON-//'`\n"
+"			rport=`echo \"$FD_NAS\" | sed -e 's/^.*://'`\n"
+"			dport=`expr $rport + 1`\n"
+"			dport=`freeport $dport`\n"
+"			FD_NAS=$dport\n"
+"			redir_daemon=\"$redir_daemon,TS_NAS_REDIR:$dport:$rport\"\n"
+"		fi\n"
+"		if echo \"$FD_NAS\" | grep ':' > /dev/null; then\n"
+"			:\n"
+"		else\n"
+"			FD_NAS=\"tcp/localhost:$FD_NAS\"\n"
+"		fi\n"
+"		sess=\"AUDIOSERVER=$FD_NAS $sess\"\n"
+"		need_env=1\n"
+"	fi\n"
+"	if [ \"X$need_env\" != \"X\" ]; then\n"
+"		sess=\"env $sess\"\n"
+"	fi\n"
+"	redir_daemon=`echo \"$redir_daemon\" | sed -e 's/^,*//'`\n"
+"}\n"
+"\n"
 "server() {\n"
 "	authfile=`auth`\n"
 "	sess=`findsession`\n"
@@ -1067,6 +1178,10 @@ char create_display[] =
 "	if [ \"X$have_root\" != \"X\" -a \"X$USER\" != \"Xroot\" ]; then\n"
 "		sess=\"env DISPLAY=:$N $sess\"\n"
 "	fi\n"
+"\n"
+"	redir_daemon=\"\"\n"
+"	check_redir_services\n"
+"\n"
 "	rmf=\"/nosuch\"\n"
 "	if echo \"$sess\" | grep '[ 	]' > /dev/null; then\n"
 "		stmp=/tmp/.cd$$`random`\n"
@@ -1163,6 +1278,15 @@ char create_display[] =
 "	else\n"
 "		$have_nohup sh -c \"(sleep 60; rm -f $rmf $authfile)\" 1>&2 &\n"
 "	fi\n"
+"\n"
+"	if [ \"X$redir_daemon\" != \"X\" -a \"X$result\" = \"X1\" ]; then\n"
+"		redir_daemon=`echo \"$redir_daemon\" | sed -e 's|[^A-z0-9:,/]||g'`\n"
+"		xprog=$X11VNC_PROG\n"
+"		if [ \"X$xprog\" = \"X\"]; then\n"
+"			xprog=x11vnc\n"
+"		fi\n"
+"		$have_nohup sh -c \"$xprog -sleepin 10 -auth $authfile -tsd $redir_daemon\" 2>.tsd.log.$USER 1>&2 &\n"
+"	fi\n"
 "}\n"
 "\n"
 "try_X() {\n"
@@ -1190,14 +1314,13 @@ char create_display[] =
 "	if [ \"X$have_Xdummy\" = \"X\" ]; then\n"
 "		return\n"
 "	fi\n"
-"	if [ \"X$have_root\" = \"X\" ]; then\n"
+"	if [ \"X$FD_XDUMMY_NOROOT\" != \"X\" ]; then\n"
+"		:\n"
+"	elif [ \"X$have_root\" = \"X\" ]; then\n"
 "		return\n"
 "	fi\n"
 "\n"
-"	#save_have_startx=$have_startx\n"
-"	#have_startx=\"\"\n"
-"	server $have_Xdummy :$N -geom $geom -depth $depth\n"
-"	#have_startx=$save_have_startx\n"
+"	server $have_Xdummy :$N -geometry $geom -depth $depth\n"
 "}\n"
 "\n"
 "try_Xvnc() {\n"
@@ -1336,6 +1459,46 @@ char create_display[] =
 "	echo \"$tmp\"\n"
 "}\n"
 "\n"
+"freeport() {\n"
+"	base=$1\n"
+"	if [ \"X$have_uname\" != \"X\" -a \"X$have_netstat\" != \"X\" ]; then\n"
+"		inuse=\"\"\n"
+"		if $have_uname | grep Linux > /dev/null; then\n"
+"			inuse=`$have_netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`\n"
+"		elif $have_uname | grep SunOS > /dev/null; then\n"
+"			inuse=`$have_netstat -an -f inet -P tcp | grep LISTEN | awk '{print $1}' | sed 's/^.*\\.//'`\n"
+"		elif $have_uname | grep -i bsd > /dev/null; then\n"
+"			inuse=`$have_netstat -ant -f inet | grep LISTEN | awk '{print $4}' | sed 's/^.*\\.//'`\n"
+"		# add others...\n"
+"		fi\n"
+"	fi\n"
+"	i=0\n"
+"	ok=\"\"\n"
+"	while [ $i -lt 500 ]\n"
+"	do\n"
+"		tryp=`expr $base + $i`\n"
+"		if echo \"$inuse\" | grep -w \"$tryp\" > /dev/null; then\n"
+"			:\n"
+"		elif echo \"$palloc\" | tr ' ' '\\n' | grep -w \"$tryp\" > /dev/null; then\n"
+"			:\n"
+"		else\n"
+"			ok=$tryp\n"
+"			break\n"
+"		fi\n"
+"		i=`expr $i + 1`\n"
+"	done\n"
+"	if [ \"X$ok\" != \"X\" ]; then\n"
+"		base=$ok\n"
+"	fi\n"
+"	if [ \"X$palloc\" = \"X\" ]; then\n"
+"		palloc=\"$base\"\n"
+"	else\n"
+"		palloc=\"$palloc $base\"\n"
+"	fi\n"
+"	echo \"$base\"\n"
+"}\n"
+"\n"
+"\n"
 "depth=${depth:-16}\n"
 "geom=${geom:-1280x1024}\n"
 "\n"
@@ -1389,7 +1552,7 @@ char create_display[] =
 "	p_ok=1\n"
 "fi\n"
 "\n"
-"for prog in startx xinit xdm gdm kdm xterm Xdummy Xvfb Xvnc xauth mcookie md5sum xmodmap startkde gnome-session blackbox fvwm2 mwm openbox twm windowmaker wmaker metacity X Xorg XFree86 Xsun Xsession dtwm netstat nohup\n"
+"for prog in startx xinit xdm gdm kdm xterm Xdummy Xvfb Xvnc xauth mcookie md5sum xmodmap startkde gnome-session blackbox fvwm2 mwm openbox twm windowmaker wmaker metacity X Xorg XFree86 Xsun Xsession dtwm netstat nohup esddsp konsole gnome-terminal\n"
 "do\n"
 "	p2=`echo \"$prog\" | sed -e 's/-/_/g'`\n"
 "	eval \"have_$p2=''\"\n"
@@ -1406,6 +1569,13 @@ char create_display[] =
 "		eval \"have_$p2=$bpath\"\n"
 "	fi\n"
 "done\n"
+"if [ \"X$have_xterm\" = \"X\" ]; then\n"
+"	if [ \"X$have_konsole\" != \"X\" ]; then\n"
+"		have_xterm=$have_konsole\n"
+"	elif [ \"X$have_gnome_terminal\" != \"X\" ]; then\n"
+"		have_xterm=$have_gnome_terminal\n"
+"	fi\n"
+"fi\n"
 "\n"
 "if [ \"X$have_nohup\" = \"X\" ]; then\n"
 "	have_nohup=\"nohup\"\n"
diff --git a/x11vnc/user.c b/x11vnc/user.c
index 94b0629cc32ed1b1cbfb2ca1706c6d6a0570f69d..4b4e1da112cd43434afafa979e4201fefe9db6b8 100644
--- a/x11vnc/user.c
+++ b/x11vnc/user.c
@@ -1386,10 +1386,23 @@ int wait_for_client(int *argc, char** argv, int http) {
 		}
 
 		cmd = str + strlen("cmd=");
-		if (!strcmp(str, "FINDDISPLAY-print")) {
+		if (!strcmp(cmd, "FINDDISPLAY-print")) {
 			fprintf(stdout, "%s", find_display);
 			clean_up_exit(0);
 		}
+		if (!strcmp(cmd, "FINDDISPLAY-run")) {
+			char tmp[] = "/tmp/fd.XXXXXX";
+			char com[100];
+			int fd = mkstemp(tmp);
+			if (fd >= 0) {
+				write(fd, find_display, strlen(find_display));
+				close(fd);
+				sprintf(com, "/bin/sh %s -n; rm -f %s", tmp, tmp);
+				system(com);
+			}
+			unlink(tmp);
+			exit(0);
+		}
 		if (!strcmp(str, "FINDCREATEDISPLAY-print")) {
 			fprintf(stdout, "%s", create_display);
 			clean_up_exit(0);
@@ -1767,6 +1780,12 @@ if (0) db = 1;
 		/* only sets environment variables: */
 		run_user_command("", latest_client, "env", NULL, 0, NULL);
 
+		if (program_name) {
+			set_env("X11VNC_PROG", program_name);
+		} else {
+			set_env("X11VNC_PROG", "x11vnc");
+		}
+
 		if (!strcmp(cmd, "FINDDISPLAY") ||
 		    strstr(cmd, "FINDCREATEDISPLAY") == cmd) {
 			char *nd = "";
@@ -1789,7 +1808,9 @@ if (0) db = 1;
 			if (strstr(cmd, "FINDCREATEDISPLAY") == cmd) {
 				char *opts = strchr(cmd, '-');
 				char st[] = "";
-				char geom[128], xsess[128], fdopts[128], fdprog[128], fdxsrv[128];
+				char fdgeom[128], fdsess[128], fdopts[128], fdprog[128];
+				char fdxsrv[128], fdxdum[128], fdcups[128], fdesd[128];
+				char fdnas[128], fdsmb[128], fdtag[128];
 				if (opts) {
 					opts++;
 					if (strstr(opts, "xdmcp")) {
@@ -1798,43 +1819,43 @@ if (0) db = 1;
 				} else {
 					opts = st;
 				}
-				sprintf(geom, "NONE");
-				xsess[0] = '\0';
-				geom[0] = '\0';
+				sprintf(fdgeom, "NONE");
+				fdsess[0] = '\0';
+				fdgeom[0] = '\0';
 				fdopts[0] = '\0';
 				fdprog[0] = '\0';
 				fdxsrv[0] = '\0';
-#if 0
-if (!keep_unixpw_opts) {
-	fprintf(stderr, "no keep_unixpw_opts\n");
-} else {
-	fprintf(stderr, "keep_unixpw_opts: %s\n", keep_unixpw_opts);
-}
-#endif
+				fdxdum[0] = '\0';
+				fdcups[0] = '\0';
+				fdesd[0]  = '\0';
+				fdnas[0]  = '\0';
+				fdsmb[0]  = '\0';
+				fdtag[0]  = '\0';
+
 				if (unixpw && keep_unixpw_opts && keep_unixpw_opts[0] != '\0') {
 					char *q, *p, *t = strdup(keep_unixpw_opts);
 					if (strstr(t, "gnome")) {
-						sprintf(xsess, "gnome");
+						sprintf(fdsess, "gnome");
 					} else if (strstr(t, "kde")) {
-						sprintf(xsess, "kde");
+						sprintf(fdsess, "kde");
 					} else if (strstr(t, "twm")) {
-						sprintf(xsess, "twm");
+						sprintf(fdsess, "twm");
 					} else if (strstr(t, "fvwm")) {
-						sprintf(xsess, "fvwm");
+						sprintf(fdsess, "fvwm");
 					} else if (strstr(t, "mwm")) {
-						sprintf(xsess, "mwm");
+						sprintf(fdsess, "mwm");
 					} else if (strstr(t, "cde")) {
-						sprintf(xsess, "cde");
+						sprintf(fdsess, "cde");
 					} else if (strstr(t, "dtwm")) {
-						sprintf(xsess, "dtwm");
+						sprintf(fdsess, "dtwm");
 					} else if (strstr(t, "xterm")) {
-						sprintf(xsess, "xterm");
+						sprintf(fdsess, "xterm");
 					} else if (strstr(t, "wmaker")) {
-						sprintf(xsess, "wmaker");
+						sprintf(fdsess, "wmaker");
 					} else if (strstr(t, "Xsession")) {
-						sprintf(xsess, "Xsession");
+						sprintf(fdsess, "Xsession");
 					} else if (strstr(t, "failsafe")) {
-						sprintf(xsess, "failsafe");
+						sprintf(fdsess, "failsafe");
 					}
 
 					q = strstr(t, "ge=");
@@ -1859,19 +1880,33 @@ if (!keep_unixpw_opts) {
 							p++;
 						}
 						if (ok && strlen(q) < 32) {
-							sprintf(geom, q);
+							sprintf(fdgeom, q);
 							if (!quiet) {
-								rfbLog("set create display geom: %s\n", geom);
+								rfbLog("set create display geom: %s\n", fdgeom);
 							}
 						}
 					}
+					q = strstr(t, "cups=");
+					if (q) {
+						int p;
+						if (sscanf(q, "cups=%d", &p) == 1) {
+							sprintf(fdcups, "%d", p);
+						}
+					}
+					q = strstr(t, "esd=");
+					if (q) {
+						int p;
+						if (sscanf(q, "esd=%d", &p) == 1) {
+							sprintf(fdesd, "%d", p);
+						}
+					}
 					free(t);
 				}
-				if (geom[0] == '\0' && getenv("FD_GEOM")) {
-					snprintf(geom,  120, "%s", getenv("FD_GEOM"));
+				if (fdgeom[0] == '\0' && getenv("FD_GEOM")) {
+					snprintf(fdgeom,  120, "%s", getenv("FD_GEOM"));
 				}
-				if (xsess[0] == '\0' && getenv("FD_SESS")) {
-					snprintf(xsess, 120, "%s", getenv("FD_SESS"));
+				if (fdsess[0] == '\0' && getenv("FD_SESS")) {
+					snprintf(fdsess, 120, "%s", getenv("FD_SESS"));
 				}
 				if (fdopts[0] == '\0' && getenv("FD_OPTS")) {
 					snprintf(fdopts, 120, "%s", getenv("FD_OPTS"));
@@ -1882,12 +1917,36 @@ if (!keep_unixpw_opts) {
 				if (fdxsrv[0] == '\0' && getenv("FD_XSRV")) {
 					snprintf(fdxsrv, 120, "%s", getenv("FD_XSRV"));
 				}
+				if (fdcups[0] == '\0' && getenv("FD_CUPS")) {
+					snprintf(fdcups, 120, "%s", getenv("FD_CUPS"));
+				}
+				if (fdesd[0] == '\0' && getenv("FD_ESD")) {
+					snprintf(fdesd, 120, "%s", getenv("FD_ESD"));
+				}
+				if (fdnas[0] == '\0' && getenv("FD_NAS")) {
+					snprintf(fdnas, 120, "%s", getenv("FD_NAS"));
+				}
+				if (fdsmb[0] == '\0' && getenv("FD_SMB")) {
+					snprintf(fdsmb, 120, "%s", getenv("FD_SMB"));
+				}
+				if (fdtag[0] == '\0' && getenv("FD_TAG")) {
+					snprintf(fdtag, 120, "%s", getenv("FD_TAG"));
+				}
+				if (fdxdum[0] == '\0' && getenv("FD_XDUMMY_NOROOT")) {
+					snprintf(fdxdum, 120, "%s", getenv("FD_XDUMMY_NOROOT"));
+				}
 
-				set_env("FD_GEOM", geom);
-				set_env("FD_SESS", xsess);
+				set_env("FD_GEOM", fdgeom);
 				set_env("FD_OPTS", fdopts);
 				set_env("FD_PROG", fdprog);
 				set_env("FD_XSRV", fdxsrv);
+				set_env("FD_CUPS", fdcups);
+				set_env("FD_ESD",  fdesd);
+				set_env("FD_NAS",  fdnas);
+				set_env("FD_SMB",  fdsmb);
+				set_env("FD_TAG",  fdtag);
+				set_env("FD_XDUMMY_NOROOT", fdxdum);
+				set_env("FD_SESS", fdsess);
 
 				if (usslpeer || (unixpw && keep_unixpw_user)) {
 					char *uu = usslpeer;
@@ -1900,16 +1959,32 @@ if (!keep_unixpw_opts) {
 					    + strlen("FD_OPTS='' ")
 					    + strlen("FD_PROG='' ")
 					    + strlen("FD_XSRV='' ")
+					    + strlen("FD_CUPS='' ")
+					    + strlen("FD_ESD='' ")
+					    + strlen("FD_NAS='' ")
+					    + strlen("FD_SMB='' ")
+					    + strlen("FD_TAG='' ")
+					    + strlen("FD_XDUMMY_NOROOT='' ")
 					    + strlen("FD_SESS='' /bin/sh ")
 					    + strlen(uu) + 1
-					    + strlen(geom) + 1
-					    + strlen(xsess) + 1
+					    + strlen(fdgeom) + 1
 					    + strlen(fdopts) + 1
 					    + strlen(fdprog) + 1
 					    + strlen(fdxsrv) + 1
+					    + strlen(fdcups) + 1
+					    + strlen(fdesd) + 1
+					    + strlen(fdnas) + 1
+					    + strlen(fdsmb) + 1
+					    + strlen(fdtag) + 1
+					    + strlen(fdxdum) + 1
+					    + strlen(fdsess) + 1
 					    + strlen(opts) + 1);
-					sprintf(create_cmd, "env USER='%s' FD_GEOM='%s' FD_SESS='%s' FD_OPTS='%s' FD_PROG='%s' FD_XSRV='%s' /bin/sh %s %s",
-					    uu, geom, xsess, fdopts, fdprog, fdxsrv, tmp, opts);
+					sprintf(create_cmd, "env USER='%s' FD_GEOM='%s' FD_SESS='%s' "
+					    "FD_OPTS='%s' FD_PROG='%s' FD_XSRV='%s' FD_CUPS='%s' "
+					    "FD_ESD='%s' FD_NAS='%s' FD_SMB='%s' FD_TAG='%s' "
+					    "FD_XDUMMY_NOROOT='%s' /bin/sh %s %s",
+					    uu, fdgeom, fdsess, fdopts, fdprog, fdxsrv,
+					    fdcups, fdesd, fdnas, fdsmb, fdtag, fdxdum, tmp, opts);
 				} else {
 					create_cmd = (char *) malloc(strlen(tmp)
 					    + strlen("/bin/sh ") + 1 + strlen(opts) + 1);
@@ -2161,7 +2236,7 @@ if (db) fprintf(stderr, "line1=%s\n", line1);
 			char *t = strstr(line1, ",VT=");
 			vt = atoi(t + strlen(",VT="));
 			*t = '\0';
-			if (7 <= vt && vt <= 128) {
+			if (7 <= vt && vt <= 15) {
 				char chvt[100];
 				sprintf(chvt, "chvt %d >/dev/null 2>/dev/null &", vt);
 				rfbLog("running: %s\n", chvt);
diff --git a/x11vnc/userinput.c b/x11vnc/userinput.c
index 248874866c2ec6f61ff79cfaa9d2d9fa6330a9ab..ecd71e7f54cd99ec8693204cb3c682e45769a38b 100644
--- a/x11vnc/userinput.c
+++ b/x11vnc/userinput.c
@@ -1954,7 +1954,7 @@ if (0) fprintf(stderr, "sa.. %d %d %d %d %d %d\n", sx1, sy1, sx2, sy2, sdx, sdy)
 			sy1 = sy2;
 			sy2 = t;
 		}
-if (1) fprintf(stderr, "sb.. %d %d %d %d %d %d\n", sx1, sy1, sx2, sy2, sdx, sdy);
+if (0) fprintf(stderr, "sb.. %d %d %d %d %d %d\n", sx1, sy1, sx2, sy2, sdx, sdy);
 
 		if (mode == DCR_Direct) {
 			rfbClientIteratorPtr i;
@@ -3619,7 +3619,7 @@ void clear_win_events(Window win, int vis) {
 /* XXX Y */
 		if (vis) {
 			while (XCheckTypedWindowEvent(dpy, win, VisibilityNotify, &ev)) {
-				fprintf(stderr, "+");
+				if (ncdb) fprintf(stderr, "+");
 				if (trapped_xerror) {
 					break;
 				}
@@ -7692,7 +7692,7 @@ int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w,
 	
 	if (orig_w >= w && orig_h >= h) {
 
-fprintf(stderr, "Shrinking resize %d  %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w, orig_h, orig_x, orig_y, w, h, x, y);
+if (0) fprintf(stderr, "Shrinking resize %d  %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w, orig_h, orig_x, orig_y, w, h, x, y);
 		r3 = sraRgnCreateRgn(r1);
 		sraRgnSubtract(r3, r2);
 
@@ -7739,7 +7739,7 @@ fprintf(stderr, "Shrinking resize %d  %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w
 		/* XXX Y */
 		if (0) cache_list[idx].su_time = dnow();
 	} else {
-fprintf(stderr, "Growing resize %d  %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w, orig_h, orig_x, orig_y, w, h, x, y);
+if (0) fprintf(stderr, "Growing resize %d  %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w, orig_h, orig_x, orig_y, w, h, x, y);
 
 		sx1 = cache_list[idx].su_x;
 		sy1 = cache_list[idx].su_y;
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1
index e935ad875b96ef9d7d42875e709f4b274134cc95..2a75ccc21c462214fc75ae9226960654d86ffc61 100644
--- a/x11vnc/x11vnc.1
+++ b/x11vnc/x11vnc.1
@@ -1,8 +1,8 @@
 .\" This file was automatically generated from x11vnc -help output.
-.TH X11VNC "1" "August 2007" "x11vnc " "User Commands"
+.TH X11VNC "1" "September 2007" "x11vnc " "User Commands"
 .SH NAME
 x11vnc - allow VNC connections to real X11 displays
-         version: 0.9.3, lastmod: 2007-08-19
+         version: 0.9.3, lastmod: 2007-09-04
 .SH SYNOPSIS
 .B x11vnc
 [OPTION]...
@@ -84,6 +84,12 @@ to also be :N  This just sets the \fB-rfbport\fR option
 to 5900+N.  The program will exit immediately if that
 port is not available.
 .PP
+\fB-autoport\fR \fIn\fR
+.IP
+Automatically probe for a free VNC port starting at n.
+The default is to start probing at 5900.  Use this to
+stay away from other VNC servers near 5900.
+.PP
 \fB-reflect\fR \fIhost:N\fR
 .IP
 Instead of connecting to and polling an X display,
@@ -898,8 +904,9 @@ in addition to this option.
 .PP
 \fB-find\fR
 .IP
-Find the user's display using FINDDISPLAY. It is an
-alias for "\fB-display\fR \fIWAIT:cmd=FINDDISPLAY\fR".
+Find the user's display using FINDDISPLAY. It is
+an alias for "\fB-display\fR \fIWAIT:cmd=FINDDISPLAY\fR".
+Use \fB-finddpy\fR to run the FINDDISPLAY program and exit.
 .PP
 \fB-create\fR
 .IP
@@ -908,12 +915,22 @@ if that doesn't work create an X session via the
 FINDCREATEDISPLAY method. This is an alias for
 "\fB-display\fR \fIWAIT:cmd=FINDCREATEDISPLAY-Xvfb\fR".
 .PP
+\fB-xdummy\fR
+.IP
+As \fB-create\fR except Xdummy instead of Xvfb.  Implies
+FD_XDUMMY_NOROOT=1.
+.PP
 \fB-svc\fR
 .IP
 Terminal services mode. Also "\fB-service\fR". Alias for
 \fB-display\fR WAIT:cmd=FINDCREATEDISPLAY-Xvfb \fB-unixpw\fR
 \fB-users\fR unixpw= \fB-ssl\fR SAVE
 .PP
+\fB-svc_xdummy\fR
+.IP
+As \fB-svc\fR except Xdummy instead of Xvfb.  Implies
+FD_XDUMMY_NOROOT=1.
+.PP
 \fB-xdmsvc\fR
 .IP
 Terminal services mode. Also "\fB-xdm_service\fR". Alias for
@@ -1052,13 +1069,16 @@ find one it will try to *start* up an X server session
 for the user.  This is the only time x11vnc tries to
 actually start up an X server.
 .IP
-By default FINDCREATEDISPLAY will try Xdummy and
-then Xvfb.  The Xdummy wrapper is part of the x11vnc
-source code (x11vnc/misc/Xdummy)  It should be available
-in PATH and have run "Xdummy \fB-install"\fR once to create
-the shared library.  Xdummy requires root permission
-and only works on Linux.  Xvfb is available on most
-platforms and does not require root.
+By default FINDCREATEDISPLAY will try Xdummy and then
+Xvfb.  The Xdummy wrapper is part of the x11vnc source
+code (x11vnc/misc/Xdummy)  It should be available in
+PATH and have run "Xdummy \fB-install"\fR once to create
+the shared library.  Xdummy requires root permission and
+only works on Linux.  (Note: specify FD_XDUMMY_NOROOT=1
+to skip a check for the root id; evidently your 
+.IR sudo (1)
+will take care of everything).  Xvfb is available on
+most platforms and does not require root.
 .IP
 When x11vnc exits (i.e. user disconnects) the X
 server session stays running in the background.
@@ -1117,6 +1137,13 @@ failsafe, etc.). FD_OPTS as extra options to pass to
 the X server. You can also set FD_PROG to be the full
 path to the session/windowmanager program.
 .IP
+More FD tricks:  FD_CUPS=port or FD_CUPS=host:port
+will set the cups printing environment.  Similarly
+for FD_ESD=port or FD_ESD=host:port for esddsp sound
+redirection.  FD_XDUMMY_NOROOT means the Xdummy server
+does not need to be started as root (e.g. it will sudo
+automatically)
+.IP
 If you want the FINDCREATEDISPLAY session to contact an
 XDMCP login manager (xdm/gdm/kdm) on the same machine,
 then use "Xvfb.xdmcp" instead of "Xvfb", etc.
@@ -1700,9 +1727,9 @@ the directory as though the \fB-http\fR option was supplied.
 .PP
 \fB-httpsredir\fR \fI[port]\fR
 .IP
-In \fB-ssl\fR mode with the Java applet retrieved via HTTPS:
+In \fB-ssl\fR mode with the Java applet retrieved via HTTPS,
 when the HTML file containing applet parameters
-('index.vnc' or 'proxy.vnc') is sent do not set the
+('index.vnc' or 'proxy.vnc') is sent do NOT set the
 applet PORT parameter to the actual VNC port but set it
 to "port" instead.  If "port" is not supplied, then
 the port number is guessed from the Host: HTTP header.
@@ -1716,9 +1743,12 @@ on the internal workstation. For example, one could
 redir from mygateway.com:443 to workstation:5900.
 .IP
 This spares the user from having to type in
-https://mygateway.com/?PORT=443 into their web browser
-(note 443 is the default https port; other ports must
-be explicity indicated: https://mygateway.com:8000/...)
+https://mygateway.com/?PORT=443 into their web
+browser. Note taht port 443 is the default https port;
+other ports must be explicity indicated, for example:
+https://mygateway.com:8000/?PORT=8000.  To avoid having
+to include the PORT= in the browser URL, simply supply
+"\fB-httpsredir\fR" to x11vnc.
 .PP
 \fB-usepw\fR
 .IP
@@ -2084,6 +2114,12 @@ libvncserver tries to do so something reasonable for
 viewers that cannot do this (portions of the screen
 may be clipped, unused, etc).
 .IP
+Note: the default now is to check for XRANDR events, but
+do not trap every X call that may fail due to resize.
+If a resize event is received, the full \fB-xrandr\fR mode
+is enabled.  To disable even checking for events supply:
+\fB-noxrandr.\fR
+.IP
 "mode" defaults to "resize", which means create a
 new, resized, framebuffer and hope all viewers can cope
 with the change.  "newfbsize" means first disconnect
@@ -4446,7 +4482,7 @@ ncache_no_rootpixmap    enable  ncache_no_rootpixmap.
 .IP
 noncache_no_rootpixmap  disable ncache_no_rootpixmap.
 .IP
-ncache_reset_rootpixmap recheck the root pixmap
+ncache_reset_rootpixmap recheck the root pixmap, ncrp
 .IP
 ncache_keep_anims       enable  ncache_keep_anims.
 .IP
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c
index b98ebf1b06c7ade46dfe2cd3bbc01040eb906b58..ca76d8dce314cf70d4359a18e26502cfda2ea5da 100644
--- a/x11vnc/x11vnc.c
+++ b/x11vnc/x11vnc.c
@@ -394,6 +394,574 @@ if (0 && dt > 0.0) fprintf(stderr, "dt: %.5f %.4f\n", dt, dnowx());
 	return msec;
 }
 
+static int tsdo_timeout_flag;
+
+static void tsdo_timeout (int sig) {
+	tsdo_timeout_flag = 1;
+}
+
+#define TASKMAX 32
+static pid_t ts_tasks[TASKMAX];
+static int ts_taskn = -1;
+
+int tsdo(int port, int lsock, int *conn) {
+	int csock, rsock, i, db = 1;
+	pid_t pid;
+	struct sockaddr_in addr;
+#ifdef __hpux
+	int addrlen = sizeof(addr);
+#else
+	socklen_t addrlen = sizeof(addr);
+#endif
+
+	if (*conn < 0) {
+		signal(SIGALRM, tsdo_timeout);
+		tsdo_timeout_flag = 0;
+
+		alarm(10);
+		csock = accept(lsock, (struct sockaddr *)&addr, &addrlen);
+		alarm(0);
+
+		if (db) rfbLog("tsdo: accept: lsock: %d, csock: %d, port: %d\n", lsock, csock, port);
+
+		if (tsdo_timeout_flag > 0 || csock < 0) {
+			close(csock);
+			*conn = -1;
+			return 1;
+		}
+		*conn = csock;
+	} else {
+		csock = *conn;
+		if (db) rfbLog("tsdo: using exiting csock: %d, port: %d\n", csock, port);
+	}
+
+	rsock = rfbConnectToTcpAddr("127.0.0.1", port);
+	if (rsock < 0) {
+		if (db) rfbLog("tsdo: rfbConnectToTcpAddr(port=%d) failed.\n", port);
+		return 2;
+	}
+
+	pid = fork();
+	if (pid < 0) {
+		close(rsock);
+		return 3;
+	}
+	if (pid > 0) {
+		ts_taskn = (ts_taskn+1) % TASKMAX;
+		ts_tasks[ts_taskn] = pid;
+		close(csock);
+		*conn = -1;
+		close(rsock);
+		return 0;
+	}
+	if (pid == 0) {
+		for (i=0; i<255; i++) {
+			if (i != csock && i != rsock && i != 2) {
+				close(i);
+			}
+		}
+#if LIBVNCSERVER_HAVE_SETSID
+		if (setsid() == -1) {
+			perror("setsid");
+			exit(1);
+		}
+#else
+		if (setpgrp() == -1) {
+			perror("setpgrp");
+			exit(1);
+		}
+#endif	/* SETSID */
+		raw_xfer(rsock, csock, csock);
+		exit(0);
+	}
+}
+
+void set_redir_properties(void);
+
+#define TSMAX 32
+#define TSSTK 16
+void terminal_services(char *list) {
+	int i, j, n = 0, db = 1;
+	char *p, *q, *r, *str = strdup(list);
+#if !NO_X11
+	char *tag[TSMAX];
+	int listen[TSMAX], redir[TSMAX][TSSTK], socks[TSMAX], tstk[TSSTK];
+	Atom at, atom[TSMAX];
+	fd_set rd;
+	Window rwin;
+	XErrorHandler   old_handler1;
+	XIOErrorHandler old_handler2;
+	char num[32];
+	time_t last_clean = time(NULL);
+
+	if (! dpy) {
+		return;
+	}
+	rwin = RootWindow(dpy, DefaultScreen(dpy));
+
+	at = XInternAtom(dpy, "TS_REDIR_LIST", False);
+	if (at != None) {
+		XChangeProperty(dpy, rwin, at, XA_STRING, 8,
+		    PropModeReplace, (unsigned char *)list, strlen(list));
+		XSync(dpy, False);
+	}
+	for (i=0; i<TASKMAX; i++) {
+		ts_tasks[i] = 0;
+	}
+	for (i=0; i<TSMAX; i++) {
+		for (j=0; j<TSSTK; j++) {
+			redir[i][j] = 0;
+		}
+	}
+
+	p = strtok(str, ",");
+	while (p) {
+		int m1, m2;
+		if (db) fprintf(stderr, "item: %s\n", p);
+		q = strrchr(p, ':');
+		if (!q) {
+			p = strtok(NULL, ",");
+			continue;
+		}
+		r = strchr(p, ':');
+		if (!r || r == q) {
+			p = strtok(NULL, ",");
+			continue;
+		}
+
+		m1 = atoi(q+1);
+		*q = '\0';
+		m2 = atoi(r+1);
+		*r = '\0';
+
+		if (m1 <= 0 || m2 <= 0 || m1 >= 0xffff || m2 >= 0xffff) {
+			p = strtok(NULL, ",");
+			continue;
+		}
+
+		redir[n][0] = m1;
+		listen[n] = m2;
+		tag[n] = strdup(p);
+
+		if (db) fprintf(stderr, "     %d %d %s\n", redir[n][0], listen[n], tag[n]);
+
+		*r = ':';
+		*q = ':';
+
+		n++;
+		if (n >= TSMAX) {
+			break;
+		}
+		p = strtok(NULL, ",");
+	}
+	free(str);
+
+	if (n==0) {
+		return;
+	}
+
+	at = XInternAtom(dpy, "TS_REDIR_PID", False);
+	if (at != None) {
+		sprintf(num, "%d", getpid());
+		XChangeProperty(dpy, rwin, at, XA_STRING, 8,
+		    PropModeReplace, (unsigned char *)num, strlen(num));
+		XSync(dpy, False);
+	}
+
+	for (i=0; i<n; i++) {
+		atom[i] = XInternAtom(dpy, tag[i], False);
+		if (db) fprintf(stderr, "tag: %s atom: %d\n", tag[i], atom[i]);
+		if (atom[i] == None) {
+			continue;
+		}
+		sprintf(num, "%d", redir[i][0]);
+		if (db) fprintf(stderr, "     listen: %d  redir: %s\n", listen[i], num);
+		XChangeProperty(dpy, rwin, atom[i], XA_STRING, 8,
+		    PropModeReplace, (unsigned char *)num, strlen(num));
+		XSync(dpy, False);
+
+		socks[i] = rfbListenOnTCPPort(listen[i], htonl(INADDR_LOOPBACK));
+	}
+
+	if (getenv("TSD_RESTART")) {
+		if (!strcmp(getenv("TSD_RESTART"), "1")) {
+			set_redir_properties();
+		}
+	}
+
+	while (1) {
+		struct timeval tv;
+		int nfd;
+		int fmax = -1;
+
+		tv.tv_sec  = 3;
+		tv.tv_usec = 0;
+
+		FD_ZERO(&rd);
+		for (i=0; i<n; i++) {
+			if (socks[i] >= 0) {
+				FD_SET(socks[i], &rd);
+				if (socks[i] > fmax) {
+					fmax = socks[i];
+				}
+			}
+		}
+
+		nfd = select(fmax+1, &rd, NULL, NULL, &tv);
+
+		if (db && 0) fprintf(stderr, "nfd=%d\n", nfd);
+		if (nfd < 0 && errno == EINTR) {
+			XSync(dpy, True);
+			continue;
+		}
+		if (nfd > 0) {
+			for(i=0; i<n; i++) {
+				int k = 0;
+				for (j = 0; j < TSSTK; j++) {
+					tstk[j] = 0;
+				}
+				for (j = 0; j < TSSTK; j++) {
+					if (redir[i][j] != 0) {
+						tstk[k++] = redir[i][j];
+					}
+				}
+				for (j = 0; j < TSSTK; j++) {
+					redir[i][j] = tstk[j];
+if (tstk[j] != 0) fprintf(stderr, "B redir[%d][%d] = %d  %s\n", i, j, tstk[j], tag[i]);
+				}
+			}
+			for(i=0; i<n; i++) {
+				int s = socks[i];
+				if (s < 0) {
+					continue;
+				}
+				if (FD_ISSET(s, &rd)) {
+					int p0, p, found = -1, jzero = -1;
+					int conn = -1;
+
+					get_prop(num, 32, atom[i]);
+					p0 = atoi(num);
+
+					for (j = TSSTK-1; j >= 0; j--) {
+						if (redir[i][j] == 0) {
+							jzero = j;
+							continue;
+						}
+						if (p0 > 0 && p0 < 0xffff) {
+							if (redir[i][j] == p0) {
+								found = j;
+								break;
+							}
+						}
+					}
+					if (jzero < 0) {
+						jzero = TSSTK-1;
+					}
+					if (found < 0) {
+						if (p0 > 0 && p0 < 0xffff) {
+							redir[i][jzero] = p0;
+						}
+					}
+					for (j = TSSTK-1; j >= 0; j--) {
+						int rc;
+						p = redir[i][j];
+						if (p <= 0 || p >= 0xffff) {
+							redir[i][j] = 0;
+							continue;
+						}
+						rc = tsdo(p, s, &conn);
+						if (rc == 0) {
+							/* AOK */
+							if (db) fprintf(stderr, "tsdo[%d] OK: %d\n", i, p);
+							if (p != p0) {
+								sprintf(num, "%d", p);
+								XChangeProperty(dpy, rwin, atom[i], XA_STRING, 8,
+								    PropModeReplace, (unsigned char *)num, strlen(num));
+								XSync(dpy, False);
+							}
+							break;
+						} else if (rc == 1) {
+							/* accept failed */
+							if (db) fprintf(stderr, "tsdo[%d] accept failed: %d\n", i, p);
+							break;
+						} else if (rc == 2) {
+							/* connect failed */
+							if (db) fprintf(stderr, "tsdo[%d] connect failed: %d\n", i, p);
+							redir[i][j] = 0;
+							continue;
+						} else if (rc == 3) {
+							/* fork failed */
+							usleep(250*1000);
+							break;
+						}
+					}
+					for (j = 0; j < TSSTK; j++) {
+						if (redir[i][j] != 0) fprintf(stderr, "A redir[%d][%d] = %d  %s\n", i, j, redir[i][j], tag[i]);
+					}
+				}
+			}
+		}
+		for (i=0; i<TASKMAX; i++) {
+			pid_t p = ts_tasks[i];
+			if (p > 0) {
+				int status;
+				pid_t p2 = waitpid(p, &status, WNOHANG); 
+				if (p2 == p) {
+					ts_tasks[i] = 0;
+				}
+			}
+		}
+		/* this is to drop events and exit when X server is gone. */
+		old_handler1 = XSetErrorHandler(trap_xerror);
+		old_handler2 = XSetIOErrorHandler(trap_xioerror);
+		trapped_xerror = 0;
+		trapped_xioerror = 0;
+
+		XSync(dpy, True);
+
+		sprintf(num, "%d", (int) time(NULL));
+		at = XInternAtom(dpy, "TS_REDIR", False);
+		if (at != None) {
+			XChangeProperty(dpy, rwin, at, XA_STRING, 8,
+			    PropModeReplace, (unsigned char *)num, strlen(num));
+			XSync(dpy, False);
+		}
+		if (time(NULL) > last_clean + 20 * 60) {
+			int i, j;
+			for(i=0; i<n; i++) {
+				int first = 1;
+				for (j = TSSTK-1; j >= 0; j--) {
+					int s, p = redir[i][j];
+					if (p <= 0 || p >= 0xffff) {
+						redir[i][j] = 0;
+						continue;
+					}
+					s = rfbConnectToTcpAddr("127.0.0.1", p);
+					if (s < 0) {
+						redir[i][j] = 0;
+						if (db) fprintf(stderr, "tsdo[%d][%d] clean: connect failed: %d\n", i, j, p);
+					} else {
+						close(s);
+						if (first) {
+							sprintf(num, "%d", p);
+							XChangeProperty(dpy, rwin, atom[i], XA_STRING, 8,
+							    PropModeReplace, (unsigned char *)num, strlen(num));
+							XSync(dpy, False);
+						}
+						first = 0;
+					}
+					usleep(500*1000);
+				}
+			}
+			last_clean = time(NULL);
+		}
+		if (trapped_xerror || trapped_xioerror) {
+			if (db) fprintf(stderr, "Xerror: %d/%d\n", trapped_xerror, trapped_xioerror);
+			exit(0);
+		}
+		XSetErrorHandler(old_handler1);
+		XSetIOErrorHandler(old_handler2);
+	}
+#endif
+}
+
+char *ts_services[][2] = {
+	{"FD_CUPS", "TS_CUPS_REDIR"},
+	{"FD_SMB",  "TS_SMB_REDIR"},
+	{"FD_ESD",  "TS_ESD_REDIR"},
+	{"FD_NAS",  "TS_NAS_REDIR"},
+	{NULL, NULL}
+};
+
+void do_tsd(void) {
+#if !NO_X11
+	Atom a;
+	char prop[513];
+	pid_t pid;
+	char *cmd;
+	int n, sz = 0;
+	char *disp = DisplayString(dpy);
+
+	prop[0] = '\0';
+	a = XInternAtom(dpy, "TS_REDIR_LIST", False);
+	if (a != None) {
+		get_prop(prop, 512, a);
+	}
+
+	if (prop[0] == '\0') {
+		return;
+	}
+
+	if (! program_name) {
+		program_name = "x11vnc";
+	}
+	sz += strlen(program_name) + 1;
+	sz += strlen("-display") + 1;
+	sz += strlen(disp) + 1;
+	sz += strlen("-tsd") + 1;
+	sz += 1 + strlen(prop) + 1 + 1;
+	sz += strlen("-env TSD_RESTART=1") + 1;
+	sz += strlen("</dev/null 1>/dev/null 2>&1") + 1;
+	sz += strlen(" &") + 1;
+
+	cmd = (char *) malloc(sz);
+
+	if (getenv("XAUTHORITY")) {
+		char *xauth = getenv("XAUTHORITY");
+		if (!strcmp(xauth, "") || access(xauth, R_OK) != 0) {
+			*(xauth-2) = '_';	/* yow */
+		}
+	}
+	sprintf(cmd, "%s -display %s -tsd '%s' -env TSD_RESTART=1 </dev/null 1>/dev/null 2>&1 &", program_name, disp, prop); 
+	rfbLog("running: %s\n", cmd);
+
+#if LIBVNCSERVER_HAVE_FORK && LIBVNCSERVER_HAVE_SETSID
+	/* fork into the background now */
+	if ((pid = fork()) > 0)  {
+		pid_t pidw;
+		int status;
+		double s = dnow();
+
+		while (dnow() < s + 1.5) {
+			pidw = waitpid(pid, &status, WNOHANG);
+			if (pidw == pid) {
+				break;
+			}
+			usleep(100*1000);
+		}
+		return;
+
+	} else if (pid == -1) {
+		system(cmd);
+	} else {
+		setsid();
+		/* adjust our stdio */
+		n = open("/dev/null", O_RDONLY);
+		dup2(n, 0);
+		dup2(n, 1);
+		dup2(n, 2);
+		if (n > 2) {
+			close(n);
+		}
+		system(cmd);
+		exit(0);
+	}
+#else
+	system(cmd);
+#endif
+
+#endif
+}
+
+void set_redir_properties(void) {
+#if !NO_X11
+	char *e, *f, *t;
+	Atom a;
+	char num[32];
+	int i, p;
+
+	if (! dpy) {
+		return;
+	}
+
+	i = 0;
+	while (ts_services[i][0] != NULL) {
+		f = ts_services[i][0]; 
+		t = ts_services[i][1]; 
+		e = getenv(f);
+		if (!e || strstr(e, "DAEMON-") != e) {
+			i++;
+			continue;
+		}
+		p = atoi(e + strlen("DAEMON-"));
+		if (p <= 0) {
+			i++;
+			continue;
+		}
+		sprintf(num, "%d", p);
+		a = XInternAtom(dpy, t, False);
+		if (a != None) {
+			Window rwin = RootWindow(dpy, DefaultScreen(dpy));
+fprintf(stderr, "Set: %s %s %s -> %s\n", f, t, e, num);
+			XChangeProperty(dpy, rwin, a, XA_STRING, 8,
+			    PropModeReplace, (unsigned char *) num, strlen(num));
+			XSync(dpy, False);
+		}
+		i++;
+	}
+#endif
+}
+
+void check_redir_services(void) {
+#if !NO_X11
+	Atom a;
+	char prop[513];
+	time_t tsd_last;
+	int i, restart = 0;
+	pid_t pid = 0;
+
+	if (! dpy) {
+		return;
+	}
+
+	a = XInternAtom(dpy, "TS_REDIR_PID", False);
+	if (a != None) {
+		prop[0] = '\0';
+		get_prop(prop, 512, a);
+		if (prop[0] != '\0') {
+			pid = (pid_t) atoi(prop);
+		}
+	}
+
+	if (getenv("FD_TAG")) {
+		a = XInternAtom(dpy, "FD_TAG", False);
+		if (a != None) {
+			Window rwin = RootWindow(dpy, DefaultScreen(dpy));
+			char *tag = getenv("FD_TAG");
+			XChangeProperty(dpy, rwin, a, XA_STRING, 8,
+			    PropModeReplace, (unsigned char *)tag, strlen(tag));
+			XSync(dpy, False);
+		}
+	}
+
+	prop[0] = '\0';
+	a = XInternAtom(dpy, "TS_REDIR", False);
+	if (a != None) {
+		get_prop(prop, 512, a);
+	}
+	if (prop[0] == '\0') {
+		rfbLog("TS_REDIR is empty, restarting...\n");
+		restart = 1;
+	} else {
+		tsd_last = (time_t) atoi(prop);
+		if (time(NULL) > tsd_last + 30) {
+			rfbLog("TS_REDIR seems dead for: %d sec, restarting...\n",
+			    time(NULL) - tsd_last);
+			restart = 1;
+		} else if (pid > 0 && time(NULL) > tsd_last + 6) {
+			if (kill(pid, 0) != 0) {
+				rfbLog("TS_REDIR seems dead via kill(%d, 0), restarting...\n",
+				    pid);
+				restart = 1;
+			}
+		}
+	}
+	if (restart) {
+
+		if (pid > 1) {
+			rfbLog("killing TS_REDIR_PID: %d\n", pid);
+			kill(pid, SIGTERM);
+			usleep(500*1000);
+			kill(pid, SIGKILL);
+		}
+		do_tsd();
+		return;
+	}
+
+	set_redir_properties();
+#endif
+}
+
 void check_filexfer(void) {
 	static time_t last_check = 0;
 	rfbClientIteratorPtr iter;
@@ -646,6 +1214,27 @@ static void watch_loop(void) {
 				vnc_reflect_process_client();
 			}
 			dtime0(&tm);
+
+#if !NO_X11
+			if (xrandr_present && !xrandr && xrandr_maybe) {
+				int delay = 180;
+				/*  there may be xrandr right after xsession start */
+				if (tm < x11vnc_start + delay || tm < last_client + delay) {
+					int tw = 20;
+					if (auth_file != NULL) {
+						tw = 120;
+					}
+					X_LOCK;
+					if (tm < x11vnc_start + tw || tm < last_client + tw) {
+						XSync(dpy, False);
+					} else {
+						XFlush_wr(dpy);
+					}
+					X_UNLOCK;
+				}
+				check_xrandr_event("before-scan");
+			}
+#endif
 			if (use_snapfb) {
 				int t, tries = 3;
 				copy_snap();
@@ -1562,7 +2151,7 @@ char msg2[] =
 #define	SHOW_NO_PASSWORD_WARNING \
 	(!got_passwd && !got_rfbauth && (!got_passwdfile || !passwd_list) \
 	    && !query_cmd && !remote_cmd && !unixpw && !got_gui_pw \
-	    && ! ssl_verify && !inetd)
+	    && ! ssl_verify && !inetd && !terminal_services_daemon)
 
 extern int dragum(void);
 
@@ -1710,18 +2299,36 @@ int main(int argc, char* argv[]) {
 			}
 		} else if (!strcmp(arg, "-find")) {
 			use_dpy = strdup("WAIT:cmd=FINDDISPLAY");
+		} else if (!strcmp(arg, "-finddpy")) {
+			int ic = 0;
+			use_dpy = strdup("WAIT:cmd=FINDDISPLAY-run");
+			if (argc > i+1) {
+				set_env("X11VNC_USER", argv[i+1]);
+				fprintf(stdout, "X11VNC_USER=%s\n", getenv("X11VNC_USER"));
+			}
+			wait_for_client(&ic, NULL, 0);
+			exit(0);
 		} else if (!strcmp(arg, "-create")) {
 			use_dpy = strdup("WAIT:cmd=FINDCREATEDISPLAY-Xvfb");
+		} else if (!strcmp(arg, "-xdummy")) {
+			use_dpy = strdup("WAIT:cmd=FINDCREATEDISPLAY-Xdummy");
+			set_env("FD_XDUMMY_NOROOT", "1");
 		} else if (!strcmp(arg, "-auth") || !strcmp(arg, "-xauth")) {
 			CHECK_ARGC
 			auth_file = strdup(argv[++i]);
 		} else if (!strcmp(arg, "-N")) {
 			display_N = 1;
+		} else if (!strcmp(arg, "-autoport")) {
+			CHECK_ARGC
+			auto_port = atoi(argv[++i]);
 		} else if (!strcmp(arg, "-reflect")) {
 			CHECK_ARGC
 			raw_fb_str = (char *) malloc(4 + strlen(argv[i]) + 1);
 			sprintf(raw_fb_str, "vnc:%s", argv[++i]);
 			shared = 1;
+		} else if (!strcmp(arg, "-tsd")) {
+			CHECK_ARGC
+			terminal_services_daemon = strdup(argv[++i]);
 		} else if (!strcmp(arg, "-id") || !strcmp(arg, "-sid")) {
 			CHECK_ARGC
 			if (!strcmp(arg, "-sid")) {
@@ -1878,6 +2485,13 @@ int main(int argc, char* argv[]) {
 			users_list = strdup("unixpw=");
 			use_openssl = 1;
 			openssl_pem = strdup("SAVE");
+		} else if (!strcmp(arg, "-svc_xdummy")) {
+			use_dpy = strdup("WAIT:cmd=FINDCREATEDISPLAY-Xdummy");
+			unixpw = 1;
+			users_list = strdup("unixpw=");
+			use_openssl = 1;
+			openssl_pem = strdup("SAVE");
+			set_env("FD_XDUMMY_NOROOT", "1");
 		} else if (!strcmp(arg, "-xdmsvc") || !strcmp(arg, "-xdm_service")) {
 			use_dpy = strdup("WAIT:cmd=FINDCREATEDISPLAY-Xvfb.xdmcp");
 			unixpw = 1;
@@ -2095,6 +2709,9 @@ int main(int argc, char* argv[]) {
 					i++;
 				}
 			}
+		} else if (!strcmp(arg, "-noxrandr")) {
+			xrandr = 0;
+			xrandr_maybe = 0;
 		} else if (!strcmp(arg, "-rotate")) {
 			CHECK_ARGC
 			rotating_str = strdup(argv[++i]);
@@ -3328,6 +3945,11 @@ int main(int argc, char* argv[]) {
 		dpy = XOpenDisplay_wr("");
 	}
 
+	if (terminal_services_daemon != NULL) {
+		terminal_services(terminal_services_daemon);
+		exit(0);
+	}
+
 #ifdef MACOSX
 	if (! dpy && ! raw_fb_str) {
 		raw_fb_str = strdup("console");
@@ -3744,6 +4366,7 @@ int main(int argc, char* argv[]) {
 		}
 		xrandr_base_event_type = 0;
 		xrandr = 0;
+		xrandr_maybe = 0;
 		xrandr_present = 0;
 	} else {
 		xrandr_present = 1;
@@ -3905,7 +4528,8 @@ int main(int argc, char* argv[]) {
 			}
 			free(xdmcp_insert);
 #endif
-	}
+		}
+		check_redir_services();
 
 	}
 
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h
index c0b76006f533e26059d02bfa1d0534c8e7ef10bc..f4b804d1262a9d7f9d133f13a8e3715924bbbfba 100644
--- a/x11vnc/x11vnc.h
+++ b/x11vnc/x11vnc.h
@@ -485,6 +485,7 @@ extern rfbClientPtr latest_client;
 
 extern int waited_for_client;
 extern int findcreatedisplay;
+extern char *terminal_services_daemon;
 
 extern int client_count;
 extern int clients_served;
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c
index 1ca84a6f8cdf7eda4aa6c778b825a16320f095cd..452a91ef0594e55160899bcdb27c3f3fb2ff4a8e 100644
--- a/x11vnc/x11vnc_defs.c
+++ b/x11vnc/x11vnc_defs.c
@@ -15,7 +15,7 @@ int xtrap_base_event_type = 0;
 int xdamage_base_event_type = 0;
 
 /*               date +'lastmod: %Y-%m-%d' */
-char lastmod[] = "0.9.3 lastmod: 2007-08-19";
+char lastmod[] = "0.9.3 lastmod: 2007-09-04";
 
 /* X display info */
 
@@ -148,6 +148,7 @@ rfbClientPtr latest_client = NULL;
 
 int waited_for_client = 0;
 int findcreatedisplay = 0;
+char *terminal_services_daemon = NULL;
 
 int client_count = 0;
 int clients_served = 0;
diff --git a/x11vnc/xevents.c b/x11vnc/xevents.c
index 101bd32ef97aa4353730993d4d66491160fed0d3..81d5ff65d31d1d68fea482a62bc02741aad967e7 100644
--- a/x11vnc/xevents.c
+++ b/x11vnc/xevents.c
@@ -43,10 +43,10 @@ void set_server_input(rfbClientPtr cl, int s);
 void set_text_chat(rfbClientPtr cl, int l, char *t);
 int get_keyboard_led_state_hook(rfbScreenInfoPtr s);
 int get_file_transfer_permitted(rfbClientPtr cl);
+void get_prop(char *str, int len, Atom prop);
 
 static void initialize_xevents(int reset);
 static void print_xevent_bases(void);
-static void get_prop(char *str, int len, Atom prop);
 static void bust_grab(int reset);
 static int process_watch(char *str, int parent, int db);
 static void grab_buster_watch(int parent, char *dstr);
@@ -135,7 +135,7 @@ static void initialize_xevents(int reset) {
 		did_xcreate_simple_window = 1;
 	}
 
-	if (xrandr && !did_xrandr) {
+	if ((xrandr || xrandr_maybe) && !did_xrandr) {
 		initialize_xrandr();
 		did_xrandr = 1;
 	}
@@ -178,7 +178,7 @@ static void print_xevent_bases(void) {
 	fprintf(stderr, "  SelClear=%d, Expose=%d\n", SelectionClear, Expose);
 }
 
-static void get_prop(char *str, int len, Atom prop) {
+void get_prop(char *str, int len, Atom prop) {
 	int i;
 #if !NO_X11
 	Atom type;
@@ -949,7 +949,7 @@ void check_xevents(int reset) {
 	}
 
 #if LIBVNCSERVER_HAVE_LIBXRANDR
-	if (xrandr) {
+	if (xrandr || xrandr_maybe) {
 		check_xrandr_event("check_xevents");
 	}
 #endif
diff --git a/x11vnc/xevents.h b/x11vnc/xevents.h
index e45c7e76d9887d18f2a0238ab612022b3a0a0071..d49d4737b594d3ac151ab6551c2c8ef3097cbdef 100644
--- a/x11vnc/xevents.h
+++ b/x11vnc/xevents.h
@@ -26,6 +26,7 @@ extern void set_server_input(rfbClientPtr cl, int s);
 extern void set_text_chat(rfbClientPtr cl, int l, char *t);
 extern int get_keyboard_led_state_hook(rfbScreenInfoPtr s);
 extern int get_file_transfer_permitted(rfbClientPtr cl);
+extern void get_prop(char *str, int len, Atom prop);
 
 
 #endif /* _X11VNC_XEVENTS_H */
diff --git a/x11vnc/xrandr.c b/x11vnc/xrandr.c
index 1486efb28086bda98fa1c2bf0ee631b2f50a4260..e319d427ebba1756c170b13b801d080f3a437593 100644
--- a/x11vnc/xrandr.c
+++ b/x11vnc/xrandr.c
@@ -36,7 +36,7 @@ void initialize_xrandr(void) {
 		xrandr_height = XDisplayHeight(dpy, scr);
 		XRRRotations(dpy, scr, &rot);
 		xrandr_rotation = (int) rot;
-		if (xrandr) {
+		if (xrandr || xrandr_maybe) {
 			XRRSelectInput(dpy, rootwin, RRScreenChangeNotifyMask);
 		} else {
 			XRRSelectInput(dpy, rootwin, 0);
@@ -156,36 +156,58 @@ int check_xrandr_event(char *msg) {
 		return handle_subwin_resize(msg);
 	}
 #if LIBVNCSERVER_HAVE_LIBXRANDR
-	if (! xrandr || ! xrandr_present) {
+	if (! xrandr_present) {
+		return 0;
+	}
+	if (! xrandr && ! xrandr_maybe) {
 		return 0;
 	}
 	if (xrandr_base_event_type && XCheckTypedEvent(dpy,
 	    xrandr_base_event_type + RRScreenChangeNotify, &xev)) {
-		int do_change;
+		int do_change, qout = 0;
+		static int first = 1;
 		XRRScreenChangeNotifyEvent *rev;
 
 		rev = (XRRScreenChangeNotifyEvent *) &xev;
+
+		if (first && ! xrandr) {
+			fprintf(stderr, "\n");
+			qout = 1;
+		}
+		first = 0;
+			
 		rfbLog("check_xrandr_event():\n");
 		rfbLog("Detected XRANDR event at location '%s':\n", msg);
-		rfbLog("  serial:          %d\n", (int) rev->serial);
-		rfbLog("  timestamp:       %d\n", (int) rev->timestamp);
-		rfbLog("  cfg_timestamp:   %d\n", (int) rev->config_timestamp);
-		rfbLog("  size_id:         %d\n", (int) rev->size_index);
-		rfbLog("  sub_pixel:       %d\n", (int) rev->subpixel_order);
-		rfbLog("  rotation:        %d\n", (int) rev->rotation);
-		rfbLog("  width:           %d\n", (int) rev->width);
-		rfbLog("  height:          %d\n", (int) rev->height);
-		rfbLog("  mwidth:          %d mm\n", (int) rev->mwidth);
-		rfbLog("  mheight:         %d mm\n", (int) rev->mheight);
-		rfbLog("\n");
-		rfbLog("check_xrandr_event: previous WxH: %dx%d\n",
-		    wdpy_x, wdpy_y);
+
+		if (qout) {
+			;
+		} else {
+			rfbLog("  serial:          %d\n", (int) rev->serial);
+			rfbLog("  timestamp:       %d\n", (int) rev->timestamp);
+			rfbLog("  cfg_timestamp:   %d\n", (int) rev->config_timestamp);
+			rfbLog("  size_id:         %d\n", (int) rev->size_index);
+			rfbLog("  sub_pixel:       %d\n", (int) rev->subpixel_order);
+			rfbLog("  rotation:        %d\n", (int) rev->rotation);
+			rfbLog("  width:           %d\n", (int) rev->width);
+			rfbLog("  height:          %d\n", (int) rev->height);
+			rfbLog("  mwidth:          %d mm\n", (int) rev->mwidth);
+			rfbLog("  mheight:         %d mm\n", (int) rev->mheight);
+			rfbLog("\n");
+			rfbLog("check_xrandr_event: previous WxH: %dx%d\n",
+			    wdpy_x, wdpy_y);
+		}
+
 		if (wdpy_x == rev->width && wdpy_y == rev->height &&
 		    xrandr_rotation == (int) rev->rotation) {
 		    rfbLog("check_xrandr_event: no change detected.\n");
 			do_change = 0;
 		} else {
 			do_change = 1;
+			if (! xrandr) {
+		    		rfbLog("check_xrandr_event: Resize; "
+				    "enabling full XRANDR trapping.\n");
+				xrandr = 1;
+			}
 		}
 
 		xrandr_width  = rev->width;
@@ -194,13 +216,16 @@ int check_xrandr_event(char *msg) {
 		xrandr_cfg_time  = rev->config_timestamp;
 		xrandr_rotation = (int) rev->rotation;
 
-		rfbLog("check_xrandr_event: updating config...\n");
+		if (! qout) rfbLog("check_xrandr_event: updating config...\n");
 		XRRUpdateConfiguration(&xev);
 
 		if (do_change) {
 			X_UNLOCK;
 			handle_xrandr_change(rev->width, rev->height);
 		}
+		if (qout) {
+			return do_change;
+		}
 		rfbLog("check_xrandr_event: current  WxH: %dx%d\n",
 		    XDisplayWidth(dpy, scr), XDisplayHeight(dpy, scr));
 		rfbLog("check_xrandr_event(): returning control to"
diff --git a/x11vnc/xwrappers.c b/x11vnc/xwrappers.c
index 416b4ee65ba050be5bd5352e3eaf342799a133c8..1ec1ff3f7a6f09f812aa5b40afd3ed6b197113d7 100644
--- a/x11vnc/xwrappers.c
+++ b/x11vnc/xwrappers.c
@@ -1055,8 +1055,15 @@ int xauth_raw(int on) {
 		}
 		return 1;
 	} else {
-		if (old_xauthority) {
+		if (old_xauthority && strcmp(old_xauthority, "")) {
 			set_env("XAUTHORITY", old_xauthority);
+		} else {
+			char *xauth = getenv("XAUTHORITY");
+			if (xauth) {
+				*(xauth-2) = '_';	/* yow */
+			}
+		}
+		if (old_xauthority) {
 			free(old_xauthority);
 			old_xauthority = NULL;
 		}