diff options
| -rw-r--r-- | x11vnc/README | 2815 | ||||
| -rw-r--r-- | x11vnc/connections.c | 25 | ||||
| -rw-r--r-- | x11vnc/help.c | 9 | ||||
| -rw-r--r-- | x11vnc/sslhelper.c | 7 | ||||
| -rw-r--r-- | x11vnc/ssltools.h | 24 | ||||
| -rw-r--r-- | x11vnc/v4l.c | 1 | ||||
| -rw-r--r-- | x11vnc/x11vnc.1 | 13 | ||||
| -rw-r--r-- | x11vnc/x11vnc.c | 1 | ||||
| -rw-r--r-- | x11vnc/x11vnc_defs.c | 2 | 
9 files changed, 1478 insertions, 1419 deletions
| diff --git a/x11vnc/README b/x11vnc/README index 0beab00..873f75f 100644 --- a/x11vnc/README +++ b/x11vnc/README @@ -1,5 +1,5 @@ -x11vnc README file                         Date: Sat Mar 24 21:59:40 EDT 2007 +x11vnc README file                         Date: Fri Apr  6 15:54:32 EDT 2007  The following information is taken from these URLs: @@ -52,15 +52,16 @@ x11vnc: a VNC server for real X displays     [23]viewer-side pixel caching. Let me know how it goes; thanks.     An x11vnc side-project provides an [24]Enhanced TightVNC Viewer -   package (ssvnc) with automatic SSL and/or SSH tunnelling support, SSL -   Certificate creation, and on Unix: NewFBSize, ZRLE, cursor -   alphablending, and low color modes support. Also 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. +   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.       _________________________________________________________________ @@ -239,25 +240,31 @@ x11vnc: a VNC server for real X displays     for ssh tunnelling (the redirection appears to come from the same     machine). Use of a [45]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! +     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 [46]inetd(8)). See the 3rd     script example [47]below for more info. -   Note the -t we used above (force allocate pseudoterminal), it actually -   seems to improve interactive typing response via VNC! +   SSVNC:  You may also want to look at the [48]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 "[48]-connect +   up x11vnc on it (if it isn't already running). (The "[49]-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 [49]chaining ssh's +   see [50]chaining ssh's. These gateway access modes also can be done +   automatically for you via the "Proxy/Gateway" setting in [51]SSVNC.       _________________________________________________________________ @@ -266,13 +273,9 @@ 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 [50]-bg (forks into background after connection to the +   x11vnc option [52]-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. - -   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. "ss_vncviewer -ssh user@far-away.east:0")       _________________________________________________________________     #1. A simple example script, assuming no problems with port 5900 being @@ -302,7 +305,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 [52]-connect option: +   using the [53]-connect option:  #!/bin/sh  # usage: x11vnc_ssh <host>:<xdisplay>  #  e.g.: x11vnc_ssh snoopy.peanuts.com:0 @@ -345,7 +348,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 [53]inetd(8)), you can simply +   connections (or have it started out of [54]inetd(8)), you can simply     use the TightVNC "vncviewer -via gateway host:port" in its default     mode to provide secure ssh tunnelling.       _________________________________________________________________ @@ -353,37 +356,37 @@ vncviewer -via $host localhost:0      # must be TightVNC vncviewer.     VNC password file: Also note in the #1. example script that the -   [54]option "-rfbauth .vnc/passwd" provides additional protection by +   [55]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 [55]-storepasswd +   vncpasswd or storepasswd programs, or the x11vnc [56]-storepasswd     option can be used to create the password file. x11vnc also has the -   slightly less secure [56]-passwdfile and "-passwd XXXXX" [57]options +   slightly less secure [57]-passwdfile and "-passwd XXXXX" [58]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 [58]-usepw if you want to be forced +   automatically or force you to (use [59]-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, [59]-ssl mode, a VPN, -   etc. (use the [60]Enhanced TightVNC Viewer (ssvnc) GUI if you want to +   x11vnc: it is up to you to use ssh, stunnel, [60]-ssl mode, a VPN, +   etc. (use the [61]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 [61]options and building x11vnc with -   [62]tcp_wrappers support to limit host access. +   the -allow and -localhost [62]options and building x11vnc with +   [63]tcp_wrappers support to limit host access.       _________________________________________________________________      Tunnelling x11vnc via SSL:     One can also encrypt the VNC traffic using an SSL tunnel such as -   [63]stunnel (also [64]stunnel.mirt.net) or using the built-in -   (Mar/2006) [65]-ssl openssl mode. A SSL-enabled Java applet VNC Viewer +   [64]stunnel (also [65]stunnel.mirt.net) or using the built-in +   (Mar/2006) [66]-ssl openssl mode. A SSL-enabled Java applet VNC Viewer     is also provided (and https can be used to download it).     Although not as ubiquitous as ssh, SSL tunnelling still provides a -   useful alternative. See [66]this FAQ on -ssl and -stunnel modes for +   useful alternative. See [67]this FAQ on -ssl and -stunnel modes for     details and examples. -   The [67]Enhanced TightVNC Viewer (ssvnc) bundles contain some +   The [68]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     enhancements too. @@ -391,29 +394,29 @@ vncviewer -via $host localhost:0      # must be TightVNC vncviewer.      Downloading x11vnc: -   x11vnc is a contributed program to the [68]LibVNCServer project at +   x11vnc is a contributed program to the [69]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 Feb 2007, the [69]x11vnc-0.8.4.tar.gz source package is -   released (recommended download). The [70]x11vnc 0.8.4 release notes. +   link. As of Feb 2007, the [70]x11vnc-0.8.4.tar.gz source package is +   released (recommended download). The [71]x11vnc 0.8.4 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 [71]x11vnc-0.8.5.tar.gz tarball to build the most up to +   bleeding edge [72]x11vnc-0.8.5.tar.gz tarball to build the most up to     date one. -   Precompiled Binaries/Packages:  See the [72]FAQ below for information +   Precompiled Binaries/Packages:  See the [73]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: -     * [73]http://www.tightvnc.com/download.html -     * [74]http://www.realvnc.com/download-free.html -     * [75]http://sourceforge.net/projects/cotvnc/ -     * [76]http://www.ultravnc.com/ -     * [77]Our Enhanced TightVNC Viewer (ssvnc) +     * [74]http://www.tightvnc.com/download.html +     * [75]http://www.realvnc.com/download-free.html +     * [76]http://sourceforge.net/projects/cotvnc/ +     * [77]http://www.ultravnc.com/ +     * [78]Our Enhanced TightVNC Viewer (SSVNC)     More tools: Here is a rsh/ssh wrapper script rx11vnc that attempts to @@ -424,8 +427,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: -     * [78]rx11vnc wrapper script -     * [79]rx11vnc.pl wrapper script to tunnel traffic thru ssh +     * [79]rx11vnc wrapper script +     * [80]rx11vnc.pl wrapper script to tunnel traffic thru ssh       _________________________________________________________________ @@ -456,8 +459,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 [80]http://www.sunfreeware.com/. Some Solaris pre-built x11vnc -   binaries are [81]here. +   are at [81]http://www.sunfreeware.com/. Some Solaris pre-built x11vnc +   binaries are [82]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 @@ -477,12 +480,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 [82]build scripts below +   libvncserver's choice of AM_CFLAGS. See the [83]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 [83]Misc. Build problems here. +   You can find information on [84]Misc. Build problems here.       _________________________________________________________________ @@ -520,9 +523,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 -   [84]ftp://ftp.uu.net/graphics/jpeg/ and zlib at -   [85]http://www.gzip.org/zlib/. See also -   [86]http://www.sunfreeware.com/ for Solaris binary packages of these +   [85]ftp://ftp.uu.net/graphics/jpeg/ and zlib at +   [86]http://www.gzip.org/zlib/. See also +   [87]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. @@ -593,7 +596,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 [87]this workaround FAQ. +   OS's, see [88]this workaround FAQ.     Building on FreeBSD, OpenBSD, ...:   The jpeg libraries seem to be in @@ -629,7 +632,7 @@ make     up by the configure and make. -   Building on Mac OS X:   There is now [88]native Mac OS X support for +   Building on Mac OS X:   There is now [89]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 ... @@ -643,7 +646,7 @@ make     OpenSSL:   Starting with version 0.8.3 x11vnc can now be built with -   [89]SSL support. For this to be enabled the libssl.so library needs to +   [90]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. @@ -661,23 +664,23 @@ make     Spring 2007.     The version 0.8.5 beta tarball is kept here: -   [90]x11vnc-0.8.5.tar.gz +   [91]x11vnc-0.8.5.tar.gz     There are also some Linux, Solaris, Mac OS X, and other OS test -   binaries [91]here. Please kick the tires and report bugs, performance -   regressions, undesired behavior, etc. to [92]me. +   binaries [92]here. Please kick the tires and report bugs, performance +   regressions, undesired behavior, etc. to [93]me. -   To aid testing of the [93]built-in SSL support for x11vnc, a number of +   To aid testing of the [94]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 -   [94]wrapper scripts and a GUI that start STUNNEL, [95]more details +   [95]wrapper scripts and a GUI that start STUNNEL, [96]more details     here). It should be pretty convenient for automatic SSL and SSH     connections. It is described and can be downloaded from the -   [96]Enhanced TightVNC Viewer (ssvnc) page. +   [97]Enhanced TightVNC Viewer (SSVNC) page.     Here are some features that will appear in the 0.8.5 release: -     * [97]Viewer-side pixmap caching. This one will benefit from much +     * [98]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 @@ -685,43 +688,43 @@ make         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 [98]ssvnc has a -       nice [99]-ycrop option to help hide the pixel cache area from +       "-ncache 12". The unix Enhanced TightVNC Viewer [99]ssvnc has a +       nice [100]-ycrop option to help hide the pixel cache area from         view. -     * [100]VNC Service advertising via mDNS / ZeroConf / BonJour with -       the [101]Avahi client library. Enable via "[102]-avahi". +     * [101]VNC Service advertising via mDNS / ZeroConf / BonJour with +       the [102]Avahi client library. Enable via "[103]-avahi".       * Implementations of UltraVNC's TextChat, SingleWindow, and -       ServerInput extensions (requires ultravnc viewer or [103]ssvnc +       ServerInput extensions (requires ultravnc viewer or [104]ssvnc         Unix viewer). They toggle the selection of a single window -       ([104]-id), and disable (friendly) user input and viewing (monitor +       ([105]-id), and disable (friendly) user input and viewing (monitor         blank) at the VNC server. -     * Short aliases "[105]-find", "[106]-create", "[107]-svc", and -       "[108]-xdmsvc" for commonly used FINDCREATEDISPLAY usage modes. +     * Short aliases "[106]-find", "[107]-create", "[108]-svc", and +       "[109]-xdmsvc" for commonly used FINDCREATEDISPLAY usage modes.       * Reverse VNC connections (viewer listening) now work in SSL -       ([109]-ssl) mode. +       ([110]-ssl) mode.       * New options to control the Monitor power state and keyboard/mouse -       grabbing: [110]-forcedpms, [111]-clientdpms, [112]-noserverdpms, -       and [113]-grabalways. +       grabbing: [111]-forcedpms, [112]-clientdpms, [113]-noserverdpms, +       and [114]-grabalways.       * A simple way to emulate inetd(8) to some degree via the -       "[114]-loopbg" option. -     * Monitor the accuracy of XDAMAGE and apply "[115]-noxdamage" if it -       is not working well. OpenGL applications like like [116]beryl and +       "[115]-loopbg" option. +     * Monitor the accuracy of XDAMAGE and apply "[116]-noxdamage" if it +       is not working well. OpenGL applications like like [117]beryl and         MythTv have been shown to make XDAMAGE not work properly.       * For Java SSL connections involving a router/firewall port -       redirection, an option [117]-httpsredir to spare the user from +       redirection, an option [118]-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 [118]Mac OS X Aqua/Quartz support. (i.e. OSXvnc +     * Native [119]Mac OS X Aqua/Quartz support. (i.e. OSXvnc         alternative; some activities are faster) -     * A [119]new login mode: "-display WAIT:cmd=FINDCREATEDISPLAY +     * A [120]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 [120]-svc and the [121]-xdmsvc aliases. -     * x11vnc can act as a VNC [122]reflector/repeater using the -       "[123]-reflect host:N" option. Instead of polling an X display, +       method. See the [121]-svc and the [122]-xdmsvc aliases. +     * x11vnc can act as a VNC [123]reflector/repeater using the +       "[124]-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 @@ -729,16 +732,16 @@ make         number of repeaters.       * Wireframe copyrect detection for local user activity (e.g. someone         sitting at the physical display moving windows) Use -       [124]-nowireframelocal to disable. -     * The "[125]-N" option couples the VNC Display number to the X +       [125]-nowireframelocal to disable. +     * The "[126]-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 [126]-nodpms to avoid problems with programs like KDE's +     * Option [127]-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 [127]-xwarppointer option is enabled +       (multi-headed) displays, the [128]-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 @@ -748,62 +751,62 @@ make     Here are some features that appeared in the 0.8.3 release: -     * The [128]-ssl option provides SSL encryption and authentication -       natively via the [129]www.openssl.org library. One can use from a +     * The [129]-ssl option provides SSL encryption and authentication +       natively via the [130]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 [130]-stunnel option starts up a SSL tunnel +     * Similar to -ssl, the [131]-stunnel option starts up a SSL tunnel         server stunnel (that must be installed separately on the system: -       [131]www.stunnel.org [132]stunnel.mirt.net ) to allow only +       [132]www.stunnel.org [133]stunnel.mirt.net ) to allow only         encrypted SSL connections from the network. -     * The [133]-sslverify option allows for authenticating VNC clients +     * The [134]-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 -       [134]-sslGenCert, [135]-sslGenCA, and [136]related options. +       [135]-sslGenCert, [136]-sslGenCA, and [137]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 [137]-https port option). A wrapper shell script -       [138]ss_vncviewer is also provided that sets up a stunnel -       client-side tunnel on Unix systems. See [139]Enhanced TightVNC -       Viewer (ssvnc) for other SSL/SSH viewer possibilities. -     * The [140]-unixpw option supports Unix username and password -       authentication (a simpler variant is the [141]-unixpw_nis option +       separate [138]-https port option). A wrapper shell script +       [139]ss_vncviewer is also provided that sets up a stunnel +       client-side tunnel on Unix systems. See [140]Enhanced TightVNC +       Viewer (SSVNC) for other SSL/SSH viewer possibilities. +     * The [141]-unixpw option supports Unix username and password +       authentication (a simpler variant is the [142]-unixpw_nis option         that works in environments where the encrypted passwords are -       readable, e.g. NIS). The [142]-ssl or [143]-localhost + -       [144]-stunnel options are enforced in this mode to prevent +       readable, e.g. NIS). The [143]-ssl or [144]-localhost + +       [145]-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 [145]-unixpw with "[146]-display WAIT:cmd=FINDDISPLAY" or +     * Coupling [146]-unixpw with "[147]-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 [147]automatically. See the [148]-svc and the -       [149]-xdmsvc aliases. -     * Hooks are provided in the [150]-unixpw_cmd and "[151]-passwdfile +       connected to [148]automatically. See the [149]-svc and the +       [150]-xdmsvc aliases. +     * Hooks are provided in the [151]-unixpw_cmd and "[152]-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 [152]-rawfb only operation (e.g. +       "./configure --without-x" for [153]-rawfb only operation (e.g.         embedded linux console devices). -     * The [153]-rotate option enables you to rotate or reflect the +     * The [154]-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 "[154]-ultrafilexfer" alias is provided and improved UltraVNC +     * The "[155]-ultrafilexfer" alias is provided and improved UltraVNC         filetransfer rates have been achieved. -     * Under the "[155]-connect_or_exit host" option x11vnc will exit +     * Under the "[156]-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 "[156]-rawfb rand" and "-rawfb none" options are useful for +     * The "[157]-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 "[157]-verbose" +     * Reduced spewing of information at startup, use "[158]-verbose"         (also "-v") to turn it back on for debugging or if you are going         to send me a problem report. -   Here are some [158]Previous Release Notes +   Here are some [159]Previous Release Notes       _________________________________________________________________      Some Notes: @@ -830,11 +833,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 [159]-solid [color] option that +   Update: As of Feb/2005 x11vnc has the [160]-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 [160]TightVNC encoding gives the best response for my +   I also find the [161]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. @@ -846,17 +849,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 "[161]-rfbport NNNN" +   far-away.east:1. You can force the port with the "[162]-rfbport NNNN"     option where NNNN is the desired port number. If that port is already -   taken, x11vnc will exit immediately. The "[162]-N" option will try to +   taken, x11vnc will exit immediately. The "[163]-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 [163]command line options. Useful options are, e.g., -scale to +   via its [164]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 -   [164]-storepasswd option can be used to create the password file). +   [165]-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 @@ -884,7 +887,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 [165]even more +   window manager decorations. There will be an [166]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 @@ -894,8 +897,8 @@ make      Sun Ray Notes: -   You can run x11vnc on your (connected or disconnected) [166]SunRay -   session. Here are some [167]notes on SunRay usage with x11vnc. +   You can run x11vnc on your (connected or disconnected) [167]SunRay +   session. Here are some [168]notes on SunRay usage with x11vnc.       _________________________________________________________________ @@ -907,7 +910,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 -       [168]-scrollcopyrect and [169]-wireframe speedups using the +       [169]-scrollcopyrect and [170]-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 @@ -954,14 +957,14 @@ make         it may be of use for special purpose applications.         Also, a faster and more accurate way is to use the "dummy"         XFree86/Xorg device driver (or our Xdummy wrapper script). See -       [170]this FAQ for details. +       [171]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" [171]options, however, for a partial hack +       X" and "-cursor some" [172]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 [172]-overlay option is also supplied. A similar thing is done +       the [173]-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 @@ -969,18 +972,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 [173]the FAQ on this below.) The +       redirectors do exist, e.g. esd [174]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 [174]-scrollcopyrect option +     * The scroll detection algorithm for the [175]-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 [175]contact me if you have any questions, +   Please feel free to [176]contact me if you have any questions,     problems, or comments about x11vnc, etc. -   Also, some people ask if they can make a donation, see [176]this link +   Also, some people ask if they can make a donation, see [177]this link     for that.       _________________________________________________________________ @@ -989,358 +992,358 @@ make     [Building and Starting] -   [177]Q-1: I can't get x11vnc to start up. It says "XOpenDisplay failed +   [178]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?  -   [178]Q-2: I can't get x11vnc and/or libvncserver to compile.  +   [179]Q-2: I can't get x11vnc and/or libvncserver to compile.  -   [179]Q-3: I just built x11vnc successfully, but when I use it my +   [180]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).  -   [180]Q-4: Help, I need to run x11vnc on Solaris 2.5.1 (or other old +   [181]Q-4: Help, I need to run x11vnc on Solaris 2.5.1 (or other old     Unix/Linux) and it doesn't compile!  -   [181]Q-5: Where can I get a precompiled x11vnc binary for my Operating +   [182]Q-5: Where can I get a precompiled x11vnc binary for my Operating     System?  -   [182]Q-6: Where can I get a VNC Viewer binary (or source code) for the +   [183]Q-6: Where can I get a VNC Viewer binary (or source code) for the     Operating System I will be viewing from?  -   [183]Q-7: How can I see all of x11vnc's command line options and +   [184]Q-7: How can I see all of x11vnc's command line options and     documentation on how to use them?  -   [184]Q-8: I don't like typing arcane command line options every time I +   [185]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?  -   [185]Q-9: How can I get the GUI to run in the System Tray, or at least +   [186]Q-9: How can I get the GUI to run in the System Tray, or at least     be a smaller, simpler icon?  -   [186]Q-10: How can I get x11vnc to listen on a different port besides +   [187]Q-10: How can I get x11vnc to listen on a different port besides     the default VNC port (5900)?  -   [187]Q-11: Can I make x11vnc more quiet and also go into the +   [188]Q-11: Can I make x11vnc more quiet and also go into the     background after starting up?  -   [188]Q-12: Sometimes when a VNC viewer dies abruptly, x11vnc also dies +   [189]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.  -   [189]Q-13: Are there any build-time customizations possible, e.g. +   [190]Q-13: Are there any build-time customizations possible, e.g.     change defaults, create a smaller binary, etc?      [Win2VNC Related] -   [190]Q-14: I have two separate machine displays in front of me, one +   [191]Q-14: 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?  -   [191]Q-15: I am running Win2VNC on my Windows machine and "x11vnc +   [192]Q-15: 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  -   [192]Q-16: Can I run "x11vnc -nofb" on a Mac OS X machine to redirect +   [193]Q-16: 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] -   [193]Q-17: The X display I run x11vnc on is only 8 bits per pixel +   [194]Q-17: 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.  -   [194]Q-18: Color problems: Why are the colors for some windows +   [195]Q-18: 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.  -   [195]Q-19: How do I figure out the window id to supply to the -id +   [196]Q-19: How do I figure out the window id to supply to the -id     windowid option?  -   [196]Q-20: Why don't menus or other transient windows come up when I +   [197]Q-20: Why don't menus or other transient windows come up when I     am using the -id windowid option to view a single application window?  -   [197]Q-21: My X display is depth 24 at 24bpp (instead of the normal +   [198]Q-21: 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] -   [198]Q-22: Can I use x11vnc to view and interact with an Xterminal +   [199]Q-22: 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?  -   [199]Q-23: How do I get my X permissions (MIT-MAGIC-COOKIE file) +   [200]Q-23: How do I get my X permissions (MIT-MAGIC-COOKIE file)     correct for a Unix/Linux machine acting as an Xterminal?      [Sun Rays] -   [200]Q-24: I'm having trouble using x11vnc with my Sun Ray session.  +   [201]Q-24: I'm having trouble using x11vnc with my Sun Ray session.      [Remote Control] -   [201]Q-25: How do I stop x11vnc once it is running in the background?  +   [202]Q-25: How do I stop x11vnc once it is running in the background?  -   [202]Q-26: Can I change settings in x11vnc without having to restart +   [203]Q-26: Can I change settings in x11vnc without having to restart     it? Can I remote control it?      [Security and Permissions] -   [203]Q-27: How do I create a VNC password for use with x11vnc?  +   [204]Q-27: How do I create a VNC password for use with x11vnc?  -   [204]Q-28: Can I make it so -storepasswd doesn't show my password on +   [205]Q-28: Can I make it so -storepasswd doesn't show my password on     the screen?  -   [205]Q-29: Can I have two passwords for VNC viewers, one for full +   [206]Q-29: Can I have two passwords for VNC viewers, one for full     access and the other for view-only access to the display?  -   [206]Q-30: Can I have as many full-access and view-only passwords as I +   [207]Q-30: Can I have as many full-access and view-only passwords as I     like?  -   [207]Q-31: Does x11vnc support Unix usernames and passwords? Can I +   [208]Q-31: Does x11vnc support Unix usernames and passwords? Can I     further limit the set of Unix usernames who can connect to the VNC     desktop?  -   [208]Q-32: Can I supply an external program to provide my own custom +   [209]Q-32: 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)?  -   [209]Q-33: Why does x11vnc exit as soon as the VNC viewer disconnects? +   [210]Q-33: 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?  -   [210]Q-34: Can I limit which machines incoming VNC clients can connect +   [211]Q-34: Can I limit which machines incoming VNC clients can connect     from?  -   [211]Q-35: How do I build x11vnc/libvncserver with libwrap +   [212]Q-35: How do I build x11vnc/libvncserver with libwrap     (tcp_wrappers) support?  -   [212]Q-36: Can I have x11vnc only listen on one network interface +   [213]Q-36: 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?  -   [213]Q-37: Now that -localhost implies listening only on the loopback +   [214]Q-37: 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?  -   [214]Q-38: Can I fine tune what types of user input are allowed? E.g. +   [215]Q-38: 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?  -   [215]Q-39: Can I prompt the user at the local X display whether the +   [216]Q-39: 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?  -   [216]Q-40: I start x11vnc as root because it is launched via inetd(8) +   [217]Q-40: 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?  -   [217]Q-41: I use a screen-lock when I leave my workstation (e.g. +   [218]Q-41: 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?  -   [218]Q-42: Can I have x11vnc automatically lock the screen when I +   [219]Q-42: Can I have x11vnc automatically lock the screen when I     disconnect the VNC viewer?      [Encrypted Connections] -   [219]Q-43: How can I tunnel my connection to x11vnc via an encrypted +   [220]Q-43: How can I tunnel my connection to x11vnc via an encrypted     SSH channel between two Unix machines?  -   [220]Q-44: How can I tunnel my connection to x11vnc via an encrypted +   [221]Q-44: How can I tunnel my connection to x11vnc via an encrypted     SSH channel from Windows using an SSH client like Putty?  -   [221]Q-45: How can I tunnel my connection to x11vnc via an encrypted +   [222]Q-45: How can I tunnel my connection to x11vnc via an encrypted     SSL channel using an external tool like stunnel?  -   [222]Q-46: Does x11vnc have built-in SSL tunneling?  +   [223]Q-46: Does x11vnc have built-in SSL tunneling?  -   [223]Q-47: How do I use VNC Viewers with built-in SSL tunneling?  +   [224]Q-47: How do I use VNC Viewers with built-in SSL tunneling?  -   [224]Q-48: How do I use VNC Viewers with built-in SSL tunneling when +   [225]Q-48: How do I use VNC Viewers with built-in SSL tunneling when     going through a Web Proxy?  -   [225]Q-49: Can Apache web server act as a gateway for users to connect +   [226]Q-49: 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?  -   [226]Q-50: Can I create and use my own SSL Certificate Authority (CA) +   [227]Q-50: Can I create and use my own SSL Certificate Authority (CA)     with x11vnc?      [Display Managers and Services] -   [227]Q-51: How can I run x11vnc as a "service" that is always +   [228]Q-51: How can I run x11vnc as a "service" that is always     available?  -   [228]Q-52: How can I use x11vnc to connect to an X login screen like +   [229]Q-52: 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).  -   [229]Q-53: Can I run x11vnc out of inetd(8)? How about xinetd(8)?  +   [230]Q-53: Can I run x11vnc out of inetd(8)? How about xinetd(8)?  -   [230]Q-54: Can I have x11vnc advertise its VNC service and port via +   [231]Q-54: 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?  -   [231]Q-55: Can I have x11vnc allow a user to log in with her UNIX +   [232]Q-55: 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?  -   [232]Q-56: Can I have x11vnc restart itself after it terminates?  +   [233]Q-56: Can I have x11vnc restart itself after it terminates?  -   [233]Q-57: How do I make x11vnc work with the Java VNC viewer applet +   [234]Q-57: How do I make x11vnc work with the Java VNC viewer applet     in a web browser?  -   [234]Q-58: Are reverse connections (i.e. the VNC server connecting to +   [235]Q-58: Are reverse connections (i.e. the VNC server connecting to     the VNC viewer) using "vncviewer -listen" and vncconnect(1) supported? -   [235]Q-59: Can I use x11vnc as a replacement for Xvnc? (i.e. not for a +   [236]Q-59: Can I use x11vnc as a replacement for Xvnc? (i.e. not for a     real display, but for a virtual one I keep around).  -   [236]Q-60: How can I use x11vnc on "headless" machines? Why might I +   [237]Q-60: How can I use x11vnc on "headless" machines? Why might I     want to?      [Resource Usage and Performance] -   [237]Q-61: I have lots of memory, but why does x11vnc fail with +   [238]Q-61: 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)?  -   [238]Q-62: How can I make x11vnc use less system resources?  +   [239]Q-62: How can I make x11vnc use less system resources?  -   [239]Q-63: How can I make x11vnc use MORE system resources?  +   [240]Q-63: How can I make x11vnc use MORE system resources?  -   [240]Q-64: I use x11vnc over a slow link with high latency (e.g. +   [241]Q-64: 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?  -   [241]Q-65: Does x11vnc support the X DAMAGE Xserver extension to find +   [242]Q-65: Does x11vnc support the X DAMAGE Xserver extension to find     modified regions of the screen quickly and efficiently?  -   [242]Q-66: My OpenGL application shows no screen updates unless I +   [243]Q-66: My OpenGL application shows no screen updates unless I     supply the -noxdamage option to x11vnc.  -   [243]Q-67: When I drag windows around with the mouse or scroll up and +   [244]Q-67: 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?  -   [244]Q-68: Why not do something like wireframe animations to avoid the +   [245]Q-68: Why not do something like wireframe animations to avoid the     windows "lurching" when being moved or resized?  -   [245]Q-69: Can x11vnc try to apply heuristics to detect when a window +   [246]Q-69: Can x11vnc try to apply heuristics to detect when a window     is scrolling its contents and use the CopyRect encoding for a speedup? -   [246]Q-70: Can x11vnc do client-side caching of pixel data? I.e. so +   [247]Q-70: 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] -   [247]Q-71: Why isn't the mouse cursor shape (the little icon shape +   [248]Q-71: Why isn't the mouse cursor shape (the little icon shape     where the mouse pointer is) correct as I move from window to window?  -   [248]Q-72: When using XFIXES cursorshape mode, some of the cursors +   [249]Q-72: 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?  -   [249]Q-73: In XFIXES mode, are there any hacks to handle cursor +   [250]Q-73: In XFIXES mode, are there any hacks to handle cursor     transparency ("alpha channel") exactly?      [Mouse Pointer] -   [250]Q-74: Why does the mouse arrow just stay in one corner in my +   [251]Q-74: Why does the mouse arrow just stay in one corner in my     vncviewer, whereas my cursor (that does move) is just a dot?  -   [251]Q-75: Can I take advantage of the TightVNC extension to the VNC +   [252]Q-75: 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)?  -   [252]Q-76: Is it possible to swap the mouse buttons (e.g. left-handed +   [253]Q-76: 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] -   [253]Q-77: How can I get my AltGr and Shift modifiers to work between +   [254]Q-77: How can I get my AltGr and Shift modifiers to work between     keyboards for different languages?  -   [254]Q-78: When I try to type a "<" (i.e. less than) instead I get ">" +   [255]Q-78: When I try to type a "<" (i.e. less than) instead I get ">"     (i.e. greater than)! Strangely, typing ">" works OK!!  -   [255]Q-79: When I try to type a "<" (i.e. less than) instead I get +   [256]Q-79: When I try to type a "<" (i.e. less than) instead I get     "<," (i.e. an extra comma).  -   [256]Q-80: I'm using an "international" keyboard (e.g. German "de", or +   [257]Q-80: 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?  -   [257]Q-81: When typing I sometimes get double, triple, or more of my +   [258]Q-81: 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?  -   [258]Q-82: The x11vnc -norepeat mode is in effect, but I still get +   [259]Q-82: The x11vnc -norepeat mode is in effect, but I still get     repeated keystrokes!!  -   [259]Q-83: The machine where I run x11vnc has an AltGr key, but the +   [260]Q-83: 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?  -   [260]Q-84: I have a Sun machine I run x11vnc on. Its Sun keyboard has +   [261]Q-84: 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)  -   [261]Q-85: Running x11vnc on HP-UX I cannot type "#" I just get a "3" +   [262]Q-85: Running x11vnc on HP-UX I cannot type "#" I just get a "3"     instead.  -   [262]Q-86: Can I map a keystroke to a mouse button click on the remote +   [263]Q-86: Can I map a keystroke to a mouse button click on the remote     machine?  -   [263]Q-87: How can I get Caps_Lock to work between my VNC viewer and +   [264]Q-87: How can I get Caps_Lock to work between my VNC viewer and     x11vnc?      [Screen Related Issues and Features] -   [264]Q-88: The remote display is larger (in number of pixels) than the +   [265]Q-88: 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?  -   [265]Q-89: Does x11vnc support server-side framebuffer scaling? (E.g. +   [266]Q-89: Does x11vnc support server-side framebuffer scaling? (E.g.     to make the desktop smaller).  -   [266]Q-90: Does x11vnc work with Xinerama? (i.e. multiple monitors +   [267]Q-90: Does x11vnc work with Xinerama? (i.e. multiple monitors     joined together to form one big, single screen).  -   [267]Q-91: Can I use x11vnc on a multi-headed display that is not +   [268]Q-91: Can I use x11vnc on a multi-headed display that is not     Xinerama (i.e. separate screens :0.0, :0.1, ... for each monitor)?  -   [268]Q-92: Can x11vnc show only a portion of the display? (E.g. for a +   [269]Q-92: Can x11vnc show only a portion of the display? (E.g. for a     special purpose rfb application).  -   [269]Q-93: Does x11vnc support the XRANDR (X Resize, Rotate and +   [270]Q-93: Does x11vnc support the XRANDR (X Resize, Rotate and     Reflection) extension? Whenever I rotate or resize the screen x11vnc     just seems to crash.  -   [270]Q-94: Independent of any XRANDR, can I have x11vnc rotate and/or +   [271]Q-94: 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).  -   [271]Q-95: Why is the view in my VNC viewer completely black? Or why +   [272]Q-95: Why is the view in my VNC viewer completely black? Or why     is everything flashing around randomly?  -   [272]Q-96: I use Linux Virtual Consoles (VC's) to implement 'Fast User +   [273]Q-96: 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 @@ -1348,74 +1351,74 @@ make     otherwise all messed up unless the X session x11vnc is attached to is     in the active VC?  -   [273]Q-97: I am using x11vnc where my local machine has "popup/hidden +   [274]Q-97: 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?  -   [274]Q-98: Help! x11vnc and my KDE screensaver keep switching each +   [275]Q-98: Help! x11vnc and my KDE screensaver keep switching each     other on and off every few seconds.  -   [275]Q-99: I am running the beryl 3D window manager (or MythTv, Google +   [276]Q-99: 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.  -   [276]Q-100: Can I use x11vnc to view my VMWare session remotely?  +   [277]Q-100: Can I use x11vnc to view my VMWare session remotely?      [Exporting non-X11 devices via VNC] -   [277]Q-101: Can non-X devices (e.g. a raw framebuffer) be viewed (and +   [278]Q-101: Can non-X devices (e.g. a raw framebuffer) be viewed (and     even controlled) via VNC with x11vnc?  -   [278]Q-102: Can I export via VNC a Webcam or TV tuner framebuffer +   [279]Q-102: Can I export via VNC a Webcam or TV tuner framebuffer     using x11vnc?  -   [279]Q-103: Can I connect via VNC to a Qt-embedded/Qtopia application +   [280]Q-103: 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)?  -   [280]Q-104: Now that non-X11 devices can be exported via VNC using +   [281]Q-104: 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?  -   [281]Q-105: Does x11vnc support Mac OS X Aqua/Quartz displays natively +   [282]Q-105: Does x11vnc support Mac OS X Aqua/Quartz displays natively     (i.e. no X11 involved)?  -   [282]Q-106: Can x11vnc be used as a VNC reflector/repeater to improve +   [283]Q-106: 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.] -   [283]Q-107: Does the Clipboard/Selection get transferred between the +   [284]Q-107: Does the Clipboard/Selection get transferred between the     vncviewer and the X display?  -   [284]Q-108: Can I use x11vnc to record a Shock Wave Flash (or other +   [285]Q-108: 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?  -   [285]Q-109: Can I transfer files back and forth with x11vnc?  +   [286]Q-109: Can I transfer files back and forth with x11vnc?  -   [286]Q-110: Which UltraVNC extensions are supported?  +   [287]Q-110: Which UltraVNC extensions are supported?  -   [287]Q-111: Can x11vnc emulate UltraVNC's Single Click helpdesk mode? +   [288]Q-111: 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.  -   [288]Q-112: Can I (temporarily) mount my local (viewer-side) +   [289]Q-112: Can I (temporarily) mount my local (viewer-side)     Windows/Samba File share on the machine where x11vnc is running?  -   [289]Q-113: Can I redirect CUPS print jobs from the remote desktop +   [290]Q-113: Can I redirect CUPS print jobs from the remote desktop     where x11vnc is running to a printer on my local (viewer-side)     machine?  -   [290]Q-114: How can I hear the sound (audio) from the remote +   [291]Q-114: How can I hear the sound (audio) from the remote     applications on the desktop I am viewing via x11vnc?  -   [291]Q-115: Why don't I hear the "Beeps" in my X session (e.g. when +   [292]Q-115: Why don't I hear the "Beeps" in my X session (e.g. when     typing tput bel in an xterm)?  -   [292]Q-116: Thanks for your program and for your help! Can I make a +   [293]Q-116: Thanks for your program and for your help! Can I make a     donation?        _________________________________________________________________ @@ -1428,7 +1431,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 [293]-display +   on). Set your DISPLAY environment variable or use the [294]-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). @@ -1445,9 +1448,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 [294]this Howto for much info on X11 permissions. For example, you +   or [295]this Howto for much info on X11 permissions. For example, you     may need to set your XAUTHORITY environment variable or use the -   [295]-auth option to point to the correct MIT-MAGIC-COOKIE file (e.g. +   [296]-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 @@ -1469,11 +1472,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 [296]this faq for other display manager +   read the gdm cookie file, see [297]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 [297]-find option instead of +   Note as of Feb/2007 you can also try the [298]-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 @@ -1482,7 +1485,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 [298]-users option). +   (please read the documentation on the [299]-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 @@ -1595,7 +1598,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 [299]here too. +   was doing). See [300]here too.     Q-3: I just built x11vnc successfully, but when I use it my keystrokes @@ -1669,7 +1672,7 @@ h     earlier and perhaps non-Solaris):     First use the environment settings (CPPFLAGS, LDFLAGS, etc.) in the -   above [300]Solaris build script to run the configure command. That +   above [301]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 @@ -1695,7 +1698,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 -   [301]SunOS 4.x +   [302]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 @@ -1705,28 +1708,28 @@ typedef unsigned int in_addr_t;     Q-5: Where can I get a precompiled x11vnc binary for my Operating     System? -   Hopefully the [302]build steps above and [303]FAQ provide enough info +   Hopefully the [303]build steps above and [304]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: -    Debian:         (.deb)  [304]http://packages.debian.org/x11vnc - -   Slackware: (.tgz) [305]http://www.linuxpackages.net/ Redhat/Fedora: -   (.rpm) [306]http://dag.wieers.com/packages/x11vnc/ -   [307]http://dries.ulyssis.org/rpm/packages/x11vnc SuSE: (.rpm) -   [308]http://linux01.gwdg.de/~pbleser/ Solaris: (pkg) -   [309]http://www.sunfreeware.com/ FreeBSD: (.tbz) -   [310]http://www.freebsd.org/ [311]http://www.freshports.org/net/x11vnc -   OpenBSD: (.tgz) [312]http://www.openbsd.org/ NetBSD: (src) -   [313]http://pkgsrc.se/x11/x11vnc Nokia 770 (.deb) -   [314]http://mike.saunby.googlepages.com/x11vncfornokia7702 Sharp -   Zaurus [315]http://www.pdaxrom.org/ and [316]http://www.focv.com/ +    Debian:         (.deb)  [305]http://packages.debian.org/x11vnc + +   Slackware: (.tgz) [306]http://www.linuxpackages.net/ Redhat/Fedora: +   (.rpm) [307]http://dag.wieers.com/packages/x11vnc/ +   [308]http://dries.ulyssis.org/rpm/packages/x11vnc SuSE: (.rpm) +   [309]http://linux01.gwdg.de/~pbleser/ Solaris: (pkg) +   [310]http://www.sunfreeware.com/ FreeBSD: (.tbz) +   [311]http://www.freebsd.org/ [312]http://www.freshports.org/net/x11vnc +   OpenBSD: (.tgz) [313]http://www.openbsd.org/ NetBSD: (src) +   [314]http://pkgsrc.se/x11/x11vnc Nokia 770 (.deb) +   [315]http://mike.saunby.googlepages.com/x11vncfornokia7702 Sharp +   Zaurus [316]http://www.pdaxrom.org/ and [317]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 [317]my collection of +   (and all else fails!) you can try one of [318]my collection of     binaries for various OS's and x11vnc releases.     As a general note, the x11vnc program is simple enough you don't @@ -1744,7 +1747,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 [318]-httpdir option. E.g.: +   tarball and point x11vnc to it via the [319]-httpdir option. E.g.:      x11vnc -httpdir /path/to/x11vnc-0.8.3/classes/ssl ... @@ -1753,11 +1756,11 @@ typedef unsigned int in_addr_t;     To obtain VNC viewers for the viewing side (Windows, Mac OS, or Unix)     try here: -     * [319]http://www.tightvnc.com/download.html -     * [320]http://www.realvnc.com/download-free.html -     * [321]http://sourceforge.net/projects/cotvnc/ -     * [322]http://www.ultravnc.com/ -     * [323]Our Enhanced TightVNC Viewer (ssvnc) +     * [320]http://www.tightvnc.com/download.html +     * [321]http://www.realvnc.com/download-free.html +     * [322]http://sourceforge.net/projects/cotvnc/ +     * [323]http://www.ultravnc.com/ +     * [324]Our Enhanced TightVNC Viewer (SSVNC)     Q-7: How can I see all of x11vnc's command line options and @@ -1765,7 +1768,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 -   [324]here as well. Yes, x11vnc does have a lot of options, doesn't +   [325]here as well. Yes, x11vnc does have a lot of options, doesn't     it... @@ -1797,10 +1800,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 [325]-gui option for more info. Examples: "x11vnc +   for testing. See the [326]-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 "[326]-gui tray" system tray mode. +   also a "[327]-gui tray" system tray mode.     Q-9: How can I get the GUI to run in the System Tray, or at least be a @@ -1835,7 +1838,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 "[327]-N" option will try to match the VNC display number to the X +   The "[328]-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)). @@ -1843,11 +1846,11 @@ display :0     Q-11: Can I make x11vnc more quiet and also go into the background     after starting up? -   Use the [328]-q and [329]-bg options, respectively.  (also: -quiet is +   Use the [329]-q and [330]-bg options, respectively.  (also: -quiet is     an alias for -q)     Note that under -bg the stderr messages will be lost unless you use -   the "[330]-o logfile" option. +   the "[331]-o logfile" option.     Q-12: Sometimes when a VNC viewer dies abruptly, x11vnc also dies with @@ -1868,7 +1871,7 @@ display :0     There are some options. They are enabled by adding something like     -Dxxxx=1 to the CPPFLAGS environment variable before running configure -   (see the [331]build notes for general background). +   (see the [332]build notes for general background).  /*   * Mar/2006   * Build-time customization via CPPFLAGS. @@ -1939,21 +1942,21 @@ display :0     dual-screen mode to pass the keystrokes and mouse motions to the X11     display? -   Yes, for best response start up x11vnc with the "[332]-nofb" option +   Yes, for best response start up x11vnc with the "[333]-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 [333]x2vnc, however you would +   This will also work X11 to X11 using [334]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: -     * [334]Original Win2VNC -     * [335]Enhanced Win2VNC and [336]sourceforge link -     * [337]x2vnc -     * [338]x2x also [339]here -     * [340]zvnc (MorphOS) +     * [335]Original Win2VNC +     * [336]Enhanced Win2VNC and [337]sourceforge link +     * [338]x2vnc +     * [339]x2x also [340]here +     * [341]zvnc (MorphOS)     All of them will work with x11vnc (except x2x where it is not needed). @@ -1973,7 +1976,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 [341]-visual option to allow you to force the framebuffer +   has the [342]-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: @@ -1987,7 +1990,7 @@ display :0     and keyboard input to it from Windows and X11 machines via Win2VNC and     x2vnc, respectively? -   Yes, as of Nov/2006 [342]you can. There may be a trick or two you'll +   Yes, as of Nov/2006 [343]you can. There may be a trick or two you'll     need to do to get the Clipboard exchange between the machines to work. @@ -1998,7 +2001,7 @@ display :0     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 [343]-flashcmap option to have x11vnc watch for changes in the +   Use the [344]-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 @@ -2007,13 +2010,13 @@ display :0     example of this. Consider reconfiguring the system to 16 bpp or depth     24 TrueColor if at all possible. -   Also note the option [344]-8to24 (Jan/2006) can often remove the need +   Also note the option [345]-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 [345]-notruecolor option has corrected colors +   In some rare cases the [346]-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. @@ -2024,13 +2027,13 @@ display :0     different color depths: e.g. there are both depth 8 and 24 visuals     available at the same time. -   You may want to review the [346]previous question regarding 8 bpp +   You may want to review the [347]previous question regarding 8 bpp     PseudoColor. -   On some hardware (Sun/SPARC and SGI), the [347]-overlay option +   On some hardware (Sun/SPARC and SGI), the [348]-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 -   [348]-8to24 option may help (also discussed below). +   [349]-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 @@ -2066,7 +2069,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 [349]-overlay x11vnc option (Aug/2004) to have x11vnc use the +   use the [350]-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 @@ -2091,7 +2094,7 @@ TrueColor defdepth 24     Xsun, e.g. in your /etc/dt/config/Xservers file). -   The -8to24 mode: The [350]-8to24 x11vnc option (Jan/2006) is a kludge +   The -8to24 mode: The [351]-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 @@ -2105,11 +2108,11 @@ TrueColor defdepth 24     32bpp view is exported via VNC.     Even on pure 8bpp displays it can be used as an alternative to -   [351]-flashcmap to avoid color flashing completely. +   [352]-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: [352]-fixscreen V=3.0 to +   row, or by using something like: [353]-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. @@ -2122,23 +2125,23 @@ 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 [353]-8to24 help description for information on +   speedup. See the [354]-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 [354]-id option to +   possible workaround in this case is to use the [355]-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 [355]-8to24 method +   for x11vnc to be able to do so in real time. The [356]-8to24 method     does this approximately and is somewhat usable. Fortunately the -   [356]-overlay option works for Solaris machines with overlay visuals +   [357]-overlay option works for Solaris machines with overlay visuals     where most of this problem occurs. @@ -2149,9 +2152,9 @@ TrueColor defdepth 24     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 [357]color problems. +   debugging x11vnc [358]color problems. -   Also, as of Dec/2004 you can use "[358]-id pick" to have x11vnc run +   Also, as of Dec/2004 you can use "[359]-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. @@ -2169,7 +2172,7 @@ 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 [359]-sid windowid option ("shifted" windowid). +   polling, try the [360]-sid windowid option ("shifted" windowid).     Q-21: My X display is depth 24 at 24bpp (instead of the normal depth @@ -2205,7 +2208,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 [360]-24to32 option to have +   Update: as of Apr/2006 you can use the [361]-24to32 option to have     x11vnc dynamically transform the 24bpp pixel data to 32bpp. This extra     transformation could slow things down further however. @@ -2215,8 +2218,8 @@ 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 [361]Enhanced TightVNC -   Viewer (ssvnc) project can handle 24bpp X displays. It does this by +   Note, however, that the Unix viewer in the [362]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. @@ -2230,15 +2233,15 @@ 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 [362]-display option to point the display to that of +   machine. Use the [363]-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 [363]-noshm option (this enables the polling +   and finally supply the [364]-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 [364]-flipbyteorder if the +   on the polling rate. You may also need [365]-flipbyteorder if the     colors get messed up due to endian byte order differences.     Q-23: How do I get my X permissions (MIT-MAGIC-COOKIE file) correct @@ -2262,7 +2265,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 -   [365]-auth option to point to the correct file). Other options include +   [366]-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 - @@ -2274,7 +2277,7 @@ TrueColor defdepth 24     details.     If the display name in the cookie file needs to be changed between the -   two hosts, see [366]this note on the "xauth add ..." command. +   two hosts, see [367]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 @@ -2288,7 +2291,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 [367]poll +   Not recommended, but as a last resort, you could have x11vnc [368]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...) @@ -2317,13 +2320,13 @@ TrueColor defdepth 24     Q-24: I'm having trouble using x11vnc with my Sun Ray session. -   The [368]Sun Ray technology is a bit like "VNC done in hardware" (the +   The [369]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 [369]this discussion of Sun Ray issues for +   "Soft Ray". Please see [370]this discussion of Sun Ray issues for     solutions to problems.     [Remote Control] @@ -2331,18 +2334,18 @@ TrueColor defdepth 24     Q-25: 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 [370]-remote and [371]-query +   amount of things on the fly: see the [371]-remote and [372]-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 [372]-forever option has not been supplied, x11vnc will +   If the [373]-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 [373]-bg option +   If you have not put x11vnc in the background via the [374]-bg option     or shell & operator, then simply press Ctrl-C in the shell where     x11vnc is running to stop it. @@ -2352,15 +2355,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 [374]-clear_mods -   option and [375]-clear_keys option can be used to release pressed keys +   by tapping Ctrl, Shift, and Alt. Alternatively, the [375]-clear_mods +   option and [376]-clear_keys option can be used to release pressed keys     at startup and exit.     Q-26: Can I change settings in x11vnc without having to restart it?     Can I remote control it? -   Look at the [376]-remote (same as -R) and [377]-query (same as -Q) +   Look at the [377]-remote (same as -R) and [378]-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", @@ -2371,7 +2374,7 @@ 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 [378]-gui option for more info. You will need to +   mechanism. See the [379]-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". @@ -2386,12 +2389,12 @@ TrueColor defdepth 24     vncpasswd(1) program from those packages.     As of Jun/2004 x11vnc supports the -storepasswd "pass" "file" -   [379]option, which is the same functionality of storepasswd. Be sure +   [380]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: "[380]-rfbauth +   You then use the password via the x11vnc option: "[381]-rfbauth     $HOME/myvncpasswd"     As of Jan/2006 if you do not supply any arguments: @@ -2403,11 +2406,11 @@ TrueColor defdepth 24     ~/.mypass", the password you are prompted for will be stored in that     file. -   x11vnc also has the [381]-passwdfile and -passwd/-viewpasswd plain +   x11vnc also has the [382]-passwdfile and -passwd/-viewpasswd plain     text (i.e. not obscured like the -rfbauth VNC passwords) password     options. -   You can use the [382]-usepw option to automatically use any password +   You can use the [383]-usepw option to automatically use any password     file you have in ~/.vnc/passwd or ~/.vnc/passwdfile (the latter is     used with the -passwdfile option). @@ -2439,14 +2442,14 @@ TrueColor defdepth 24     Q-29: 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 [383]-viewpasswd option to supply the -   view-only password. Note the full-access password option [384]-passwd +   Yes, as of May/2004 there is the [384]-viewpasswd option to supply the +   view-only password. Note the full-access password option [385]-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 -   [385]-passwdfile option to specify a file containing plain text +   [386]-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 @@ -2454,7 +2457,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 [386]-rfbauth +   View-only passwords currently do not work for the [387]-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 @@ -2467,7 +2470,7 @@ TrueColor defdepth 24     Q-30: Can I have as many full-access and view-only passwords as I     like? -   Yes, as of Jan/2006 in the libvncserver CVS the [387]-passwdfile +   Yes, as of Jan/2006 in the libvncserver CVS the [388]-passwdfile     option has been extended to handle as many passwords as you like. You     put the view-only passwords after a line __BEGIN_VIEWONLY__. @@ -2477,7 +2480,7 @@ TrueColor defdepth 24     Q-31: 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 [388]-unixpw option that does +   Update: as of Feb/2006 x11vnc has the [389]-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 @@ -2487,7 +2490,7 @@ TrueColor defdepth 24     A list of allowed Unix usernames may also be supplied along with     per-user settings. -   There is also the [389]-unixpw_nis option for non-shadow-password +   There is also the [390]-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 @@ -2496,11 +2499,11 @@ TrueColor defdepth 24     shadow(5).     Two settings are enforced in the -unixpw and -unixpw_nis modes to -   provide extra security: the 1) [390]-localhost and 2) [391]-stunnel or -   [392]-ssl options. Without these one might send the Unix username and +   provide extra security: the 1) [391]-localhost and 2) [392]-stunnel or +   [393]-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 [393]-ssl (the constraint is automatically relaxed if +   stunnel or [394]-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). @@ -2519,13 +2522,13 @@ TrueColor defdepth 24     approximate at best.     One approximate method involves starting x11vnc with the -   [394]-localhost option. This basically requires the viewer user to log +   [395]-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 [395]elsewhere on this page. [396]stunnel does this as well. +   mentioned [396]elsewhere on this page. [397]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 @@ -2536,7 +2539,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 [397]-accept option that runs a program to examine the connection +   the [398]-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 @@ -2572,7 +2575,7 @@ exit 1  # reject it     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 [398]-accept where an external program may be run to decide if a +   the [399]-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, @@ -2580,26 +2583,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: -     * [399]-unixpw_cmd command -     * [400]-passwdfile cmd:command -     * [401]-passwdfile custom:command +     * [400]-unixpw_cmd command +     * [401]-passwdfile cmd:command +     * [402]-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 [402]-unixpw_cmd the normal [403]-unixpw Login: and Password: +   For [403]-unixpw_cmd the normal [404]-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 "[404]-passwdfile cmd:command" the command is run and it returns a -   password list (like a password file, see the [405]-passwdfile +   For "[405]-passwdfile cmd:command" the command is run and it returns a +   password list (like a password file, see the [406]-passwdfile     read:filename mode). Perhaps a dynamic, one-time password is retrieved     from a server this way. -   For "[406]-passwdfile custom:command" one gets complete control over +   For "[407]-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 @@ -2613,7 +2616,7 @@ exit 1  # reject it     it is rejected.     In all cases the "RFB_*" enviornment variables are set as under -   [407]-accept. These variables can provide useful information for the +   [408]-accept. These variables can provide useful information for the     externally supplied program to use. @@ -2623,15 +2626,15 @@ exit 1  # reject it     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 [408]-forever option (aka -many) to have +   periods of time. Use the [409]-forever option (aka -many) to have     x11vnc wait for more connections after the first client disconnects. -   Use the [409]-shared option to have x11vnc allow multiple clients to +   Use the [410]-shared option to have x11vnc allow multiple clients to     connect simultaneously. -   Recommended additional safety measures include using ssh ([410]see -   above), stunnel, [411]-ssl, or a VPN to authenticate and encrypt the +   Recommended additional safety measures include using ssh ([411]see +   above), stunnel, [412]-ssl, or a VPN to authenticate and encrypt the     viewer connections or to at least use the -rfbauth passwd-file -   [412]option to use VNC password protection (or [413]-passwdfile) It is +   [413]option to use VNC password protection (or [414]-passwdfile) It is     up to YOU to apply these security measures, they will not be done for     you automatically. @@ -2639,7 +2642,7 @@ exit 1  # reject it     Q-34: Can I limit which machines incoming VNC clients can connect     from? -   Yes, look at the [414]-allow and [415]-localhost options to limit +   Yes, look at the [415]-allow and [416]-localhost options to limit     connections by hostname or IP address. E.g.    x11vnc -allow 192.168.0.1,192.168.0.2 @@ -2651,7 +2654,7 @@ 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 -   [416](tcp_wrappers) and then use /etc/hosts.allow See hosts_access(5) +   [417](tcp_wrappers) and then use /etc/hosts.allow See hosts_access(5)     for complete details. @@ -2671,7 +2674,7 @@ exit 1  # reject it     is "vnc", e.g.:    vnc: 192.168.100.3 .example.com -   Note that if you run x11vnc out of [417]inetd you do not need to build +   Note that if you run x11vnc out of [418]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. @@ -2680,15 +2683,15 @@ exit 1  # reject it     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 "[418]-listen ipaddr" option that enables +   As of Mar/2005 there is the "[419]-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 -   "[419]-allow host1,..." option to allow only specific hosts in. +   "[420]-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 [420]-localhost now implies "-listen localhost" since that +   The option [421]-localhost now implies "-listen localhost" since that     is what most people expect it to do. @@ -2696,7 +2699,7 @@ exit 1  # reject it     interface, how I can occasionally allow in a non-localhost via the -R     allowonce remote control command? -   To do this specify "[421]-allow localhost". Unlike [422]-localhost +   To do this specify "[422]-allow localhost". Unlike [423]-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 @@ -2707,7 +2710,7 @@ exit 1  # reject it     some users just be able to move the mouse, but not click or type     anything? -   As of Feb/2005, the [423]-input option allows you to do this. "K", +   As of Feb/2005, the [424]-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 @@ -2722,7 +2725,7 @@ exit 1  # reject it     some clients view-only? How about running an arbitrary program to make     the decisions? -   Yes, look at the "[424]-accept command" option, it allows you to +   Yes, look at the "[425]-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 @@ -2741,7 +2744,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 [425]-viewonly option has been +   mouse on the "View" button. If the [426]-viewonly option has been     supplied, the "View" action will not be present: the whole display is     view only in that case. @@ -2757,7 +2760,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 [426]ftp://ftp.x.org/ +   is available at [427]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 @@ -2796,7 +2799,7 @@ elif [ $rc = 4 ]; then  fi  exit 1 -   Stefan Radman has written a nice dtksh script [427]dtVncPopup for use +   Stefan Radman has written a nice dtksh script [428]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. @@ -2805,13 +2808,13 @@ 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 "[428]-gone +   To run a command when a client disconnects, use the "[429]-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 "[429]-afteraccept command" option will run the +   As of Jan/2006 the "[430]-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"). @@ -2821,7 +2824,7 @@ exit 1     display manager like gdm(1). Can I have x11vnc later switch to a     different user? -   As of Feb/2005 x11vnc has the [430]-users option that allows things +   As of Feb/2005 x11vnc has the [431]-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. @@ -2846,7 +2849,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 [431]blockdpy.c The idea behind it is simple (but +   source for it is [432]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 @@ -2862,8 +2865,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 [432]-accept option and told -   to exit via the [433]-gone option (the vnc client user should +   The blockdpy utility is launched by the [433]-accept option and told +   to exit via the [434]-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: @@ -2872,17 +2875,17 @@ exit 1     but please read the top of the file.     Update: As of Feb/2007 there is some builtin support for this: -   [434]-forcedpms and [435]-clientdpms however, they are probably less +   [435]-forcedpms and [436]-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 [436]-grabkbd, [437]-grabptr, and [438]-grabalways options. +   also the [437]-grabkbd, [438]-grabptr, and [439]-grabalways options.     Q-42: Can I have x11vnc automatically lock the screen when I     disconnect the VNC viewer? -   Yes, a user mentions he uses the [439]-gone option under CDE to run a +   Yes, a user mentions he uses the [440]-gone option under CDE to run a     screen lock program:    x11vnc -display :0 -forever -gone 'dtaction LockDisplay' @@ -2891,7 +2894,7 @@ exit 1    x11vnc -display :0 -forever -gone 'kdesktop_lock'    x11vnc -display :0 -forever -gone 'xlock &' -   Here is a scheme using the [440]-afteraccept option (in version 0.7.3) +   Here is a scheme using the [441]-afteraccept option (in version 0.7.3)     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 @@ -2922,21 +2925,21 @@ fi     Q-43: 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 [441]how to tunnel VNC via +   See the description earlier on this page on [442]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 [442]Enhanced TightVNC Viewer (ssvnc) page where much of +   See also the [443]Enhanced TightVNC Viewer (SSVNC) page where much of     this is now automated.     Q-44: How can I tunnel my connection to x11vnc via an encrypted SSH     channel from Windows using an SSH client like Putty? -   [443]Above we described how to tunnel VNC via SSH from Unix to Unix, +   [444]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 @@ -2957,11 +2960,11 @@ fi     :0 (plus other cmdline options) in the 'Remote command' Putty setting     under 'Connections/SSH'. -   See also the [444]Enhanced TightVNC Viewer (ssvnc) page where much of +   See also the [445]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 [445]-localhost -   and [446]-rfbauth/[447]-passwdfile options. +   For extra protection feel free to run x11vnc with the [446]-localhost +   and [447]-rfbauth/[448]-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 @@ -2969,11 +2972,11 @@ fi     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 [448]chaining ssh's. +   automated by [449]chaining ssh's. -   As discussed [449]above another option is to first start the VNC +   As discussed [450]above another option is to first start the VNC     viewer in "listen" mode, and then launch x11vnc with the -   "[450]-connect localhost" option to establish the reverse connection. +   "[451]-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). @@ -2983,7 +2986,7 @@ fi     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 [451]stunnel (also [452]stunnel.mirt.net) +   IPSEC. SSL tunnels such as [452]stunnel (also [453]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 @@ -2991,12 +2994,12 @@ fi     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 [453]-ssl, -   [454]-stunnel, and [455]-sslverify to provide integrated SSL schemes. -   They are discussed [456]in the Next FAQ (you may want to skip to it +   Update: As of Feb/2006 x11vnc has the options [454]-ssl, +   [455]-stunnel, and [456]-sslverify to provide integrated SSL schemes. +   They are discussed [457]in the Next FAQ (you may want to skip to it     now). -   Here are some basic examples using [457]stunnel but the general idea +   Here are some basic examples using [458]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 @@ -3020,7 +3023,7 @@ fi     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 [458]signed by +   stunnel is built. One can also create certificates [459]signed by     Certificate Authorities or self-signed if desired using the x11vnc     utilities described there. @@ -3034,7 +3037,7 @@ fi     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 [459]ss_vncviewer script can automate +   That's it.  (note that the [460]ss_vncviewer script can automate     this.)     Be sure to use a VNC password because unlike ssh by default the @@ -3042,13 +3045,13 @@ fi     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 [460]the key management section for details. +   and also [461]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 [461]article The article also +   found at the stunnel site and in this [462]article The article also     shows the detailed steps to set up all the authentication -   certificates. (for both server and clients, see also the [462]x11vnc +   certificates. (for both server and clients, see also the [463]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 @@ -3069,7 +3072,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 [463]-inetd mode: +   start up x11vnc in [464]-inetd mode:    stunnel -p /path/to/stunnel.pem -P none -d 5900 -l ./x11vnc_sh     Where the script x11vnc_sh starts up x11vnc: @@ -3112,29 +3115,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 [464]SSL-enabled -   Java applet that can be served up via the [465]-httpdir or [466]-http -   options when [467]-ssl is enabled. It will also be served via HTTPS +   Note: as of Mar/2006 libvncserver/x11vnc provides a [465]SSL-enabled +   Java applet that can be served up via the [466]-httpdir or [467]-http +   options when [468]-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 [468]-https option. +   the [469]-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 [469]-stunnel or [470]-ssl option on the server side it works well -   and is convenient. Here is a simple script [471]ss_vncviewer that +   the [470]-stunnel or [471]-ssl option on the server side it works well +   and is convenient. Here is a simple script [472]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 [472]Enhanced TightVNC Viewer -   (ssvnc) package that starts up STUNNEL automatically along with some +   Update Jul/2006: we now provide an [473]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-46: Does x11vnc have built-in SSL tunneling? -   You can read about non-built-in methods [473]in the Previous FAQ +   You can read about non-built-in methods [474]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 @@ -3145,14 +3148,14 @@ connect = 5900     Built-in SSL x11vnc options: -   As of Feb/2006 the x11vnc [474]-ssl and [475]-stunnel options automate -   the SSL tunnel creation on the x11vnc server side. An [476]SSL-enabled +   As of Feb/2006 the x11vnc [475]-ssl and [476]-stunnel options automate +   the SSL tunnel creation on the x11vnc server side. An [477]SSL-enabled     Java Viewer applet is also provided that can be served via HTTP or     HTTPS to automate SSL on the client side. -   The [477]-ssl mode uses the [478]www.openssl.org library if available -   at build time. The [479]-stunnel mode requires the -   [480]www.stunnel.org command stunnel(8) to be installed on the system. +   The [478]-ssl mode uses the [479]www.openssl.org library if available +   at build time. The [480]-stunnel mode requires the +   [481]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" @@ -3204,12 +3207,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 [481]x11vnc Key Management for some utilities +   See the discussion on [482]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 [482]ss_vncviewer provides an example on unix +   The wrapper script [483]ss_vncviewer provides an example on unix     (-verify option).     Here are some notes on the simpler default (non-CA) operation. To have @@ -3225,7 +3228,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 -   [483]here), then Man-In-The-Middle-Attacks are prevented. Otherwise, +   [484]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.) @@ -3250,7 +3253,7 @@ connect = 5900     including using https to download it into the browser and connect to     x11vnc. -   See the [484]next FAQ for SSL enabled VNC Viewers. +   See the [485]next FAQ for SSL enabled VNC Viewers.     Q-47: How do I use VNC Viewers with built-in SSL tunneling? @@ -3261,9 +3264,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 [485]-httpdir can be used to specify the path to .../classes/ssl. +   the [486]-httpdir can be used to specify the path to .../classes/ssl.     A typical location might be /usr/local/share/x11vnc/classes/ssl. Or -   [486]-http can be used to try to have it find the directory +   [487]-http can be used to try to have it find the directory     automatically.     The Java viewer uses SSL to communicate securely with x11vnc. Note @@ -3288,7 +3291,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 [487]-https option to get an additional port dedicated to https +   the [488]-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: @@ -3301,7 +3304,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 -   [488]proxy scheme to enter a firewall or otherwise have rules applied +   [489]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".) @@ -3357,11 +3360,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 [489]-https option if you want a dedicated port for +   You can use the [490]-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 [490]This Page. +   connection with the Java Applet see [491]This Page.     Notes on the VNC Viewer ss_vncviewer wrapper script: @@ -3369,10 +3372,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 [491]for +   package. The basic ideas of doing this were discussed [492]for     external tunnel utilities here. -   The [492]ss_vncviewer script provided with x11vnc can set up the +   The [493]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 @@ -3404,15 +3407,15 @@ 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 [493]this page for more information on +   separate the two by commas. See [494]this page for more information on     how Web proxies come into play. -   If one uses a Certificate Authority (CA) scheme described [494]here, +   If one uses a Certificate Authority (CA) scheme described [495]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 [495]Enhanced TightVNC Viewer -   (ssvnc) package that starts up STUNNEL automatically along with some +   Update Jul/2006: we now provide an [496]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. @@ -3448,7 +3451,7 @@ connect = 5900     (instead of the unsigned one in https://yourmachine.com:5900/ that     gives the default index.vnc) -   Note that the [496]ss_vncviewer stunnel wrapper script can use Web +   Note that the [497]ss_vncviewer stunnel wrapper script can use Web     proxies as well.     Proxies that limit CONNECT to ports 443 and 563: @@ -3477,7 +3480,7 @@ 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 [497]trick discussed above, do: +   parameters in the URL. To use the GET [498]trick discussed above, do:    https://yourmachine.com/proxy.vnc?GET=1&PORT=443 @@ -3485,7 +3488,7 @@ connect = 5900     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 [498]here. This provides a clean alternative to the +   It is discussed [499]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. @@ -3493,7 +3496,7 @@ connect = 5900     Q-50: Can I create and use my own SSL Certificate Authority (CA) with     x11vnc? -   Yes, see [499]this page for how to do this and the utility commands +   Yes, see [500]this page for how to do this and the utility commands     x11vnc provides to create and manage many types of certificates and     private keys. @@ -3512,14 +3515,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 [500]FAQ on x11vnc +     * Use the description under "Continuously" in the [501]FAQ on x11vnc         and Display Managers -     * Use the description in the [501]FAQ on x11vnc and inetd(8) -     * Use the description in the [502]FAQ on Unix user logins and +     * Use the description in the [502]FAQ on x11vnc and inetd(8) +     * Use the description in the [503]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 [503]x11vnc_loop rc.local hack +     * Although less reliable, see the [504]x11vnc_loop rc.local hack         below.     The display manager scheme will not be specific to which user has the @@ -3541,7 +3544,7 @@ 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 -   [504]this link. +   [505]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 @@ -3564,7 +3567,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 [505]-auth option sets the XAUTHORITY variable for you). +   (the [506]-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 @@ -3589,7 +3592,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 -   [506]the example at the end of this FAQ). Then restart dtlogin, e.g.: +   [507]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 @@ -3637,7 +3640,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 [507]-N) to avoid autoselecting one if 5900 is already +   5900" (or [508]-N) to avoid autoselecting one if 5900 is already     taken.       _________________________________________________________________ @@ -3653,7 +3656,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 [508]full details +   killed immediately after the user logs in. Here are [509]full details     on how to configure gdm       _________________________________________________________________ @@ -3695,14 +3698,14 @@ 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: [509]x11vnc_loop It will need some local +   file like rc.local: [510]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 [510]-loop +   described above is greatly preferred. There is also the [511]-loop     option that does something similar.     If the machine is a traditional Xterminal you may want to read -   [511]this FAQ. +   [512]this FAQ.     Q-53: Can I run x11vnc out of inetd(8)? How about xinetd(8)? @@ -3712,7 +3715,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg    5900 stream tcp nowait root /usr/sbin/tcpd /usr/local/bin/x11vnc_sh -   where the shell script /usr/local/bin/x11vnc_sh uses the [512]-inetd +   where the shell script /usr/local/bin/x11vnc_sh uses the [513]-inetd     option and looks something like (you'll need to customize to your     settings).  #!/bin/sh @@ -3725,7 +3728,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 [513]-quiet) option: "/usr/local/bin/x11vnc -q +   specify the -q (aka [514]-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 @@ -3733,12 +3736,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 [514]-auth to point to the +   Note also the need to set XAUTHORITY via [515]-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 -   [515]FAQ on Unix user logins and inetd(8) works around the XAUTHORITY +   [516]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 @@ -3805,9 +3808,9 @@ service x11vncservice     it automatically?     Yes, as of Feb/2007 x11vnc supports mDNS / Zeroconf advertising of its -   service via the Avahi client library. Use the option [516]-avahi (same -   as [517]-mdns) to enable it. Depending on your setup you may need to -   install [518]Avahi (including the development packages), enable the +   service via the Avahi client library. Use the option [517]-avahi (same +   as [518]-mdns) to enable it. Depending on your setup you may need to +   install [519]Avahi (including the development packages), enable the     server: avahi-daemon and avahi-dnsconfd, and possibly open up UDP port     5353 on your firewall. @@ -3832,23 +3835,23 @@ service x11vncservice     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 [519]inetd(8) using the [520]-unixpw -   and [521]-display WAIT options. The reason inetd(8) makes this easier +   The easiest way to do this is via [520]inetd(8) using the [521]-unixpw +   and [522]-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 [522]this example and also the [523]-loopbg option). +   x11vnc's (see [523]this example and also the [524]-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 [524]-find, [525]-create, [526]-svc, and [527]-xdmsvc +   Update: Use the [525]-find, [526]-create, [527]-svc, and [528]-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 [528]-display WAIT option makes x11vnc wait until a VNC viewer is +   The [529]-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 @@ -3889,7 +3892,7 @@ nt $2}'`    exit 0     A default script somewhat like the above is used under "-display -   WAIT:cmd=FINDDISPLAY" (same as [529]-find) (use +   WAIT:cmd=FINDDISPLAY" (same as [530]-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 @@ -3901,10 +3904,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 [530]-find option is an alias for "-display +   Tip: Note that the [531]-find option is an alias for "-display     WAIT:cmd=FINDDISPLAY". -   The [531]-unixpw option allows [532]UNIX password logins. It +   The [532]-unixpw option allows [533]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 @@ -3918,16 +3921,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 [533]-svc alias). +   options. (see also the [534]-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 "[534]-users unixpw=" option. +   logs in due to the "[535]-users unixpw=" option. -   Note that [535]SSL is required for this mode because otherwise the +   Note that [536]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 @@ -3935,17 +3938,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 [536]-localhost +   If you really want to disable the SSL or SSH [537]-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 [537]-unixpw documentation. +   read the [538]-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 "[538]-users =fred" option will cause x11vnc to switch to user +   The "[539]-users =fred" option will cause x11vnc to switch to user     fred and then find his X display. @@ -3954,7 +3957,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 [539]Xdummy and if that is not +   virtual (non-hardware) X servers: first [540]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. @@ -3964,22 +3967,28 @@ 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. [540]ss_vncviewer) access and also Java Web browers access via: +   (e.g. [541]ss_vncviewer) access and also Java Web browers access via:     https://hostname:5900/. -   Tip: Note that the [541]-create option is an alias for "-display +   Tip: Note that the [542]-create option is an alias for "-display     WAIT:cmd=FINDCREATEDISPLAY-Xvfb". -   Tip: Note that [542]-svc is a short hand for the long "-ssl SAVE +   Tip: Note that [543]-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 [543]-display WAIT for +   after his username (following a ":" see [544]-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. +   "fred:geom=800x600" at the login: prompt. Also if the env. var +   X11VNC_CREATE_GEOM is set to the desired WxH or WxHxD that will be +   used by x11vnc. + +   You can set the env. var X11VNC_SKIP_DISPLAY to a comma separated list +   of displays to ignore in the FINDDISPLAY process (to force creation of +   new displays in some cases).     If you do not plan on using the Java Web browser applet you can remove     the -http (and -prog) option since this will speed up logging-in by a @@ -4007,7 +4016,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 [544]need to be run to switch to the correct Linux +   chvt program may [545]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. @@ -4034,7 +4043,7 @@ service x11vnc     will also typically block UDP (port 177 for XDMCP) by default     effectively limiting the UDP connections to localhost. -   Tip: Note that [545]-xdmsvc is a short hand for the long "-ssl SAVE +   Tip: Note that [546]-xdmsvc is a short hand for the long "-ssl SAVE     -unixpw -users unixpw= -display WAIT:cmd=FINDCREATEDISPLAY-Xvfb.xdmcp"     part. E.g.:  service x11vnc @@ -4068,15 +4077,15 @@ service x11vnc     Q-56: Can I have x11vnc restart itself after it terminates?     One could do this in a shell script, but now there is an option -   [546]-loop that makes it easier. Of course when x11vnc restarts it +   [547]-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 [547]-loopbg to emulate inetd(8) to some degree, +   One can also use the [548]-loopbg to emulate inetd(8) to some degree,     where each connected process runs in the background. It could be -   combined, say, with the [548]-svc option to provide simple terminal +   combined, say, with the [549]-svc option to provide simple terminal     services without using inetd(8). @@ -4084,7 +4093,7 @@ service x11vnc     web browser?     To have x11vnc serve up a Java VNC viewer applet to any web browsers -   that connect to it, run x11vnc with this [549]option: +   that connect to it, run x11vnc with this [550]option:    -httpdir /path/to/the/java/classes/dir     (this directory will contain the files index.vnc and, for example, @@ -4103,7 +4112,7 @@ service x11vnc     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 [550]-http option will try to guess where the Java +   As of May/2005 the [551]-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. @@ -4119,7 +4128,7 @@ service x11vnc     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 -   [551]-connect option. To connect immediately at x11vnc startup time +   [552]-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). @@ -4127,7 +4136,7 @@ service x11vnc     file is checked periodically (about once a second) for new hosts to     connect to. -   The [552]-remote control option (aka -R) can also be used to do this +   The [553]-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 @@ -4139,7 +4148,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 [553]-vncconnect option to x11vnc (Note: +   www.realvnc.com) specify the [554]-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 @@ -4182,19 +4191,19 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1"     "screen scrape" it efficiently (more than, say, 100X faster than     normal video hardware). -   Update Nov/2006: See the [554]FINDCREATEDISPLAY discussion of the -   "[555]-display WAIT:cmd=FINDDISPLAY" option where virtual (Xvfb or +   Update Nov/2006: See the [555]FINDCREATEDISPLAY discussion of the +   "[556]-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 [556]-find, -   [557]-create, [558]-svc, and [559]-xdmsvc aliases can also come in +   (inetd(8) is a nice way to provide this service). The [557]-find, +   [558]-create, [559]-svc, and [560]-xdmsvc aliases can also come in     handy here.     There are some annoyances WRT Xvfb though. The default keyboard     mapping seems to be very poor. One should run x11vnc with -   [560]-add_keysyms option to have keysyms added automatically. Also, to +   [561]-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" @@ -4206,7 +4215,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 [561]FINDCREATEDISPLAY +   (note: these are applied automatically in the [562]FINDCREATEDISPLAY     mode). Perhaps the Xvfb options -xkbdb or -xkbmap could be used to get     a better default keyboard mapping. @@ -4221,11 +4230,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) [562]switching even though it +   Linux Virtual Console/Terminal (VC/VT) [563]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 [563]Xdummy that allows you to +   Jul/2005 we have an LD_PRELOAD script [564]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 @@ -4257,7 +4266,7 @@ startx -- /path/to/Xdummy :1     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 [564]this FAQ) and access it from +   display via x11vnc (e.g. see [565]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 @@ -4280,10 +4289,10 @@ startx -- /path/to/Xdummy :1     cards as it can hold to provide multiple simultaneous access or     testing on different kinds of video hardware. -   See also the [565]FINDCREATEDISPLAY discussion of the "[566]-display +   See also the [566]FINDCREATEDISPLAY discussion of the "[567]-display     WAIT:cmd=FINDDISPLAY" option where virtual Xvfb or Xdummy, or real X     servers are started automatically for new users connecting. The -   [567]-find, [568]-create, [569]-svc, and [570]-xdmsvc aliases can also +   [568]-find, [569]-create, [570]-svc, and [571]-xdmsvc aliases can also     come in handy here.     [Resource Usage and Performance] @@ -4306,7 +4315,7 @@ startx -- /path/to/Xdummy :1    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 [571]shm_clear to list and prompt for removal +   Here is a shell script [572]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, @@ -4340,40 +4349,40 @@ ied)     in /etc/system. See the next paragraph for more workarounds.     To minimize the number of shm segments used by x11vnc try using the -   [572]-onetile option (corresponds to only 3 shm segments used, and +   [573]-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 -   [573]-noshm option. Performance will be somewhat degraded but when +   [574]-noshm option. Performance will be somewhat degraded but when     done over local machine sockets it should be acceptable (see an -   [574]earlier question discussing -noshm). +   [575]earlier question discussing -noshm).     Q-62: How can I make x11vnc use less system resources? -   The [575]-nap (now on by default) and "[576]-wait n" (where n is the +   The [576]-nap (now on by default) and "[577]-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 "[577]-sb 15" will cause +   are good places to start. Something like "[578]-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 [578]-onetile +   will make x11vnc's screen polling less severe. Using the [579]-onetile     option will use less memory and use fewer shared memory slots (add -   [579]-fs 1.0 for one less slot). +   [580]-fs 1.0 for one less slot).     Q-63: How can I make x11vnc use MORE system resources? -   You can try [580]-threads and dial down the wait time (e.g. -wait 1) -   and possibly dial down [581]-defer as well. Note that if you try to +   You can try [581]-threads and dial down the wait time (e.g. -wait 1) +   and possibly dial down [582]-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 [582]-id option) can be streamed over a LAN or wireless at +   the x11vnc [583]-id option) can be streamed over a LAN or wireless at     a reasonable frame rate. @@ -4389,7 +4398,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 -       [583]-solid [color] option to try to do this automatically. +       [584]-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 @@ -4398,9 +4407,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 [584]-scrollcopyrect is active and +       problem in x11vnc 0.7.2 if [585]-scrollcopyrect is active and         detecting scrolls for the application). -     * If the [585]-wireframe option is not available (earlier than +     * If the [586]-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) @@ -4423,7 +4432,7 @@ ied)         noticed.       VNC viewer parameters: -     * Use a [586]TightVNC enabled viewer! (Actually, RealVNC 4.x viewer +     * Use a [587]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 @@ -4445,37 +4454,37 @@ ied)         file.       x11vnc parameters: -     * Make sure the [587]-wireframe option is active (it should be on by +     * Make sure the [588]-wireframe option is active (it should be on by         default) and you have Opaque Moves/Resizes Enabled in the window         manager. -     * Make sure the [588]-scrollcopyrect option is active (it should be +     * Make sure the [589]-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 -       [589]-solid -     * Specify [590]-speeds modem to force the wireframe and +       [590]-solid +     * Specify [591]-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 [591]-nodragging (no screen updates when dragging mouse, +       drastic [592]-nodragging (no screen updates when dragging mouse,         but sometimes you miss visual feedback) -     * Set [592]-fs 1.0 (disables fullscreen updates) -     * Try increasing [593]-wait or [594]-defer (reduces the maximum +     * Set [593]-fs 1.0 (disables fullscreen updates) +     * Try increasing [594]-wait or [595]-defer (reduces the maximum         "frame rate", but won't help much for large screen changes) -     * Try the [595]-progressive pixelheight mode with the block +     * Try the [596]-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 [596]-id (cuts +     * If you just want to watch one (simple) window use [597]-id (cuts         down extraneous polling and updates, but can be buggy or         insufficient) -     * Set [597]-nosel (disables all clipboard selection exchange) -     * Use [598]-nocursor and [599]-nocursorpos (repainting the remote +     * Set [598]-nosel (disables all clipboard selection exchange) +     * Use [599]-nocursor and [600]-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 -       [600]-readtimeout n setting if it sometimes takes more than 20sec +       [601]-readtimeout n setting if it sometimes takes more than 20sec         to paint the full screen, etc. -     * Do not use [601]-fixscreen to automatically refresh the whole +     * Do not use [602]-fixscreen to automatically refresh the whole         screen, tap three Alt_L's then the screen has painting errors         (rare problem). @@ -4544,7 +4553,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 [602]slow (e.g. +   in main memory. So reading the fb is still painfully [603]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 @@ -4562,41 +4571,41 @@ 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 "[603]-xd_area A" option to adjust the size +   skipped). You can use the "[604]-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 "[604]-xd_mem f" may also be of use in tuning the -   algorithm. To disable using DAMAGE entirely use "[605]-noxdamage". +   The option "[605]-xd_mem f" may also be of use in tuning the +   algorithm. To disable using DAMAGE entirely use "[606]-noxdamage".     Q-66: 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 "[606]-noxdamage" option. +   he uses the "[607]-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. -   Update: see [607]this FAQ too. +   Update: see [608]this FAQ too.     Q-67: 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 [608]slow hardware read rates from +   This problem is primarily due to [609]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 -   [609]-pointer_mode option for more info. The next bottleneck is +   [610]-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 @@ -4606,26 +4615,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 "[610]-pointer_mode 1" option. +   the "[611]-pointer_mode 1" option. -   Also added was the [611]-nodragging option that disables all screen +   Also added was the [612]-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 [612]-pointer_mode n option was introduced. n=1 is +   As of Dec/2004 the [613]-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 [613]-threads option can improve +   Also, in some circumstances the [614]-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 [614]wireframe FAQ and -   [615]scrollcopyrect FAQ below) provide schemes to sweep this problem +   As of Apr/2005 two new options (see the [615]wireframe FAQ and +   [616]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 @@ -4649,8 +4658,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 [616]slow video card -   read rates (see [617]here too). A displacement, even a small one, of a +   intermediate steps. BTW the lurching is due to [617]slow video card +   read rates (see [618]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. @@ -4658,7 +4667,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 [618]-nowireframe option +   with the problem. It can be disabled with the [619]-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 @@ -4703,13 +4712,13 @@ EndSection       * Maximum time to show a wireframe animation.       * Minimum time between sending wireframe outlines. -   See the [619]"-wireframe tweaks" option for more details. On a slow +   See the [620]"-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 -   [620]"-wirecopyrect mode" option. It is also on by default. This +   [621]"-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 @@ -4757,7 +4766,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 [621]slow). +   the hardware framebuffer is [622]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. @@ -4784,10 +4793,10 @@ EndSection     the X server display: if one falls too far behind it could become a     mess... -   The initial implementation of [622]-scrollcopyrect option is useful in +   The initial implementation of [623]-scrollcopyrect option is useful in     that it detects many scrolls and thus gives a much nicer working -   environment (especially when combined with the [623]-wireframe -   [624]-wirecopyrect [625]options, which are also on by default; and if +   environment (especially when combined with the [624]-wireframe +   [625]-wirecopyrect [626]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. @@ -4820,10 +4829,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: [626]-fixscreen +       also: [627]-fixscreen       * Some applications, notably OpenOffice, do XCopyArea scrolls in         weird ways that assume ancestor window clipping is taking place. -       See the [627]-scr_skip option for ways to tweak this on a +       See the [628]-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 @@ -4840,7 +4849,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 [628]-scale option there will be a quick CopyRect +     * When using the [629]-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 @@ -4853,7 +4862,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 [629]-noscrollcopyrect (or -noscr for short). If you find +   with the [630]-noscrollcopyrect (or -noscr for short). If you find     some extremely bad and repeatable behavior for -scrollcopyrect please     report a bug. @@ -4878,9 +4887,9 @@ EndSection     that pixel data is needed again it does not have to be retransmitted     over the network. -   As of Dec/2006 in the [630]0.8.5 development tarball there is an +   As of Dec/2006 in the [631]0.8.5 development tarball there is an     experimental client-side caching implementation enabled by the -   "[631]-ncache n" option. In fact, during the test period at least it +   "[632]-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 @@ -4913,7 +4922,7 @@ EndSection     perhaps something else, maybe double buffering or other offscreen     rendering...). -   The Enhanced TightVNC Viewer Unix viewer has a nice [632]-ycrop option +   The Enhanced TightVNC Viewer Unix viewer has a nice [633]-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 @@ -4943,7 +4952,7 @@ EndSection     an additional factor of 2 in memory use.     However, even in the smallest usage mode with n equal 2 and -   [633]-ncache_no_rootpixmap set (this requires only 2X additional +   [634]-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. @@ -4954,7 +4963,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 "[634]-ncache_cr". By specifying +   Another option to experiment with is "[635]-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 @@ -5020,23 +5029,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 "[635]-cursor X" option that +   A simple kludge is provided by the "[636]-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 "[636]-cursor some" option for +   work for those cases. Also see the "[637]-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 -   [637]-overlay option is supplied. See [638]this FAQ for more info. +   [638]-overlay option is supplied. See [639]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 -   [639]Solaris 10. +   [640]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 @@ -5044,7 +5053,7 @@ 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. [640]Details can be found here. +   hidden alpha channel data under 32bpp. [641]Details can be found here.     Q-72: When using XFIXES cursorshape mode, some of the cursors look @@ -5077,17 +5086,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 "[641]-alphacut n" option lets +   course!) some tunable parameters. The "[642]-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 "[642]-alphafrac f" option tries to correct individual +   240. The "[643]-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 [643]-alpharemove that is useful for +   Finally, there is an option [644]-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 @@ -5113,10 +5122,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 [644]-nocursorshape x11vnc option. In this case the cursor is +   with the [645]-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 [645]-noalphablend option to disable this +   the x11vnc side. Use the [646]-noalphablend option to disable this     behavior (always approximate transparent cursors with opaque RGB     values). @@ -5140,7 +5149,7 @@ 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 [646]Enhanced TightVNC Viewer (ssvnc) +   This patch is applied to the [647]Enhanced TightVNC Viewer (SSVNC)     package we provide.     [Mouse Pointer] @@ -5148,9 +5157,9 @@ EndSection     Q-74: 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 [647]tightvnc extension +   This default takes advantage of a [648]tightvnc extension     (CursorShapeUpdates) that allows specifying a cursor image shape for -   the local VNC viewer. You may disable it with the [648]-nocursor +   the local VNC viewer. You may disable it with the [649]-nocursor     option to x11vnc if your viewer does not have this extension.     Note: as of Aug/2004 this should be fixed: the default for @@ -5164,17 +5173,17 @@ EndSection     clients (i.e. passive viewers can see the mouse cursor being moved     around by another viewer)? -   Use the [649]-cursorpos option when starting x11vnc. A VNC viewer must +   Use the [650]-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 [650]-nocursorpos and [651]-nocursorshape. +   is the default. See also [651]-nocursorpos and [652]-nocursorshape.     Q-76: 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: [652]-buttonmap +   You can remap the mouse buttons via something like: [653]-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. @@ -5182,7 +5191,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 [653]-debug_pointer option prints out much info for +   Note that the [654]-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 @@ -5204,7 +5213,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 [654]-buttonmap but rather configuring the X server +   consider not using [655]-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"'). @@ -5234,7 +5243,7 @@ EndSection     Q-77: How can I get my AltGr and Shift modifiers to work between     keyboards for different languages? -   The option [655]-modtweak should help here. It is a mode that monitors +   The option [656]-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. @@ -5243,16 +5252,16 @@ 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 [656]this FAQ for more info). Without +   not exist on the keyboard (see [657]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 [657]FAQ about the -xkb option for a more powerful method +   Also see the [658]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 -   [658]-debug_keyboard option prints out much info for every keystroke +   [659]-debug_keyboard option prints out much info for every keystroke     and so can be useful debugging things. @@ -5264,9 +5273,9 @@ EndSection     (e.g. pc105 in the XF86Config file when it should be something else,     say pc104). -   Short Cut: Try the [659]-xkb or [660]-sloppy_keys options and see if +   Short Cut: Try the [660]-xkb or [661]-sloppy_keys options and see if     that helps the situation. The discussion below is a bit outdated (e.g. -   [661]-modtweak is now the default) but it is useful reference for +   [662]-modtweak is now the default) but it is useful reference for     various tricks and so is kept. @@ -5309,17 +5318,17 @@ EndSection     -remap less-comma     These are convenient in that they do not modify the actual X server -   settings. The former ([662]-modtweak) is a mode that monitors the +   settings. The former ([663]-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 ([663]-remap less-comma) is an immediate remapping of the +   The latter ([664]-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 [664]FAQ about the -xkb option as a possible workaround +   See also the [665]FAQ about the -xkb option as a possible workaround     using the XKEYBOARD extension. -   Note that the [665]-debug_keyboard option prints out much info for +   Note that the [666]-debug_keyboard option prints out much info for     every keystroke to aid debugging keyboard problems. @@ -5327,13 +5336,13 @@ EndSection     (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 [666]keymapping +   the Shift key before releasing the "<". Because of a [667]keymapping     ambiguity the last event "< up" is interpreted as "," because that key     unshifted is the comma. -   This should not happen in [667]-xkb mode, because it works hard to +   This should not happen in [668]-xkb mode, because it works hard to     resolve the ambiguities. If you do not want to use -xkb, try the -   option [668]-sloppy_keys to attempt a similar type of algorithm. +   option [669]-sloppy_keys to attempt a similar type of algorithm.     Q-80: I'm using an "international" keyboard (e.g. German "de", or @@ -5357,7 +5366,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 [669]-modtweak +   This all worked fine with x11vnc running with the [670]-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 @@ -5374,7 +5383,7 @@ EndSection       * there is a new option -xkb to use the XKEYBOARD extension API to         do the Modifier key tweaking. -   The [670]-xkb option seems to fix all of the missing keys: "@", "<", +   The [671]-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 @@ -5382,7 +5391,7 @@ EndSection     debugging output (send it along with any problems you report).     Update: as of Jun/2005 x11vnc will try to automatically enable -   [671]-xkb if it appears that would be beneficial (e.g. if it sees any +   [672]-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. @@ -5397,7 +5406,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: -       [672]-skip_keycodes 93 +       [673]-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 @@ -5415,16 +5424,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 [673]-remap x11vnc option: +       created using the [674]-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 -       [674]-add_keysyms option in the next paragraph. -       Update: for convenience "[675]-remap DEAD" does many of these +       [675]-add_keysyms option in the next paragraph. +       Update: for convenience "[676]-remap DEAD" does many of these         mappings at once. -     * To complement the above workaround using the [676]-remap, an -       option [677]-add_keysyms was added. This option instructs x11vnc +     * To complement the above workaround using the [677]-remap, an +       option [678]-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 @@ -5443,7 +5452,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) [678]-norepeat x11vnc option. You will still +   use the new (Jul/2004) [679]-norepeat x11vnc option. You will still     have autorepeating because that is taken care of on your VNC viewer     side. @@ -5467,7 +5476,7 @@ 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 [679]-norepeat (which has since Dec/2004 been +   needed, or to use the [680]-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 @@ -5478,7 +5487,7 @@ EndSection     keystrokes!!     Are you using x11vnc to log in to an X session via display manager? -   (as described in [680]this FAQ) If so, x11vnc is starting before your +   (as described in [681]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 @@ -5502,7 +5511,7 @@ EndSection     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 "[681]-remap Super_R-Mode_switch" x11vnc option may +   Something like "[682]-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)). @@ -5525,7 +5534,7 @@ 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 [682]-remap Alt_L-Meta_L to x11vnc may be sufficient for ones +   the [683]-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. @@ -5545,7 +5554,7 @@ EndSection     and similar triple mappings (with two in the AltGr/Mode_switch group)     of a keysum to a single keycode. -   Use the [683]-nomodtweak option as a workaround. You can also use +   Use the [684]-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" @@ -5559,7 +5568,7 @@ EndSection     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 [684]-remap +   have x11vnc do the remapping. This can be done via the [685]-remap     option using the fake "keysyms" Button1, Button2, etc. as the "to"     keys (i.e. the ones after the "-") @@ -5568,7 +5577,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: -  [685]-remap Super_R-Button2 +  [686]-remap Super_R-Button2     maps the Super_R "flag" key press to the Button2 click, thereby making     X pasting a bit easier. @@ -5587,10 +5596,10 @@ 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 -   [686]-skip_lockkeys option should help to accomplish this. For finer -   grain control use something like: "[687]-remap Caps_Lock-None". +   [687]-skip_lockkeys option should help to accomplish this. For finer +   grain control use something like: "[688]-remap Caps_Lock-None". -   Also try the [688]-nomodtweak and [689]-capslock options. +   Also try the [689]-nomodtweak and [690]-capslock options.     [Screen Related Issues and Features] @@ -5613,7 +5622,7 @@ 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 -   [690]this FAQ on x11vnc scaling. +   [691]this FAQ on x11vnc scaling.     Q-89: Does x11vnc support server-side framebuffer scaling? (E.g. to @@ -5621,7 +5630,7 @@ EndSection     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 "[691]-scale fraction" option. "fraction" can either be a +   use the "[692]-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. @@ -5642,7 +5651,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 -   [692]applications. Since with integer scale factors the framebuffers +   [693]applications. Since with integer scale factors the framebuffers     become huge and scaling operations time consuming, be sure to use     ":nb" for the fastest response. @@ -5668,7 +5677,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 ([693]-rfbport option, +   different scalings listening on separate ports ([694]-rfbport option,     etc.).     Update: As of May/2006 x11vnc also supports the UltraVNC server-side @@ -5678,8 +5687,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 [694]GUI, then to avoid all of the x11vnc's simultaneously -   answering the gui you will need to use something like [695]"-connect +   use the [695]GUI, then to avoid all of the x11vnc's simultaneously +   answering the gui you will need to use something like [696]"-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 @@ -5688,7 +5697,7 @@ 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 -   [696]"-scale_cursor frac" option to set the cursor scaling to a +   [697]"-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). @@ -5710,17 +5719,17 @@ 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 [697]-blackout x11vnc option +   may be distracting to the viewer. The [698]-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 -   [698]-xinerama x11vnc option can be used to have it automatically +   [699]-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: -   [699]-xinerama is now on by default. +   [700]-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 [700]-xwarppointer +   of the large display. If this happens try using the [701]-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 @@ -5745,23 +5754,23 @@ 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 [701]FAQ to increase the limit. It -   is probably also a good idea to run with the [702]-onetile option in +   /etc/system as mentioned in another [702]FAQ to increase the limit. It +   is probably also a good idea to run with the [703]-onetile option in     this case (to limit each x11vnc to 3 shm segments), or even -   [703]-noshm to use no shm segments. +   [704]-noshm to use no shm segments.     Q-92: Can x11vnc show only a portion of the display? (E.g. for a     special purpose rfb application). -   As of Mar/2005 x11vnc has the "[704]-clip WxH+X+Y" option to select a +   As of Mar/2005 x11vnc has the "[705]-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 [705]Xinerama screen into two +   One user used -clip to split up a large [706]Xinerama screen into two     more managable smaller screens.     This also works to view a sub-region of a single application window if -   the [706]-id or [707]-sid options are used. The offset is measured +   the [707]-id or [708]-sid options are used. The offset is measured     from the upper left corner of the selected window. @@ -5770,7 +5779,7 @@ EndSection     crash.     As of Dec/2004 x11vnc supports XRANDR. You enable it with the -   [708]-xrandr option to make x11vnc monitor XRANDR events and also trap +   [709]-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. @@ -5780,9 +5789,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 [709]-padgeom option to make the region big +   viewers you can try the [710]-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: [710]enhanced_tightvnc_viewer +   for the TightVNC Viewer on Unix: [711]enhanced_tightvnc_viewer     If you specify "-xrandr newfbsize" then vnc viewers that do not     support NewFBSize will be disconnected before the resize. If you @@ -5794,7 +5803,7 @@ EndSection     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 [711]-rotate option allow this. E.g's: +   As of Jul/2006 there is the [712]-rotate option allow this. E.g's:     "-rotate +90", "-rotate -90", "-rotate x", etc. @@ -5859,13 +5868,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 [712]here for how to +   straight xscreensaver (see the instructions [713]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 [713]-nodpms option was added +   suspend, or off). In Nov/2006 the x11vnc [714]-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 @@ -5881,13 +5890,13 @@ EndSection     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 -   [714]beryl or XDAMAGE/Xorg or the (possibly 3rd party) video card +   [715]beryl or XDAMAGE/Xorg or the (possibly 3rd party) video card     driver. -   As a workaround apply the [715]-noxdamage option. As of Feb/2007 +   As a workaround apply the [716]-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 [716]this +   beryl you might as well always supply -noxdamage. Thanks to [717]this     user who reported the problem and discovered the workaround.     Please report a bug or complaint to Beryl and/or Xorg about this: @@ -5906,9 +5915,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 [717]this FAQ +   desktop in a separate Virtual Console (e.g. VC 8) (see [718]this FAQ     on VC's for background). Unfortunately, this Fullscreen VC is not an X -   server. So x11vnc cannot access it (however, [718]see this discussion +   server. So x11vnc cannot access it (however, [719]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. @@ -5929,13 +5938,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 [719]is in the active VC. +   as long as the VMWare X session [720]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 [720]-id windowid option. The +   the VMWare menu buttons) by use of the [721]-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 @@ -5951,10 +5960,10 @@ EndSection     controlled) via VNC with x11vnc?     As of Apr/2005 there is support for this. Two options were added: -   "[721]-rawfb string" (to indicate the raw framembuffer device, file, -   etc. and its parameters) and "[722]-pipeinput command" (to provide an +   "[722]-rawfb string" (to indicate the raw framembuffer device, file, +   etc. and its parameters) and "[723]-pipeinput command" (to provide an     external program that will inject or otherwise process mouse and -   keystroke input). Some useful [723]-pipeinput schemes, VID, CONSOLE, +   keystroke input). Some useful [724]-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 @@ -5992,9 +6001,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 [724]-snapfb option with +   this). The "snap:" setting applies the [725]-snapfb option with     "file:" type reading (this is useful for exporting webcams or TV tuner -   video; see [725]the next FAQ for more info). +   video; see [726]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 @@ -6038,7 +6047,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 [726]X +   for the case of Xvfb x11vnc can poll it much better via the [727]X     API, but you get the idea.     By default in -rawfb mode x11vnc will actually close any X display it @@ -6067,13 +6076,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 [727]Qt-embedded apps (PDAs/Handhelds). By default the +   fullscreen, or [728]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 [728]this FAQ for details. If specified via "-rawfb Video" +   kernel. See [729]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). @@ -6081,10 +6090,10 @@ EndSection     also useful in testing. -   All of the above [729]-rawfb options are just for viewing the raw +   All of the above [730]-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 [730]video camera mapped its framebuffer +   this feature (e.g. suppose a [731]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 @@ -6122,7 +6131,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 [731]active VC) one +   view and interact with VC #2 (assuming it is the [732]active VC) one     can run something like:    x11vnc -rawfb map:/dev/fb0@1024x768x16 -pipeinput './vcinject.pl 2' @@ -6177,7 +6186,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 -   [732]Qt-embedded Also, for example the [733]VMWare Fullscreen mode is +   [733]Qt-embedded Also, for example the [734]VMWare Fullscreen mode is     actually viewable under -rawfb and can be interacted with if uinput is     enabled. @@ -6197,9 +6206,9 @@ EndSection     Q-102: Can I export via VNC a Webcam or TV tuner framebuffer using     x11vnc? -   Yes, this is possible to some degree with the [734]-rawfb option. +   Yes, this is possible to some degree with the [735]-rawfb option.     There is no X11 involved: snapshots from the video capture device are -   used for the screen image data. See the [735]previous FAQ on -rawfb +   used for the screen image data. See the [736]previous FAQ on -rawfb     for background. For best results, use x11vnc version 0.8.1 or later.     Roughly, one would do something like this: @@ -6211,7 +6220,7 @@ EndSection     snapshot to a file that you point -rawfb to; ask me if it is not clear     what to do). -   The "snap:" enforces [736]-snapfb mode which appears to be necessary. +   The "snap:" enforces [737]-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. @@ -6233,7 +6242,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 [737]-24to32 option will be automatically imposed when in +   etc, the [738]-24to32 option will be automatically imposed when in     24bpp.     Note that by its very nature, video capture involves rapid change in @@ -6241,7 +6250,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 [738]-wait, [739]-slow_fb, or [740]-defer +   the framerate via the [739]-wait, [740]-slow_fb, or [741]-defer     options. Decreasing the window size and bpp also helps. @@ -6330,7 +6339,7 @@ EndSection           format to HI240, RGB565, RGB24, RGB32, RGB555, and           GREY respectively. See -rawfb video for details. -   See also the [741]-freqtab option to supply your own xawtv channel to +   See also the [742]-freqtab option to supply your own xawtv channel to     frequency mappings for your country (only ntsc-cable-us is built into     x11vnc). @@ -6339,7 +6348,7 @@ EndSection     running on my handheld or PC using the Linux console framebuffer (i.e.     not X11)? -   Yes, the basic method for this is the [742]-rawfb scheme where the +   Yes, the basic method for this is the [743]-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: @@ -6352,7 +6361,7 @@ EndSection    x11vnc -rawfb /dev/fb0@640x480x16     Also, to force usage of the uinput injection method use "-pipeinput -   UINPUT". See the [743]-pipeinput description for tunable parameters, +   UINPUT". See the [744]-pipeinput description for tunable parameters,     etc.     One problem with the x11vnc uinput scheme is that it cannot guess the @@ -6368,7 +6377,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 [744]-pipeinput UINPUT option for tuning +   times a second. See the [745]-pipeinput UINPUT option for tuning     parameters that can be set (there are some experimental thresh=N     tuning parameters as well) @@ -6402,7 +6411,7 @@ EndSection     Q-104: 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 [745]-rawfb only +   Yes, as of Jul/2006 x11vnc enables building for [746]-rawfb only     support. Just do something like when building:    ./configure --without-x    (plus any other flags)    make @@ -6418,11 +6427,11 @@ EndSection     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 -   [746]-rawfb mechanism described above. The mouse and keyboard input is +   [747]-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 [747]OSXvnc (aka Vine -   Server), or [748]Apple Remote Desktop (ARD). Perhaps there is some +   So you can use x11vnc as an alternative to [748]OSXvnc (aka Vine +   Server), or [749]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. @@ -6432,7 +6441,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 [749]-id windowid mode (and the +   only work reasonably in single window [750]-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 @@ -6446,9 +6455,9 @@ EndSection     ./configure --without-x     make -   Win2VNC/x2vnc:  One handy use is to use the [750]-nofb mode to +   Win2VNC/x2vnc:  One handy use is to use the [751]-nofb mode to     redirect mouse and keyboard input to a nearby Mac (i.e. one to the -   side of your desk) via [751]x2vnc or Win2VNC. See [752]this FAQ for +   side of your desk) via [752]x2vnc or Win2VNC. See [753]this FAQ for     more info.     Options:  Here are the Mac OS X specific x11vnc options: @@ -6522,13 +6531,13 @@ rm -f $tmp     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 "[753]-reflect host:N" option to +   Yes, as of Feb/2007 there is the "[754]-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 -   [754]-rawfb description under "VNC HOST" for more details. +   [755]-rawfb description under "VNC HOST" for more details.     You can replace "host:N" with "listen" or "listen:port" for reverse     connections. @@ -6589,20 +6598,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 [755]-nodragging if the +   not doing wireframing somehow, consider [756]-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: -    [756]http://sourceforge.net/projects/vnc-reflector/, -    [757]http://www.tightvnc.com/projector/                (closed source?), -    [758]http://www.ultravnc.com/addons/repeater.html      (seems to be a NAT g +    [757]http://sourceforge.net/projects/vnc-reflector/, +    [758]http://www.tightvnc.com/projector/                (closed source?), +    [759]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 "[759]"-connect host1,host2,..." option). +   connections (the x11vnc "[760]"-connect host1,host2,..." option).     Suppose all the clients "C" are started up in Listen mode:      client1>  vncviewer -listen      client2>  vncviewer -listen @@ -6637,11 +6646,11 @@ ateway and not a broadcaster?)     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 [760]-nosel option. If you don't +   Clipboard/Selection exchanged use the [761]-nosel option. If you don't     want the PRIMARY selection to be polled for changes use the -   [761]-noprimary option. (with a similar thing for CLIPBOARD). You can -   also fine-tune it a bit with the [762]-seldir dir option and also -   [763]-input. +   [762]-noprimary option. (with a similar thing for CLIPBOARD). You can +   also fine-tune it a bit with the [763]-seldir dir option and also +   [764]-input.     You may need to watch out for desktop utilities such as KDE's     "Klipper" that do odd things with the selection, clipboard, and @@ -6653,7 +6662,7 @@ ateway and not a broadcaster?)     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 -   [764]pyvnc2swf. There are a number of [765]tutorials on how to do +   [765]pyvnc2swf. There are a number of [766]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 @@ -6669,7 +6678,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 [766]-nofilexfer option. +   the [767]-nofilexfer option.     UltraVNC file transfer is off by default, to enable it use something     like "-rfbversion 3.6 -permitfiletransfer" @@ -6703,7 +6712,7 @@ ateway and not a broadcaster?)     these extensions you will need to supply this option to x11vnc:     -rfbversion 3.6 -   Or use [767]-ultrafilexfer which is an alias for the above option and +   Or use [768]-ultrafilexfer which is an alias for the above option and     "-permitfiletransfer". UltraVNC evidently treats any other RFB version     number as non-UltraVNC. @@ -6715,21 +6724,21 @@ ateway and not a broadcaster?)       * 1/n Server Scaling       * rfbEncodingUltra compression encoding -   To disable SingleWindow and ServerInput use [768]-noultraext (the +   To disable SingleWindow and ServerInput use [769]-noultraext (the     others are managed by LibVNCServer). See this option too: -   [769]-noserverdpms. +   [770]-noserverdpms.     Q-111: 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 [770]Single Click (SC) mode can be emulated reasonably +   Yes, UltraVNC's [771]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 [771]Mac OS X. +   or family to use. This includes [772]Mac OS X.     Assume you create a helpdesk directory "hd" on your website:     http://www.mysite.com/hd @@ -6832,9 +6841,9 @@ fi     SSL Encrypted Helpdesk Connections:  Currently x11vnc does not support -   reverse connections in SSL [772]-ssl mode. This may change in a future +   reverse connections in SSL [773]-ssl mode. This may change in a future     release, until then you would need to cook up something with -   [773]STUNNEL. +   [774]STUNNEL.     Update: as of Apr/2007 x11vnc supports reverse connections in SSL.     Recipe below will be updated (TBD), basically you just add "-ssl SAVE" @@ -6990,7 +6999,7 @@ rypto.a -lwrap     You will have to use an external network redirection for this.     Filesystem mounting is not part of the VNC protocol. -   We show a simple [774]Samba example here. +   We show a simple [775]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: @@ -7027,7 +7036,7 @@ 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 [775]Enhanced TightVNC Viewer (ssvnc) package we provide (as +   into the [776]Enhanced TightVNC Viewer (SSVNC) package we provide (as     of Sep 2006 it is there for testing). @@ -7037,7 +7046,7 @@ d,ip=127.0.0.1,port=1139     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 [776]CUPS example here. Non-CUPS port +   We show a simple Unix to Unix [777]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). @@ -7109,7 +7118,7 @@ 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 [777]Enhanced TightVNC Viewer (ssvnc) package we provide (as +   into the [778]Enhanced TightVNC Viewer (SSVNC) package we provide (as     of Sep 2006 it is there for testing). @@ -7210,7 +7219,7 @@ 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 [778]Enhanced TightVNC Viewer (ssvnc) package +       redir setup into the [779]Enhanced TightVNC Viewer (SSVNC) package         we provide (as of Sep/2006 it is there for testing). @@ -7222,9 +7231,9 @@ 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 [779]-nobell option. If +   If you don't want to hear the beeps use the [780]-nobell option. If     you want to hear the audio from the remote applications, consider -   trying a [780]redirector such as esd. +   trying a [781]redirector such as esd. @@ -7288,739 +7297,740 @@ References    45. http://www.karlrunge.com/x11vnc/index.html#vnc_password_file    46. http://www.karlrunge.com/x11vnc/index.html#faq-inetd    47. http://www.karlrunge.com/x11vnc/index.html#tightvnc_via -  48. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect -  49. http://www.karlrunge.com/x11vnc/chainingssh.html -  50. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg +  48. http://www.karlrunge.com/x11vnc/ssvnc.html +  49. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect +  50. http://www.karlrunge.com/x11vnc/chainingssh.html    51. http://www.karlrunge.com/x11vnc/ssvnc.html -  52. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect -  53. http://www.karlrunge.com/x11vnc/index.html#faq-inetd -  54. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth -  55. http://www.karlrunge.com/x11vnc/index.html#faq-passwd -  56. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile -  57. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile -  58. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw -  59. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl -  60. http://www.karlrunge.com/x11vnc/ssvnc.html -  61. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt -  62. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers -  63. http://www.stunnel.org/ -  64. http://stunnel.mirt.net/ -  65. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl -  66. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int -  67. http://www.karlrunge.com/x11vnc/ssvnc.html -  68. http://sourceforge.net/projects/libvncserver/ -  69. http://sourceforge.net/project/showfiles.php?group_id=32584&package_id=119006&release_id=483129 -  70. http://sourceforge.net/project/shownotes.php?release_id=483129&group_id=32584 -  71. http://www.karlrunge.com/x11vnc/x11vnc-0.8.5.tar.gz -  72. http://www.karlrunge.com/x11vnc/index.html#faq-binaries -  73. http://www.tightvnc.com/download.html -  74. http://www.realvnc.com/download-free.html -  75. http://sourceforge.net/projects/cotvnc/ -  76. http://www.ultravnc.com/ -  77. http://www.karlrunge.com/x11vnc/ssvnc.html -  78. http://www.karlrunge.com/x11vnc/rx11vnc -  79. http://www.karlrunge.com/x11vnc/rx11vnc.pl -  80. http://www.sunfreeware.com/ -  81. http://www.karlrunge.com/x11vnc/bins -  82. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding -  83. http://www.karlrunge.com/x11vnc/miscbuild.html -  84. ftp://ftp.uu.net/graphics/jpeg/ -  85. http://www.gzip.org/zlib/ -  86. http://www.sunfreeware.com/ -  87. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build -  88. http://www.karlrunge.com/x11vnc/index.html#faq-macosx -  89. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int -  90. http://www.karlrunge.com/x11vnc/x11vnc-0.8.5.tar.gz -  91. http://www.karlrunge.com/x11vnc/bins -  92. mailto:xvml-beta@karlrunge.com -  93. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int -  94. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer -  95. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext -  96. http://www.karlrunge.com/x11vnc/ssvnc.html -  97. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching -  98. http://www.karlrunge.com/x11vnc/ssvnc.html -  99. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop - 100. http://www.karlrunge.com/x11vnc/index.html#faq-avahi - 101. http://www.avahi.org/ - 102. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi - 103. http://www.karlrunge.com/x11vnc/ssvnc.html - 104. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 105. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 106. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 107. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 108. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 109. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 110. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms - 111. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms - 112. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms - 113. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabalways - 114. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop - 115. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage - 116. http://www.karlrunge.com/x11vnc/index.html#faq-beryl - 117. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpsredir - 118. http://www.karlrunge.com/x11vnc/index.html#faq-macosx - 119. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay - 120. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 121. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 122. http://www.karlrunge.com/x11vnc/index.html#faq-reflect - 123. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect - 124. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nowireframelocal - 125. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N - 126. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms - 127. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer - 128. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 129. http://www.openssl.org/ - 130. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 131. http://www.stunnel.org/ - 132. http://stunnel.mirt.net/ - 133. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify - 134. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslGenCert - 135. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslGenCA - 136. http://www.karlrunge.com/x11vnc/ssl.html - 137. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https - 138. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer - 139. http://www.karlrunge.com/x11vnc/ssvnc.html - 140. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 141. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis - 142. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 143. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 144. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 145. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 146. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 147. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin - 148. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 149. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 150. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd - 151. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 152. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 153. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate - 154. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer - 155. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect_or_exit - 156. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 157. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-v, - 158. http://www.karlrunge.com/x11vnc/prevrels.html - 159. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid - 160. http://www.tightvnc.com/ - 161. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport - 162. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N - 163. http://www.karlrunge.com/x11vnc/x11vnc_opts.html - 164. http://www.karlrunge.com/x11vnc/index.html#faq-passwd - 165. http://www.karlrunge.com/x11vnc/recurse_x11vnc.jpg - 166. http://wwws.sun.com/sunray/index.html - 167. http://www.karlrunge.com/x11vnc/sunray.html - 168. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 169. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 170. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb - 171. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor - 172. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 173. http://www.karlrunge.com/x11vnc/index.html#faq-sound - 174. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 175. mailto:xvml@karlrunge.com - 176. http://www.karlrunge.com/x11vnc/index.html#faq-thanks - 177. http://www.karlrunge.com/x11vnc/index.html#faq-xperms - 178. http://www.karlrunge.com/x11vnc/index.html#faq-build - 179. http://www.karlrunge.com/x11vnc/index.html#faq-missing-xtest - 180. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build - 181. http://www.karlrunge.com/x11vnc/index.html#faq-binaries - 182. http://www.karlrunge.com/x11vnc/index.html#faq-viewer-download - 183. http://www.karlrunge.com/x11vnc/index.html#faq-cmdline-opts - 184. http://www.karlrunge.com/x11vnc/index.html#faq-config-file - 185. http://www.karlrunge.com/x11vnc/index.html#faq-gui-tray - 186. http://www.karlrunge.com/x11vnc/index.html#faq-change-port - 187. http://www.karlrunge.com/x11vnc/index.html#faq-quiet-bg - 188. http://www.karlrunge.com/x11vnc/index.html#faq-sigpipe - 189. http://www.karlrunge.com/x11vnc/index.html#faq-build-customizations - 190. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc - 191. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc-8bpp - 192. http://www.karlrunge.com/x11vnc/index.html#faq-macosx-nofb - 193. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp - 194. http://www.karlrunge.com/x11vnc/index.html#faq-overlays - 195. http://www.karlrunge.com/x11vnc/index.html#faq-windowid - 196. http://www.karlrunge.com/x11vnc/index.html#faq-transients-id - 197. http://www.karlrunge.com/x11vnc/index.html#faq-24bpp - 198. http://www.karlrunge.com/x11vnc/index.html#faq-noshm - 199. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth - 200. http://www.karlrunge.com/x11vnc/index.html#faq-sunrays - 201. http://www.karlrunge.com/x11vnc/index.html#faq-stop-bg - 202. http://www.karlrunge.com/x11vnc/index.html#faq-remote_control - 203. http://www.karlrunge.com/x11vnc/index.html#faq-passwd - 204. http://www.karlrunge.com/x11vnc/index.html#faq-passwd-noecho - 205. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile - 206. http://www.karlrunge.com/x11vnc/index.html#faq-multipasswd - 207. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords - 208. http://www.karlrunge.com/x11vnc/index.html#faq-custom-passwords - 209. http://www.karlrunge.com/x11vnc/index.html#faq-forever-shared - 210. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt - 211. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers - 212. http://www.karlrunge.com/x11vnc/index.html#faq-listen-interface - 213. http://www.karlrunge.com/x11vnc/index.html#faq-listen-localhost - 214. http://www.karlrunge.com/x11vnc/index.html#faq-input-opt - 215. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt - 216. http://www.karlrunge.com/x11vnc/index.html#faq-users-opt - 217. http://www.karlrunge.com/x11vnc/index.html#faq-blockdpy - 218. http://www.karlrunge.com/x11vnc/index.html#faq-gone-lock - 219. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-unix - 220. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-putty - 221. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext - 222. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int - 223. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers - 224. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-java-viewer-proxy - 225. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal - 226. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-ca - 227. http://www.karlrunge.com/x11vnc/index.html#faq-service - 228. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager - 229. http://www.karlrunge.com/x11vnc/index.html#faq-inetd - 230. http://www.karlrunge.com/x11vnc/index.html#faq-avahi - 231. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin - 232. http://www.karlrunge.com/x11vnc/index.html#faq-loop - 233. http://www.karlrunge.com/x11vnc/index.html#faq-java-http - 234. http://www.karlrunge.com/x11vnc/index.html#faq-reverse-connect - 235. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb - 236. http://www.karlrunge.com/x11vnc/index.html#faq-headless - 237. http://www.karlrunge.com/x11vnc/index.html#faq-solshm - 238. http://www.karlrunge.com/x11vnc/index.html#faq-less-resource - 239. http://www.karlrunge.com/x11vnc/index.html#faq-more-resource - 240. http://www.karlrunge.com/x11vnc/index.html#faq-slow-link - 241. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage - 242. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage-opengl - 243. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode - 244. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe - 245. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect - 246. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching - 247. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-shape - 248. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha - 249. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks - 250. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-arrow - 251. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-positions - 252. http://www.karlrunge.com/x11vnc/index.html#faq-buttonmap-opt - 253. http://www.karlrunge.com/x11vnc/index.html#faq-altgr - 254. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless - 255. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless-sloppy - 256. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak - 257. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys - 258. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys-still - 259. http://www.karlrunge.com/x11vnc/index.html#faq-remap-opt - 260. http://www.karlrunge.com/x11vnc/index.html#faq-sun-alt-meta - 261. http://www.karlrunge.com/x11vnc/index.html#faq-hpux-multi-key - 262. http://www.karlrunge.com/x11vnc/index.html#faq-remap-button-click - 263. http://www.karlrunge.com/x11vnc/index.html#faq-remap-capslock - 264. http://www.karlrunge.com/x11vnc/index.html#faq-scrollbars - 265. http://www.karlrunge.com/x11vnc/index.html#faq-scaling - 266. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama - 267. http://www.karlrunge.com/x11vnc/index.html#faq-multi-screen - 268. http://www.karlrunge.com/x11vnc/index.html#faq-clip-screen - 269. http://www.karlrunge.com/x11vnc/index.html#faq-xrandr - 270. http://www.karlrunge.com/x11vnc/index.html#faq-rotate - 271. http://www.karlrunge.com/x11vnc/index.html#faq-black-screen - 272. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc - 273. http://www.karlrunge.com/x11vnc/index.html#faq-hidden-taskbars - 274. http://www.karlrunge.com/x11vnc/index.html#faq-kde-screensaver - 275. http://www.karlrunge.com/x11vnc/index.html#faq-beryl - 276. http://www.karlrunge.com/x11vnc/index.html#faq-vmware - 277. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb - 278. http://www.karlrunge.com/x11vnc/index.html#faq-video - 279. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded - 280. http://www.karlrunge.com/x11vnc/index.html#faq-no-x11 - 281. http://www.karlrunge.com/x11vnc/index.html#faq-macosx - 282. http://www.karlrunge.com/x11vnc/index.html#faq-reflect - 283. http://www.karlrunge.com/x11vnc/index.html#faq-clipboard - 284. http://www.karlrunge.com/x11vnc/index.html#faq-record-swf - 285. http://www.karlrunge.com/x11vnc/index.html#faq-filexfer - 286. http://www.karlrunge.com/x11vnc/index.html#faq-ultravnc - 287. http://www.karlrunge.com/x11vnc/index.html#faq-singleclick - 288. http://www.karlrunge.com/x11vnc/index.html#faq-smb-shares - 289. http://www.karlrunge.com/x11vnc/index.html#faq-cups - 290. http://www.karlrunge.com/x11vnc/index.html#faq-sound - 291. http://www.karlrunge.com/x11vnc/index.html#faq-beeps - 292. http://www.karlrunge.com/x11vnc/index.html#faq-thanks - 293. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display - 294. http://www.tldp.org/HOWTO/Remote-X-Apps.html - 295. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth - 296. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager - 297. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 298. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 299. http://www.karlrunge.com/x11vnc/index.html#libssl-problems - 300. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding - 301. http://www.karlrunge.com/x11vnc/x11vnc_sunos4.html - 302. http://www.karlrunge.com/x11vnc/index.html#building - 303. http://www.karlrunge.com/x11vnc/index.html#faq-build - 304. http://packages.debian.org/x11vnc - 305. http://www.linuxpackages.net/search_view.php?by=name&name=x11vnc - 306. http://dag.wieers.com/packages/x11vnc/ - 307. http://dries.ulyssis.org/rpm/packages/x11vnc/info.html - 308. http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network/x11vnc/ - 309. http://www.sunfreeware.com/ - 310. http://www.freebsd.org/cgi/ports.cgi?query=x11vnc&stype=all - 311. http://www.freshports.org/net/x11vnc - 312. http://www.openbsd.org/3.9_packages/i386/x11vnc-0.6.2.tgz-long.html - 313. http://pkgsrc.se/x11/x11vnc - 314. http://mike.saunby.googlepages.com/ - 315. http://www.pdaxrom.org/ipk_feed.php?menuid=11&showfeed=unstable#x11vnc - 316. http://www.focv.com/ipkg/ - 317. http://www.karlrunge.com/x11vnc/bins - 318. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir - 319. http://www.tightvnc.com/download.html - 320. http://www.realvnc.com/download-free.html - 321. http://sourceforge.net/projects/cotvnc/ - 322. http://www.ultravnc.com/ - 323. http://www.karlrunge.com/x11vnc/ssvnc.html - 324. http://www.karlrunge.com/x11vnc/x11vnc_opts.html - 325. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui - 326. http://www.karlrunge.com/x11vnc/index.html#faq-gui-tray - 327. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N - 328. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q - 329. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg - 330. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-o - 331. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding - 332. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofb - 333. http://fredrik.hubbe.net/x2vnc.html - 334. http://www.hubbe.net/~hubbe/win2vnc.html - 335. http://www.deboer.gmxhome.de/ - 336. http://sourceforge.net/projects/win2vnc/ - 337. http://fredrik.hubbe.net/x2vnc.html - 338. http://freshmeat.net/projects/x2x/ - 339. http://ftp.digital.com/pub/Digital/SRC/x2x/ - 340. http://zapek.com/software/zvnc/ - 341. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-visual - 342. http://www.karlrunge.com/x11vnc/index.html#faq-macosx - 343. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap - 344. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 345. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-notruecolor - 346. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp - 347. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 348. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 349. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 350. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 351. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap - 352. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen - 353. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 354. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 355. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 356. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 357. http://www.karlrunge.com/x11vnc/index.html#faq-overlays - 358. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 359. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sid - 360. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32 - 361. http://www.karlrunge.com/x11vnc/ssvnc.html - 362. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display - 363. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm - 364. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flipbyteorder - 365. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth - 366. http://www.karlrunge.com/x11vnc/index.html#xauth_pain - 367. http://www.karlrunge.com/x11vnc/index.html#faq-noshm - 368. http://wwws.sun.com/sunray/index.html - 369. http://www.karlrunge.com/x11vnc/sunray.html - 370. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote - 371. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query - 372. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever - 373. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg - 374. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods - 375. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_keys - 376. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote - 377. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query - 378. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui - 379. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-storepasswd - 380. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth - 381. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile - 382. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw - 383. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewpasswd - 384. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwd - 385. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 386. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth - 387. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 388. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 389. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis - 390. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 391. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 392. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl +  52. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg +  53. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect +  54. http://www.karlrunge.com/x11vnc/index.html#faq-inetd +  55. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth +  56. http://www.karlrunge.com/x11vnc/index.html#faq-passwd +  57. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile +  58. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile +  59. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw +  60. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl +  61. http://www.karlrunge.com/x11vnc/ssvnc.html +  62. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt +  63. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers +  64. http://www.stunnel.org/ +  65. http://stunnel.mirt.net/ +  66. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl +  67. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int +  68. http://www.karlrunge.com/x11vnc/ssvnc.html +  69. http://sourceforge.net/projects/libvncserver/ +  70. http://sourceforge.net/project/showfiles.php?group_id=32584&package_id=119006&release_id=483129 +  71. http://sourceforge.net/project/shownotes.php?release_id=483129&group_id=32584 +  72. http://www.karlrunge.com/x11vnc/x11vnc-0.8.5.tar.gz +  73. http://www.karlrunge.com/x11vnc/index.html#faq-binaries +  74. http://www.tightvnc.com/download.html +  75. http://www.realvnc.com/download-free.html +  76. http://sourceforge.net/projects/cotvnc/ +  77. http://www.ultravnc.com/ +  78. http://www.karlrunge.com/x11vnc/ssvnc.html +  79. http://www.karlrunge.com/x11vnc/rx11vnc +  80. http://www.karlrunge.com/x11vnc/rx11vnc.pl +  81. http://www.sunfreeware.com/ +  82. http://www.karlrunge.com/x11vnc/bins +  83. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding +  84. http://www.karlrunge.com/x11vnc/miscbuild.html +  85. ftp://ftp.uu.net/graphics/jpeg/ +  86. http://www.gzip.org/zlib/ +  87. http://www.sunfreeware.com/ +  88. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build +  89. http://www.karlrunge.com/x11vnc/index.html#faq-macosx +  90. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int +  91. http://www.karlrunge.com/x11vnc/x11vnc-0.8.5.tar.gz +  92. http://www.karlrunge.com/x11vnc/bins +  93. mailto:xvml-beta@karlrunge.com +  94. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int +  95. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer +  96. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext +  97. http://www.karlrunge.com/x11vnc/ssvnc.html +  98. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching +  99. http://www.karlrunge.com/x11vnc/ssvnc.html + 100. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop + 101. http://www.karlrunge.com/x11vnc/index.html#faq-avahi + 102. http://www.avahi.org/ + 103. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi + 104. http://www.karlrunge.com/x11vnc/ssvnc.html + 105. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 106. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 107. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 108. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 109. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 110. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 111. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms + 112. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms + 113. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms + 114. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabalways + 115. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 116. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage + 117. http://www.karlrunge.com/x11vnc/index.html#faq-beryl + 118. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpsredir + 119. http://www.karlrunge.com/x11vnc/index.html#faq-macosx + 120. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay + 121. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 122. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 123. http://www.karlrunge.com/x11vnc/index.html#faq-reflect + 124. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect + 125. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nowireframelocal + 126. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N + 127. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms + 128. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer + 129. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 130. http://www.openssl.org/ + 131. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 132. http://www.stunnel.org/ + 133. http://stunnel.mirt.net/ + 134. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify + 135. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslGenCert + 136. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslGenCA + 137. http://www.karlrunge.com/x11vnc/ssl.html + 138. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https + 139. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer + 140. http://www.karlrunge.com/x11vnc/ssvnc.html + 141. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 142. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis + 143. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 144. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 145. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 146. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 147. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 148. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin + 149. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 150. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 151. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd + 152. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 153. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 154. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate + 155. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer + 156. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect_or_exit + 157. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 158. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-v, + 159. http://www.karlrunge.com/x11vnc/prevrels.html + 160. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid + 161. http://www.tightvnc.com/ + 162. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport + 163. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N + 164. http://www.karlrunge.com/x11vnc/x11vnc_opts.html + 165. http://www.karlrunge.com/x11vnc/index.html#faq-passwd + 166. http://www.karlrunge.com/x11vnc/recurse_x11vnc.jpg + 167. http://wwws.sun.com/sunray/index.html + 168. http://www.karlrunge.com/x11vnc/sunray.html + 169. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 170. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 171. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb + 172. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor + 173. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 174. http://www.karlrunge.com/x11vnc/index.html#faq-sound + 175. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 176. mailto:xvml@karlrunge.com + 177. http://www.karlrunge.com/x11vnc/index.html#faq-thanks + 178. http://www.karlrunge.com/x11vnc/index.html#faq-xperms + 179. http://www.karlrunge.com/x11vnc/index.html#faq-build + 180. http://www.karlrunge.com/x11vnc/index.html#faq-missing-xtest + 181. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build + 182. http://www.karlrunge.com/x11vnc/index.html#faq-binaries + 183. http://www.karlrunge.com/x11vnc/index.html#faq-viewer-download + 184. http://www.karlrunge.com/x11vnc/index.html#faq-cmdline-opts + 185. http://www.karlrunge.com/x11vnc/index.html#faq-config-file + 186. http://www.karlrunge.com/x11vnc/index.html#faq-gui-tray + 187. http://www.karlrunge.com/x11vnc/index.html#faq-change-port + 188. http://www.karlrunge.com/x11vnc/index.html#faq-quiet-bg + 189. http://www.karlrunge.com/x11vnc/index.html#faq-sigpipe + 190. http://www.karlrunge.com/x11vnc/index.html#faq-build-customizations + 191. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc + 192. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc-8bpp + 193. http://www.karlrunge.com/x11vnc/index.html#faq-macosx-nofb + 194. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp + 195. http://www.karlrunge.com/x11vnc/index.html#faq-overlays + 196. http://www.karlrunge.com/x11vnc/index.html#faq-windowid + 197. http://www.karlrunge.com/x11vnc/index.html#faq-transients-id + 198. http://www.karlrunge.com/x11vnc/index.html#faq-24bpp + 199. http://www.karlrunge.com/x11vnc/index.html#faq-noshm + 200. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth + 201. http://www.karlrunge.com/x11vnc/index.html#faq-sunrays + 202. http://www.karlrunge.com/x11vnc/index.html#faq-stop-bg + 203. http://www.karlrunge.com/x11vnc/index.html#faq-remote_control + 204. http://www.karlrunge.com/x11vnc/index.html#faq-passwd + 205. http://www.karlrunge.com/x11vnc/index.html#faq-passwd-noecho + 206. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile + 207. http://www.karlrunge.com/x11vnc/index.html#faq-multipasswd + 208. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords + 209. http://www.karlrunge.com/x11vnc/index.html#faq-custom-passwords + 210. http://www.karlrunge.com/x11vnc/index.html#faq-forever-shared + 211. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt + 212. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers + 213. http://www.karlrunge.com/x11vnc/index.html#faq-listen-interface + 214. http://www.karlrunge.com/x11vnc/index.html#faq-listen-localhost + 215. http://www.karlrunge.com/x11vnc/index.html#faq-input-opt + 216. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt + 217. http://www.karlrunge.com/x11vnc/index.html#faq-users-opt + 218. http://www.karlrunge.com/x11vnc/index.html#faq-blockdpy + 219. http://www.karlrunge.com/x11vnc/index.html#faq-gone-lock + 220. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-unix + 221. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-putty + 222. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext + 223. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int + 224. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers + 225. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-java-viewer-proxy + 226. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal + 227. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-ca + 228. http://www.karlrunge.com/x11vnc/index.html#faq-service + 229. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager + 230. http://www.karlrunge.com/x11vnc/index.html#faq-inetd + 231. http://www.karlrunge.com/x11vnc/index.html#faq-avahi + 232. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin + 233. http://www.karlrunge.com/x11vnc/index.html#faq-loop + 234. http://www.karlrunge.com/x11vnc/index.html#faq-java-http + 235. http://www.karlrunge.com/x11vnc/index.html#faq-reverse-connect + 236. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb + 237. http://www.karlrunge.com/x11vnc/index.html#faq-headless + 238. http://www.karlrunge.com/x11vnc/index.html#faq-solshm + 239. http://www.karlrunge.com/x11vnc/index.html#faq-less-resource + 240. http://www.karlrunge.com/x11vnc/index.html#faq-more-resource + 241. http://www.karlrunge.com/x11vnc/index.html#faq-slow-link + 242. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage + 243. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage-opengl + 244. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode + 245. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe + 246. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect + 247. http://www.karlrunge.com/x11vnc/index.html#faq-client-caching + 248. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-shape + 249. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha + 250. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks + 251. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-arrow + 252. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-positions + 253. http://www.karlrunge.com/x11vnc/index.html#faq-buttonmap-opt + 254. http://www.karlrunge.com/x11vnc/index.html#faq-altgr + 255. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless + 256. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless-sloppy + 257. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak + 258. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys + 259. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys-still + 260. http://www.karlrunge.com/x11vnc/index.html#faq-remap-opt + 261. http://www.karlrunge.com/x11vnc/index.html#faq-sun-alt-meta + 262. http://www.karlrunge.com/x11vnc/index.html#faq-hpux-multi-key + 263. http://www.karlrunge.com/x11vnc/index.html#faq-remap-button-click + 264. http://www.karlrunge.com/x11vnc/index.html#faq-remap-capslock + 265. http://www.karlrunge.com/x11vnc/index.html#faq-scrollbars + 266. http://www.karlrunge.com/x11vnc/index.html#faq-scaling + 267. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama + 268. http://www.karlrunge.com/x11vnc/index.html#faq-multi-screen + 269. http://www.karlrunge.com/x11vnc/index.html#faq-clip-screen + 270. http://www.karlrunge.com/x11vnc/index.html#faq-xrandr + 271. http://www.karlrunge.com/x11vnc/index.html#faq-rotate + 272. http://www.karlrunge.com/x11vnc/index.html#faq-black-screen + 273. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc + 274. http://www.karlrunge.com/x11vnc/index.html#faq-hidden-taskbars + 275. http://www.karlrunge.com/x11vnc/index.html#faq-kde-screensaver + 276. http://www.karlrunge.com/x11vnc/index.html#faq-beryl + 277. http://www.karlrunge.com/x11vnc/index.html#faq-vmware + 278. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb + 279. http://www.karlrunge.com/x11vnc/index.html#faq-video + 280. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded + 281. http://www.karlrunge.com/x11vnc/index.html#faq-no-x11 + 282. http://www.karlrunge.com/x11vnc/index.html#faq-macosx + 283. http://www.karlrunge.com/x11vnc/index.html#faq-reflect + 284. http://www.karlrunge.com/x11vnc/index.html#faq-clipboard + 285. http://www.karlrunge.com/x11vnc/index.html#faq-record-swf + 286. http://www.karlrunge.com/x11vnc/index.html#faq-filexfer + 287. http://www.karlrunge.com/x11vnc/index.html#faq-ultravnc + 288. http://www.karlrunge.com/x11vnc/index.html#faq-singleclick + 289. http://www.karlrunge.com/x11vnc/index.html#faq-smb-shares + 290. http://www.karlrunge.com/x11vnc/index.html#faq-cups + 291. http://www.karlrunge.com/x11vnc/index.html#faq-sound + 292. http://www.karlrunge.com/x11vnc/index.html#faq-beeps + 293. http://www.karlrunge.com/x11vnc/index.html#faq-thanks + 294. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display + 295. http://www.tldp.org/HOWTO/Remote-X-Apps.html + 296. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth + 297. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager + 298. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 299. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 300. http://www.karlrunge.com/x11vnc/index.html#libssl-problems + 301. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding + 302. http://www.karlrunge.com/x11vnc/x11vnc_sunos4.html + 303. http://www.karlrunge.com/x11vnc/index.html#building + 304. http://www.karlrunge.com/x11vnc/index.html#faq-build + 305. http://packages.debian.org/x11vnc + 306. http://www.linuxpackages.net/search_view.php?by=name&name=x11vnc + 307. http://dag.wieers.com/packages/x11vnc/ + 308. http://dries.ulyssis.org/rpm/packages/x11vnc/info.html + 309. http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network/x11vnc/ + 310. http://www.sunfreeware.com/ + 311. http://www.freebsd.org/cgi/ports.cgi?query=x11vnc&stype=all + 312. http://www.freshports.org/net/x11vnc + 313. http://www.openbsd.org/3.9_packages/i386/x11vnc-0.6.2.tgz-long.html + 314. http://pkgsrc.se/x11/x11vnc + 315. http://mike.saunby.googlepages.com/ + 316. http://www.pdaxrom.org/ipk_feed.php?menuid=11&showfeed=unstable#x11vnc + 317. http://www.focv.com/ipkg/ + 318. http://www.karlrunge.com/x11vnc/bins + 319. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir + 320. http://www.tightvnc.com/download.html + 321. http://www.realvnc.com/download-free.html + 322. http://sourceforge.net/projects/cotvnc/ + 323. http://www.ultravnc.com/ + 324. http://www.karlrunge.com/x11vnc/ssvnc.html + 325. http://www.karlrunge.com/x11vnc/x11vnc_opts.html + 326. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui + 327. http://www.karlrunge.com/x11vnc/index.html#faq-gui-tray + 328. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N + 329. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q + 330. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg + 331. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-o + 332. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding + 333. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofb + 334. http://fredrik.hubbe.net/x2vnc.html + 335. http://www.hubbe.net/~hubbe/win2vnc.html + 336. http://www.deboer.gmxhome.de/ + 337. http://sourceforge.net/projects/win2vnc/ + 338. http://fredrik.hubbe.net/x2vnc.html + 339. http://freshmeat.net/projects/x2x/ + 340. http://ftp.digital.com/pub/Digital/SRC/x2x/ + 341. http://zapek.com/software/zvnc/ + 342. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-visual + 343. http://www.karlrunge.com/x11vnc/index.html#faq-macosx + 344. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap + 345. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 346. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-notruecolor + 347. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp + 348. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 349. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 350. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 351. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 352. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap + 353. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen + 354. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 355. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 356. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 357. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 358. http://www.karlrunge.com/x11vnc/index.html#faq-overlays + 359. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 360. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sid + 361. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32 + 362. http://www.karlrunge.com/x11vnc/ssvnc.html + 363. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display + 364. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm + 365. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flipbyteorder + 366. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth + 367. http://www.karlrunge.com/x11vnc/index.html#xauth_pain + 368. http://www.karlrunge.com/x11vnc/index.html#faq-noshm + 369. http://wwws.sun.com/sunray/index.html + 370. http://www.karlrunge.com/x11vnc/sunray.html + 371. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote + 372. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query + 373. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever + 374. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg + 375. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods + 376. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_keys + 377. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote + 378. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query + 379. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui + 380. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-storepasswd + 381. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth + 382. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile + 383. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw + 384. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewpasswd + 385. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwd + 386. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 387. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth + 388. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 389. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 390. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis + 391. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 392. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel   393. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 394. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 395. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 396. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel - 397. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept - 398. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt - 399. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd - 400. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 394. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 395. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 396. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 397. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel + 398. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept + 399. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt + 400. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd   401. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 402. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd - 403. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 404. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 402. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 403. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd + 404. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw   405. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile   406. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 407. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt - 408. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever - 409. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-shared - 410. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 411. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 412. http://www.karlrunge.com/x11vnc/index.html#faq-passwd - 413. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile - 414. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow - 415. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 416. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers - 417. http://www.karlrunge.com/x11vnc/index.html#faq-inetd - 418. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen - 419. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow - 420. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 421. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow - 422. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 423. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input - 424. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept - 425. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewonly - 426. ftp://ftp.x.org/ - 427. http://www.karlrunge.com/x11vnc/dtVncPopup - 428. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone - 429. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept - 430. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 431. http://www.karlrunge.com/x11vnc/blockdpy.c - 432. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept - 433. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone - 434. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms - 435. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms - 436. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabkbd - 437. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr + 407. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 408. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt + 409. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever + 410. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-shared + 411. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 412. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 413. http://www.karlrunge.com/x11vnc/index.html#faq-passwd + 414. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile + 415. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow + 416. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 417. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers + 418. http://www.karlrunge.com/x11vnc/index.html#faq-inetd + 419. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen + 420. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow + 421. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 422. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow + 423. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 424. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input + 425. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept + 426. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewonly + 427. ftp://ftp.x.org/ + 428. http://www.karlrunge.com/x11vnc/dtVncPopup + 429. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone + 430. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept + 431. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 432. http://www.karlrunge.com/x11vnc/blockdpy.c + 433. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept + 434. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone + 435. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms + 436. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms + 437. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabkbd   438. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr - 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/index.html#tunnelling - 442. http://www.karlrunge.com/x11vnc/ssvnc.html - 443. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 444. http://www.karlrunge.com/x11vnc/ssvnc.html - 445. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 446. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth - 447. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 448. http://www.karlrunge.com/x11vnc/index.html#gateway_double_ssh - 449. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 450. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 451. http://www.stunnel.org/ - 452. http://stunnel.mirt.net/ - 453. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 454. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 455. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify - 456. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int - 457. http://www.stunnel.org/ - 458. http://www.karlrunge.com/x11vnc/ssl.html - 459. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer - 460. http://www.karlrunge.com/x11vnc/ssl.html - 461. http://www.securityfocus.com/infocus/1677 - 462. http://www.karlrunge.com/x11vnc/ssl.html - 463. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd - 464. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers - 465. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir - 466. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http - 467. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 468. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https - 469. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 470. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 471. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer - 472. http://www.karlrunge.com/x11vnc/ssvnc.html - 473. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext - 474. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 475. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 476. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers - 477. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 478. http://www.openssl.org/ - 479. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 480. http://www.stunnel.org/ - 481. http://www.karlrunge.com/x11vnc/ssl.html - 482. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer - 483. http://www.karlrunge.com/x11vnc/ssl.html - 484. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers - 485. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir - 486. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http - 487. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https - 488. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal - 489. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https - 490. http://www.karlrunge.com/x11vnc/ssl-output.html - 491. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext - 492. http://www.karlrunge.com/x11vnc/ss_vncviewer - 493. http://www.karlrunge.com/x11vnc/ssl-portal.html - 494. http://www.karlrunge.com/x11vnc/ssl.html - 495. http://www.karlrunge.com/x11vnc/ssvnc.html - 496. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer - 497. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers - 498. http://www.karlrunge.com/x11vnc/ssl-portal.html - 499. http://www.karlrunge.com/x11vnc/ssl.html - 500. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously - 501. http://www.karlrunge.com/x11vnc/index.html#faq-inetd - 502. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin - 503. http://www.karlrunge.com/x11vnc/index.html#x11vnc_loop - 504. http://club.mandriva.com/xwiki/bin/view/KB/XwinXset - 505. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth - 506. http://www.karlrunge.com/x11vnc/index.html#dtlogin_solaris - 507. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N - 508. http://www.jirka.org/gdm-documentation/x241.html - 509. http://www.karlrunge.com/x11vnc/x11vnc_loop - 510. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop - 511. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth - 512. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd - 513. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q - 514. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth - 515. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin - 516. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi - 517. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-mdns - 518. http://www.avahi.org/ - 519. http://www.karlrunge.com/x11vnc/index.html#faq-inetd - 520. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 521. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 522. http://www.karlrunge.com/x11vnc/index.html#stunnel-inetd - 523. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop - 524. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 525. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 526. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 527. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 528. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 529. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 439. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr + 440. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone + 441. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept + 442. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 443. http://www.karlrunge.com/x11vnc/ssvnc.html + 444. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 445. http://www.karlrunge.com/x11vnc/ssvnc.html + 446. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 447. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth + 448. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 449. http://www.karlrunge.com/x11vnc/index.html#gateway_double_ssh + 450. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 451. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 452. http://www.stunnel.org/ + 453. http://stunnel.mirt.net/ + 454. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 455. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 456. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify + 457. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int + 458. http://www.stunnel.org/ + 459. http://www.karlrunge.com/x11vnc/ssl.html + 460. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer + 461. http://www.karlrunge.com/x11vnc/ssl.html + 462. http://www.securityfocus.com/infocus/1677 + 463. http://www.karlrunge.com/x11vnc/ssl.html + 464. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd + 465. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers + 466. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir + 467. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http + 468. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 469. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https + 470. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 471. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 472. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer + 473. http://www.karlrunge.com/x11vnc/ssvnc.html + 474. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext + 475. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 476. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 477. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers + 478. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 479. http://www.openssl.org/ + 480. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 481. http://www.stunnel.org/ + 482. http://www.karlrunge.com/x11vnc/ssl.html + 483. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer + 484. http://www.karlrunge.com/x11vnc/ssl.html + 485. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers + 486. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir + 487. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http + 488. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https + 489. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-portal + 490. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https + 491. http://www.karlrunge.com/x11vnc/ssl-output.html + 492. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-ext + 493. http://www.karlrunge.com/x11vnc/ss_vncviewer + 494. http://www.karlrunge.com/x11vnc/ssl-portal.html + 495. http://www.karlrunge.com/x11vnc/ssl.html + 496. http://www.karlrunge.com/x11vnc/ssvnc.html + 497. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer + 498. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-viewers + 499. http://www.karlrunge.com/x11vnc/ssl-portal.html + 500. http://www.karlrunge.com/x11vnc/ssl.html + 501. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously + 502. http://www.karlrunge.com/x11vnc/index.html#faq-inetd + 503. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin + 504. http://www.karlrunge.com/x11vnc/index.html#x11vnc_loop + 505. http://club.mandriva.com/xwiki/bin/view/KB/XwinXset + 506. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth + 507. http://www.karlrunge.com/x11vnc/index.html#dtlogin_solaris + 508. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N + 509. http://www.jirka.org/gdm-documentation/x241.html + 510. http://www.karlrunge.com/x11vnc/x11vnc_loop + 511. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 512. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth + 513. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd + 514. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q + 515. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth + 516. http://www.karlrunge.com/x11vnc/index.html#faq-userlogin + 517. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi + 518. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-mdns + 519. http://www.avahi.org/ + 520. http://www.karlrunge.com/x11vnc/index.html#faq-inetd + 521. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 522. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 523. http://www.karlrunge.com/x11vnc/index.html#stunnel-inetd + 524. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 525. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 526. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 527. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 528. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 529. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT   530. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 531. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 532. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords - 533. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 534. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 535. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int - 536. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 537. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 538. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 539. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb - 540. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer - 541. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 542. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 543. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 544. http://www.karlrunge.com/x11vnc/faq-linuxvc - 545. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 546. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 531. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 532. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 533. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords + 534. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 535. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 536. http://www.karlrunge.com/x11vnc/index.html#faq-ssl-tunnel-int + 537. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 538. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 539. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 540. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb + 541. http://www.karlrunge.com/x11vnc/index.html#ss_vncviewer + 542. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 543. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 544. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 545. http://www.karlrunge.com/x11vnc/faq-linuxvc + 546. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc   547. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop - 548. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 549. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir - 550. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http - 551. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 552. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote - 553. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vncconnect - 554. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay - 555. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 556. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 557. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 558. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 559. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 560. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms - 561. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay - 562. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc - 563. http://www.karlrunge.com/x11vnc/Xdummy - 564. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously - 565. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay - 566. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 567. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 568. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 569. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 570. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 571. http://www.karlrunge.com/x11vnc/shm_clear - 572. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile - 573. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm - 574. http://www.karlrunge.com/x11vnc/index.html#faq-noshm - 575. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nap - 576. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait - 577. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sb - 578. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile - 579. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs - 580. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads - 581. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer - 582. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 583. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid - 584. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 585. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 586. http://www.tightvnc.com/ - 587. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 588. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 589. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid - 590. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-speeds - 591. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging - 592. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs - 593. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait - 594. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer - 595. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-progressive - 596. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 597. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel - 598. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor - 599. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos - 600. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-readtimeout - 601. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen - 602. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow - 603. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_area - 604. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_mem - 605. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage + 548. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 549. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 550. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir + 551. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http + 552. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 553. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote + 554. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vncconnect + 555. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay + 556. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 557. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 558. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 559. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 560. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 561. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms + 562. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay + 563. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc + 564. http://www.karlrunge.com/x11vnc/Xdummy + 565. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously + 566. http://www.karlrunge.com/x11vnc/index.html#findcreatedisplay + 567. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 568. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 569. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 570. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 571. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 572. http://www.karlrunge.com/x11vnc/shm_clear + 573. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile + 574. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm + 575. http://www.karlrunge.com/x11vnc/index.html#faq-noshm + 576. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nap + 577. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait + 578. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sb + 579. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile + 580. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs + 581. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads + 582. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer + 583. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 584. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid + 585. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 586. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 587. http://www.tightvnc.com/ + 588. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 589. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 590. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid + 591. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-speeds + 592. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging + 593. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs + 594. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait + 595. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer + 596. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-progressive + 597. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 598. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel + 599. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor + 600. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos + 601. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-readtimeout + 602. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen + 603. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow + 604. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_area + 605. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_mem   606. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage - 607. http://www.karlrunge.com/x11vnc/index.html#faq-beryl - 608. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow - 609. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode + 607. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage + 608. http://www.karlrunge.com/x11vnc/index.html#faq-beryl + 609. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow   610. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode - 611. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging - 612. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode - 613. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads - 614. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe - 615. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect - 616. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode - 617. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow - 618. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 611. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode + 612. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging + 613. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode + 614. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads + 615. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe + 616. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect + 617. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode + 618. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow   619. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe   620. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 621. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow - 622. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 623. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 624. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wirecopyrect - 625. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe - 626. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen - 627. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scr_skip - 628. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale - 629. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 630. http://www.karlrunge.com/x11vnc/index.html#beta-test - 631. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache - 632. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop - 633. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_no_rootpixmap - 634. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_cr - 635. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor + 621. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 622. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow + 623. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 624. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 625. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wirecopyrect + 626. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe + 627. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen + 628. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scr_skip + 629. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale + 630. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 631. http://www.karlrunge.com/x11vnc/index.html#beta-test + 632. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache + 633. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop + 634. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_no_rootpixmap + 635. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_cr   636. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor - 637. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 638. http://www.karlrunge.com/x11vnc/index.html#the-overlay-mode - 639. http://www.karlrunge.com/x11vnc/index.html#solaris10-build - 640. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks - 641. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphacut - 642. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphafrac - 643. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alpharemove - 644. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape - 645. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noalphablend - 646. http://www.karlrunge.com/x11vnc/ssvnc.html - 647. http://www.tightvnc.com/ - 648. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor - 649. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursorpos - 650. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos - 651. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape - 652. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap - 653. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_pointer - 654. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap - 655. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak - 656. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless - 657. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak - 658. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard - 659. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb - 660. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys - 661. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak + 637. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor + 638. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 639. http://www.karlrunge.com/x11vnc/index.html#the-overlay-mode + 640. http://www.karlrunge.com/x11vnc/index.html#solaris10-build + 641. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks + 642. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphacut + 643. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphafrac + 644. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alpharemove + 645. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape + 646. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noalphablend + 647. http://www.karlrunge.com/x11vnc/ssvnc.html + 648. http://www.tightvnc.com/ + 649. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor + 650. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursorpos + 651. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos + 652. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape + 653. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap + 654. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_pointer + 655. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap + 656. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak + 657. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless + 658. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak + 659. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard + 660. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb + 661. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys   662. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak - 663. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 664. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak - 665. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard - 666. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless - 667. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb - 668. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys - 669. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak - 670. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb + 663. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak + 664. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 665. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak + 666. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard + 667. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless + 668. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb + 669. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys + 670. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak   671. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb - 672. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes - 673. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 674. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms - 675. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 672. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb + 673. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes + 674. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 675. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms   676. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 677. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms - 678. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat + 677. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 678. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms   679. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat - 680. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager - 681. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 680. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat + 681. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager   682. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 683. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak - 684. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 683. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 684. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak   685. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 686. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_lockkeys - 687. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 688. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak - 689. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock - 690. http://www.karlrunge.com/x11vnc/index.html#faq-scaling - 691. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale - 692. http://www.cus.cam.ac.uk/~ssb22/source/vnc-magnification.html - 693. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport - 694. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui - 695. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 696. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale_cursor - 697. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-blackout - 698. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama + 686. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 687. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_lockkeys + 688. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 689. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak + 690. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock + 691. http://www.karlrunge.com/x11vnc/index.html#faq-scaling + 692. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale + 693. http://www.cus.cam.ac.uk/~ssb22/source/vnc-magnification.html + 694. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport + 695. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui + 696. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 697. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale_cursor + 698. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-blackout   699. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama - 700. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer - 701. http://www.karlrunge.com/x11vnc/index.html#faq-solshm - 702. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile - 703. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm - 704. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clip - 705. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama - 706. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 700. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama + 701. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer + 702. http://www.karlrunge.com/x11vnc/index.html#faq-solshm + 703. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile + 704. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm + 705. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clip + 706. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama   707. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 708. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xrandr - 709. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-padgeom - 710. http://www.karlrunge.com/x11vnc/ssvnc.html - 711. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate - 712. http://www.jwz.org/xscreensaver/man1.html - 713. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms - 714. http://www.beryl-project.org/ - 715. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage - 716. http://www.dslinux.org/blogs/pepsiman/?p=73 - 717. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc - 718. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb - 719. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc - 720. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 721. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 722. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput + 708. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 709. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xrandr + 710. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-padgeom + 711. http://www.karlrunge.com/x11vnc/ssvnc.html + 712. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate + 713. http://www.jwz.org/xscreensaver/man1.html + 714. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms + 715. http://www.beryl-project.org/ + 716. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage + 717. http://www.dslinux.org/blogs/pepsiman/?p=73 + 718. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc + 719. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb + 720. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc + 721. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 722. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb   723. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput - 724. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb - 725. http://www.karlrunge.com/x11vnc/index.html#faq-video - 726. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb - 727. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded - 728. http://www.karlrunge.com/x11vnc/index.html#faq-video - 729. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 730. http://www.karlrunge.com/x11vnc/index.html#faq-video - 731. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc - 732. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded - 733. http://www.karlrunge.com/x11vnc/index.html#faq-vmware - 734. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 735. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb - 736. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb - 737. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32 - 738. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait - 739. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-slow_fb - 740. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer - 741. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-freqtab - 742. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb - 743. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput + 724. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput + 725. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb + 726. http://www.karlrunge.com/x11vnc/index.html#faq-video + 727. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb + 728. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded + 729. http://www.karlrunge.com/x11vnc/index.html#faq-video + 730. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 731. http://www.karlrunge.com/x11vnc/index.html#faq-video + 732. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc + 733. http://www.karlrunge.com/x11vnc/index.html#faq-qt-embedded + 734. http://www.karlrunge.com/x11vnc/index.html#faq-vmware + 735. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 736. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb + 737. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb + 738. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32 + 739. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait + 740. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-slow_fb + 741. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer + 742. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-freqtab + 743. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb   744. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput - 745. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 745. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput   746. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 747. http://www.redstonesoftware.com/vnc.html - 748. http://www.apple.com/remotedesktop/ - 749. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 747. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 748. http://www.redstonesoftware.com/vnc.html + 749. http://www.apple.com/remotedesktop/   750. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 751. http://fredrik.hubbe.net/x2vnc.html - 752. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc - 753. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect - 754. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 755. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging - 756. http://sourceforge.net/projects/vnc-reflector/ - 757. http://www.tightvnc.com/projector/ - 758. http://www.ultravnc.com/addons/repeater.html - 759. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 760. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel - 761. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noprimary - 762. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-seldir - 763. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input - 764. http://www.unixuser.org/~euske/vnc2swf/ - 765. http://wolphination.com/linux/2006/06/30/how-to-record-videos-of-your-desktop/ - 766. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofilexfer - 767. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer - 768. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noultraext - 769. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms - 770. http://www.uvnc.com/addons/singleclick.html - 771. http://www.karlrunge.com/x11vnc/index.html#faq-macosx - 772. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 773. http://stunnel.mirt.net/ - 774. http://www.samba.org/ - 775. http://www.karlrunge.com/x11vnc/ssvnc.html - 776. http://www.cups.org/ - 777. http://www.karlrunge.com/x11vnc/ssvnc.html + 751. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 752. http://fredrik.hubbe.net/x2vnc.html + 753. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc + 754. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect + 755. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 756. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging + 757. http://sourceforge.net/projects/vnc-reflector/ + 758. http://www.tightvnc.com/projector/ + 759. http://www.ultravnc.com/addons/repeater.html + 760. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 761. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel + 762. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noprimary + 763. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-seldir + 764. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input + 765. http://www.unixuser.org/~euske/vnc2swf/ + 766. http://wolphination.com/linux/2006/06/30/how-to-record-videos-of-your-desktop/ + 767. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofilexfer + 768. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer + 769. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noultraext + 770. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms + 771. http://www.uvnc.com/addons/singleclick.html + 772. http://www.karlrunge.com/x11vnc/index.html#faq-macosx + 773. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 774. http://stunnel.mirt.net/ + 775. http://www.samba.org/ + 776. http://www.karlrunge.com/x11vnc/ssvnc.html + 777. http://www.cups.org/   778. http://www.karlrunge.com/x11vnc/ssvnc.html - 779. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nobell - 780. http://www.karlrunge.com/x11vnc/index.html#faq-sound + 779. http://www.karlrunge.com/x11vnc/ssvnc.html + 780. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nobell + 781. http://www.karlrunge.com/x11vnc/index.html#faq-sound  =======================================================================  http://www.karlrunge.com/x11vnc/chainingssh.html: @@ -9630,7 +9640,7 @@ http://www.karlrunge.com/x11vnc/enhanced_tightvnc_viewer.html:       _________________________________________________________________ -Enhanced TightVNC Viewer   (ssvnc: SSL/SSH VNC viewer) +Enhanced TightVNC Viewer   (SSVNC: SSL/SSH VNC viewer)     [1](To Downloads)  [2](To Quick Start) @@ -9651,7 +9661,7 @@ Enhanced TightVNC Viewer   (ssvnc: SSL/SSH VNC viewer)     It is a self-contained bundle, you could carry it around on, say, a     USB memory stick for secure VNC viewing from almost any machine, Unix, -   Mac OS X, or Windows. +   Mac OS X, and Windows.     Wrappers and a tcl/tk GUI were written and patches were created for     the TightVNC 1.3dev7 vnc_unixsrc tree to add these features: @@ -10501,7 +10511,7 @@ 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.8.5 lastmod: 2007-03-24 +x11vnc: allow VNC connections to real X11 displays. 0.8.5 lastmod: 2007-04-06  x11vnc options:    -display disp            -auth file               -N                      @@ -10615,7 +10625,7 @@ libvncserver-tight-extension options:  % x11vnc -help -x11vnc: allow VNC connections to real X11 displays. 0.8.5 lastmod: 2007-03-24 +x11vnc: allow VNC connections to real X11 displays. 0.8.5 lastmod: 2007-04-06  (type "x11vnc -opts" to just list the options.) @@ -11452,6 +11462,10 @@ Options:                         Where /.../x11vnc is the full path to x11vnc.                         It is used in the Apache SSL-portal example (see FAQ). +                       In this mode you can set X11VNC_SKIP_DISPLAY to a comma +                       separated list of displays (e.g. ":0,:1") to ignore +                       in the finding process. +                         An interesting option is WAIT:cmd=FINDCREATEDISPLAY                         that is like FINDDISPLAY in that is uses the same method                         to find an existing display.  However, if it does not @@ -11496,6 +11510,11 @@ Options:                         X server running the X case may only work on Linux                         (see startx(1)). +                       You can set the environment variable FD_GEOM (or +                       X11VNC_CREATE_GEOM) to WxH or WxHxD to set the width +                       and height and optionally the color depth of the +                       created display. +                         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. diff --git a/x11vnc/connections.c b/x11vnc/connections.c index 69e84ba..671221a 100644 --- a/x11vnc/connections.c +++ b/x11vnc/connections.c @@ -1653,6 +1653,14 @@ static int do_reverse_connect(char *str) {  		openssl_init(0);  		return 1;  	} +	if (use_stunnel) { +		if(strcmp(host, "localhost") && strcmp(host, "127.0.0.1")) { +			if (!getenv("STUNNEL_DISABLE_LOCALHOST")) { +				rfbLog("reverse_connect: error host not localhost in -stunnel mode.\n"); +				return 0; +			} +		} +	}  	if (unixpw) {  		int is_localhost = 0, user_disabled = 0; @@ -1674,23 +1682,6 @@ static int do_reverse_connect(char *str) {  		}  	} -#if 0 -	if (inetd && unixpw) { -		if(strcmp(host, "localhost") && strcmp(host, "127.0.0.1")) { -			if (! getenv("UNIXPW_DISABLE_LOCALHOST")) { -				rfbLog("reverse_connect: in -inetd only localhost\n"); -				rfbLog("connections allowed under -unixpw\n"); -				return 0; -			} -		} -		if (! getenv("UNIXPW_DISABLE_SSL") && ! have_ssh_env()) { -			rfbLog("reverse_connect: in -inetd stunnel/ssh\n"); -			rfbLog("required under -unixpw\n"); -			return 0; -		} -	} -#endif -  	cl = rfbReverseConnection(screen, host, rport);  	free(host); diff --git a/x11vnc/help.c b/x11vnc/help.c index d4e91a9..5092230 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -864,6 +864,10 @@ void print_help(int mode) {  "                       Where /.../x11vnc is the full path to x11vnc.\n"  "                       It is used in the Apache SSL-portal example (see FAQ).\n"  "\n" +"                       In this mode you can set X11VNC_SKIP_DISPLAY to a comma\n" +"                       separated list of displays (e.g. \":0,:1\") to ignore\n" +"                       in the finding process.\n" +"\n"  "                       An interesting option is WAIT:cmd=FINDCREATEDISPLAY\n"  "                       that is like FINDDISPLAY in that is uses the same method\n"  "                       to find an existing display.  However, if it does not\n" @@ -908,6 +912,11 @@ void print_help(int mode) {  "                       X server running the X case may only work on Linux\n"  "                       (see startx(1)).\n"  "\n" +"                       You can set the environment variable FD_GEOM (or\n" +"                       X11VNC_CREATE_GEOM) to WxH or WxHxD to set the width\n" +"                       and height and optionally the color depth of the\n" +"                       created display.\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" diff --git a/x11vnc/sslhelper.c b/x11vnc/sslhelper.c index 635e4f5..4e557a4 100644 --- a/x11vnc/sslhelper.c +++ b/x11vnc/sslhelper.c @@ -55,6 +55,13 @@ char *find_openssl_bin(void) {badnews(); return NULL;}  char *get_saved_pem(char *string, int create) {badnews(); return NULL;}  #else +/* + * This is because on older systems both zlib.h and ssl.h define + * 'free_func' nothing we do below (currently) induces an external + * dependency on 'free_func'. + */ +#define free_func my_jolly_little_free_func +  #include <openssl/ssl.h>  #include <openssl/err.h>  #include <openssl/rand.h> diff --git a/x11vnc/ssltools.h b/x11vnc/ssltools.h index b8e4efb..19c1926 100644 --- a/x11vnc/ssltools.h +++ b/x11vnc/ssltools.h @@ -766,6 +766,25 @@ char find_display[] =  "do\n"  "	d=`echo \"$p\" | sed -e 's/://' -e 's/\\..*$//'`\n"  "	ok=\"\"\n" +"	if [ \"X$X11VNC_SKIP_DISPLAY\" != \"X\" ]; then\n" +"		mat=\"\"\n" +"		for skip in `echo $X11VNC_SKIP_DISPLAY | tr ',' '\\n'`\n" +"		do\n" +"			if echo \"$skip\" | grep \"^:\" > /dev/null; then\n" +"				:\n" +"			else\n" +"				skip=\":$skip\"\n" +"			fi\n" +"			if echo \"$skip\" | grep \":$d\\>\" > /dev/null; then\n" +"				mat=1\n" +"				break\n" +"				\n" +"			fi\n" +"		done\n" +"		if [ \"X$mat\" = \"X1\" ]; then\n" +"			continue\n" +"		fi\n" +"	fi\n"  "	xd=\"/tmp/.X11-unix/X$d\"\n"  "	if [ -r \"$xd\" -o -w \"$xd\" -o -x \"$xd\" ]; then\n"  "		if echo \"$nsout\" | grep \"/tmp/.X11-unix/X$d[  ]*\\$\" > /dev/null; then\n" @@ -1148,7 +1167,7 @@ char create_display[] =  "			fi\n"  "		fi\n"  "	fi\n" -"	server $have_Xvfb :$N $sarg 0 ${geom}x${depth}\n" +"	server $have_Xvfb :$N +kb $sarg 0 ${geom}x${depth}\n"  "	#have_startx=$save_have_startx\n"  "\n"  "	if [ \"X$result\" = \"X1\" -a \"X$have_xmodmap\" != \"X\" ]; then\n" @@ -1233,6 +1252,9 @@ char create_display[] =  "\n"  "depth=${depth:-16}\n"  "geom=${geom:-1280x1024}\n" +"if [ \"X$X11VNC_CREATE_GEOM\" != \"X\" -a \"X$FD_GEOM\" = \"X\" ]; then\n" +"	FD_GEOM=$X11VNC_CREATE_GEOM\n" +"fi\n"  "\n"  "if [ \"X$FD_GEOM\" != \"X\" -a \"X$FD_GEOM\" != \"XNONE\" ]; then\n"  "	x1=`echo \"$FD_GEOM\" | awk -Fx '{print $1}'`\n" diff --git a/x11vnc/v4l.c b/x11vnc/v4l.c index a989014..7dc7889 100644 --- a/x11vnc/v4l.c +++ b/x11vnc/v4l.c @@ -12,6 +12,7 @@  #if LIBVNCSERVER_HAVE_LINUX_VIDEODEV_H  #if LIBVNCSERVER_HAVE_SYS_IOCTL_H  #include <sys/ioctl.h> +#define CONFIG_VIDEO_V4L1_COMPAT  #include <linux/videodev.h>  #define V4L_OK  #endif diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index a769e06..650f273 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" "March 2007" "x11vnc " "User Commands" +.TH X11VNC "1" "April 2007" "x11vnc " "User Commands"  .SH NAME  x11vnc - allow VNC connections to real X11 displays -         version: 0.8.5, lastmod: 2007-03-24 +         version: 0.8.5, lastmod: 2007-04-06  .SH SYNOPSIS  .B x11vnc  [OPTION]... @@ -1011,6 +1011,10 @@ by client web browsers.  For example:  Where /.../x11vnc is the full path to x11vnc.  It is used in the Apache SSL-portal example (see FAQ).  .IP +In this mode you can set X11VNC_SKIP_DISPLAY to a comma +separated list of displays (e.g. ":0,:1") to ignore +in the finding process. +.IP  An interesting option is WAIT:cmd=FINDCREATEDISPLAY  that is like FINDDISPLAY in that is uses the same method  to find an existing display.  However, if it does not @@ -1063,6 +1067,11 @@ X server running the X case may only work on Linux  .IR startx (1)  ).  .IP +You can set the environment variable FD_GEOM (or +X11VNC_CREATE_GEOM) to WxH or WxHxD to set the width +and height and optionally the color depth of the +created display. +.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. diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index 2a839da..13c9c3e 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -1505,6 +1505,7 @@ char msg[] =  "       to it in your viewer; adjust your viewer's size to hide it.\n"  "\n"  "More info: http://www.karlrunge.com/x11vnc/#faq-client-caching\n" +"\n"  "waiting for connections:\n"  ; diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 7c66d1b..28266f9 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.8.5 lastmod: 2007-03-24"; +char lastmod[] = "0.8.5 lastmod: 2007-04-06";  /* X display info */ | 
