From e7152a7f68063a86887a9059728ca26b5404ce51 Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 7 Mar 2009 22:30:43 +0000 Subject: [PATCH] Allow range for X11VNC_SKIP_DISPLAY, document grab Xserver issue. Add progress_client() to proceed more quickly thru handshake. Improvements to turbovnc hack. --- x11vnc/ChangeLog | 5 + x11vnc/README | 2584 ++++++++++++------------ x11vnc/connections.c | 1 + x11vnc/help.c | 21 +- x11vnc/misc/turbovnc/Makefile.am | 2 +- x11vnc/misc/turbovnc/README | 5 +- x11vnc/misc/turbovnc/apply_turbovnc | 16 +- x11vnc/misc/turbovnc/convert | 13 +- x11vnc/misc/turbovnc/convert_rfbserver | 49 + x11vnc/misc/turbovnc/undo_turbovnc | 7 +- x11vnc/scan.c | 2 +- x11vnc/sslhelper.c | 3 + x11vnc/ssltools.h | 86 +- x11vnc/user.c | 37 +- x11vnc/user.h | 1 + x11vnc/x11vnc.1 | 27 +- x11vnc/x11vnc_defs.c | 2 +- 17 files changed, 1569 insertions(+), 1292 deletions(-) create mode 100755 x11vnc/misc/turbovnc/convert_rfbserver diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog index 4692571..eec74db 100644 --- a/x11vnc/ChangeLog +++ b/x11vnc/ChangeLog @@ -1,3 +1,8 @@ +2009-03-07 Karl Runge + * x11vnc: allow range for X11VNC_SKIP_DISPLAY, document grab + Xserver issue. Add progress_client() to proceed more quickly + thru handshake. Improvements to turbovnc hack. + 2009-02-28 Karl Runge * x11vnc: add kludge to experiment with turbovnc. diff --git a/x11vnc/README b/x11vnc/README index c6637d4..6913206 100644 --- a/x11vnc/README +++ b/x11vnc/README @@ -1,5 +1,5 @@ -x11vnc README file Date: Sat Feb 28 10:23:00 EST 2009 +x11vnc README file Date: Sat Mar 7 13:17:22 EST 2009 The following information is taken from these URLs: @@ -1964,109 +1964,111 @@ http://www.karlrunge.com/x11vnc/faq.html: when that pixel data is needed again it does not have to be retransmitted over the network. + [80]Q-78: Does x11vnc support TurboVNC? + [Mouse Cursor Shapes] - [80]Q-78: Why isn't the mouse cursor shape (the little icon shape + [81]Q-79: Why isn't the mouse cursor shape (the little icon shape where the mouse pointer is) correct as I move from window to window? - [81]Q-79: When using XFIXES cursorshape mode, some of the cursors look + [82]Q-80: 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? - [82]Q-80: In XFIXES mode, are there any hacks to handle cursor + [83]Q-81: In XFIXES mode, are there any hacks to handle cursor transparency ("alpha channel") exactly? [Mouse Pointer] - [83]Q-81: Why does the mouse arrow just stay in one corner in my + [84]Q-82: Why does the mouse arrow just stay in one corner in my vncviewer, whereas my cursor (that does move) is just a dot? - [84]Q-82: Can I take advantage of the TightVNC extension to the VNC + [85]Q-83: 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)? - [85]Q-83: Is it possible to swap the mouse buttons (e.g. left-handed + [86]Q-84: 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] - [86]Q-84: How can I get my AltGr and Shift modifiers to work between + [87]Q-85: How can I get my AltGr and Shift modifiers to work between keyboards for different languages? - [87]Q-85: When I try to type a "<" (i.e. less than) instead I get ">" + [88]Q-86: When I try to type a "<" (i.e. less than) instead I get ">" (i.e. greater than)! Strangely, typing ">" works OK!! - [88]Q-86: Extra Character Inserted, E.g.: When I try to type a "<" + [89]Q-87: Extra Character Inserted, E.g.: When I try to type a "<" (i.e. less than) instead I get "<," (i.e. an extra comma). - [89]Q-87: I'm using an "international" keyboard (e.g. German "de", or + [90]Q-88: 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? - [90]Q-88: When typing I sometimes get double, triple, or more of my + [91]Q-89: 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? - [91]Q-89: The x11vnc -norepeat mode is in effect, but I still get + [92]Q-90: The x11vnc -norepeat mode is in effect, but I still get repeated keystrokes!! - [92]Q-90: After using x11vnc for a while, I find that I cannot type + [93]Q-91: After using x11vnc for a while, I find that I cannot type some (or any) characters or my mouse clicks and drags no longer have any affect. What happened? - [93]Q-91: The machine where I run x11vnc has an AltGr key, but the + [94]Q-92: 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? - [94]Q-92: I have a Sun machine I run x11vnc on. Its Sun keyboard has + [95]Q-93: 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) - [95]Q-93: Running x11vnc on HP-UX I cannot type "#" I just get a "3" + [96]Q-94: Running x11vnc on HP-UX I cannot type "#" I just get a "3" instead. - [96]Q-94: Can I map a keystroke to a mouse button click on the remote + [97]Q-95: Can I map a keystroke to a mouse button click on the remote machine? - [97]Q-95: How can I get Caps_Lock to work between my VNC viewer and + [98]Q-96: How can I get Caps_Lock to work between my VNC viewer and x11vnc? [Screen Related Issues and Features] - [98]Q-96: The remote display is larger (in number of pixels) than the + [99]Q-97: 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? - [99]Q-97: Does x11vnc support server-side framebuffer scaling? (E.g. + [100]Q-98: Does x11vnc support server-side framebuffer scaling? (E.g. to make the desktop smaller). - [100]Q-98: Does x11vnc work with Xinerama? (i.e. multiple monitors + [101]Q-99: Does x11vnc work with Xinerama? (i.e. multiple monitors joined together to form one big, single screen). - [101]Q-99: Can I use x11vnc on a multi-headed display that is not + [102]Q-100: Can I use x11vnc on a multi-headed display that is not Xinerama (i.e. separate screens :0.0, :0.1, ... for each monitor)? - [102]Q-100: Can x11vnc show only a portion of the display? (E.g. for a + [103]Q-101: Can x11vnc show only a portion of the display? (E.g. for a special purpose application or a very large screen). - [103]Q-101: Does x11vnc support the XRANDR (X Resize, Rotate and + [104]Q-102: Does x11vnc support the XRANDR (X Resize, Rotate and Reflection) extension? Whenever I rotate or resize the screen x11vnc just seems to crash. - [104]Q-102: Independent of any XRANDR, can I have x11vnc rotate and/or + [105]Q-103: 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). - [105]Q-103: Why is the view in my VNC viewer completely black? Or why + [106]Q-104: Why is the view in my VNC viewer completely black? Or why is everything flashing around randomly? - [106]Q-104: I use Linux Virtual Consoles (VC's) to implement 'Fast + [107]Q-105: 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 @@ -2074,83 +2076,83 @@ http://www.karlrunge.com/x11vnc/faq.html: otherwise all messed up unless the X session x11vnc is attached to is in the active VC? - [107]Q-105: I am using x11vnc where my local machine has "popup/hidden + [108]Q-106: 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 each other. What can I do? - [108]Q-106: Help! x11vnc and my KDE screensaver keep switching each + [109]Q-107: Help! x11vnc and my KDE screensaver keep switching each other on and off every few seconds. - [109]Q-107: 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. + [110]Q-108: I am running the beryl 3D window manager (or compiz, + MythTv, Google Earth, or some other OpenGL app) and I do not get + screen updates in x11vnc. - [110]Q-108: Can I use x11vnc to view my VMWare session remotely? + [111]Q-109: Can I use x11vnc to view my VMWare session remotely? [Exporting non-X11 devices via VNC] - [111]Q-109: Can non-X devices (e.g. a raw framebuffer) be viewed (and + [112]Q-110: Can non-X devices (e.g. a raw framebuffer) be viewed (and even controlled) via VNC with x11vnc? - [112]Q-110: Can I export the Linux Console (Virtual Terminals) via VNC + [113]Q-111: Can I export the Linux Console (Virtual Terminals) via VNC using x11vnc? - [113]Q-111: Can I export via VNC a Webcam or TV tuner framebuffer + [114]Q-112: Can I export via VNC a Webcam or TV tuner framebuffer using x11vnc? - [114]Q-112: Can I connect via VNC to a Qt-embedded/Qtopia application + [115]Q-113: 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)? - [115]Q-113: Now that non-X11 devices can be exported via VNC using + [116]Q-114: 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? - [116]Q-114: Does x11vnc support Mac OS X Aqua/Quartz displays natively + [117]Q-115: Does x11vnc support Mac OS X Aqua/Quartz displays natively (i.e. no X11 involved)? - [117]Q-115: Can x11vnc be used as a VNC reflector/repeater to improve + [118]Q-116: 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)? - [118]Q-116: Can x11vnc be used during a Linux, Solaris, etc. system + [119]Q-117: Can x11vnc be used during a Linux, Solaris, etc. system Installation so the Installation can be done remotely? [Misc: Clipboard, File Transfer/Sharing, Printing, Sound, Beeps, Thanks, etc.] - [119]Q-117: Does the Clipboard/Selection get transferred between the + [120]Q-118: Does the Clipboard/Selection get transferred between the vncviewer and the X display? - [120]Q-118: Can I use x11vnc to record a Shock Wave Flash (or other + [121]Q-119: 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? - [121]Q-119: Can I transfer files back and forth with x11vnc? + [122]Q-120: Can I transfer files back and forth with x11vnc? - [122]Q-120: Which UltraVNC extensions are supported? + [123]Q-121: Which UltraVNC extensions are supported? - [123]Q-121: Can x11vnc emulate UltraVNC's Single Click helpdesk mode + [124]Q-122: Can x11vnc emulate UltraVNC's Single Click helpdesk mode for Unix? I.e. something very simple for a naive user to initiate a reverse vnc connection from their Unix desktop to a helpdesk operator's VNC Viewer. - [124]Q-122: Can I (temporarily) mount my local (viewer-side) + [125]Q-123: Can I (temporarily) mount my local (viewer-side) Windows/Samba File share on the machine where x11vnc is running? - [125]Q-123: Can I redirect CUPS print jobs from the remote desktop + [126]Q-124: Can I redirect CUPS print jobs from the remote desktop where x11vnc is running to a printer on my local (viewer-side) machine? - [126]Q-124: How can I hear the sound (audio) from the remote + [127]Q-125: How can I hear the sound (audio) from the remote applications on the desktop I am viewing via x11vnc? - [127]Q-125: Why don't I hear the "Beeps" in my X session (e.g. when + [128]Q-126: Why don't I hear the "Beeps" in my X session (e.g. when typing tput bel in an xterm)? - [128]Q-126: Does x11vnc work with IPv6? + [129]Q-127: Does x11vnc work with IPv6? - [129]Q-127: Thanks for your program and for your help! Can I make a + [130]Q-128: Thanks for your program and for your help! Can I make a donation? _________________________________________________________________ @@ -2163,7 +2165,7 @@ http://www.karlrunge.com/x11vnc/faq.html: 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 [130]-display + on). Set your DISPLAY environment variable (or use the [131]-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). @@ -2180,9 +2182,9 @@ http://www.karlrunge.com/x11vnc/faq.html: 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 [131]this Howto for much info on X11 permissions. For example, you + or [132]this Howto for much info on X11 permissions. For example, you may need to set your XAUTHORITY environment variable (or use the - [132]-auth option) to point to the correct MIT-MAGIC-COOKIE file (e.g. + [133]-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, etc.), or simply be sure you run x11vnc as the correct user (i.e. the user who is logged into the X session you @@ -2204,10 +2206,10 @@ http://www.karlrunge.com/x11vnc/faq.html: 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 [133]this faq for other display manager + read the gdm cookie file, see [134]this faq for other display manager cookie file names). - Note as of Feb/2007 you can also try the [134]-find option instead of + Note as of Feb/2007 you can also try the [135]-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 @@ -2216,7 +2218,7 @@ http://www.karlrunge.com/x11vnc/faq.html: (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 soon be of use - (please read the documentation on the [135]-users option). + (please read the documentation on the [136]-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 @@ -2235,7 +2237,7 @@ http://www.karlrunge.com/x11vnc/faq.html: properly). Firewalls: Speaking of permissions, it should go without saying that - the host-level [136]firewall will need to be configured to allow + the host-level [137]firewall will need to be configured to allow connections in on a port. E.g. 5900 (default VNC port) or 22 (default SSH port for tunnelling VNC). Most systems these days have firewalls turned on by default, so you will actively have to do something to @@ -2314,7 +2316,7 @@ libssl.so libcrypto.so libcrypt.so the above list may be out of date. So only use the above lists as hints for the package names that are needed. - Have a look at [137]Misc. Build Problems for additional fixes. + Have a look at [138]Misc. Build Problems for additional fixes. Note: there is growing trend in Linux and other distros to slice up core X11 software into more and smaller packages. So be prepared for @@ -2332,7 +2334,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 [138]here too. + was doing). See [139]here too. Q-3: I just built x11vnc successfully, but when I use it my keystrokes @@ -2406,7 +2408,7 @@ h earlier and perhaps non-Solaris): First use the environment settings (CPPFLAGS, LDFLAGS, etc.) in the - above [139]Solaris build script to run the configure command. That + above [140]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 @@ -2432,7 +2434,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 - [140]SunOS 4.x + [141]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 @@ -2442,33 +2444,33 @@ typedef unsigned int in_addr_t; Q-5: Where can I get a precompiled x11vnc binary for my Operating System? - Hopefully the [141]build steps above and [142]FAQ provide enough info + Hopefully the [142]build steps above and [143]FAQ provide enough info for a painless compile for most environments. Please report problems with the x11vnc configure, make, etc. on your system (if your system is known to compile other GNU packages successfully). There are precompiled x11vnc binaries built by other groups that are available at the following locations: - Slackware: (.tgz) [143]http://www.linuxpackages.net/ - - SuSE: (.rpm) [144]http:/software.opensuse.org/ Gentoo: (info) - [145]http://gentoo-wiki.com/ and [146]http://gentoo-portage.com/ - FreeBSD: (.tbz) [147]http://www.freebsd.org/ - [148]http://www.freshports.org/net/x11vnc NetBSD: (src) - [149]http://pkgsrc.se/x11/x11vnc OpenBSD: (.tgz) - [150]http://openports.se/ Arch Linux: (.tgz) - [151]http://www.archlinux.org/ Nokia 770 (.deb) - [152]http://mike.saunby.googlepages.com/x11vncfornokia7702 Sharp - Zaurus [153]http://www.focv.com/ Redhat/Fedora: (.rpm) - [154]http://dag.wieers.com/rpm/packages/x11vnc/ (N.B.: unmaintained) - [155]http://dries.ulyssis.org/rpm/packages/x11vnc Debian: (.deb) - [156]http://packages.debian.org/x11vnc (N.B: often unmaintained; might + Slackware: (.tgz) [144]http://www.linuxpackages.net/ + + SuSE: (.rpm) [145]http:/software.opensuse.org/ Gentoo: (info) + [146]http://gentoo-wiki.com/ and [147]http://gentoo-portage.com/ + FreeBSD: (.tbz) [148]http://www.freebsd.org/ + [149]http://www.freshports.org/net/x11vnc NetBSD: (src) + [150]http://pkgsrc.se/x11/x11vnc OpenBSD: (.tgz) + [151]http://openports.se/ Arch Linux: (.tgz) + [152]http://www.archlinux.org/ Nokia 770 (.deb) + [153]http://mike.saunby.googlepages.com/x11vncfornokia7702 Sharp + Zaurus [154]http://www.focv.com/ Redhat/Fedora: (.rpm) + [155]http://dag.wieers.com/rpm/packages/x11vnc/ (N.B.: unmaintained) + [156]http://dries.ulyssis.org/rpm/packages/x11vnc Debian: (.deb) + [157]http://packages.debian.org/x11vnc (N.B: often unmaintained; might be better to compile from source) Solaris: (pkg) - [157]http://www.sunfreeware.com/ (N.B: very old; better to compile + [158]http://www.sunfreeware.com/ (N.B: very old; better to compile from source) If the above binaries don't work and building x11vnc on your OS fails - (and all else fails!) you can try one of [158]My Collection of x11vnc + (and all else fails!) you can try one of [159]My Collection of x11vnc Binaries for various OS's and x11vnc releases. As a general note, the x11vnc program is simple enough you don't @@ -2486,7 +2488,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 [159]-httpdir option. E.g.: + tarball and point x11vnc to it via the [160]-httpdir option. E.g.: x11vnc -httpdir /path/to/x11vnc-0.8.3/classes/ssl ... @@ -2495,11 +2497,11 @@ typedef unsigned int in_addr_t; To obtain VNC viewers for the viewing side (Windows, Mac OS, or Unix) try here: - * [160]http://www.tightvnc.com/download.html - * [161]http://www.realvnc.com/download-free.html - * [162]http://sourceforge.net/projects/cotvnc/ - * [163]http://www.ultravnc.com/ - * [164]Our Enhanced TightVNC Viewer (SSVNC) + * [161]http://www.tightvnc.com/download.html + * [162]http://www.realvnc.com/download-free.html + * [163]http://sourceforge.net/projects/cotvnc/ + * [164]http://www.ultravnc.com/ + * [165]Our Enhanced TightVNC Viewer (SSVNC) [ssvnc.gif] @@ -2509,7 +2511,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 - [165]here as well. Yes, x11vnc does have a lot of options, doesn't + [166]here as well. Yes, x11vnc does have a lot of options, doesn't it... @@ -2541,10 +2543,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 [166]-gui option for more info. Examples: "x11vnc + for testing. See the [167]-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 "[167]-gui tray" system tray mode. + also a "[168]-gui tray" system tray mode. [tkx11vnc.gif] @@ -2553,7 +2555,7 @@ display :0 smaller, simpler icon? As of Jul/2005 the gui can run in a more friendly small icon mode - "[168]-gui icon" or in the system tray: "[169]-gui tray". It has + "[169]-gui icon" or in the system tray: "[170]-gui tray". It has balloon status, a simple menu, and a Properities dialog. The full, complicated, gui is only available under "Advanced". Other improvements were added as well. Try "Misc -> simple_gui" for a gui @@ -2589,18 +2591,18 @@ LAY 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 "[170]-N" option will try to match the VNC display number to the X + The "[171]-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)). - Also see the "[171]-autoport n" option to indicated at which value the + Also see the "[172]-autoport n" option to indicated at which value the auto probing should start at. Q-11: My Firewall/Router doesn't allow VNC Viewers to connect to x11vnc. - See the [172]Firewalls/Routers discussion. + See the [173]Firewalls/Routers discussion. Q-12: Is it possible for a VNC Viewer and a VNC Server to connect to @@ -2614,7 +2616,7 @@ LAY In the following discussion, we will suppose port 5950 is being used on the relay machine as the VNC port for the rendezvous. - A way to rendezvous is to have the VNC Server start a [173]reverse + A way to rendezvous is to have the VNC Server start a [174]reverse connection to the relay machine: x11vnc -connect third-machine.net:5950 ... @@ -2633,11 +2635,11 @@ LAY the owner to allow you to install this software (and he would likely need to open his server's firewall to allow the port through). - It is recommended that [174]SSL is used for encryption (e.g. - "[175]-ssl SAVE") when going over the internet. + It is recommended that [175]SSL is used for encryption (e.g. + "[176]-ssl SAVE") when going over the internet. We have a prototype for performing a rendezvous via a Web Server - acting as the relay machine. Download the [176]vncxfer CGI script and + acting as the relay machine. Download the [177]vncxfer CGI script and see the instructions at the top. Once that CGI script is set up on the website, both users go to, say, @@ -2667,7 +2669,7 @@ LAY port requirement (e.g. use HTTP/CGI itself for the transfer... it is difficult to emulate a full-duplex TCP connection with them.) - See also the [177]Firewalls/Routers discussion and [178]Reverse + See also the [178]Firewalls/Routers discussion and [179]Reverse Connection Proxy discussion. @@ -2695,7 +2697,7 @@ LAY vncviewer -encodings "copyrect tight zrle hextile" localhost:0 (we assume the old-style -encodings option needs to be used. See - [179]here for details.). + [180]here for details.). If the SSH machine has been configured (see sshd_config(5)) with the option GatewayPorts=yes, then the tunnel set up by the VNC Server will @@ -2705,16 +2707,16 @@ LAY only runs: vncviewer third-machine.net:33 - In this case we recommend [180]SSL be used for encryption. + In this case we recommend [181]SSL be used for encryption. The creation of both tunnels can be automated. As of Oct/2007 the - [181]-ssh x11vnc option is available and so only this command needs to + [182]-ssh x11vnc option is available and so only this command needs to be run on the VNC Server side: x11vnc -ssh user@third-machine.net:33 ... (the SSH passphrase may need to be supplied). - To automate on the VNC Viewer side, the user can use the [182]Enhanced + To automate on the VNC Viewer side, the user can use the [183]Enhanced TightVNC Viewer (SSVNC) by: * Clicking on 'Use SSH' * Entering user@third-machine.net:33 into 'VNC Host:Display' entry @@ -2731,11 +2733,11 @@ LAY Q-13: Can I make x11vnc more quiet and also go into the background after starting up? - Use the [183]-q and [184]-bg options, respectively. (also: -quiet is + Use the [184]-q and [185]-bg options, respectively. (also: -quiet is an alias for -q) Note that under -bg the stderr messages will be lost unless you use - the "[185]-o logfile" option. + the "[186]-o logfile" option. Q-14: Sometimes when a VNC viewer dies abruptly, x11vnc also dies with @@ -2761,8 +2763,8 @@ LAY Q-16: KDE's krdc VNC viewer cannot connect to x11vnc. - This has been fixed in x11vnc version 0.8.4. More info [186]here, - [187]here, and [188]here. + This has been fixed in x11vnc version 0.8.4. More info [187]here, + [188]here, and [189]here. Q-17: When I start x11vnc on an Alpha Tru64 workstation the X server @@ -2772,7 +2774,7 @@ LAY able to crash it. The problem seems to be with the RECORD X extension and so a - workaround is to use the "[189]-noxrecord" x11vnc command line option. + workaround is to use the "[190]-noxrecord" x11vnc command line option. Q-18: Are there any build-time customizations possible, e.g. change @@ -2780,7 +2782,7 @@ LAY There are some options. They are enabled by adding something like -Dxxxx=1 to the CPPFLAGS environment variable before running configure - (see the [190]build notes for general background). + (see the [191]build notes for general background). /* * Mar/2006 * Build-time customization via CPPFLAGS. @@ -2851,21 +2853,21 @@ LAY dual-screen mode to pass the keystrokes and mouse motions to the X11 display? - Yes, for best response start up x11vnc with the "[191]-nofb" option + Yes, for best response start up x11vnc with the "[192]-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 [192]x2vnc, however you would + This will also work X11 to X11 using [193]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: - * [193]Original Win2VNC - * [194]Enhanced Win2VNC (broken?) and [195]sourceforge link - * [196]x2vnc - * [197]x2x - * [198]zvnc (MorphOS) + * [194]Original Win2VNC + * [195]Enhanced Win2VNC (broken?) and [196]sourceforge link + * [197]x2vnc + * [198]x2x + * [199]zvnc (MorphOS) All of them will work with x11vnc (except x2x where it is not needed). @@ -2885,7 +2887,7 @@ LAY 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 [199]-visual option to allow you to force the framebuffer + has the [200]-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: @@ -2899,7 +2901,7 @@ LAY and keyboard input to it from Windows and X11 machines via Win2VNC and x2vnc, respectively? - Yes, as of Nov/2006 [200]you can. There may be a trick or two you'll + Yes, as of Nov/2006 [201]you can. There may be a trick or two you'll need to do to get the Clipboard exchange between the machines to work. @@ -2910,7 +2912,7 @@ LAY 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 [201]-flashcmap option to have x11vnc watch for changes in the + Use the [202]-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 @@ -2919,13 +2921,13 @@ LAY example of this. Consider reconfiguring the system to 16 bpp or depth 24 TrueColor if at all possible. - Also note the option [202]-8to24 (Jan/2006) can often remove the need + Also note the option [203]-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 (SCO unixware) the [203]-notruecolor option has + In some rare cases (SCO unixware) the [204]-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. @@ -2936,13 +2938,13 @@ LAY different color depths: e.g. there are both depth 8 and 24 visuals available at the same time. - You may want to review the [204]previous question regarding 8 bpp + You may want to review the [205]previous question regarding 8 bpp PseudoColor. - On some hardware (Sun/SPARC and SGI), the [205]-overlay option + On some hardware (Sun/SPARC and SGI), the [206]-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 - [206]-8to24 option may help (also discussed below). + [207]-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 @@ -2978,7 +2980,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 [207]-overlay x11vnc option (Aug/2004) to have x11vnc use the + use the [208]-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 @@ -3003,7 +3005,7 @@ TrueColor defdepth 24 Xsun, e.g. in your /etc/dt/config/Xservers file). - The -8to24 mode: The [208]-8to24 x11vnc option (Jan/2006) is a kludge + The -8to24 mode: The [209]-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 @@ -3017,11 +3019,11 @@ TrueColor defdepth 24 32bpp view is exported via VNC. Even on pure 8bpp displays it can be used as an alternative to - [209]-flashcmap to avoid color flashing completely. + [210]-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: [210]-fixscreen V=3.0 to + row, or by using something like: [211]-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. @@ -3034,23 +3036,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 [211]-8to24 help description for information on + speedup. See the [212]-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 [212]-id option to + possible workaround in this case is to use the [213]-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 [213]-8to24 method + for x11vnc to be able to do so in real time. The [214]-8to24 method does this approximately and is somewhat usable. Fortunately the - [214]-overlay option works for Solaris machines with overlay visuals + [215]-overlay option works for Solaris machines with overlay visuals where most of this problem occurs. @@ -3086,9 +3088,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 [215]color problems. + debugging x11vnc [216]color problems. - Also, as of Dec/2004 you can use "[216]-id pick" to have x11vnc run + Also, as of Dec/2004 you can use "[217]-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. @@ -3106,7 +3108,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 [217]-sid windowid option ("shifted" windowid). + polling, try the [218]-sid windowid option ("shifted" windowid). Q-27: My X display is depth 24 at 24bpp (instead of the normal depth @@ -3142,7 +3144,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 [218]-24to32 option to have + Update: as of Apr/2006 you can use the [219]-24to32 option to have x11vnc dynamically transform the 24bpp pixel data to 32bpp. This extra transformation could slow things down further however. @@ -3152,7 +3154,7 @@ 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 [219]Enhanced TightVNC + Note, however, that the Unix viewer in the [220]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 @@ -3167,15 +3169,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 [220]-display option to point the display to that of + machine. Use the [221]-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 [221]-noshm option (this enables the polling + and finally supply the [222]-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 [222]-flipbyteorder if the + on the polling rate. You may also need [223]-flipbyteorder if the colors get messed up due to endian byte order differences. Q-29: How do I get my X permissions (MIT-MAGIC-COOKIE file) correct @@ -3199,7 +3201,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 - [223]-auth option to point to the correct file). Other options include + [224]-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 - @@ -3211,7 +3213,7 @@ TrueColor defdepth 24 details. If the display name in the cookie file needs to be changed between the - two hosts, see [224]this note on the "xauth add ..." command. + two hosts, see [225]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 @@ -3225,7 +3227,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 [225]poll + Not recommended, but as a last resort, you could have x11vnc [226]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...) @@ -3254,34 +3256,34 @@ TrueColor defdepth 24 Q-30: I'm having trouble using x11vnc with my Sun Ray session. - The [226]Sun Ray technology is a bit like "VNC done in hardware" (the + The [227]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 [227]this discussion of Sun Ray issues for + "Soft Ray". Please see [228]this discussion of Sun Ray issues for solutions to problems. - Also see the [228]Sun Ray Remote Control Toolkit that uses x11vnc. + Also see the [229]Sun Ray Remote Control Toolkit that uses x11vnc. [Remote Control] Q-31: 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 - number of parameters on the fly: see the [229]-remote and [230]-query + number of parameters on the fly: see the [230]-remote and [231]-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 [231]-forever option has not been supplied, x11vnc will + If the [232]-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 [232]-bg option + If you have not put x11vnc in the background via the [233]-bg option or shell & operator, then simply press Ctrl-C in the shell where x11vnc is running to stop it. @@ -3291,16 +3293,16 @@ 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 [233]-clear_mods - option and [234]-clear_keys option can be used to release pressed keys - at startup and exit. The option [235]-clear_all will also try to unset + by tapping Ctrl, Shift, and Alt. Alternatively, the [234]-clear_mods + option and [235]-clear_keys option can be used to release pressed keys + at startup and exit. The option [236]-clear_all will also try to unset Caps_Lock, Num_Lock, etc. Q-32: Can I change settings in x11vnc without having to restart it? Can I remote control it? - Look at the [236]-remote (an alias is -R) and [237]-query (an alias is + Look at the [237]-remote (an alias is -R) and [238]-query (an alias is -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 @@ -3311,8 +3313,8 @@ TrueColor defdepth 24 property) is used as the communication channel, so the X permissions and DISPLAY must be set up correctly for communication to be possible. - There is also a simple Tcl/Tk [238]gui based on this remote control - mechanism. See the [239]-gui option for more info. You will need to + There is also a simple Tcl/Tk [239]gui based on this remote control + mechanism. See the [240]-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 small icon window: "-gui icon". Use "-gui tray=setpass" for a naive user "Share @@ -3328,12 +3330,12 @@ TrueColor defdepth 24 vncpasswd(1) program from those packages. As of Jun/2004 x11vnc supports the -storepasswd "pass" "file" - [240]option, which is the same functionality of storepasswd. Be sure + [241]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: "[241]-rfbauth + You then use the password via the x11vnc option: "[242]-rfbauth $HOME/myvncpasswd" As of Jan/2006 if you do not supply any arguments: @@ -3345,11 +3347,11 @@ TrueColor defdepth 24 ~/.mypass", the password you are prompted for will be stored in that file. - x11vnc also has the [242]-passwdfile and -passwd/-viewpasswd plain + x11vnc also has the [243]-passwdfile and -passwd/-viewpasswd plain text (i.e. not obscured like the -rfbauth VNC passwords) password options. - You can use the [243]-usepw option to automatically use any password + You can use the [244]-usepw option to automatically use any password file you have in ~/.vnc/passwd or ~/.vnc/passwdfile (the latter is used with the -passwdfile option). @@ -3381,14 +3383,14 @@ TrueColor defdepth 24 Q-35: 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 [244]-viewpasswd option to supply the - view-only password. Note the full-access password option [245]-passwd + Yes, as of May/2004 there is the [245]-viewpasswd option to supply the + view-only password. Note the full-access password option [246]-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 - [246]-passwdfile option to specify a file containing plain text + [247]-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 @@ -3396,7 +3398,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 [247]-rfbauth + View-only passwords currently do not work for the [248]-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 @@ -3409,7 +3411,7 @@ TrueColor defdepth 24 Q-36: Can I have as many full-access and view-only passwords as I like? - Yes, as of Jan/2006 in the libvncserver CVS the [248]-passwdfile + Yes, as of Jan/2006 in the libvncserver CVS the [249]-passwdfile option has been extended to handle as many passwords as you like. You put the view-only passwords after a line __BEGIN_VIEWONLY__. @@ -3419,7 +3421,7 @@ TrueColor defdepth 24 Q-37: 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 [249]-unixpw option that does + Update: as of Feb/2006 x11vnc has the [250]-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 @@ -3429,7 +3431,7 @@ TrueColor defdepth 24 A list of allowed Unix usernames may also be supplied along with per-user settings. - There is also the [250]-unixpw_nis option for non-shadow-password + There is also the [251]-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 @@ -3438,11 +3440,11 @@ TrueColor defdepth 24 shadow(5). Two settings are enforced in the -unixpw and -unixpw_nis modes to - provide extra security: the 1) [251]-localhost and 2) [252]-stunnel or - [253]-ssl options. Without these one might send the Unix username and + provide extra security: the 1) [252]-localhost and 2) [253]-stunnel or + [254]-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 [254]-ssl (the constraint is automatically relaxed if + stunnel or [255]-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). @@ -3461,13 +3463,13 @@ TrueColor defdepth 24 approximate at best. One approximate method involves starting x11vnc with the - [255]-localhost option. This basically requires the viewer user to log + [256]-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 [256]elsewhere on this page. [257]stunnel does this as well. + mentioned [257]elsewhere on this page. [258]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 @@ -3478,7 +3480,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 [258]-accept option that runs a program to examine the connection + the [259]-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 @@ -3514,7 +3516,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 [259]-accept where an external program may be run to decide if a + the [260]-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, @@ -3522,26 +3524,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: - * [260]-unixpw_cmd command - * [261]-passwdfile cmd:command - * [262]-passwdfile custom:command + * [261]-unixpw_cmd command + * [262]-passwdfile cmd:command + * [263]-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 [263]-unixpw_cmd the normal [264]-unixpw Login: and Password: + For [264]-unixpw_cmd the normal [265]-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 "[265]-passwdfile cmd:command" the command is run and it returns a - password list (like a password file, see the [266]-passwdfile + For "[266]-passwdfile cmd:command" the command is run and it returns a + password list (like a password file, see the [267]-passwdfile read:filename mode). Perhaps a dynamic, one-time password is retrieved from a server this way. - For "[267]-passwdfile custom:command" one gets complete control over + For "[268]-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 @@ -3555,7 +3557,7 @@ exit 1 # reject it accepted, otherwise it is rejected. In all cases the "RFB_*" environment variables are set as under - [268]-accept. These variables can provide useful information for the + [269]-accept. These variables can provide useful information for the externally supplied program to use. @@ -3565,15 +3567,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 [269]-forever option (aka -many) to have + periods of time. Use the [270]-forever option (aka -many) to have x11vnc wait for more connections after the first client disconnects. - Use the [270]-shared option to have x11vnc allow multiple clients to + Use the [271]-shared option to have x11vnc allow multiple clients to connect simultaneously. - Recommended additional safety measures include using ssh ([271]see - above), stunnel, [272]-ssl, or a VPN to authenticate and encrypt the + Recommended additional safety measures include using ssh ([272]see + above), stunnel, [273]-ssl, or a VPN to authenticate and encrypt the viewer connections or to at least use the -rfbauth passwd-file - [273]option to use VNC password protection (or [274]-passwdfile) It is + [274]option to use VNC password protection (or [275]-passwdfile) It is up to YOU to apply these security measures, they will not be done for you automatically. @@ -3581,7 +3583,7 @@ exit 1 # reject it Q-40: Can I limit which machines incoming VNC clients can connect from? - Yes, look at the [275]-allow and [276]-localhost options to limit + Yes, look at the [276]-allow and [277]-localhost options to limit connections by hostname or IP address. E.g. x11vnc -allow 192.168.0.1,192.168.0.2 @@ -3593,7 +3595,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 - [277](tcp_wrappers) and then use /etc/hosts.allow See hosts_access(5) + [278](tcp_wrappers) and then use /etc/hosts.allow See hosts_access(5) for complete details. @@ -3613,7 +3615,7 @@ exit 1 # reject it is "vnc", e.g.: vnc: 192.168.100.3 .example.com - Note that if you run x11vnc out of [278]inetd you do not need to build + Note that if you run x11vnc out of [279]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. @@ -3622,15 +3624,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 "[279]-listen ipaddr" option that enables + As of Mar/2005 there is the "[280]-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 - "[280]-allow host1,..." option to allow only specific hosts in. + "[281]-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 [281]-localhost now implies "-listen localhost" since that + The option [282]-localhost now implies "-listen localhost" since that is what most people expect it to do. @@ -3638,7 +3640,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 "[282]-allow localhost". Unlike [283]-localhost + To do this specify "[283]-allow localhost". Unlike [284]-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 @@ -3649,7 +3651,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 [284]-input option allows you to do this. "K", + As of Feb/2005, the [285]-input option allows you to do this. "K", "M", "B", "C", and "F" stand for Keystroke, Mouse-motion, Button-clicks, Clipboard, and File-Transfer, respectively. The setting: "-input M" makes attached viewers only able to move the @@ -3665,7 +3667,7 @@ exit 1 # reject it some clients view-only? How about running an arbitrary program to make the decisions? - Yes, look at the "[285]-accept command" option, it allows you to + Yes, look at the "[286]-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 (success) the client is accepted, otherwise @@ -3686,7 +3688,7 @@ exit 1 # reject it 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 [286]-viewonly option has been supplied, the "View" action will + the [287]-viewonly option has been supplied, the "View" action will not be present: the whole display is view only in that case. The popup window times out after 120 seconds, to change this behavior @@ -3701,7 +3703,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 [287]ftp://ftp.x.org/ + is available at [288]ftp://ftp.x.org/ (End of Built-in Popup Window:) To include view-only decisions for the external commands, prefix the @@ -3741,7 +3743,7 @@ elif [ $rc = 4 ]; then fi exit 1 - Stefan Radman has written a nice dtksh script [288]dtVncPopup for use + Stefan Radman has written a nice dtksh script [289]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. @@ -3750,13 +3752,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 "[289]-gone + To run a command when a client disconnects, use the "[290]-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 "[290]-afteraccept command" option will run the + As of Jan/2006 the "[291]-afteraccept command" option will run the command only after the VNC client has been accepted and authenticated. Like -gone the return code is not interpreted. RFB_MODE will be "afteraccept"). @@ -3766,7 +3768,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 [291]-users option that allows things + As of Feb/2005 x11vnc has the [292]-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. @@ -3791,7 +3793,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 [292]blockdpy.c The idea behind it is simple (but + source for it is [293]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 @@ -3807,8 +3809,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 [293]-accept option and told - to exit via the [294]-gone option (the vnc client user should + The blockdpy utility is launched by the [294]-accept option and told + to exit via the [295]-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: @@ -3817,17 +3819,17 @@ exit 1 but please read the top of the file. Update: As of Feb/2007 there is some builtin support for this: - [295]-forcedpms and [296]-clientdpms however, they are probably less + [296]-forcedpms and [297]-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 [297]-grabkbd, [298]-grabptr, and [299]-grabalways options. + also the [298]-grabkbd, [299]-grabptr, and [300]-grabalways options. Q-48: Can I have x11vnc automatically lock the screen when I disconnect the VNC viewer? - Yes, a user mentions he uses the [300]-gone option under CDE to run a + Yes, a user mentions he uses the [301]-gone option under CDE to run a screen lock program: x11vnc -display :0 -forever -gone 'dtaction LockDisplay' @@ -3837,7 +3839,7 @@ exit 1 x11vnc -display :0 -forever -gone 'xlock &' x11vnc -display :0 -forever -gone 'xlock -mode blank &' - Here is a scheme using the [301]-afteraccept option (in version 0.8) + Here is a scheme using the [302]-afteraccept option (in version 0.8) to unlock the screen after the first valid VNC login and to lock the screen after the last valid VNC login disconnects: x11vnc -display :0 -forever -shared -afteraccept ./myxlocker -gone ./myxlocke @@ -3878,21 +3880,21 @@ exec @ARGV; Q-49: 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 [302]how to tunnel VNC via + See the description earlier on this page on [303]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 [303]Enhanced TightVNC Viewer (SSVNC) page where much of + See also the [304]Enhanced TightVNC Viewer (SSVNC) page where much of this is now automated. Q-50: How can I tunnel my connection to x11vnc via an encrypted SSH channel from Windows using an SSH client like Putty? - [304]Above we described how to tunnel VNC via SSH from Unix to Unix, + [305]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 @@ -3913,11 +3915,11 @@ exec @ARGV; :0 (plus other cmdline options) in the 'Remote command' Putty setting under 'Connections/SSH'. - See also the [305]Enhanced TightVNC Viewer (SSVNC) page where much of + See also the [306]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 [306]-localhost - and [307]-rfbauth/[308]-passwdfile options. + For extra protection feel free to run x11vnc with the [307]-localhost + and [308]-rfbauth/[309]-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 @@ -3925,11 +3927,11 @@ exec @ARGV; dialog setting to: 'Destination: otherhost:5900', Once logged in, you'll need to do a second login (ssh or rsh) to the workstation machine 'otherhost' and then start up x11vnc on it. This can also be - automated by [309]Chaining SSH's. + automated by [310]Chaining SSH's. - As discussed [310]above another option is to first start the VNC + As discussed [311]above another option is to first start the VNC viewer in "listen" mode, and then launch x11vnc with the - "[311]-connect localhost" option to establish the reverse connection. + "[312]-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). @@ -3939,7 +3941,7 @@ exec @ARGV; 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 [312]stunnel (also [313]stunnel.mirt.net) + IPSEC. SSL tunnels such as [313]stunnel (also [314]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 @@ -3947,9 +3949,9 @@ exec @ARGV; and firewalls 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 [314]-ssl, - [315]-stunnel, and [316]-sslverify to provide integrated SSL schemes. - They are discussed [317]in the Next FAQ (you probably want to skip to + Update: As of Feb/2006 x11vnc has the options [315]-ssl, + [316]-stunnel, and [317]-sslverify to provide integrated SSL schemes. + They are discussed [318]in the Next FAQ (you probably want to skip to it now). We include these non-built-in method descriptions below for historical @@ -3957,7 +3959,7 @@ exec @ARGV; any VNC (or other type of) server. - Here are some basic examples using [318]stunnel but the general idea + Here are some basic examples using [319]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 @@ -3981,7 +3983,7 @@ exec @ARGV; The above two commands are run on host "far-away.east". The stunnel.pem is the self-signed PEM file certificate created when - stunnel is built. One can also create certificates [319]signed by + stunnel is built. One can also create certificates [320]signed by Certificate Authorities or self-signed if desired using the x11vnc utilities described there. @@ -3995,21 +3997,21 @@ exec @ARGV; Then point the viewer to the local tunnel on port 5902: vncviewer -encodings "copyrect tight zrle hextile" localhost:2 - That's it. Note that the [320]ss_vncviewer script can automate this - easily, and so can the [321]Enhanced TightVNC Viewer (SSVNC) package. + That's it. Note that the [321]ss_vncviewer script can automate this + easily, and so can the [322]Enhanced TightVNC Viewer (SSVNC) package. Be sure to use a VNC password because unlike ssh by default the encrypted SSL channel provides no authentication (only privacy). With 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 [322]the key management section for details. + and also [323]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 [323]article The article also + found at the stunnel site and in this [324]article The article also shows the detailed steps to set up all the authentication - certificates. (for both server and clients, see also the [324]x11vnc + certificates. (for both server and clients, see also the [325]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 @@ -4030,7 +4032,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 [325]-inetd mode: + start up x11vnc in [326]-inetd mode: stunnel -p /path/to/stunnel.pem -P none -d 5900 -l ./x11vnc_sh Where the script x11vnc_sh starts up x11vnc: @@ -4068,28 +4070,28 @@ connect = 5900 Regarding VNC viewers that "natively" do SSL unfortunately there do not seem to be many. UltraVNC has an encryption plugin, but we have - not tried it (it does not seem to be SSL, however the [326]SingleClick - UltraVNC Java Viewer is SSL and is compatible with x11vnc's [327]-ssl + not tried it (it does not seem to be SSL, however the [327]SingleClick + UltraVNC Java Viewer is SSL and is compatible with x11vnc's [328]-ssl option and stunnel.) Commercial versions of VNC seem to have some SSL built in, but we haven't tried those either and 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 [328]SSL-enabled - Java applet that can be served up via the [329]-httpdir or [330]-http - options when [331]-ssl is enabled. It will also be served via HTTPS + Note: as of Mar/2006 libvncserver/x11vnc provides a [329]SSL-enabled + Java applet that can be served up via the [330]-httpdir or [331]-http + options when [332]-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 [332]-https option. + the [333]-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 [333]-stunnel or [334]-ssl option on the server side it works well - and is convenient. Here is a simple script [335]ss_vncviewer that + the [334]-stunnel or [335]-ssl option on the server side it works well + and is convenient. Here is a simple script [336]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 [336]Enhanced TightVNC Viewer + Update Jul/2006: we now provide an [337]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. @@ -4097,7 +4099,7 @@ connect = 5900 Q-52: Does x11vnc have built-in SSL tunneling? - You can read about non-built-in methods [337]in the Previous FAQ for + You can read about non-built-in methods [338]in the Previous FAQ for background. SSL tunnels provide an encrypted channel without the need for Unix @@ -4109,12 +4111,12 @@ connect = 5900 Built-in SSL x11vnc options: - As of Feb/2006 the x11vnc [338]-ssl option automate the SSL tunnel - creation on the x11vnc server side. An [339]SSL-enabled Java Viewer + As of Feb/2006 the x11vnc [339]-ssl option automate the SSL tunnel + creation on the x11vnc server side. An [340]SSL-enabled Java Viewer applet is also provided that can be served via HTTP or HTTPS to automate SSL on the client side. - The [340]-ssl mode uses the [341]www.openssl.org library if available + The [341]-ssl mode uses the [342]www.openssl.org library if available at build time. The mode requires an SSL certificate and key (i.e. .pem file). These @@ -4140,11 +4142,11 @@ connect = 5900 "-ssl SAVE_NOPROMPT" to not be prompted. Use "-ssl TMP" to create a temporary self-signed cert that will be discarded when x11vnc exits. - Update: As of Nov/2008 x11vnc also supports the [342]VeNCrypt SSL/TLS + Update: As of Nov/2008 x11vnc also supports the [343]VeNCrypt SSL/TLS tunnel extension to the VNC protocol. The older ANONTLS method (vino) is also supported. This support is on by default when the -ssl option - is in use and can be fine-tuned using these options: [343]-vencrypt - and [344]-anontls. + is in use and can be fine-tuned using these options: [344]-vencrypt + and [345]-anontls. The normal x11vnc -ssl operation is somewhat like a URL method vncs://hostname if vnc://hostname indicates a standard unencrypted VNC @@ -4156,7 +4158,7 @@ connect = 5900 SSL VNC Viewers:. Viewer-side will need to use SSL as well. See the - [345]next FAQ and [346]here for SSL enabled VNC Viewers, including + [346]next FAQ and [347]here for SSL enabled VNC Viewers, including SSVNC, to connect to the above x11vnc via SSL. @@ -4172,12 +4174,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 [347]x11vnc Key Management for some utilities + See the discussion on [348]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 [348]ss_vncviewer provides an example on unix + The wrapper script [349]ss_vncviewer provides an example on unix (-verify option). Here are some notes on the simpler default (non-CA) operation. To have @@ -4191,7 +4193,7 @@ connect = 5900 the possibility of copying the server.crt 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 [349]here), then + more sophisticated CA signing described [350]here), then Man-In-The-Middle-Attacks are prevented. Otherwise, the SSL encryption only provides protection against passive network traffic "sniffing" (i.e. you are not protected against M-I-T-M attacks). Nowadays, most @@ -4223,11 +4225,11 @@ connect = 5900 The older -stunnel option: Before the -ssl option there was a - convenience option [350]-stunnel that would start an external SSL + convenience option [351]-stunnel that would start an external SSL tunnel for you using stunnel. The -ssl method is the preferred way, but for historical reference we keep the -stunnel info here. - The [351]-stunnel mode requires the [352]www.stunnel.org command + The [352]-stunnel mode requires the [353]www.stunnel.org command stunnel(8) to be installed on the system. Some -stunnel examples: @@ -4258,8 +4260,8 @@ connect = 5900 There aren't any native VNC Viewers that do SSL (ask your VNC viewer developer to add the feature). So a tunnel must be setup that you point the VNC Viewer to. This is often STUNNEL. You can do this - [353]manually, or use the [354]ss_vncviewer script on Unix, or the - [355]Enhanced TightVNC Viewer (SSVNC) package on Unix, Windows, or + [354]manually, or use the [355]ss_vncviewer script on Unix, or the + [356]Enhanced TightVNC Viewer (SSVNC) package on Unix, Windows, or MacOSX. See the next section for Java Web browser SSL VNC Viewers (you only need a Java-enabled Web browser for it to work). @@ -4271,13 +4273,13 @@ connect = 5900 The SSL enabled Java VNC Viewer (VncViewer.jar) in the x11vnc package supports only SSL based connections by default. As mentioned above the - [356]-httpdir can be used to specify the path to .../classes/ssl. A + [357]-httpdir can be used to specify the path to .../classes/ssl. A typical location might be /usr/local/share/x11vnc/classes/ssl. Or - [357]-http can be used to try to have it find the directory + [358]-http can be used to try to have it find the directory automatically. - Also note that the [358]SingleClick UltraVNC Java Viewer is compatible - with x11vnc's [359]-ssl SSL mode. (We tested it this way: "java -cp + Also note that the [359]SingleClick UltraVNC Java Viewer is compatible + with x11vnc's [360]-ssl SSL mode. (We tested it this way: "java -cp ./VncViewer.jar VncViewer HOST far-away.east PORT 5900 USESSL 1 TRUSTALL 1") @@ -4312,13 +4314,13 @@ connect = 5900 If you are using a router/firewall with port-redirection, and you are redirecting ports other than the default ones (5800, 5900) listed - above [360]see here. + above [361]see here. The https service provided thru the actual VNC port (5900 in the above 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 for you and you still want to serve the Java applet via - https, use the [361]-https option to get an additional port dedicated + https, use the [362]-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: @@ -4331,7 +4333,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 - [362]proxy scheme to enter a firewall or otherwise have rules applied + [363]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".) @@ -4424,12 +4426,12 @@ connect = 5900 Then, if you plan to use them, enable "fancy stuff" like "-svc" or "-unixpw", etc, etc. Be sure to add a password either "-rfbauth" or "-unixpw" or both. If you need to have the web browser use a corporate - [363]Web Proxy (i.e. it cannot connect directly) work on that last. - Ditto for the [364]Apache portal. + [364]Web Proxy (i.e. it cannot connect directly) work on that last. + Ditto for the [365]Apache portal. Router/Firewall port redirs: If you are doing port redirection at - your [365]router to an internal machine running x11vnc AND the + your [366]router to an internal machine running x11vnc AND the internet facing port is different from the internal machine's VNC port, you will need to apply the PORT applet parameter to indicate to the applet the Internet facing port number (otherwise by default the @@ -4439,7 +4441,7 @@ connect = 5900 So in this example the user configures his router to redirect connections to port 443 on his Internet side to, say, port 5900 on the - internal machine running x11vnc. See also the [366]-httpsredir option + internal machine running x11vnc. See also the [367]-httpsredir option that will try to automate this for you. To configure your router to do port redirection, see its instructions. @@ -4450,7 +4452,7 @@ connect = 5900 or Unix system acting as your firewall/router, see its firewall configuration. - You can also use x11vnc options [367]-rfbport NNNNN and [368]-httpport + You can also use x11vnc options [368]-rfbport NNNNN and [369]-httpport NNNNN to match the ports that your firewall will be redirecting to the machine where x11vnc is run. @@ -4479,11 +4481,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 [369]-https option if you want a dedicated port for + You can use the [370]-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 [370]This Page. + connection with the Java Applet see [371]This Page. All of the x11vnc Java Viewer applet parameters are described in the file classes/ssl/README @@ -4494,10 +4496,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 our x11vnc and - [371]SSVNC packages. The basic ideas of doing this were discussed - [372]for external tunnel utilities here. + [372]SSVNC packages. The basic ideas of doing this were discussed + [373]for external tunnel utilities here. - The [373]ss_vncviewer script provided with x11vnc and SSVNC can set up + The [374]ss_vncviewer script provided with x11vnc and SSVNC 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 a Debian based system you will @@ -4529,14 +4531,14 @@ 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 [374]this page for more information on + separate the two by commas. See [375]this page for more information on how Web proxies come into play. - If one uses a Certificate Authority (CA) scheme described [375]here, + If one uses a Certificate Authority (CA) scheme described [376]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 [376]Enhanced TightVNC Viewer + Update Jul/2006: we now provide an [377]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. @@ -4599,8 +4601,8 @@ 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. See also the [377]-httpsredir option that will - try to automate this for you. To use the GET [378]trick discussed + parameters in the URL. See also the [378]-httpsredir option that will + try to automate this for you. To use the GET [379]trick discussed above, do: https://yourmachine.com/proxy.vnc?GET=1&PORT=443 @@ -4608,8 +4610,8 @@ connect = 5900 file classes/ssl/README - Note that both the [379]ss_vncviewer stunnel Unix wrapper script and - [380]Enhanced TightVNC Viewer (SSVNC) can use Web proxies as well even + Note that both the [380]ss_vncviewer stunnel Unix wrapper script and + [381]Enhanced TightVNC Viewer (SSVNC) can use Web proxies as well even though they do not involve a Web browser. @@ -4617,7 +4619,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 [381]here. This provides a clean alternative to the + It is discussed [382]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. @@ -4625,7 +4627,7 @@ connect = 5900 Q-56: Can I create and use my own SSL Certificate Authority (CA) with x11vnc? - Yes, see [382]this page for how to do this and the utility commands + Yes, see [383]this page for how to do this and the utility commands x11vnc provides to create and manage many types of certificates and private keys. @@ -4644,14 +4646,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 [383]FAQ on x11vnc + * Use the description under "Continuously" in the [384]FAQ on x11vnc and Display Managers - * Use the description in the [384]FAQ on x11vnc and inetd(8) - * Use the description in the [385]FAQ on Unix user logins and + * Use the description in the [385]FAQ on x11vnc and inetd(8) + * Use the description in the [386]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 [386]x11vnc_loop rc.local hack + * Although less reliable, see the [387]x11vnc_loop rc.local hack below. The display manager scheme will not be specific to which user has the @@ -4673,9 +4675,9 @@ 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 - [387]this link. + [388]this link. - Firewalls: note all methods will require the host-level [388]firewall + Firewalls: note all methods will require the host-level [389]firewall to be configured to allow connections in on a port. E.g. 5900 (default VNC port) or 22 (default SSH port for tunnelling VNC). Most systems these days have firewalls turned on by default, so you will actively @@ -4697,7 +4699,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 [389]-auth option sets the XAUTHORITY variable for you). + (the [390]-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 @@ -4719,14 +4721,14 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg (or /etc/gdm/gdm.conf, etc.) avoids this. Otherwise, just restart x11vnc and then reconnect your viewer. Other display managers (kdm, etc) may also have a similar problem. One user reports having to alter - "gdm.conf-custom" as well. Update Nov/2008: See also the [390]-reopen + "gdm.conf-custom" as well. Update Nov/2008: See also the [391]-reopen option for another possible workaround. Note: Solaris: For dtlogin in addition to the above sort of trick (BTW, the 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 - [391]the example at the end of this FAQ). Then restart dtlogin, e.g.: + [392]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. _________________________________________________________________ @@ -4739,7 +4741,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg Please consider the security implications of this! The VNC display for the X session always accessible (but hopefully password protected). - Add [392]-localhost if you only plan to access via a [393]SSH tunnel. + Add [393]-localhost if you only plan to access via a [394]SSH tunnel. The name of the display manager startup script file depends on desktop used and seem to be: @@ -4770,7 +4772,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg -forever -bg where you should customize the exact command to your needs (e.g. - [394]-localhost for SSH tunnel-only access; [395]-ssl SAVE for SSL + [395]-localhost for SSH tunnel-only access; [396]-ssl SAVE for SSL access; etc.) Happy, happy, joy, joy: Note that we do not need to specify -display @@ -4778,7 +4780,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 [396]-N) to avoid autoselecting one if 5900 is already + 5900" (or [397]-N) to avoid autoselecting one if 5900 is already taken. _________________________________________________________________ @@ -4794,7 +4796,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 [397]full details + killed immediately after the user logs in. Here are [398]full details on how to configure gdm _________________________________________________________________ @@ -4836,16 +4838,16 @@ 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: [398]x11vnc_loop It will need some local + file like rc.local: [399]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 [399]-loop + described above is greatly preferred. There is also the [400]-loop option that does something similar. If the machine is a traditional Xterminal you may want to read - [400]this FAQ. + [401]this FAQ. - Firewalls: note all methods will require the host-level [401]firewall + Firewalls: note all methods will require the host-level [402]firewall to be configured to allow connections in on a port. E.g. 5900 (default VNC port) or 22 (default SSH port for tunnelling VNC). Most systems these days have firewalls turned on by default, so you will actively @@ -4861,7 +4863,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 [402]-inetd + where the shell script /usr/local/bin/x11vnc_sh uses the [403]-inetd option and looks something like (you'll need to customize to your settings). #!/bin/sh @@ -4874,7 +4876,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 [403]-quiet) option: "/usr/local/bin/x11vnc -q + specify the -q (aka [404]-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 @@ -4882,12 +4884,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 [404]-auth to point to the + Note also the need to set XAUTHORITY via [405]-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 - [405]FAQ on Unix user logins and inetd(8) works around the XAUTHORITY + [406]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 @@ -4972,9 +4974,9 @@ exec /usr/local/bin/x11vnc -inetd -o /var/log/x11vnc.log -find -env FD_XDM=1 it automatically? Yes, as of Feb/2007 x11vnc supports mDNS / Zeroconf advertising of its - service via the Avahi client library. Use the option [406]-avahi (same - as [407]-mdns or [408]-zeroconf) to enable it. Depending on your setup - you may need to install [409]Avahi (including the development/build + service via the Avahi client library. Use the option [407]-avahi (same + as [408]-mdns or [409]-zeroconf) to enable it. Depending on your setup + you may need to install [410]Avahi (including the development/build packages), enable the server: avahi-daemon and avahi-dnsconfd, and possibly open up UDP port 5353 on your firewall. @@ -5003,32 +5005,32 @@ exec /usr/local/bin/x11vnc -inetd -o /var/log/x11vnc.log -find -env FD_XDM=1 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 [410]inetd(8) using the [411]-unixpw - and [412]-display WAIT options. The reason inetd(8) makes this easier + The easiest way to do this is via [411]inetd(8) using the [412]-unixpw + and [413]-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 [413]this example and also the [414]-loopbg option). + x11vnc's (see [414]this example and also the [415]-loopbg option). Also with inetd(8) users always connect to a fixed VNC display, say hostname:0, and do not need to memorize a special VNC display number just for their personal use, etc. - Update: Use the [415]-find, [416]-create, [417]-svc, and [418]-xdmsvc + Update: Use the [416]-find, [417]-create, [418]-svc, and [419]-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 [419]-display WAIT option makes x11vnc wait until a VNC viewer is + The [420]-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 FINDCREATEDISPLAY below), but in principle one could supply "-display WAIT:cmd=/path/to/find_display" where the script find_display might - look something like [420]this. + look something like [421]this. A default script somewhat like the above is used under "-display - WAIT:cmd=FINDDISPLAY" (same as [421]-find) (use + WAIT:cmd=FINDDISPLAY" (same as [422]-find) (use "WAIT:cmd=FINDDISPLAY-print" to print out the gnarly 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 @@ -5040,10 +5042,10 @@ exec /usr/local/bin/x11vnc -inetd -o /var/log/x11vnc.log -find -env FD_XDM=1 Or if you only know the X server process ID and suspect a chvt will be needed append ",XPID=n". - Tip: Note that the [422]-find option is an alias for "-display + Tip: Note that the [423]-find option is an alias for "-display WAIT:cmd=FINDDISPLAY". Use it! - The [423]-unixpw option allows [424]UNIX password logins. It + The [424]-unixpw option allows [425]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 @@ -5057,16 +5059,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 [425]-svc alias). + options. (see also the [426]-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 "[426]-users unixpw=" option. + logs in due to the "[427]-users unixpw=" option. - Note that [427]SSL is required for this mode because otherwise the + Note that [428]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 @@ -5074,17 +5076,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 [428]-localhost + If you really want to disable the SSL or SSH [429]-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 [429]-unixpw documentation. + read the [430]-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 "[430]-users =fred" option will cause x11vnc to switch to user + The "[431]-users =fred" option will cause x11vnc to switch to user fred and then find his X display. @@ -5093,7 +5095,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 [431]Xdummy and if that is not + virtual (non-hardware) X servers: first [432]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. @@ -5103,19 +5105,19 @@ xpw= -display WAIT:cmd=FINDCREATEDISPLAY -prog /usr/local/bin/x11vnc Where the very long lines have been split. This will allow direct SSL - (e.g. [432]ss_vncviewer) access and also Java Web browers access via: + (e.g. [433]ss_vncviewer) access and also Java Web browers access via: https://hostname:5900/. - Tip: Note that the [433]-create option is an alias for "-display + Tip: Note that the [434]-create option is an alias for "-display WAIT:cmd=FINDCREATEDISPLAY-Xvfb". - Tip: Note that [434]-svc is a short hand for the long "-ssl SAVE + Tip: Note that [435]-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 [435]-display WAIT for + after his username (following a ":" see [436]-display WAIT for details) for FINDCREATEDISPLAY they can add "geom=WxH" or "geom=WxHxD" to specify the width, height, and optionally the color depth. E.g. "fred:geom=800x600" at the login: prompt. Also if the env. var @@ -5152,7 +5154,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 [436]need to be run to switch to the correct Linux + chvt program may [437]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. @@ -5179,7 +5181,7 @@ service x11vnc will also typically block UDP (port 177 for XDMCP) by default effectively limiting the UDP connections to localhost. - Tip: Note that [437]-xdmsvc is a short hand for the long "-ssl SAVE + Tip: Note that [438]-xdmsvc is a short hand for the long "-ssl SAVE -unixpw -users unixpw= -display WAIT:cmd=FINDCREATEDISPLAY-Xvfb.xdmcp" part. E.g.: service x11vnc @@ -5246,15 +5248,15 @@ t:5 Q-62: Can I have x11vnc restart itself after it terminates? One could do this in a shell script, but now there is an option - [438]-loop that makes it easier. Of course when x11vnc restarts it + [439]-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 [439]-loopbg to emulate inetd(8) to some degree, + One can also use the [440]-loopbg to emulate inetd(8) to some degree, where each connected process runs in the background. It could be - combined, say, with the [440]-svc option to provide simple terminal + combined, say, with the [441]-svc option to provide simple terminal services without using inetd(8). @@ -5262,7 +5264,7 @@ t:5 web browser? To have x11vnc serve up a Java VNC viewer applet to any web browsers - that connect to it, run x11vnc with this [441]option: + that connect to it, run x11vnc with this [442]option: -httpdir /path/to/the/java/classes/dir (this directory will contain the files index.vnc and, for example, @@ -5281,7 +5283,7 @@ t:5 then you can connect to that URL with any Java enabled browser. Feel free to customize the default index.vnc file in the classes directory. - As of May/2005 the [442]-http option will try to guess where the Java + As of May/2005 the [443]-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. @@ -5290,7 +5292,7 @@ t:5 either the java or appletviewer commands to run the program. java -cp ./VncViewer.jar VncViewer HOST far-away.east PORT 5900 - Proxies: See the [443]discussion here if the web browser must use a + Proxies: See the [444]discussion here if the web browser must use a web proxy to connect to the internet. It is tricky to get Java applets to work in this case: a signed applet must be used so it can connect to the proxy and ask for the redirection to the VNC server. One way to @@ -5306,7 +5308,7 @@ t:5 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 - [444]-connect option. To connect immediately at x11vnc startup time + [445]-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 VNC listening port is 5500). @@ -5315,11 +5317,11 @@ t:5 file is checked periodically (about once a second) for new hosts to connect to. - The [445]-remote control option (aka -R) can also be used to do this + The [446]-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 - Use the "[446]-connect_or_exit" option to have x11vnc exit if the + Use the "[447]-connect_or_exit" option to have x11vnc exit if the reverse connection fails. Also, note the "-rfbport 0" option disables TCP listening for connections (potentially useful for reverse connection mode, assuming you do not want any "forward" connections). @@ -5332,7 +5334,7 @@ x11vnc -display :0 -R connect:hostname.domain X11VNC_REVERSE_CONNECTION_NO_AUTH=1" to x11vnc. Vncconnect command: To use the vncconnect(1) program (from the core - VNC package at www.realvnc.com) specify the [447]-vncconnect option to + VNC package at www.realvnc.com) specify the [448]-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 @@ -5351,7 +5353,7 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1" proxy or SSH? Yes, as of Oct/2007 x11vnc supports reverse connections through - proxies: use the "[448]-proxy host:port" option. The default is to + proxies: use the "[449]-proxy host:port" option. The default is to assume the proxy is a Web proxy. Note that most Web proxies only allow proxy destination connections to ports 443 (HTTPS) and 563 (SNEWS) and so this might not be too useful unless the proxy has been modified @@ -5371,11 +5373,11 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1" connections. An experimental mode is "-proxy http://host:port/..." where the URL - (e.g. a CGI script) is retrieved via the GET method. See [449]-proxy + (e.g. a CGI script) is retrieved via the GET method. See [450]-proxy for more info. Another experimental mode is "-proxy ssh://user@host" in which case a - SSH tunnel is used for the proxying. See [450]-proxy for more info. + SSH tunnel is used for the proxying. See [451]-proxy for more info. Up to 3 proxies may be chained together by listing them by commas e.g.: "-proxy http://host1:port1,socks5://host2:port2" in case one @@ -5398,10 +5400,10 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1" Driver in XFree86/Xorg (see below). In either case, one can view this desktop both remotely and also - [451]locally using vncviewer. Make sure vncviewer's "-encodings raw" + [452]locally using vncviewer. Make sure vncviewer's "-encodings raw" is in effect for local viewing (compression seems to slow things down locally). For local viewing you set up a "bare" window manager that - just starts up vncviewer and nothing else ([452]See how below). + just starts up vncviewer and nothing else ([453]See how below). Here is one way to start up Xvfb: xinit -- /usr/X11R6/bin/Xvfb :1 -cc 4 -screen 0 1024x768x16 @@ -5421,19 +5423,19 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1" "screen scrape" it very efficiently (more than, say, 100X faster than normal video hardware). - Update Nov/2006: See the [453]FINDCREATEDISPLAY discussion of the - "[454]-display WAIT:cmd=FINDDISPLAY" option where virtual (Xvfb or + Update Nov/2006: See the [454]FINDCREATEDISPLAY discussion of the + "[455]-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 [455]-find, - [456]-create, [457]-svc, and [458]-xdmsvc aliases can also come in + (inetd(8) is a nice way to provide this service). The [456]-find, + [457]-create, [458]-svc, and [459]-xdmsvc aliases can also come in handy here. There are some annoyances WRT Xvfb however. The default keyboard mapping seems to be very poor. One should run x11vnc with - [459]-add_keysyms option to have keysyms added automatically. Also, to + [460]-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" @@ -5445,7 +5447,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 [460]FINDCREATEDISPLAY + (note: these are applied automatically in the [461]FINDCREATEDISPLAY mode of x11vnc). Perhaps the Xvfb options -xkbdb or -xkbmap could be used to get a better default keyboard mapping... @@ -5460,11 +5462,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) [461]switching even though it + Linux Virtual Console/Terminal (VC/VT) [462]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 [462]Xdummy that allows you to + Jul/2005 we have an LD_PRELOAD script [463]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 @@ -5492,7 +5494,7 @@ x11vnc -display :5 -rfbport 5905 -bg vncviewer -geometry +0+0 -encodings raw -passwd $HOME/.vnc/passwd localhost:5 The display numbers (VNC and X) will likely be different (you could - also try [463]-find), and you may not need the -passwd. Recent RealVNC + also try [464]-find), and you may not need the -passwd. Recent RealVNC viewers might be this: #!/bin/sh x11vnc -display :5 -rfbport 5905 -bg @@ -5519,7 +5521,7 @@ t:5 An X server can be started on the headless machine (sometimes this requires configuring the X server to not fail if it cannot detect a keyboard or mouse, see the next paragraph). Then you can export that X - display via x11vnc (e.g. see [464]this FAQ) and access it from + display via x11vnc (e.g. see [465]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 @@ -5542,10 +5544,10 @@ t:5 cards as it can hold to provide multiple simultaneous access or testing on different kinds of video hardware. - See also the [465]FINDCREATEDISPLAY discussion of the "[466]-display + See also the [466]FINDCREATEDISPLAY discussion of the "[467]-display WAIT:cmd=FINDDISPLAY" option where virtual Xvfb or Xdummy, or real X servers are started automatically for new users connecting. The - [467]-find, [468]-create, [469]-svc, and [470]-xdmsvc aliases can also + [468]-find, [469]-create, [470]-svc, and [471]-xdmsvc aliases can also come in handy here. [Resource Usage and Performance] @@ -5568,7 +5570,7 @@ t:5 19/03/2004 10:10:58 error creating tile-row shm for len=4 19/03/2004 10:10:58 reverting to single_copytile mode - Here is a shell script [471]shm_clear to list and prompt for removal + Here is a shell script [472]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, @@ -5602,42 +5604,46 @@ ied) in /etc/system. See the next paragraph for more workarounds. To minimize the number of shm segments used by x11vnc try using the - [472]-onetile option (corresponds to only 3 shm segments used, and + [473]-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 - [473]-noshm option. Performance will be somewhat degraded but when + [474]-noshm option. Performance will be somewhat degraded but when done over local machine sockets it should be acceptable (see an - [474]earlier question discussing -noshm). + [475]earlier question discussing -noshm). Q-69: How can I make x11vnc use less system resources? - The [475]-nap (now on by default; use -nonap to disable) and - "[476]-wait n" (where n is the sleep between polls in milliseconds, + The [476]-nap (now on by default; use -nonap to disable) and + "[477]-wait n" (where n is the sleep between polls in milliseconds, the default is 30 or so) option are good places to start. In addition, - something like "[477]-sb 15" will cause x11vnc to go into a deep-sleep + something like "[478]-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 X server setting will make x11vnc's screen polling less severe. Using - the [478]-onetile option will use less memory and use fewer shared - memory slots (add [479]-fs 1.0 for one less slot). + the [479]-onetile option will use less memory and use fewer shared + memory slots (add [480]-fs 1.0 for one less slot). Q-70: How can I make x11vnc use MORE system resources? - You can try [480]-threads (note this mode can be unstable and/or + You can try [481]-threads (note this mode can be unstable and/or crash; and as of May/2008 is strongly discouraged, see the option description) or dial down the wait time (e.g. -wait 1) and possibly - dial down [481]-defer as well. Note that if you try to increase the + dial down [482]-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 [482]-id option) can be streamed over a LAN or wireless at - a reasonable frame rate. + the x11vnc [483]-id option) can be streamed over a LAN or wireless at + a reasonable frame rate. If the graphics card's framebuffer read rate + is [484]faster than normal then the video window size and frame rate + can be much higher. The use of [485]TurboVNC and/or TurboJPEG can make + the frame rate somewhat higher still (but most of this hinges on the + graphics card's read rate.) Q-71: I use x11vnc over a slow link with high latency (e.g. dialup @@ -5652,7 +5658,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 - [483]-solid [color] option to try to do this automatically. + [486]-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 @@ -5661,9 +5667,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 [484]-scrollcopyrect is active and + problem in x11vnc 0.7.2 if [487]-scrollcopyrect is active and detecting scrolls for the application). - * If the [485]-wireframe option is not available (earlier than + * If the [488]-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) @@ -5686,7 +5692,7 @@ ied) noticed. VNC viewer parameters: - * Use a [486]TightVNC enabled viewer! (Actually, RealVNC 4.x viewer + * Use a [489]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 @@ -5694,7 +5700,7 @@ ied) * Request 8 bits per pixel using -bgr233 (up to 4X speedup over depth 24 TrueColor (32bpp), but colors will be off) * RealVNC 4.x viewer has some extremely low color modes (only 64 and - even 8 colors). [487]SSVNC does too. The colors are poor, but it + even 8 colors). [490]SSVNC does too. The colors are poor, but it is usually noticeably faster than bgr233 (256 colors). * Try increasing the TightVNC -compresslevel (compresses more on server side before sending, but uses more CPU) @@ -5708,37 +5714,37 @@ ied) file. x11vnc parameters: - * Make sure the [488]-wireframe option is active (it should be on by + * Make sure the [491]-wireframe option is active (it should be on by default) and you have Opaque Moves/Resizes Enabled in the window manager. - * Make sure the [489]-scrollcopyrect option is active (it should be + * Make sure the [492]-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 - [490]-solid - * Specify [491]-speeds modem to force the wireframe and + [493]-solid + * Specify [494]-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 [492]-nodragging (no screen updates when dragging mouse, + drastic [495]-nodragging (no screen updates when dragging mouse, but sometimes you miss visual feedback) - * Set [493]-fs 1.0 (disables fullscreen updates) - * Try increasing [494]-wait or [495]-defer (reduces the maximum + * Set [496]-fs 1.0 (disables fullscreen updates) + * Try increasing [497]-wait or [498]-defer (reduces the maximum "frame rate", but won't help much for large screen changes) - * Try the [496]-progressive pixelheight mode with the block + * Try the [499]-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 [497]-id (cuts + * If you just want to watch one (simple) window use [500]-id (cuts down extraneous polling and updates, but can be buggy or insufficient) - * Set [498]-nosel (disables all clipboard selection exchange) - * Use [499]-nocursor and [500]-nocursorpos (repainting the remote + * Set [501]-nosel (disables all clipboard selection exchange) + * Use [502]-nocursor and [503]-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 - [501]-readtimeout n setting if it sometimes takes more than 20sec + [504]-readtimeout n setting if it sometimes takes more than 20sec to paint the full screen, etc. - * Do not use [502]-fixscreen to automatically refresh the whole + * Do not use [505]-fixscreen to automatically refresh the whole screen, tap three Alt_L's then the screen has painting errors (rare problem). @@ -5807,7 +5813,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 [503]slow (e.g. + in main memory. So reading the fb is still painfully [506]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 @@ -5825,45 +5831,45 @@ ied) DAMAGE rectangles to contain real damage. The larger rectangles are only used as hints to focus the traditional scanline polling (i.e. if a scanline doesn't intersect a recent DAMAGE rectangle, the scan is - skipped). You can use the "[504]-xd_area A" option to adjust the size + skipped). You can use the "[507]-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 "[505]-xd_mem f" may also be of use in tuning the - algorithm. To disable using DAMAGE entirely use "[506]-noxdamage". + The option "[508]-xd_mem f" may also be of use in tuning the + algorithm. To disable using DAMAGE entirely use "[509]-noxdamage". Q-73: 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 "[507]-noxdamage" option. + he uses the "[510]-noxdamage" option. This seems to be a bug in the X DAMAGE implementation of that driver. You may have to use -noxdamage as well. A way to autodetect this will be tried, probably the best it will do is automatically stop using X DAMAGE. - A developer for [508]MiniMyth reports that the 'alphapulse' tag of the + A developer for [511]MiniMyth reports that the 'alphapulse' tag of the theme G.A.N.T. can also cause problems, and should be avoided when using VNC. - Update: see [509]this FAQ too. + Update: see [512]this FAQ too. Q-74: 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 [510]slow hardware read rates from + This problem is primarily due to [513]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 - [511]-pointer_mode option for more info. The next bottleneck is + [514]-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 @@ -5873,27 +5879,27 @@ 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 "[512]-pointer_mode 1" option. + the "[515]-pointer_mode 1" option. - Also added was the [513]-nodragging option that disables all screen + Also added was the [516]-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 [514]-pointer_mode n option was introduced. n=1 is + As of Dec/2004 the [517]-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 [515]-threads option can improve + Also, in some circumstances the [518]-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). This option can be unstable and so as of Feb/2008 it is disabled by default. Set env. X11VNC_THREADED=1 to re-enable. - As of Apr/2005 two new options (see the [516]wireframe FAQ and - [517]scrollcopyrect FAQ below) provide schemes to sweep this problem + As of Apr/2005 two new options (see the [519]wireframe FAQ and + [520]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 @@ -5917,8 +5923,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 [518]slow video card - read rates (see [519]here too). A displacement, even a small one, of a + intermediate steps. BTW the lurching is due to [521]slow video card + read rates (see [522]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. @@ -5926,7 +5932,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 [520]-nowireframe option + with the problem. It can be disabled with the [523]-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 @@ -5972,13 +5978,13 @@ EndSection * Maximum time to show a wireframe animation. * Minimum time between sending wireframe outlines. - See the [521]"-wireframe tweaks" option for more details. On a slow + See the [524]"-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 - [522]"-wirecopyrect mode" option. It is also on by default. This + [525]"-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 @@ -6026,7 +6032,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 [523]slow). + the hardware framebuffer is [526]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. @@ -6053,10 +6059,10 @@ EndSection the X server display: if one falls too far behind it could become a mess... - The initial implementation of [524]-scrollcopyrect option is useful in + The initial implementation of [527]-scrollcopyrect option is useful in that it detects many scrolls and thus gives a much nicer working - environment (especially when combined with the [525]-wireframe - [526]-wirecopyrect [527]options, which are also on by default; and if + environment (especially when combined with the [528]-wireframe + [529]-wirecopyrect [530]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. @@ -6089,10 +6095,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: [528]-fixscreen + also: [531]-fixscreen * Some applications, notably OpenOffice, do XCopyArea scrolls in weird ways that assume ancestor window clipping is taking place. - See the [529]-scr_skip option for ways to tweak this on a + See the [532]-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 @@ -6109,7 +6115,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 [530]-scale option there will be a quick CopyRect + * When using the [533]-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 @@ -6122,7 +6128,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 [531]-noscrollcopyrect (or -noscr for short). If you find + with the [534]-noscrollcopyrect (or -noscr for short). If you find some extremely bad and repeatable behavior for -scrollcopyrect please report a bug. @@ -6147,9 +6153,9 @@ EndSection that pixel data is needed again it does not have to be retransmitted over the network. - As of Dec/2006 in the [532]0.9 development tarball there is an + As of Dec/2006 in the [535]0.9 development tarball there is an experimental client-side caching implementation enabled by the - "[533]-ncache n" option. In fact, during the test period it was on by + "[536]-ncache n" option. In fact, during the test period it was on by default with n set to 10. To disable it use "-noncache". It is a simple scheme where a (very large) lower portion of the @@ -6183,7 +6189,7 @@ EndSection rendering...). The Enhanced TightVNC Viewer (SSVNC) Unix viewer has a nice - [534]-ycrop option to help hide the pixel cache area from view. It + [537]-ycrop option to help hide the pixel cache area from view. It will turn on automatically if the framebuffer appears to be very tall (height more than twice the width), or you can supply the actual value for the height. If the screen resized by scaling, etc, the ycrop value @@ -6212,7 +6218,7 @@ EndSection an additional factor of 2 in memory use. However, even in the smallest usage mode with n equal 2 and - [535]-ncache_no_rootpixmap set (this requires only 2X additional + [538]-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. @@ -6223,7 +6229,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 "[536]-ncache_cr". By specifying + Another option to experiment with is "[539]-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 @@ -6275,10 +6281,68 @@ EndSection improving VNC performance by client side caching. + Q-78: Does x11vnc support TurboVNC? + + As of Feb/2009 (development tarball) there is an experimental kludge + to let you build x11vnc using TurboVNC's modified TightVNC encoding. + [540]TurboVNC is part of the [541]VirtualGL project. It does two main + things to speed up the TightVNC encoding: + * A fast proprietary JPEG implemention is used (Intel IPP on x86) + instead of the usual libjpeg implementation. [542]TurboJPEG is an + interface library, libturbojpeg, provided by the project that + achieves this. + * It eliminates bottlenecks, overheads, wait-times in the TightVNC + encoding implementation and instead only worries about sending + very well (and quickly) compressed JPEG data. + + TurboVNC works very well over LAN and fast Broadband. When using it + with x11vnc in such a situation you may want to dial down the delays, + e.g. "[543]-wait 5" and "[544]-defer 5" (or even a smaller setting) to + poll and pump things out more quickly. + + See the instructions in "x11vnc/misc/turbovnc/README" for how to build + x11vnc with TurboVNC support. You will also need to download the + [545]TurboJPEG software. + + In brief the steps look like this: + cd x11vnc-x.y.z/x11vnc/misc/turbovnc + ./apply_turbovnc + cd ../../.. + env LDFLAGS='-L/DIR -Xlinker --rpath=/DIR' ./configure + make AM_LDFLAGS='-lturbojpeg' + + where you replace "/DIR" with the directory containing libturbojpeg.so + you downloaded separately. If you try it, let us know how it goes. If + it works out well enough TurboVNC support will be integrated into + x11vnc and more of its tuning features will be implemented. Support in + [546]SSVNC would also be added. + + Potential Slowdown: As we describe [547]elsewhere, unless you use + x11vnc with an X server using, say, NVidia proprietary drivers (or a + virtual X server like Xvfb or Xdummy, or in ShadowFB mode), then the + read rate from the graphics card can rather slow (e.g. 10 MB/sec) and + becomes the bottleneck when using x11vnc over fast networks. Note that + all of Xorg's drivers currently (2009) have slow read rates (only + proprietary drivers appear to have optimized reads.) + + So under these (more or less typical) conditions, the speed + improvement provided by TurboVNC may only be marginal. Look for this + output to see your read rate: + 28/02/2009 11:11:07 Autoprobing TCP port + 28/02/2009 11:11:07 Autoprobing selected port 5900 + 28/02/2009 11:11:08 fb read rate: 10 MB/sec + 28/02/2009 11:11:08 screen setup finished. + + A rate of 10 MB/sec means a 1280x1024x24 screen takes 0.5 seconds to + read in. TurboVNC compresses that to JPEG in a much shorter time. On + the other hand, an NVidia driver may have a read rate of 250 MB/sec + and so only takes 0.02 seconds to read the entire screen in. + + [Mouse Cursor Shapes] - Q-78: Why isn't the mouse cursor shape (the little icon shape where + Q-79: Why isn't the mouse cursor shape (the little icon shape where the mouse pointer is) correct as I move from window to window? On X servers supporting XFIXES or Solaris/IRIX Overlay extensions it @@ -6293,23 +6357,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 "[537]-cursor X" option that + A simple kludge is provided by the "[548]-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 "[538]-cursor some" option for + work for those cases. Also see the "[549]-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 - [539]-overlay option is supplied. See [540]this FAQ for more info. + [550]-overlay option is supplied. See [551]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 - [541]Solaris 10. + [552]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 @@ -6317,10 +6381,10 @@ EndSection situations where the cursor transparency can also handled exactly: when the VNC Viewer requires the cursor shape be drawn into the VNC framebuffer or if you apply a patch to your VNC Viewer to extract - hidden alpha channel data under 32bpp. [542]Details can be found here. + hidden alpha channel data under 32bpp. [553]Details can be found here. - Q-79: When using XFIXES cursorshape mode, some of the cursors look + Q-80: 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? @@ -6350,17 +6414,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 "[543]-alphacut n" option lets + course!) some tunable parameters. The "[554]-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 "[544]-alphafrac f" option tries to correct individual + 240. The "[555]-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 [545]-alpharemove that is useful for + Finally, there is an option [556]-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 @@ -6378,7 +6442,7 @@ EndSection heavily on redglass) look fine with the apparent default of alphacut:255. - Q-80: In XFIXES mode, are there any hacks to handle cursor + Q-81: In XFIXES mode, are there any hacks to handle cursor transparency ("alpha channel") exactly? As of Jan/2005 libvncserver has been modified to allow an alpha @@ -6386,10 +6450,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 [546]-nocursorshape x11vnc option. In this case the cursor is + with the [557]-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 [547]-noalphablend option to disable this + the x11vnc side. Use the [558]-noalphablend option to disable this behavior (always approximate transparent cursors with opaque RGB values). @@ -6413,17 +6477,17 @@ EndSection example on how to change the Windows TightVNC viewer to achieve the same thing (send me the patch if you get that working). - This patch is applied to the [548]Enhanced TightVNC Viewer (SSVNC) + This patch is applied to the [559]Enhanced TightVNC Viewer (SSVNC) package we provide. [Mouse Pointer] - Q-81: Why does the mouse arrow just stay in one corner in my + Q-82: 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 [549]tightvnc extension + This default takes advantage of a [560]tightvnc extension (CursorShapeUpdates) that allows specifying a cursor image shape for - the local VNC viewer. You may disable it with the [550]-nocursor + the local VNC viewer. You may disable it with the [561]-nocursor option to x11vnc if your viewer does not have this extension. Note: as of Aug/2004 this should be fixed: the default for @@ -6432,22 +6496,22 @@ EndSection can also be disabled via -nocursor. - Q-82: Can I take advantage of the TightVNC extension to the VNC + Q-83: Can I take advantage of the TightVNC extension to the VNC protocol where Cursor Positions Updates are sent back to all connected clients (i.e. passive viewers can see the mouse cursor being moved around by another viewer)? - Use the [551]-cursorpos option when starting x11vnc. A VNC viewer must + Use the [562]-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 [552]-nocursorpos and [553]-nocursorshape. + is the default. See also [563]-nocursorpos and [564]-nocursorshape. - Q-83: Is it possible to swap the mouse buttons (e.g. left-handed + Q-84: 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: [554]-buttonmap + You can remap the mouse buttons via something like: [565]-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. @@ -6455,7 +6519,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 [555]-debug_pointer option prints out much info for + Note that the [566]-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 @@ -6477,7 +6541,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 [556]-buttonmap but rather configuring the X server + consider not using [567]-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"'). @@ -6504,10 +6568,10 @@ EndSection "click" usually gives a multi-line scroll). [Keyboard Issues] - Q-84: How can I get my AltGr and Shift modifiers to work between + Q-85: How can I get my AltGr and Shift modifiers to work between keyboards for different languages? - The option [557]-modtweak should help here. It is a mode that monitors + The option [568]-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. @@ -6516,25 +6580,25 @@ 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 [558]this FAQ for more info). Without + not exist on the keyboard (see [569]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 [559]FAQ about the -xkb option for a more powerful method + Also see the [570]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 - [560]-debug_keyboard option prints out much info for every keystroke + [571]-debug_keyboard option prints out much info for every keystroke and so can be useful debugging things. Note that one user had a strange setup and none of the above helped. - His solution was to disable all of the above and use [561]-nomodtweak. + His solution was to disable all of the above and use [572]-nomodtweak. This is the simplest form of keystroke insertion and it actually solved the problem. Try it if the other options don't help. - Q-85: When I try to type a "<" (i.e. less than) instead I get ">" + Q-86: When I try to type a "<" (i.e. less than) instead I get ">" (i.e. greater than)! Strangely, typing ">" works OK!! Does your keyboard have a single key with both "<" and ">" on it? Even @@ -6542,9 +6606,9 @@ EndSection (e.g. pc105 in the XF86Config file when it should be something else, say pc104). - Short Cut: Try the [562]-xkb or [563]-sloppy_keys options and see if + Short Cut: Try the [573]-xkb or [574]-sloppy_keys options and see if that helps the situation. The discussion below is a bit outdated (e.g. - [564]-modtweak is now the default) but it is useful reference for + [575]-modtweak is now the default) but it is useful reference for various tricks and so is kept. @@ -6587,25 +6651,25 @@ EndSection -remap less-comma These are convenient in that they do not modify the actual X server - settings. The former ([565]-modtweak) is a mode that monitors the + settings. The former ([576]-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 ([566]-remap less-comma) is an immediate remapping of the + The latter ([577]-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 [567]FAQ about the -xkb option as a possible workaround + See also the [578]FAQ about the -xkb option as a possible workaround using the XKEYBOARD extension. - Note that the [568]-debug_keyboard option prints out much info for + Note that the [579]-debug_keyboard option prints out much info for every keystroke to aid debugging keyboard problems. - Q-86: Extra Character Inserted, E.g.: When I try to type a "<" (i.e. + Q-87: Extra Character Inserted, E.g.: When I try to type a "<" (i.e. less than) instead I get "<," (i.e. an extra comma). This is likely because you press "Shift" then "<" but then released - the Shift key before releasing the "<". Because of a [569]keymapping + the Shift key before releasing the "<". Because of a [580]keymapping ambiguity the last event "< up" is interpreted as "," because that key unshifted is the comma. @@ -6613,16 +6677,16 @@ EndSection characters: in general it can happen whenever the Shift key is released early. - This should not happen in [570]-xkb mode, because it works hard to + This should not happen in [581]-xkb mode, because it works hard to resolve the ambiguities. If you do not want to use -xkb, try the - option [571]-sloppy_keys to attempt a similar type of algorithm. + option [582]-sloppy_keys to attempt a similar type of algorithm. One user had this problem for Italian and German keyboards with the key containing ":" and "." When he typed ":" he would get an extra "." inserted after the ":". The solution was -sloppy_keys. - Q-87: I'm using an "international" keyboard (e.g. German "de", or + Q-88: 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 @@ -6643,7 +6707,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 [572]-modtweak + This all worked fine with x11vnc running with the [583]-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 @@ -6660,7 +6724,7 @@ EndSection * there is a new option -xkb to use the XKEYBOARD extension API to do the Modifier key tweaking. - The [573]-xkb option seems to fix all of the missing keys: "@", "<", + The [584]-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 @@ -6668,7 +6732,7 @@ EndSection debugging output (send it along with any problems you report). Update: as of Jun/2005 x11vnc will try to automatically enable - [574]-xkb if it appears that would be beneficial (e.g. if it sees any + [585]-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. @@ -6683,7 +6747,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: - [575]-skip_keycodes 93 + [586]-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 @@ -6701,16 +6765,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 [576]-remap x11vnc option: + created using the [587]-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 - [577]-add_keysyms option in the next paragraph. - Update: for convenience "[578]-remap DEAD" does many of these + [588]-add_keysyms option in the next paragraph. + Update: for convenience "[589]-remap DEAD" does many of these mappings at once. - * To complement the above workaround using the [579]-remap, an - option [580]-add_keysyms was added. This option instructs x11vnc + * To complement the above workaround using the [590]-remap, an + option [591]-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 @@ -6721,7 +6785,7 @@ EndSection disable. - Q-88: When typing I sometimes get double, triple, or more of my + Q-89: When typing I sometimes get double, triple, or more of my keystrokes repeated. I'm sure I only typed them once, what can I do? This may be due to an interplay between your X server's key autorepeat @@ -6729,7 +6793,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) [581]-norepeat x11vnc option. You will still + use the new (Jul/2004) [592]-norepeat x11vnc option. You will still have autorepeating because that is taken care of on your VNC viewer side. @@ -6753,18 +6817,18 @@ EndSection off", does the problem go away? The workaround is to manually apply "xset r off" and "xset r on" as - needed, or to use the [582]-norepeat (which has since Dec/2004 been + needed, or to use the [593]-norepeat (which has since Dec/2004 been made the default). Note that with X server autorepeat turned off the VNC viewer side of the connection will (nearly always) do its own autorepeating so there is no big loss here, unless someone is also working at the physical display and misses his autorepeating. - Q-89: The x11vnc -norepeat mode is in effect, but I still get repeated + Q-90: The x11vnc -norepeat mode is in effect, but I still get repeated keystrokes!! Are you using x11vnc to log in to an X session via display manager? - (as described in [583]this FAQ) If so, x11vnc is starting before your + (as described in [594]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 @@ -6784,7 +6848,7 @@ EndSection should figure out how to disable that somehow. - Q-90: After using x11vnc for a while, I find that I cannot type some + Q-91: After using x11vnc for a while, I find that I cannot type some (or any) characters or my mouse clicks and drags no longer have any affect. What happened? @@ -6812,11 +6876,11 @@ EndSection pressed one. You need to do this for both the left and right Shift, Alt, Control, etc. keys to be sure. - You can also use the [584]-clear_mods option to try to clear all of + You can also use the [595]-clear_mods option to try to clear all of the modifier keys at x11vnc startup. You will still have to be careful that you do not leave the modifier key pressed down during your session. It is difficult to prevent this problem from occurring (short - of using [585]-remap to prevent sending all of the problem modifier + of using [596]-remap to prevent sending all of the problem modifier keys, which would make the destkop pretty unusable). During a session these x11vnc remote control commands can also help: @@ -6829,16 +6893,16 @@ EndSection Num_Lock down. When these are locked on the remote side it can sometimes lead to strange desktop behavior (e.g. cannot drag or click on windows). As above you may not notice this because the lock isn't - down on the local (Viewer) side. See [586]this FAQ on lock keys - problem. These options may help avoid the problem: [587]-skip_lockkeys - and [588]-capslock. See also [589]-clear_all. + down on the local (Viewer) side. See [597]this FAQ on lock keys + problem. These options may help avoid the problem: [598]-skip_lockkeys + and [599]-capslock. See also [600]-clear_all. - Q-91: The machine where I run x11vnc has an AltGr key, but the local + Q-92: The machine where I run x11vnc has an AltGr key, but the local machine where I run the VNC viewer does not. Is there a way I can map a local unused key to send an AltGr? How about a Compose key as well? - Something like "[590]-remap Super_R-Mode_switch" x11vnc option may + Something like "[601]-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)). @@ -6849,7 +6913,7 @@ EndSection specify remappings from a file. - Q-92: I have a Sun machine I run x11vnc on. Its Sun keyboard has just + Q-93: 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) @@ -6861,13 +6925,13 @@ EndSection Since xmodmap(1) modifies the X server mappings you may not want to do this (because it affects local work on that machine). Something like - the [591]-remap Alt_L-Meta_L to x11vnc may be sufficient for ones + the [602]-remap Alt_L-Meta_L to x11vnc may be sufficient for ones needs, and does not modify the X server environment. Note that you cannot send Alt_L in this case, maybe -remap Super_L-Meta_L would be a better choice if the Super_L key is typically unused in Unix. - Q-93: Running x11vnc on HP-UX I cannot type "#" I just get a "3" + Q-94: Running x11vnc on HP-UX I cannot type "#" I just get a "3" instead. One user reports this problem on HP-UX Rel_B.11.23. The problem was @@ -6881,7 +6945,7 @@ EndSection and similar triple mappings (with two in the AltGr/Mode_switch group) of a keysum to a single keycode. - Use the [592]-nomodtweak option as a workaround. You can also use + Use the [603]-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" @@ -6890,12 +6954,12 @@ EndSection handle these mappings better. - Q-94: Can I map a keystroke to a mouse button click on the remote + Q-95: Can I map a keystroke to a mouse button click on the remote machine? This can be done directly in some X servers using AccessX and Pointer_EnableKeys, but is a bit awkward. It may be more convenient to - have x11vnc do the remapping. This can be done via the [593]-remap + have x11vnc do the remapping. This can be done via the [604]-remap option using the fake "keysyms" Button1, Button2, etc. as the "to" keys (i.e. the ones after the "-") @@ -6904,7 +6968,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: - [594]-remap Super_R-Button2 + [605]-remap Super_R-Button2 maps the Super_R "flag" key press to the Button2 click, thereby making X pasting a bit easier. @@ -6913,7 +6977,7 @@ EndSection are generated immediately on the x11vnc side. When the key is released (i.e. goes up) no events are generated. - Q-95: How can I get Caps_Lock to work between my VNC viewer and + Q-96: How can I get Caps_Lock to work between my VNC viewer and x11vnc? This is a little tricky because it is possible to get the Caps_Lock @@ -6923,13 +6987,13 @@ 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 - [595]-skip_lockkeys option should help to accomplish this. For finer - grain control use something like: "[596]-remap Caps_Lock-None". + [606]-skip_lockkeys option should help to accomplish this. For finer + grain control use something like: "[607]-remap Caps_Lock-None". - Also try the [597]-nomodtweak and [598]-capslock options. + Also try the [608]-nomodtweak and [609]-capslock options. Another useful option that turns off any Lock keys on the remote side - at startup and end is the [599]-clear_all option. During a session you + at startup and end is the [610]-clear_all option. During a session you can run these remote control commands to modify the Lock keys: x11vnc -R clear_locks x11vnc -R clear_all @@ -6939,7 +7003,7 @@ EndSection etc). [Screen Related Issues and Features] - Q-96: The remote display is larger (in number of pixels) than the + Q-97: 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? @@ -6958,15 +7022,15 @@ EndSection There may also be scaling viewers out there (e.g. TightVNC or UltraVNC on Windows) that automatically shrink or expand the remote framebuffer to fit the local display. Especially for hand-held devices. See also - [600]the next FAQ on x11vnc scaling. + [611]the next FAQ on x11vnc scaling. - Q-97: Does x11vnc support server-side framebuffer scaling? (E.g. to + Q-98: Does x11vnc support server-side framebuffer scaling? (E.g. to make the desktop smaller). As of Jun/2004 x11vnc provides basic server-side scaling. It is a global scaling of the desktop, not a per-client setting. To enable it - use the "[601]-scale fraction" option. "fraction" can either be a + use the "[612]-scale fraction" option. "fraction" can either be a floating point number (e.g. -scale 0.75) or the alternative m/n fraction notation (e.g. -scale 3/4). Note that if fraction is greater than one the display is magnified. @@ -6991,7 +7055,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 - [602]applications. Since with integer scale factors the framebuffers + [613]applications. Since with integer scale factors the framebuffers become huge and scaling operations time consuming, be sure to use ":nb" for the fastest response. @@ -7017,7 +7081,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 ([603]-rfbport option, + different scalings listening on separate ports ([614]-rfbport option, etc.). Update: As of May/2006 x11vnc also supports the UltraVNC server-side @@ -7027,8 +7091,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 [604]GUI, then to avoid all of the x11vnc's simultaneously - answering the gui you will need to use something like [605]"-connect + use the [615]GUI, then to avoid all of the x11vnc's simultaneously + answering the gui you will need to use something like [616]"-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 process and the @@ -7037,12 +7101,12 @@ EndSection Update: As of Mar/2005 x11vnc now scales the mouse cursor with the same scale factor as the screen. If you don't want that, use the - [606]"-scale_cursor frac" option to set the cursor scaling to a + [617]"-scale_cursor frac" option to set the cursor scaling to a different factor (e.g. use "-scale_cursor 1" to keep the cursor at its natural unscaled size). - Q-98: Does x11vnc work with Xinerama? (i.e. multiple monitors joined + Q-99: Does x11vnc work with Xinerama? (i.e. multiple monitors joined together to form one big, single screen). Yes, it should generally work because it simply polls the big @@ -7065,26 +7129,26 @@ 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 [607]-blackout x11vnc option + may be distracting to the viewer. The [618]-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 - [608]-xinerama x11vnc option can be used to have it automatically + [619]-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: - [609]-xinerama is now on by default. + [620]-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 [610]-xwarppointer + of the large display. If this happens try using the [621]-xwarppointer option. This instructs x11vnc to fake mouse pointer motions using the XWarpPointer function instead of the XTestFakeMotionEvent XTEST function. (This may be due to a bug in the X server for XTEST when - Xinerama is enabled). Update: As of Dec/2006 [611]-xwarppointer will + Xinerama is enabled). Update: As of Dec/2006 [622]-xwarppointer will be applied automatically if Xinerama is detected. To disable use: -noxwarppointer - Q-99: Can I use x11vnc on a multi-headed display that is not Xinerama + Q-100: Can I use x11vnc on a multi-headed display that is not Xinerama (i.e. separate screens :0.0, :0.1, ... for each monitor)? You can, but it is a little bit awkward: you must start separate @@ -7102,32 +7166,32 @@ EndSection Note: if you are running on Solaris 8 or earlier you can easily hit up against the maximum of 6 shm segments per process (for Xsun in this case) from running multiple x11vnc processes. You should modify - /etc/system as mentioned in another [612]FAQ to increase the limit. It - is probably also a good idea to run with the [613]-onetile option in + /etc/system as mentioned in another [623]FAQ to increase the limit. It + is probably also a good idea to run with the [624]-onetile option in this case (to limit each x11vnc to 3 shm segments), or even - [614]-noshm to use no shm segments. + [625]-noshm to use no shm segments. - Q-100: Can x11vnc show only a portion of the display? (E.g. for a + Q-101: Can x11vnc show only a portion of the display? (E.g. for a special purpose application or a very large screen). - As of Mar/2005 x11vnc has the "[615]-clip WxH+X+Y" option to select a + As of Mar/2005 x11vnc has the "[626]-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 [616]Xinerama screen into two + One user used -clip to split up a large [627]Xinerama screen into two more managable smaller screens. This also works to view a sub-region of a single application window if - the [617]-id or [618]-sid options are used. The offset is measured + the [628]-id or [629]-sid options are used. The offset is measured from the upper left corner of the selected window. - Q-101: Does x11vnc support the XRANDR (X Resize, Rotate and + Q-102: Does x11vnc support the XRANDR (X Resize, Rotate and Reflection) extension? Whenever I rotate or resize the screen x11vnc just seems to crash. As of Dec/2004 x11vnc supports XRANDR. You enable it with the - [619]-xrandr option to make x11vnc monitor XRANDR events and also trap + [630]-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. @@ -7137,9 +7201,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 [620]-padgeom option to make the region big + viewers you can try the [631]-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: [621]SSVNC + for the TightVNC Viewer on Unix: [632]SSVNC If you specify "-xrandr newfbsize" then vnc viewers that do not support NewFBSize will be disconnected before the resize. If you @@ -7147,21 +7211,21 @@ EndSection terminate. - Q-102: Independent of any XRANDR, can I have x11vnc rotate and/or + Q-103: Independent of any XRANDR, can I have x11vnc rotate and/or reflect the screen that the VNC viewers see? (e.g. for a handheld whose screen is rotated 90 degrees). - As of Jul/2006 there is the [622]-rotate option allow this. E.g's: + As of Jul/2006 there is the [633]-rotate option allow this. E.g's: "-rotate +90", "-rotate -90", "-rotate x", etc. - Q-103: Why is the view in my VNC viewer completely black? Or why is + Q-104: Why is the view in my VNC viewer completely black? Or why is everything flashing around randomly? See the next FAQ for a possible explanation. - Q-104: I use Linux Virtual Consoles (VC's) to implement 'Fast User + Q-105: 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 @@ -7190,7 +7254,7 @@ EndSection "chvt 7" for VC #7. - Q-105: I am using x11vnc where my local machine has "popup/hidden + Q-106: 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 each other. What can I do? @@ -7205,7 +7269,7 @@ EndSection click on the task bar panel, and uncheck "enable auto-hide" from the panel properties dialog box. This will make the panel always visible. - Q-106: Help! x11vnc and my KDE screensaver keep switching each other + Q-107: Help! x11vnc and my KDE screensaver keep switching each other on and off every few seconds. This is a new (Jul/2006) problem seen, say, on the version of KDE that @@ -7216,13 +7280,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 [623]here for how to + straight xscreensaver (see the instructions [634]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 [624]-nodpms option was added + suspend, or off). In Nov/2006 the x11vnc [635]-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 @@ -7232,22 +7296,22 @@ EndSection disable the screensaver). Feel free to file a bug against kdesktop_lock with KDE. - Q-107: 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. + Q-108: I am running the beryl 3D window manager (or compiz, MythTv, + Google Earth, or some other OpenGL app) and I do not get screen + updates in x11vnc. This appears to be because the 3D OpenGL/GLX hardware screen updates do not get reported via the XDAMAGE mechanism. So this is a bug in - [625]beryl or XDAMAGE/Xorg or the (possibly 3rd party) video card - driver. + [636]beryl/compiz or XDAMAGE/Xorg or the (possibly 3rd party) video + card driver. - As a workaround apply the [626]-noxdamage option. As of Feb/2007 + As a workaround apply the [637]-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 [627]this + beryl you might as well always supply -noxdamage. Thanks to [638]this user who reported the problem and discovered the workaround. - A developer for [628]MiniMyth reports that the 'alphapulse' tag of the + A developer for [639]MiniMyth reports that the 'alphapulse' tag of the theme G.A.N.T. can also cause problems, and should be avoided when using VNC. @@ -7256,7 +7320,7 @@ EndSection responsiveness (especially for typing) and also leads to unnecessary CPU and memory I/O load due to the extra polling. - Q-108: Can I use x11vnc to view my VMWare session remotely? + Q-109: Can I use x11vnc to view my VMWare session remotely? Yes, since VMWare usually runs as an X application you can view it via x11vnc in the normal way. @@ -7267,9 +7331,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 [629]this FAQ + desktop in a separate Virtual Console (e.g. VC 8) (see [640]this FAQ on VC's for background). Unfortunately, this Fullscreen VC is not an X - server. So x11vnc cannot access it (however, [630]see this discussion + server. So x11vnc cannot access it (however, [641]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. @@ -7290,13 +7354,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 [631]is in the active VC. + as long as the VMWare X session [642]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) window-id 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 [632]-id windowid option. The + the VMWare menu buttons) by use of the [643]-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 @@ -7308,14 +7372,14 @@ EndSection [Exporting non-X11 devices via VNC] - Q-109: Can non-X devices (e.g. a raw framebuffer) be viewed (and even + Q-110: Can non-X devices (e.g. a raw framebuffer) be viewed (and even controlled) via VNC with x11vnc? As of Apr/2005 there is support for this. Two options were added: - "[633]-rawfb string" (to indicate the raw frame buffer device, file, - etc. and its parameters) and "[634]-pipeinput command" (to provide an + "[644]-rawfb string" (to indicate the raw frame buffer device, file, + etc. and its parameters) and "[645]-pipeinput command" (to provide an external program that will inject or otherwise process mouse and - keystroke input). Some useful [635]-pipeinput schemes, VID, CONSOLE, + keystroke input). Some useful [646]-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 @@ -7355,9 +7419,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 [636]-snapfb option with + this). The "snap:" setting applies the [647]-snapfb option with "file:" type reading (this is useful for exporting webcams or TV tuner - video; see [637]the next FAQ for more info). + video; see [648]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 @@ -7402,7 +7466,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 [638]X + for the case of Xvfb x11vnc can poll it much better via the [649]X API, but you get the idea. By default in -rawfb mode x11vnc will actually close any X display it @@ -7433,13 +7497,13 @@ minal #2) 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 [639]Qt-embedded apps (PDAs/Handhelds). By default the + fullscreen, or [650]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 [640]this FAQ for details. If specified via "-rawfb Video" + kernel. See [651]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). @@ -7447,10 +7511,10 @@ minal #2) also useful in testing. - All of the above [641]-rawfb options are just for viewing the raw + All of the above [652]-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 [642]video camera mapped its framebuffer + this feature (e.g. suppose a [653]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 @@ -7488,7 +7552,7 @@ minal #2) 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 [643]active VC) one + view and interact with VC #2 (assuming it is the [654]active VC) one can run something like: x11vnc -rawfb map:/dev/fb0@1024x768x16 -pipeinput './vcinject.pl 2' @@ -7543,7 +7607,7 @@ minal #2) 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 - [644]Qt-embedded Also, for example the [645]VMWare Fullscreen mode is + [655]Qt-embedded Also, for example the [656]VMWare Fullscreen mode is actually viewable under -rawfb and can be interacted with if uinput is enabled. @@ -7560,7 +7624,7 @@ minal #2) program that passes the framebuffer to libvncserver. - Q-110: Can I export the Linux Console (Virtual Terminals) via VNC + Q-111: Can I export the Linux Console (Virtual Terminals) via VNC using x11vnc? Yes, you may need to be root to access the devices that make up the @@ -7604,12 +7668,12 @@ minal #2) startx (or similar, e.g. gdm) in the virtual terminal. A 2nd x11vnc could be used to see if the X server is now working correctly. - Q-111: Can I export via VNC a Webcam or TV tuner framebuffer using + Q-112: Can I export via VNC a Webcam or TV tuner framebuffer using x11vnc? - Yes, this is possible to some degree with the [646]-rawfb option. + Yes, this is possible to some degree with the [657]-rawfb option. There is no X11 involved: snapshots from the video capture device are - used for the screen image data. See the [647]previous FAQ on -rawfb + used for the screen image data. See the [658]previous FAQ on -rawfb for background. For best results, use x11vnc version 0.8.1 or later. Roughly, one would do something like this: @@ -7621,7 +7685,7 @@ minal #2) snapshot to a file that you point -rawfb to; ask me if it is not clear what to do). - The "snap:" enforces [648]-snapfb mode which appears to be necessary. + The "snap:" enforces [659]-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. @@ -7643,7 +7707,7 @@ minal #2) 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 [649]-24to32 option will be automatically imposed when in + etc, the [660]-24to32 option will be automatically imposed when in 24bpp. Note that by its very nature, video capture involves rapid change in @@ -7651,7 +7715,7 @@ minal #2) 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 [650]-wait, [651]-slow_fb, or [652]-defer + the framerate via the [661]-wait, [662]-slow_fb, or [663]-defer options. Decreasing the window size and bpp also helps. @@ -7740,16 +7804,16 @@ minal #2) format to HI240, RGB565, RGB24, RGB32, RGB555, and GREY respectively. See -rawfb video for details. - See also the [653]-freqtab option to supply your own xawtv channel to + See also the [664]-freqtab option to supply your own xawtv channel to frequency mappings for your country (only ntsc-cable-us is built into x11vnc). - Q-112: Can I connect via VNC to a Qt-embedded/Qtopia application + Q-113: Can I connect via VNC to a Qt-embedded/Qtopia application running on my handheld or PC using the Linux console framebuffer (i.e. not X11)? - Yes, the basic method for this is the [654]-rawfb scheme where the + Yes, the basic method for this is the [665]-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: @@ -7762,7 +7826,7 @@ minal #2) x11vnc -rawfb /dev/fb0@640x480x16 Also, to force usage of the uinput injection method use "-pipeinput - UINPUT". See the [655]-pipeinput description for tunable parameters, + UINPUT". See the [666]-pipeinput description for tunable parameters, etc. One problem with the x11vnc uinput scheme is that it cannot guess the @@ -7778,7 +7842,7 @@ minal #2) Even with the correct acceleration setting there is still 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 [656]-pipeinput UINPUT option for tuning + times a second. See the [667]-pipeinput UINPUT option for tuning parameters that can be set (there are some experimental thresh=N tuning parameters as well) @@ -7810,10 +7874,10 @@ minal #2) not work. - Q-113: Now that non-X11 devices can be exported via VNC using x11vnc, + Q-114: 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 [657]-rawfb only + Yes, as of Jul/2006 x11vnc enables building for [668]-rawfb only support. Just do something like when building: ./configure --without-x (plus any other flags) make @@ -7824,16 +7888,16 @@ minal #2) know what you did. - Q-114: Does x11vnc support Mac OS X Aqua/Quartz displays natively + Q-115: Does x11vnc support Mac OS X Aqua/Quartz displays natively (i.e. no X11 involved)? Yes, since Nov/2006 in the development tree (x11vnc-0.8.4 tarball) there is support for native Mac OS X Aqua/Quartz displays using the - [658]-rawfb mechanism described above. The mouse and keyboard input is + [669]-rawfb mechanism described above. The mouse and keyboard input is achieved via Mac OS X API's. - So you can use x11vnc as an alternative to [659]OSXvnc (aka Vine - Server), or [660]Apple Remote Desktop (ARD). Perhaps there is some + So you can use x11vnc as an alternative to [670]OSXvnc (aka Vine + Server), or [671]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. @@ -7843,7 +7907,7 @@ minal #2) (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 [661]-id windowid mode (and the + only work reasonably in single window [672]-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 @@ -7861,9 +7925,9 @@ minal #2) ./configure --without-x make - Win2VNC/x2vnc: One handy use is to use the [662]-nofb mode to + Win2VNC/x2vnc: One handy use is to use the [673]-nofb mode to redirect mouse and keyboard input to a nearby Mac (i.e. one to the - side of your desk) via [663]x2vnc or Win2VNC. See [664]this FAQ for + side of your desk) via [674]x2vnc or Win2VNC. See [675]this FAQ for more info. Options: Here are the Mac OS X specific x11vnc options: @@ -7933,17 +7997,17 @@ rm -f $tmp command for you). Then once you are connected via VNC, iconify the Terminal windows (you can't delete them since that will kill x11vnc). - Q-115: Can x11vnc be used as a VNC reflector/repeater to improve + Q-116: Can x11vnc be used as a VNC reflector/repeater to improve performance for the case of a large number of simultaneous VNC viewers (e.g. classroom broadcasting or a large demo)? - Yes, as of Feb/2007 there is the "[665]-reflect host:N" option to + Yes, as of Feb/2007 there is the "[676]-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 - [666]-rawfb description under "VNC HOST" for more details. + [677]-rawfb description under "VNC HOST" for more details. You can replace "host:N" with "listen" or "listen:port" for reverse connections. @@ -8004,18 +8068,18 @@ 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 [667]-nodragging if the + not doing wireframing somehow, consider [678]-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: - [668]http://sourceforge.net/projects/vnc-reflector/, - [669]http://www.tightvnc.com/projector/ (closed source?), + [679]http://sourceforge.net/projects/vnc-reflector/, + [680]http://www.tightvnc.com/projector/ (closed source?), 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 "[670]"-connect host1,host2,..." option). + connections (the x11vnc "[681]"-connect host1,host2,..." option). Suppose all the clients "C" are started up in Listen mode: client1> vncviewer -listen client2> vncviewer -listen @@ -8042,7 +8106,7 @@ rm -f $tmp us know what you did. A really nice thing would be some sort of auto-discovery of your repeater, etc... - Q-116: Can x11vnc be used during a Linux, Solaris, etc. system + Q-117: Can x11vnc be used during a Linux, Solaris, etc. system Installation so the Installation can be done remotely? This can be done, but it doesn't always work because it depends on how @@ -8074,7 +8138,7 @@ rm -f $tmp If the Solaris install is an older X-based one, there will be a menu for you to get a terminal window. From that window you might be able to retrieve x11vnc.static via wget, scp, or ftp. Remember to do "chmod - 755 ./x11vnc.static" and then find the -auth file as in [671]this FAQ. + 755 ./x11vnc.static" and then find the -auth file as in [682]this FAQ. If it is a Linux install that uses an X server (e.g. SuSE and probably Fedora), then you can often get a shell by pressing Ctrl-Alt-F2 or @@ -8083,7 +8147,7 @@ rm -f $tmp wget http://192.168.0.22/x11vnc.static chmod 755 ./x11vnc.static - Find the name of the auth file as in [672]this FAQ. (maybe run "ps + Find the name of the auth file as in [683]this FAQ. (maybe run "ps wwwwaux | grep auth"). Then run it like this: ./x11vnc.static -forever -nopw -display :0 -auth /tmp/wherever/the/authfile @@ -8092,7 +8156,7 @@ rm -f $tmp the display being :1, etc. If there is a firewall blocking incoming connections during the - install, use the [673]"-connect hostname" option option for a reverse + install, use the [684]"-connect hostname" option option for a reverse connection to the hostname running the VNC viewer in listen mode. Debian based installs are either console-text or console-framebuffer @@ -8135,36 +8199,36 @@ rm -f $tmp [Misc: Clipboard, File Transfer/Sharing, Printing, Sound, Beeps, Thanks, etc.] - Q-117: Does the Clipboard/Selection get transferred between the + Q-118: Does the Clipboard/Selection get transferred between the vncviewer and the X display? As of Jan/2004 x11vnc supports the "CutText" part of the rfb protocol. Furthermore, x11vnc is able to hold the PRIMARY and CLIPBOARD selection (Xvnc does not seem to do this). If you don't want the - Clipboard/Selection exchanged use the [674]-nosel option. If you don't + Clipboard/Selection exchanged use the [685]-nosel option. If you don't want the PRIMARY selection to be polled for changes use the - [675]-noprimary option. (with a similar thing for CLIPBOARD). You can - also fine-tune it a bit with the [676]-seldir dir option and also - [677]-input. + [686]-noprimary option. (with a similar thing for CLIPBOARD). You can + also fine-tune it a bit with the [687]-seldir dir option and also + [688]-input. You may need to watch out for desktop utilities such as KDE's "Klipper" that do odd things with the selection, clipboard, and cutbuffers. - Q-118: Can I use x11vnc to record a Shock Wave Flash (or other format) + Q-119: Can I use x11vnc to record a Shock Wave Flash (or other format) video of my desktop, e.g. to record a tutorial or demo? Yes, it is possible with a number of tools that record VNC and transform it to swf format or others. One such popular tool is - [678]pyvnc2swf. There are a number of [679]tutorials (broken link?) on + [689]pyvnc2swf. There are a number of [690]tutorials (broken link?) on how to do this. Another option is to use the vnc2mpg that comes in the LibVNCServer package. An important thing to remember when doing this is that tuning parameters should be applied to x11vnc to speed up its polling for this sort of application, e.g. "-wait 10 -defer 10". - Q-119: Can I transfer files back and forth with x11vnc? + Q-120: Can I transfer files back and forth with x11vnc? As of Oct/2005 and May/2006 x11vnc enables, respectively, the TightVNC and UltraVNC file transfer implementations that were added to @@ -8172,11 +8236,11 @@ rm -f $tmp (and Windows viewers only support filetransfer it appears... but they do work to some degree under Wine on Linux). - The [680]SSVNC Unix VNC viewer supports UltraVNC file transfer by use + The [691]SSVNC Unix VNC viewer supports UltraVNC file transfer by use of a Java helper program. TightVNC file transfer is off by default, if you want to enable it use - the [681]-tightfilexfer option. + the [692]-tightfilexfer option. UltraVNC file transfer is off by default, to enable it use something like "-rfbversion 3.6 -permitfiletransfer" @@ -8199,7 +8263,7 @@ rm -f $tmp IMPORTANT: please understand if -ultrafilexfer or -tightfilexfer is specified and you run x11vnc as root for, say, inetd or display manager (gdm, kdm, ...) access and you do not have it switch users via - the [682]-users option, then VNC Viewers that connect are able to do + the [693]-users option, then VNC Viewers that connect are able to do filetransfer reads and writes as *root*. The UltraVNC and TightVNC settings can be toggled on and off inside @@ -8212,13 +8276,13 @@ rm -f $tmp control you will probably be foiled by the "-rfbversion 3.6" issue. - Q-120: Which UltraVNC extensions are supported? + Q-121: Which UltraVNC extensions are supported? Some of them are supported. To get UltraVNC Viewers to attempt to use these extensions you will need to supply this option to x11vnc: -rfbversion 3.6 - Or use [683]-ultrafilexfer which is an alias for the above option and + Or use [694]-ultrafilexfer which is an alias for the above option and "-permitfiletransfer". UltraVNC evidently treats any other RFB version number as non-UltraVNC. @@ -8230,30 +8294,30 @@ rm -f $tmp * 1/n Server Scaling * rfbEncodingUltra compression encoding - The [684]SSVNC Unix VNC viewer supports these UltraVNC extensions. + The [695]SSVNC Unix VNC viewer supports these UltraVNC extensions. - To disable SingleWindow and ServerInput use [685]-noultraext (the + To disable SingleWindow and ServerInput use [696]-noultraext (the others are managed by LibVNCServer). See this option too: - [686]-noserverdpms. + [697]-noserverdpms. - Also, the [687]UltraVNC repeater proxy is supported for use with - reverse connections: "[688]-connect repeater://host:port+ID:NNNN". Use + Also, the [698]UltraVNC repeater proxy is supported for use with + reverse connections: "[699]-connect repeater://host:port+ID:NNNN". Use it for both plaintext and SSL connections. This mode can send any string before switching to the VNC protocol, and so could be used with other proxy/gateway tools. - Q-121: Can x11vnc emulate UltraVNC's Single Click helpdesk mode for + Q-122: Can x11vnc emulate UltraVNC's Single Click helpdesk mode for Unix? I.e. something very simple for a naive user to initiate a reverse vnc connection from their Unix desktop to a helpdesk operator's VNC Viewer. - Yes, UltraVNC's [689]Single Click (SC) mode can be emulated fairly + Yes, UltraVNC's [700]Single Click (SC) mode can be emulated fairly 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 [690]Mac OS X. + or family to use. This includes [701]Mac OS X. Assume you create a helpdesk directory "hd" on your website: http://www.mysite.com/hd (any website that you can upload files to @@ -8309,7 +8373,7 @@ chmod 755 ./x11vnc # platform, use $webhost/`uname`/x11vnc So I guess this is about 3-4 clicks (start a terminal and paste) and pressing "Enter" instead of "single click"... - See [691]this page for some variations on this method, e.g. how to add + See [702]this page for some variations on this method, e.g. how to add a password, SSL Certificates, etc. @@ -8321,11 +8385,11 @@ chmod 755 ./x11vnc # platform, use $webhost/`uname`/x11vnc A bit of obscurity security could be put in with a -passwd, -rfbauth options, etc. (note that x11vnc will require a password even for - reverse connections). More info [692]here. + reverse connections). More info [703]here. Firewalls: If the helpdesk (you) with the vncviewer is behind a - NAT/Firewall/Router the [693]router will have to be configured to + NAT/Firewall/Router the [704]router will have to be configured to redirect a port (i.e. 5500 or maybe different one if you like) to the vncviewer machine. If the vncviewer machine also has its own host-level firewall, you will have to open up the port there as well. @@ -8335,7 +8399,7 @@ chmod 755 ./x11vnc # platform, use $webhost/`uname`/x11vnc configuring a router to do a port redirection (i.e. on your side, the HelpDesk). To avoid modifying either firewall/router, one would need some public (IP address reachable on the internet) redirection/proxy - service. Perhaps such a thing exists. [694]http://sc.uvnc.com provides + service. Perhaps such a thing exists. [705]http://sc.uvnc.com provides this service for their UltraVNC Single Click users. @@ -8371,7 +8435,7 @@ chmod 755 ./x11vnc # platform, use $webhost/`uname`/x11vnc As of Apr/2007 x11vnc supports reverse connections in SSL and so we can do this. On the Helpdesk side (Viewer) you will need STUNNEL or - better use the [695]Enhanced TightVNC Viewer (SSVNC) package we + better use the [706]Enhanced TightVNC Viewer (SSVNC) package we provide that automates all of the SSL for you. To do this create a file named "vncs" in the website "hd" directory @@ -8401,11 +8465,11 @@ chmod 755 ./x11vnc # platform, use $webhost/`uname`/x11vnc with the hostnames or IP addresses customized to your case. - The only change from the "vnc" above is the addition of the [696]-ssl + The only change from the "vnc" above is the addition of the [707]-ssl option to x11vnc. This will create a temporary SSL cert: openssl(1) will need to be installed on the user's end. A fixed SSL cert file could be used to avoid this (and provide some authentication; more - info [697]here.) + info [708]here.) The naive user will be doing this: wget -qO - http://www.mysite.com/hd/vncs | sh - @@ -8414,7 +8478,7 @@ chmod 755 ./x11vnc # platform, use $webhost/`uname`/x11vnc But before that, the helpdesk operator needs to have "vncviewer -listen" running as before, however he needs an SSL tunnel at his end. - The easiest way to do this is use [698]Enhanced TightVNC Viewer + The easiest way to do this is use [709]Enhanced TightVNC Viewer (SSVNC). Start it, and select Options -> 'Reverse VNC Connection (-listen)'. Then UN-select 'Verify All Certs' (this can be enabled later if you want; you'll need the x11vnc SSL certificate), and click @@ -8444,7 +8508,7 @@ connect = localhost:5501 answer the prompts with whatever you want; you can take the default for all of them if you like. The openssl(1) package must be installed. - See [699]this link and [700]this one too for more info on SSL certs. + See [710]this link and [711]this one too for more info on SSL certs. This creates $HOME/.vnc/certs/server-self:mystunnel.pem, then you would change the "stunnel.cfg" to look something like: foreground = yes @@ -8465,7 +8529,7 @@ connect = localhost:5501 then all bets are off!. More SSL variations and info about certificates can be found - [701]here. + [712]here. OpenSSL libssl.so.0.9.7 problems: @@ -8475,16 +8539,16 @@ connect = localhost:5501 distros are currently a bit of a mess regarding which version of libssl is installed. - You will find the [702]details here. + You will find the [713]details here. - Q-122: Can I (temporarily) mount my local (viewer-side) Windows/Samba + Q-123: Can I (temporarily) mount my local (viewer-side) Windows/Samba File share on the machine where x11vnc is running? You will have to use an external network redirection for this. Filesystem mounting is not part of the VNC protocol. - We show a simple [703]Samba example here. + We show a simple [714]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: @@ -8524,17 +8588,17 @@ d,ip=127.0.0.1,port=1139 far-away> smbumount /home/fred/smb-haystack-pub At some point we hope to fold some automation for SMB ssh redir setup - into the [704]Enhanced TightVNC Viewer (SSVNC) package we provide (as + into the [715]Enhanced TightVNC Viewer (SSVNC) package we provide (as of Sep 2006 it is there for testing). - Q-123: Can I redirect CUPS print jobs from the remote desktop where + Q-124: Can I redirect CUPS print jobs from the remote desktop where x11vnc is running to a printer on my local (viewer-side) machine? You will have to use an external network redirection for this. Printing is not part of the VNC protocol. - We show a simple Unix to Unix [705]CUPS example here. Non-CUPS port + We show a simple Unix to Unix [716]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). @@ -8616,11 +8680,11 @@ d,ip=127.0.0.1,port=1139 "localhost". At some point we hope to fold some automation for CUPS ssh redir setup - into the [706]Enhanced TightVNC Viewer (SSVNC) package we provide (as + into the [717]Enhanced TightVNC Viewer (SSVNC) package we provide (as of Sep 2006 it is there for testing). - Q-124: How can I hear the sound (audio) from the remote applications + Q-125: How can I hear the sound (audio) from the remote applications on the desktop I am viewing via x11vnc? You will have to use an external network audio mechanism for this. @@ -8717,11 +8781,11 @@ or: the applications will fail to run because LD_PRELOAD will point to libraries of the wrong wordsize. * At some point we hope to fold some automation for esd or artsd ssh - redir setup into the [707]Enhanced TightVNC Viewer (SSVNC) package + redir setup into the [718]Enhanced TightVNC Viewer (SSVNC) package we provide (as of Sep/2006 it is there for testing). - Q-125: Why don't I hear the "Beeps" in my X session (e.g. when typing + Q-126: Why don't I hear the "Beeps" in my X session (e.g. when typing tput bel in an xterm)? As of Dec/2003 "Beep" XBell events are tracked by default. The X @@ -8729,14 +8793,14 @@ or: in Solaris, see Xserver(1) for how to turn it on via +kb), and so you won't hear them if the extension is not present. - If you don't want to hear the beeps use the [708]-nobell option. If + If you don't want to hear the beeps use the [719]-nobell option. If you want to hear the audio from the remote applications, consider - trying a [709]redirector such as esd. + trying a [720]redirector such as esd. - Q-126: Does x11vnc work with IPv6? + Q-127: Does x11vnc work with IPv6? - Currently the only way to do this is via [710]inetd. You configure + Currently the only way to do this is via [721]inetd. You configure x11vnc to be run from inetd or xinetd and instruct it to listen on an IPv6 address. For xinetd the setting "flags = IPv6" will be needed. @@ -8745,7 +8809,7 @@ or: connection). Some sort of ipv4-to-ipv6 redirector tool (perhaps even a perl script) could be useful to avoid this. - Also note that not all VNC Viewers are [711]IPv6 enabled, so a + Also note that not all VNC Viewers are [722]IPv6 enabled, so a redirector could even be needed on the client side. @@ -8753,7 +8817,7 @@ or: Contributions: - Q-127: Thanks for your program and for your help! Can I make a + Q-128: Thanks for your program and for your help! Can I make a donation? Please do (any amount is appreciated; only a few people have donated @@ -8843,638 +8907,649 @@ References 77. http://www.karlrunge.com/x11vnc/faq.html#faq-wireframe 78. http://www.karlrunge.com/x11vnc/faq.html#faq-scrollcopyrect 79. http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching - 80. http://www.karlrunge.com/x11vnc/faq.html#faq-cursor-shape - 81. http://www.karlrunge.com/x11vnc/faq.html#faq-xfixes-alpha - 82. http://www.karlrunge.com/x11vnc/faq.html#faq-xfixes-alpha-hacks - 83. http://www.karlrunge.com/x11vnc/faq.html#faq-cursor-arrow - 84. http://www.karlrunge.com/x11vnc/faq.html#faq-cursor-positions - 85. http://www.karlrunge.com/x11vnc/faq.html#faq-buttonmap-opt - 86. http://www.karlrunge.com/x11vnc/faq.html#faq-altgr - 87. http://www.karlrunge.com/x11vnc/faq.html#faq-greaterless - 88. http://www.karlrunge.com/x11vnc/faq.html#faq-greaterless-sloppy - 89. http://www.karlrunge.com/x11vnc/faq.html#faq-xkbmodtweak - 90. http://www.karlrunge.com/x11vnc/faq.html#faq-repeated-keys - 91. http://www.karlrunge.com/x11vnc/faq.html#faq-repeated-keys-still - 92. http://www.karlrunge.com/x11vnc/faq.html#faq-mod-stuck-down - 93. http://www.karlrunge.com/x11vnc/faq.html#faq-remap-opt - 94. http://www.karlrunge.com/x11vnc/faq.html#faq-sun-alt-meta - 95. http://www.karlrunge.com/x11vnc/faq.html#faq-hpux-multi-key - 96. http://www.karlrunge.com/x11vnc/faq.html#faq-remap-button-click - 97. http://www.karlrunge.com/x11vnc/faq.html#faq-remap-capslock - 98. http://www.karlrunge.com/x11vnc/faq.html#faq-scrollbars - 99. http://www.karlrunge.com/x11vnc/faq.html#faq-scaling - 100. http://www.karlrunge.com/x11vnc/faq.html#faq-xinerama - 101. http://www.karlrunge.com/x11vnc/faq.html#faq-multi-screen - 102. http://www.karlrunge.com/x11vnc/faq.html#faq-clip-screen - 103. http://www.karlrunge.com/x11vnc/faq.html#faq-xrandr - 104. http://www.karlrunge.com/x11vnc/faq.html#faq-rotate - 105. http://www.karlrunge.com/x11vnc/faq.html#faq-black-screen - 106. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc - 107. http://www.karlrunge.com/x11vnc/faq.html#faq-hidden-taskbars - 108. http://www.karlrunge.com/x11vnc/faq.html#faq-kde-screensaver - 109. http://www.karlrunge.com/x11vnc/faq.html#faq-beryl - 110. http://www.karlrunge.com/x11vnc/faq.html#faq-vmware - 111. http://www.karlrunge.com/x11vnc/faq.html#faq-rawfb - 112. http://www.karlrunge.com/x11vnc/faq.html#faq-linux-vt - 113. http://www.karlrunge.com/x11vnc/faq.html#faq-video - 114. http://www.karlrunge.com/x11vnc/faq.html#faq-qt-embedded - 115. http://www.karlrunge.com/x11vnc/faq.html#faq-no-x11 - 116. http://www.karlrunge.com/x11vnc/faq.html#faq-macosx - 117. http://www.karlrunge.com/x11vnc/faq.html#faq-reflect - 118. http://www.karlrunge.com/x11vnc/faq.html#faq-os-install - 119. http://www.karlrunge.com/x11vnc/faq.html#faq-clipboard - 120. http://www.karlrunge.com/x11vnc/faq.html#faq-record-swf - 121. http://www.karlrunge.com/x11vnc/faq.html#faq-filexfer - 122. http://www.karlrunge.com/x11vnc/faq.html#faq-ultravnc - 123. http://www.karlrunge.com/x11vnc/faq.html#faq-singleclick - 124. http://www.karlrunge.com/x11vnc/faq.html#faq-smb-shares - 125. http://www.karlrunge.com/x11vnc/faq.html#faq-cups - 126. http://www.karlrunge.com/x11vnc/faq.html#faq-sound - 127. http://www.karlrunge.com/x11vnc/faq.html#faq-beeps - 128. http://www.karlrunge.com/x11vnc/faq.html#faq-ipv6 - 129. http://www.karlrunge.com/x11vnc/faq.html#faq-thanks - 130. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display - 131. http://www.tldp.org/HOWTO/Remote-X-Apps.html - 132. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth - 133. http://www.karlrunge.com/x11vnc/faq.html#faq-display-manager - 134. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 135. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 136. http://www.karlrunge.com/x11vnc/index.html#firewalls - 137. http://www.karlrunge.com/x11vnc/miscbuild.html - 138. http://www.karlrunge.com/x11vnc/faq.html#infaq_libssl-problems - 139. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding - 140. http://www.karlrunge.com/x11vnc/x11vnc_sunos4.html - 141. http://www.karlrunge.com/x11vnc/index.html#building - 142. http://www.karlrunge.com/x11vnc/faq.html#faq-build - 143. http://www.linuxpackages.net/search_view.php?by=name&name=x11vnc - 144. http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&p=1&q=x11vnc - 145. http://gentoo-wiki.com/HOWTO_Use_VNC_to_connect_to_existing_X_Sessions - 146. http://gentoo-portage.com/x11-misc/x11vnc - 147. http://www.freebsd.org/cgi/ports.cgi?query=x11vnc&stype=all - 148. http://www.freshports.org/net/x11vnc - 149. http://pkgsrc.se/x11/x11vnc - 150. http://openports.se/x11/x11vnc - 151. http://www.archlinux.org/packages/search/?q=x11vnc - 152. http://mike.saunby.googlepages.com/ - 153. http://www.focv.com/ipkg/ - 154. http://dag.wieers.com/rpm/packages/x11vnc/ - 155. http://dries.ulyssis.org/rpm/packages/x11vnc/info.html - 156. http://packages.debian.org/x11vnc - 157. http://www.sunfreeware.com/ - 158. http://www.karlrunge.com/x11vnc/bins - 159. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir - 160. http://www.tightvnc.com/download.html - 161. http://www.realvnc.com/products/free/4.1/download.html - 162. http://sourceforge.net/projects/cotvnc/ - 163. http://www.ultravnc.com/ - 164. http://www.karlrunge.com/x11vnc/ssvnc.html - 165. http://www.karlrunge.com/x11vnc/x11vnc_opts.html - 166. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui - 167. http://www.karlrunge.com/x11vnc/faq.html#faq-gui-tray - 168. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui + 80. http://www.karlrunge.com/x11vnc/faq.html#faq-turbovnc + 81. http://www.karlrunge.com/x11vnc/faq.html#faq-cursor-shape + 82. http://www.karlrunge.com/x11vnc/faq.html#faq-xfixes-alpha + 83. http://www.karlrunge.com/x11vnc/faq.html#faq-xfixes-alpha-hacks + 84. http://www.karlrunge.com/x11vnc/faq.html#faq-cursor-arrow + 85. http://www.karlrunge.com/x11vnc/faq.html#faq-cursor-positions + 86. http://www.karlrunge.com/x11vnc/faq.html#faq-buttonmap-opt + 87. http://www.karlrunge.com/x11vnc/faq.html#faq-altgr + 88. http://www.karlrunge.com/x11vnc/faq.html#faq-greaterless + 89. http://www.karlrunge.com/x11vnc/faq.html#faq-greaterless-sloppy + 90. http://www.karlrunge.com/x11vnc/faq.html#faq-xkbmodtweak + 91. http://www.karlrunge.com/x11vnc/faq.html#faq-repeated-keys + 92. http://www.karlrunge.com/x11vnc/faq.html#faq-repeated-keys-still + 93. http://www.karlrunge.com/x11vnc/faq.html#faq-mod-stuck-down + 94. http://www.karlrunge.com/x11vnc/faq.html#faq-remap-opt + 95. http://www.karlrunge.com/x11vnc/faq.html#faq-sun-alt-meta + 96. http://www.karlrunge.com/x11vnc/faq.html#faq-hpux-multi-key + 97. http://www.karlrunge.com/x11vnc/faq.html#faq-remap-button-click + 98. http://www.karlrunge.com/x11vnc/faq.html#faq-remap-capslock + 99. http://www.karlrunge.com/x11vnc/faq.html#faq-scrollbars + 100. http://www.karlrunge.com/x11vnc/faq.html#faq-scaling + 101. http://www.karlrunge.com/x11vnc/faq.html#faq-xinerama + 102. http://www.karlrunge.com/x11vnc/faq.html#faq-multi-screen + 103. http://www.karlrunge.com/x11vnc/faq.html#faq-clip-screen + 104. http://www.karlrunge.com/x11vnc/faq.html#faq-xrandr + 105. http://www.karlrunge.com/x11vnc/faq.html#faq-rotate + 106. http://www.karlrunge.com/x11vnc/faq.html#faq-black-screen + 107. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc + 108. http://www.karlrunge.com/x11vnc/faq.html#faq-hidden-taskbars + 109. http://www.karlrunge.com/x11vnc/faq.html#faq-kde-screensaver + 110. http://www.karlrunge.com/x11vnc/faq.html#faq-beryl + 111. http://www.karlrunge.com/x11vnc/faq.html#faq-vmware + 112. http://www.karlrunge.com/x11vnc/faq.html#faq-rawfb + 113. http://www.karlrunge.com/x11vnc/faq.html#faq-linux-vt + 114. http://www.karlrunge.com/x11vnc/faq.html#faq-video + 115. http://www.karlrunge.com/x11vnc/faq.html#faq-qt-embedded + 116. http://www.karlrunge.com/x11vnc/faq.html#faq-no-x11 + 117. http://www.karlrunge.com/x11vnc/faq.html#faq-macosx + 118. http://www.karlrunge.com/x11vnc/faq.html#faq-reflect + 119. http://www.karlrunge.com/x11vnc/faq.html#faq-os-install + 120. http://www.karlrunge.com/x11vnc/faq.html#faq-clipboard + 121. http://www.karlrunge.com/x11vnc/faq.html#faq-record-swf + 122. http://www.karlrunge.com/x11vnc/faq.html#faq-filexfer + 123. http://www.karlrunge.com/x11vnc/faq.html#faq-ultravnc + 124. http://www.karlrunge.com/x11vnc/faq.html#faq-singleclick + 125. http://www.karlrunge.com/x11vnc/faq.html#faq-smb-shares + 126. http://www.karlrunge.com/x11vnc/faq.html#faq-cups + 127. http://www.karlrunge.com/x11vnc/faq.html#faq-sound + 128. http://www.karlrunge.com/x11vnc/faq.html#faq-beeps + 129. http://www.karlrunge.com/x11vnc/faq.html#faq-ipv6 + 130. http://www.karlrunge.com/x11vnc/faq.html#faq-thanks + 131. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display + 132. http://www.tldp.org/HOWTO/Remote-X-Apps.html + 133. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth + 134. http://www.karlrunge.com/x11vnc/faq.html#faq-display-manager + 135. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 136. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 137. http://www.karlrunge.com/x11vnc/index.html#firewalls + 138. http://www.karlrunge.com/x11vnc/miscbuild.html + 139. http://www.karlrunge.com/x11vnc/faq.html#infaq_libssl-problems + 140. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding + 141. http://www.karlrunge.com/x11vnc/x11vnc_sunos4.html + 142. http://www.karlrunge.com/x11vnc/index.html#building + 143. http://www.karlrunge.com/x11vnc/faq.html#faq-build + 144. http://www.linuxpackages.net/search_view.php?by=name&name=x11vnc + 145. http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&p=1&q=x11vnc + 146. http://gentoo-wiki.com/HOWTO_Use_VNC_to_connect_to_existing_X_Sessions + 147. http://gentoo-portage.com/x11-misc/x11vnc + 148. http://www.freebsd.org/cgi/ports.cgi?query=x11vnc&stype=all + 149. http://www.freshports.org/net/x11vnc + 150. http://pkgsrc.se/x11/x11vnc + 151. http://openports.se/x11/x11vnc + 152. http://www.archlinux.org/packages/search/?q=x11vnc + 153. http://mike.saunby.googlepages.com/ + 154. http://www.focv.com/ipkg/ + 155. http://dag.wieers.com/rpm/packages/x11vnc/ + 156. http://dries.ulyssis.org/rpm/packages/x11vnc/info.html + 157. http://packages.debian.org/x11vnc + 158. http://www.sunfreeware.com/ + 159. http://www.karlrunge.com/x11vnc/bins + 160. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir + 161. http://www.tightvnc.com/download.html + 162. http://www.realvnc.com/products/free/4.1/download.html + 163. http://sourceforge.net/projects/cotvnc/ + 164. http://www.ultravnc.com/ + 165. http://www.karlrunge.com/x11vnc/ssvnc.html + 166. http://www.karlrunge.com/x11vnc/x11vnc_opts.html + 167. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui + 168. http://www.karlrunge.com/x11vnc/faq.html#faq-gui-tray 169. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui - 170. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N - 171. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-autoport - 172. http://www.karlrunge.com/x11vnc/index.html#firewalls - 173. http://www.karlrunge.com/x11vnc/faq.html#faq-reverse-connect - 174. http://www.karlrunge.com/x11vnc/index.html#ssl-tunnel - 175. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 176. http://www.karlrunge.com/x11vnc/vncxfer - 177. http://www.karlrunge.com/x11vnc/index.html#firewalls - 178. http://www.karlrunge.com/x11vnc/faq.html#faq-reverse-connect-proxy - 179. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 180. http://www.karlrunge.com/x11vnc/index.html#ssl-tunnel - 181. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssh - 182. http://www.karlrunge.com/x11vnc/ssvnc.html - 183. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q, - 184. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg - 185. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-o - 186. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389750 - 187. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399408 - 188. http://bugs.kde.org/show_bug.cgi?id=136924 - 189. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxrecord - 190. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding - 191. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofb - 192. http://fredrik.hubbe.net/x2vnc.html - 193. http://www.hubbe.net/~hubbe/win2vnc.html - 194. http://www.deboer.gmxhome.de/ - 195. http://sourceforge.net/projects/win2vnc/ - 196. http://fredrik.hubbe.net/x2vnc.html - 197. http://freshmeat.net/projects/x2x/ - 198. http://zapek.com/?page_id=26 - 199. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-visual - 200. http://www.karlrunge.com/x11vnc/faq.html#faq-macosx - 201. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap - 202. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 203. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-notruecolor - 204. http://www.karlrunge.com/x11vnc/faq.html#faq-8bpp - 205. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 206. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 207. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 208. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 209. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap - 210. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen - 211. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 212. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 213. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 - 214. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 215. http://www.karlrunge.com/x11vnc/faq.html#faq-overlays - 216. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 217. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sid - 218. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32 - 219. http://www.karlrunge.com/x11vnc/ssvnc.html - 220. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display - 221. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm - 222. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flipbyteorder - 223. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth - 224. http://www.karlrunge.com/x11vnc/faq.html#infaq_xauth_pain - 225. http://www.karlrunge.com/x11vnc/faq.html#faq-noshm - 226. http://www.sun.com/sunray/index.html - 227. http://www.karlrunge.com/x11vnc/sunray.html - 228. http://wiki.sun-rays.org/index.php/Remote_Control_Toolkit - 229. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote - 230. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query - 231. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever - 232. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg - 233. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods - 234. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_keys - 235. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_all - 236. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote - 237. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query - 238. http://www.karlrunge.com/x11vnc/faq.html#faq-config-file - 239. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui - 240. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-storepasswd - 241. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth - 242. http://www.karlrunge.com/x11vnc/faq.html#faq-passwdfile - 243. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw - 244. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewpasswd - 245. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwd - 246. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 247. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth - 248. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 249. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 250. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis - 251. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 252. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 253. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 170. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui + 171. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N + 172. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-autoport + 173. http://www.karlrunge.com/x11vnc/index.html#firewalls + 174. http://www.karlrunge.com/x11vnc/faq.html#faq-reverse-connect + 175. http://www.karlrunge.com/x11vnc/index.html#ssl-tunnel + 176. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 177. http://www.karlrunge.com/x11vnc/vncxfer + 178. http://www.karlrunge.com/x11vnc/index.html#firewalls + 179. http://www.karlrunge.com/x11vnc/faq.html#faq-reverse-connect-proxy + 180. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 181. http://www.karlrunge.com/x11vnc/index.html#ssl-tunnel + 182. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssh + 183. http://www.karlrunge.com/x11vnc/ssvnc.html + 184. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q, + 185. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg + 186. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-o + 187. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389750 + 188. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399408 + 189. http://bugs.kde.org/show_bug.cgi?id=136924 + 190. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxrecord + 191. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding + 192. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofb + 193. http://fredrik.hubbe.net/x2vnc.html + 194. http://www.hubbe.net/~hubbe/win2vnc.html + 195. http://www.deboer.gmxhome.de/ + 196. http://sourceforge.net/projects/win2vnc/ + 197. http://fredrik.hubbe.net/x2vnc.html + 198. http://freshmeat.net/projects/x2x/ + 199. http://zapek.com/?page_id=26 + 200. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-visual + 201. http://www.karlrunge.com/x11vnc/faq.html#faq-macosx + 202. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap + 203. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 204. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-notruecolor + 205. http://www.karlrunge.com/x11vnc/faq.html#faq-8bpp + 206. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 207. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 208. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 209. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 210. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap + 211. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen + 212. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 213. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 214. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-8to24 + 215. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 216. http://www.karlrunge.com/x11vnc/faq.html#faq-overlays + 217. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 218. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sid + 219. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32 + 220. http://www.karlrunge.com/x11vnc/ssvnc.html + 221. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display + 222. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm + 223. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flipbyteorder + 224. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth + 225. http://www.karlrunge.com/x11vnc/faq.html#infaq_xauth_pain + 226. http://www.karlrunge.com/x11vnc/faq.html#faq-noshm + 227. http://www.sun.com/sunray/index.html + 228. http://www.karlrunge.com/x11vnc/sunray.html + 229. http://wiki.sun-rays.org/index.php/Remote_Control_Toolkit + 230. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote + 231. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query + 232. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever + 233. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg + 234. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods + 235. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_keys + 236. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_all + 237. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote + 238. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query + 239. http://www.karlrunge.com/x11vnc/faq.html#faq-config-file + 240. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui + 241. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-storepasswd + 242. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth + 243. http://www.karlrunge.com/x11vnc/faq.html#faq-passwdfile + 244. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-usepw + 245. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewpasswd + 246. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwd + 247. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 248. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth + 249. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 250. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 251. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_nis + 252. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 253. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel 254. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 255. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 256. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 257. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-ext - 258. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept - 259. http://www.karlrunge.com/x11vnc/faq.html#faq-accept-opt - 260. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd - 261. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 255. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 256. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 257. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 258. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-ext + 259. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept + 260. http://www.karlrunge.com/x11vnc/faq.html#faq-accept-opt + 261. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd 262. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 263. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd - 264. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 265. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 263. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 264. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw_cmd + 265. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw 266. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile 267. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 268. http://www.karlrunge.com/x11vnc/faq.html#faq-accept-opt - 269. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever - 270. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-shared - 271. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 272. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 273. http://www.karlrunge.com/x11vnc/faq.html#faq-passwd - 274. http://www.karlrunge.com/x11vnc/faq.html#faq-passwdfile - 275. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow - 276. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 277. http://www.karlrunge.com/x11vnc/faq.html#faq-tcp_wrappers - 278. http://www.karlrunge.com/x11vnc/faq.html#faq-inetd - 279. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen - 280. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow - 281. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 282. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow - 283. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 284. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input - 285. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept - 286. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewonly - 287. ftp://ftp.x.org/ - 288. http://www.karlrunge.com/x11vnc/dtVncPopup - 289. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone - 290. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept - 291. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 292. http://www.karlrunge.com/x11vnc/blockdpy.c - 293. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept - 294. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone - 295. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms - 296. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms - 297. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabkbd - 298. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr + 268. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 269. http://www.karlrunge.com/x11vnc/faq.html#faq-accept-opt + 270. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever + 271. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-shared + 272. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 273. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 274. http://www.karlrunge.com/x11vnc/faq.html#faq-passwd + 275. http://www.karlrunge.com/x11vnc/faq.html#faq-passwdfile + 276. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow + 277. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 278. http://www.karlrunge.com/x11vnc/faq.html#faq-tcp_wrappers + 279. http://www.karlrunge.com/x11vnc/faq.html#faq-inetd + 280. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen + 281. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow + 282. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 283. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow + 284. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 285. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input + 286. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept + 287. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewonly + 288. ftp://ftp.x.org/ + 289. http://www.karlrunge.com/x11vnc/dtVncPopup + 290. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone + 291. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept + 292. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 293. http://www.karlrunge.com/x11vnc/blockdpy.c + 294. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept + 295. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone + 296. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forcedpms + 297. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clientdpms + 298. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabkbd 299. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr - 300. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone - 301. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept - 302. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 303. http://www.karlrunge.com/x11vnc/ssvnc.html - 304. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 305. http://www.karlrunge.com/x11vnc/ssvnc.html - 306. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 307. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth - 308. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile - 309. http://www.karlrunge.com/x11vnc/chainingssh.html#gateway_double_ssh - 310. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 311. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 312. http://www.stunnel.org/ - 313. http://stunnel.mirt.net/ - 314. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 315. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 316. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify - 317. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-int - 318. http://www.stunnel.org/ - 319. http://www.karlrunge.com/x11vnc/ssl.html - 320. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer - 321. http://www.karlrunge.com/x11vnc/ssvnc.html - 322. http://www.karlrunge.com/x11vnc/ssl.html - 323. http://www.securityfocus.com/infocus/1677 - 324. http://www.karlrunge.com/x11vnc/ssl.html - 325. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd - 326. http://sc.uvnc.com/javaviewer/index.html - 327. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 328. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-viewers - 329. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir - 330. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http - 331. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 332. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https - 333. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 334. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 335. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer - 336. http://www.karlrunge.com/x11vnc/ssvnc.html - 337. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-ext - 338. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 339. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-viewers - 340. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 341. http://www.openssl.org/ - 342. http://sourceforge.net/projects/vencrypt/ - 343. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vencrypt - 344. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-anontls - 345. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-viewers - 346. http://www.karlrunge.com/x11vnc/faq.html#infaq_ssl-vnc-viewers - 347. http://www.karlrunge.com/x11vnc/ssl.html - 348. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer - 349. http://www.karlrunge.com/x11vnc/ssl.html - 350. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 300. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-grabptr + 301. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone + 302. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-afteraccept + 303. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 304. http://www.karlrunge.com/x11vnc/ssvnc.html + 305. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 306. http://www.karlrunge.com/x11vnc/ssvnc.html + 307. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 308. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth + 309. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile + 310. http://www.karlrunge.com/x11vnc/chainingssh.html#gateway_double_ssh + 311. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 312. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 313. http://www.stunnel.org/ + 314. http://stunnel.mirt.net/ + 315. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 316. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 317. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sslverify + 318. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-int + 319. http://www.stunnel.org/ + 320. http://www.karlrunge.com/x11vnc/ssl.html + 321. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer + 322. http://www.karlrunge.com/x11vnc/ssvnc.html + 323. http://www.karlrunge.com/x11vnc/ssl.html + 324. http://www.securityfocus.com/infocus/1677 + 325. http://www.karlrunge.com/x11vnc/ssl.html + 326. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd + 327. http://sc.uvnc.com/javaviewer/index.html + 328. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 329. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-viewers + 330. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir + 331. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http + 332. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 333. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https + 334. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 335. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 336. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer + 337. http://www.karlrunge.com/x11vnc/ssvnc.html + 338. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-ext + 339. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 340. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-viewers + 341. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 342. http://www.openssl.org/ + 343. http://sourceforge.net/projects/vencrypt/ + 344. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vencrypt + 345. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-anontls + 346. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-viewers + 347. http://www.karlrunge.com/x11vnc/faq.html#infaq_ssl-vnc-viewers + 348. http://www.karlrunge.com/x11vnc/ssl.html + 349. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer + 350. http://www.karlrunge.com/x11vnc/ssl.html 351. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel - 352. http://www.stunnel.org/ - 353. http://www.karlrunge.com/x11vnc/faq.html#infaq_viewer-side-stunnel - 354. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer - 355. http://www.karlrunge.com/x11vnc/ssvnc.html - 356. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir - 357. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http - 358. http://sc.uvnc.com/javaviewer/index.html - 359. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 360. http://www.karlrunge.com/x11vnc/faq.html#infaq_ssl-router-redir - 361. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https - 362. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-portal - 363. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-java-viewer-proxy - 364. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-portal - 365. http://www.karlrunge.com/x11vnc/index.html#firewalls - 366. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpsredir - 367. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport - 368. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpport - 369. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https - 370. http://www.karlrunge.com/x11vnc/ssl-output.html - 371. http://www.karlrunge.com/x11vnc/ssvnc.html - 372. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-ext - 373. http://www.karlrunge.com/x11vnc/ss_vncviewer - 374. http://www.karlrunge.com/x11vnc/ssl-portal.html - 375. http://www.karlrunge.com/x11vnc/ssl.html - 376. http://www.karlrunge.com/x11vnc/ssvnc.html - 377. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpsredir - 378. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-viewers - 379. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer - 380. http://www.karlrunge.com/x11vnc/ssvnc.html - 381. http://www.karlrunge.com/x11vnc/ssl-portal.html - 382. http://www.karlrunge.com/x11vnc/ssl.html - 383. http://www.karlrunge.com/x11vnc/faq.html#infaq_display-manager-continuously - 384. http://www.karlrunge.com/x11vnc/faq.html#faq-inetd - 385. http://www.karlrunge.com/x11vnc/faq.html#faq-userlogin - 386. http://www.karlrunge.com/x11vnc/faq.html#infaq_x11vnc_loop - 387. http://club.mandriva.com/xwiki/bin/view/KB/XwinXset - 388. http://www.karlrunge.com/x11vnc/index.html#firewalls - 389. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth - 390. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reopen - 391. http://www.karlrunge.com/x11vnc/faq.html#infaq_dtlogin_solaris - 392. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 393. http://www.karlrunge.com/x11vnc/index.html#tunnelling - 394. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 395. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 396. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N - 397. http://www.jirka.org/gdm-documentation/x241.html - 398. http://www.karlrunge.com/x11vnc/x11vnc_loop - 399. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop - 400. http://www.karlrunge.com/x11vnc/faq.html#faq-xterminal-xauth - 401. http://www.karlrunge.com/x11vnc/index.html#firewalls - 402. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd - 403. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q, - 404. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth - 405. http://www.karlrunge.com/x11vnc/faq.html#faq-userlogin - 406. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi - 407. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-mdns - 408. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-zeroconf - 409. http://www.avahi.org/ - 410. http://www.karlrunge.com/x11vnc/faq.html#faq-inetd - 411. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 412. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 413. http://www.karlrunge.com/x11vnc/faq.html#infaq_stunnel-inetd - 414. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop - 415. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 416. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 417. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 418. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 419. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 420. http://www.karlrunge.com/x11vnc/find_display.html - 421. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 352. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-stunnel + 353. http://www.stunnel.org/ + 354. http://www.karlrunge.com/x11vnc/faq.html#infaq_viewer-side-stunnel + 355. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer + 356. http://www.karlrunge.com/x11vnc/ssvnc.html + 357. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir + 358. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http + 359. http://sc.uvnc.com/javaviewer/index.html + 360. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 361. http://www.karlrunge.com/x11vnc/faq.html#infaq_ssl-router-redir + 362. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https + 363. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-portal + 364. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-java-viewer-proxy + 365. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-portal + 366. http://www.karlrunge.com/x11vnc/index.html#firewalls + 367. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpsredir + 368. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport + 369. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpport + 370. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-https + 371. http://www.karlrunge.com/x11vnc/ssl-output.html + 372. http://www.karlrunge.com/x11vnc/ssvnc.html + 373. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-ext + 374. http://www.karlrunge.com/x11vnc/ss_vncviewer + 375. http://www.karlrunge.com/x11vnc/ssl-portal.html + 376. http://www.karlrunge.com/x11vnc/ssl.html + 377. http://www.karlrunge.com/x11vnc/ssvnc.html + 378. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpsredir + 379. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-viewers + 380. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer + 381. http://www.karlrunge.com/x11vnc/ssvnc.html + 382. http://www.karlrunge.com/x11vnc/ssl-portal.html + 383. http://www.karlrunge.com/x11vnc/ssl.html + 384. http://www.karlrunge.com/x11vnc/faq.html#infaq_display-manager-continuously + 385. http://www.karlrunge.com/x11vnc/faq.html#faq-inetd + 386. http://www.karlrunge.com/x11vnc/faq.html#faq-userlogin + 387. http://www.karlrunge.com/x11vnc/faq.html#infaq_x11vnc_loop + 388. http://club.mandriva.com/xwiki/bin/view/KB/XwinXset + 389. http://www.karlrunge.com/x11vnc/index.html#firewalls + 390. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth + 391. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reopen + 392. http://www.karlrunge.com/x11vnc/faq.html#infaq_dtlogin_solaris + 393. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 394. http://www.karlrunge.com/x11vnc/index.html#tunnelling + 395. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 396. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 397. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-N + 398. http://www.jirka.org/gdm-documentation/x241.html + 399. http://www.karlrunge.com/x11vnc/x11vnc_loop + 400. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 401. http://www.karlrunge.com/x11vnc/faq.html#faq-xterminal-xauth + 402. http://www.karlrunge.com/x11vnc/index.html#firewalls + 403. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd + 404. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q, + 405. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth + 406. http://www.karlrunge.com/x11vnc/faq.html#faq-userlogin + 407. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-avahi + 408. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-mdns + 409. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-zeroconf + 410. http://www.avahi.org/ + 411. http://www.karlrunge.com/x11vnc/faq.html#faq-inetd + 412. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 413. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 414. http://www.karlrunge.com/x11vnc/faq.html#infaq_stunnel-inetd + 415. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 416. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 417. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 418. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 419. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 420. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 421. http://www.karlrunge.com/x11vnc/find_display.html 422. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 423. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 424. http://www.karlrunge.com/x11vnc/faq.html#faq-unix-passwords - 425. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 426. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 427. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-int - 428. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost - 429. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw - 430. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 431. http://www.karlrunge.com/x11vnc/faq.html#faq-xvfb - 432. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer - 433. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 434. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 435. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 436. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc - 437. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 438. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 423. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 424. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 425. http://www.karlrunge.com/x11vnc/faq.html#faq-unix-passwords + 426. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 427. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 428. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-tunnel-int + 429. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost + 430. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-unixpw + 431. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 432. http://www.karlrunge.com/x11vnc/faq.html#faq-xvfb + 433. http://www.karlrunge.com/x11vnc/faq.html#ss_vncviewer + 434. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 435. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 436. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 437. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc + 438. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc 439. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop - 440. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 441. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir - 442. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http - 443. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-java-viewer-proxy - 444. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 445. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote - 446. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect_or_exit - 447. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vncconnect - 448. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-proxy + 440. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-loop + 441. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 442. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir + 443. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-http + 444. http://www.karlrunge.com/x11vnc/faq.html#faq-ssl-java-viewer-proxy + 445. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 446. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote + 447. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect_or_exit + 448. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vncconnect 449. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-proxy 450. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-proxy - 451. http://www.karlrunge.com/x11vnc/faq.html#infaq_localaccess + 451. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-proxy 452. http://www.karlrunge.com/x11vnc/faq.html#infaq_localaccess - 453. http://www.karlrunge.com/x11vnc/faq.html#infaq_findcreatedisplay - 454. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 455. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 456. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 457. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 458. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 459. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms - 460. http://www.karlrunge.com/x11vnc/faq.html#infaq_findcreatedisplay - 461. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc - 462. http://www.karlrunge.com/x11vnc/Xdummy - 463. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 464. http://www.karlrunge.com/x11vnc/faq.html#infaq_display-manager-continuously - 465. http://www.karlrunge.com/x11vnc/faq.html#infaq_findcreatedisplay - 466. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT - 467. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find - 468. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create - 469. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc - 470. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc - 471. http://www.karlrunge.com/x11vnc/shm_clear - 472. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile - 473. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm - 474. http://www.karlrunge.com/x11vnc/faq.html#faq-noshm - 475. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nap - 476. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait - 477. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sb - 478. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile - 479. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs - 480. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads - 481. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer - 482. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 483. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid - 484. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 485. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 486. http://www.tightvnc.com/ - 487. http://www.karlrunge.com/x11vnc/ssvnc.html + 453. http://www.karlrunge.com/x11vnc/faq.html#infaq_localaccess + 454. http://www.karlrunge.com/x11vnc/faq.html#infaq_findcreatedisplay + 455. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 456. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 457. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 458. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 459. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 460. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms + 461. http://www.karlrunge.com/x11vnc/faq.html#infaq_findcreatedisplay + 462. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc + 463. http://www.karlrunge.com/x11vnc/Xdummy + 464. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 465. http://www.karlrunge.com/x11vnc/faq.html#infaq_display-manager-continuously + 466. http://www.karlrunge.com/x11vnc/faq.html#infaq_findcreatedisplay + 467. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display_WAIT + 468. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-find + 469. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-create + 470. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-svc + 471. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xdmsvc + 472. http://www.karlrunge.com/x11vnc/shm_clear + 473. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile + 474. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm + 475. http://www.karlrunge.com/x11vnc/faq.html#faq-noshm + 476. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nap + 477. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait + 478. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sb + 479. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile + 480. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs + 481. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads + 482. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer + 483. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 484. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow + 485. http://www.karlrunge.com/x11vnc/faq.html#faq-turbovnc + 486. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid + 487. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect 488. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 489. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 490. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid - 491. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-speeds - 492. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging - 493. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs - 494. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait - 495. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer - 496. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-progressive - 497. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 498. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel - 499. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor - 500. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos - 501. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-readtimeout - 502. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen - 503. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow - 504. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_area - 505. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_mem - 506. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage - 507. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage - 508. http://minimyth.org/ - 509. http://www.karlrunge.com/x11vnc/faq.html#faq-beryl - 510. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow - 511. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode - 512. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode - 513. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging + 489. http://www.tightvnc.com/ + 490. http://www.karlrunge.com/x11vnc/ssvnc.html + 491. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 492. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 493. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid + 494. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-speeds + 495. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging + 496. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs + 497. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait + 498. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer + 499. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-progressive + 500. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 501. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel + 502. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor + 503. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos + 504. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-readtimeout + 505. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen + 506. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow + 507. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_area + 508. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_mem + 509. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage + 510. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage + 511. http://minimyth.org/ + 512. http://www.karlrunge.com/x11vnc/faq.html#faq-beryl + 513. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow 514. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode - 515. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads - 516. http://www.karlrunge.com/x11vnc/faq.html#faq-wireframe - 517. http://www.karlrunge.com/x11vnc/faq.html#faq-scrollcopyrect - 518. http://www.karlrunge.com/x11vnc/faq.html#faq-pointer-mode - 519. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow - 520. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 521. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 522. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 523. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow - 524. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 515. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode + 516. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging + 517. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode + 518. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads + 519. http://www.karlrunge.com/x11vnc/faq.html#faq-wireframe + 520. http://www.karlrunge.com/x11vnc/faq.html#faq-scrollcopyrect + 521. http://www.karlrunge.com/x11vnc/faq.html#faq-pointer-mode + 522. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow + 523. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 524. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe 525. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe - 526. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wirecopyrect - 527. http://www.karlrunge.com/x11vnc/faq.html#faq-wireframe - 528. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen - 529. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scr_skip - 530. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale - 531. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect - 532. http://www.karlrunge.com/x11vnc/index.html#beta-test - 533. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache - 534. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop - 535. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_no_rootpixmap - 536. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_cr - 537. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor - 538. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor - 539. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay - 540. http://www.karlrunge.com/x11vnc/faq.html#infaq_the-overlay-mode - 541. http://www.karlrunge.com/x11vnc/index.html#solaris10-build - 542. http://www.karlrunge.com/x11vnc/faq.html#faq-xfixes-alpha-hacks - 543. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphacut - 544. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphafrac - 545. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alpharemove - 546. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape - 547. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noalphablend - 548. http://www.karlrunge.com/x11vnc/ssvnc.html - 549. http://www.tightvnc.com/ - 550. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor - 551. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursorpos - 552. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos - 553. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape - 554. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap - 555. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_pointer - 556. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap - 557. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak - 558. http://www.karlrunge.com/x11vnc/faq.html#faq-greaterless - 559. http://www.karlrunge.com/x11vnc/faq.html#faq-xkbmodtweak - 560. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard - 561. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak - 562. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb - 563. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys - 564. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak - 565. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak - 566. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 567. http://www.karlrunge.com/x11vnc/faq.html#faq-xkbmodtweak - 568. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard + 526. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow + 527. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 528. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe + 529. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wirecopyrect + 530. http://www.karlrunge.com/x11vnc/faq.html#faq-wireframe + 531. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen + 532. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scr_skip + 533. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale + 534. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect + 535. http://www.karlrunge.com/x11vnc/index.html#beta-test + 536. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache + 537. http://www.karlrunge.com/x11vnc/ssvnc.html#ycrop + 538. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_no_rootpixmap + 539. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ncache_cr + 540. http://www.virtualgl.org/About/TurboVNC + 541. http://www.virtualgl.org/ + 542. http://sourceforge.net/project/showfiles.php?group_id=117509&package_id=166100 + 543. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait + 544. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer + 545. http://sourceforge.net/project/showfiles.php?group_id=117509&package_id=166100 + 546. http://www.karlrunge.com/x11vnc/ssvnc.html + 547. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow + 548. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor + 549. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor + 550. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay + 551. http://www.karlrunge.com/x11vnc/faq.html#infaq_the-overlay-mode + 552. http://www.karlrunge.com/x11vnc/index.html#solaris10-build + 553. http://www.karlrunge.com/x11vnc/faq.html#faq-xfixes-alpha-hacks + 554. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphacut + 555. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphafrac + 556. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alpharemove + 557. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape + 558. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noalphablend + 559. http://www.karlrunge.com/x11vnc/ssvnc.html + 560. http://www.tightvnc.com/ + 561. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor + 562. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursorpos + 563. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos + 564. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape + 565. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap + 566. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_pointer + 567. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap + 568. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak 569. http://www.karlrunge.com/x11vnc/faq.html#faq-greaterless - 570. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb - 571. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys + 570. http://www.karlrunge.com/x11vnc/faq.html#faq-xkbmodtweak + 571. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard 572. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak 573. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb - 574. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb - 575. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes - 576. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 577. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms - 578. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 579. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 580. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms - 581. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat - 582. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat - 583. http://www.karlrunge.com/x11vnc/faq.html#faq-display-manager - 584. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods - 585. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 586. http://www.karlrunge.com/x11vnc/faq.html#faq-remap-capslock - 587. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_lockkeys - 588. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock - 589. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_all + 574. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys + 575. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak + 576. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak + 577. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 578. http://www.karlrunge.com/x11vnc/faq.html#faq-xkbmodtweak + 579. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard + 580. http://www.karlrunge.com/x11vnc/faq.html#faq-greaterless + 581. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb + 582. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sloppy_keys + 583. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak + 584. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb + 585. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb + 586. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes + 587. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 588. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms + 589. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap 590. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 591. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 592. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak - 593. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 594. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 595. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_lockkeys + 591. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms + 592. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat + 593. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat + 594. http://www.karlrunge.com/x11vnc/faq.html#faq-display-manager + 595. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods 596. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap - 597. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak - 598. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock - 599. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_all - 600. http://www.karlrunge.com/x11vnc/faq.html#faq-scaling - 601. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale - 602. http://people.pwf.cam.ac.uk/ssb22/setup/vnc-magnification.html - 603. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport - 604. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui - 605. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 606. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale_cursor - 607. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-blackout - 608. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama - 609. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama - 610. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer - 611. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer - 612. http://www.karlrunge.com/x11vnc/faq.html#faq-solshm - 613. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile - 614. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm - 615. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clip - 616. http://www.karlrunge.com/x11vnc/faq.html#faq-xinerama - 617. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 618. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 619. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xrandr - 620. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-padgeom - 621. http://www.karlrunge.com/x11vnc/ssvnc.html - 622. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate - 623. http://www.jwz.org/xscreensaver/man1.html - 624. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms - 625. http://www.beryl-project.org/ - 626. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage - 627. http://www.dslinux.org/blogs/pepsiman/?p=73 - 628. http://minimyth.org/ - 629. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc - 630. http://www.karlrunge.com/x11vnc/faq.html#faq-rawfb - 631. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc - 632. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 633. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 634. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput - 635. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput - 636. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb - 637. http://www.karlrunge.com/x11vnc/faq.html#faq-video - 638. http://www.karlrunge.com/x11vnc/faq.html#faq-xvfb - 639. http://www.karlrunge.com/x11vnc/faq.html#faq-qt-embedded - 640. http://www.karlrunge.com/x11vnc/faq.html#faq-video - 641. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 642. http://www.karlrunge.com/x11vnc/faq.html#faq-video - 643. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc - 644. http://www.karlrunge.com/x11vnc/faq.html#faq-qt-embedded - 645. http://www.karlrunge.com/x11vnc/faq.html#faq-vmware - 646. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 647. http://www.karlrunge.com/x11vnc/faq.html#faq-rawfb - 648. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb - 649. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32 - 650. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait - 651. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-slow_fb - 652. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer - 653. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-freqtab - 654. http://www.karlrunge.com/x11vnc/faq.html#faq-rawfb - 655. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput - 656. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput + 597. http://www.karlrunge.com/x11vnc/faq.html#faq-remap-capslock + 598. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_lockkeys + 599. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock + 600. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_all + 601. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 602. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 603. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak + 604. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 605. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 606. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_lockkeys + 607. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap + 608. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nomodtweak + 609. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock + 610. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_all + 611. http://www.karlrunge.com/x11vnc/faq.html#faq-scaling + 612. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale + 613. http://people.pwf.cam.ac.uk/ssb22/setup/vnc-magnification.html + 614. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport + 615. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui + 616. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 617. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale_cursor + 618. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-blackout + 619. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama + 620. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama + 621. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer + 622. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer + 623. http://www.karlrunge.com/x11vnc/faq.html#faq-solshm + 624. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile + 625. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm + 626. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clip + 627. http://www.karlrunge.com/x11vnc/faq.html#faq-xinerama + 628. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 629. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 630. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xrandr + 631. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-padgeom + 632. http://www.karlrunge.com/x11vnc/ssvnc.html + 633. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rotate + 634. http://www.jwz.org/xscreensaver/man1.html + 635. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodpms + 636. http://www.beryl-project.org/ + 637. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage + 638. http://www.dslinux.org/blogs/pepsiman/?p=73 + 639. http://minimyth.org/ + 640. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc + 641. http://www.karlrunge.com/x11vnc/faq.html#faq-rawfb + 642. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc + 643. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 644. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 645. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput + 646. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput + 647. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb + 648. http://www.karlrunge.com/x11vnc/faq.html#faq-video + 649. http://www.karlrunge.com/x11vnc/faq.html#faq-xvfb + 650. http://www.karlrunge.com/x11vnc/faq.html#faq-qt-embedded + 651. http://www.karlrunge.com/x11vnc/faq.html#faq-video + 652. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 653. http://www.karlrunge.com/x11vnc/faq.html#faq-video + 654. http://www.karlrunge.com/x11vnc/faq.html#faq-linuxvc + 655. http://www.karlrunge.com/x11vnc/faq.html#faq-qt-embedded + 656. http://www.karlrunge.com/x11vnc/faq.html#faq-vmware 657. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 658. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 659. http://www.testplant.com/products/vine_server/OS_X - 660. http://www.apple.com/remotedesktop/ - 661. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 662. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id - 663. http://fredrik.hubbe.net/x2vnc.html - 664. http://www.karlrunge.com/x11vnc/faq.html#faq-win2vnc - 665. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect - 666. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb - 667. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging - 668. http://sourceforge.net/projects/vnc-reflector/ - 669. http://www.tightvnc.com/projector/ - 670. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 671. http://www.karlrunge.com/x11vnc/faq.html#faq-display-manager - 672. http://www.karlrunge.com/x11vnc/faq.html#faq-display-manager - 673. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 674. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel - 675. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noprimary - 676. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-seldir - 677. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input - 678. http://www.unixuser.org/~euske/vnc2swf/ - 679. http://wolphination.com/linux/2006/06/30/how-to-record-videos-of-your-desktop/ - 680. http://www.karlrunge.com/x11vnc/ssvnc.html - 681. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-tightfilexfer - 682. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users - 683. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer - 684. http://www.karlrunge.com/x11vnc/ssvnc.html - 685. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noultraext - 686. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms - 687. http://www.uvnc.com/addons/repeater.html - 688. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect - 689. http://www.uvnc.com/addons/singleclick.html - 690. http://www.karlrunge.com/x11vnc/faq.html#faq-macosx - 691. http://www.karlrunge.com/x11vnc/single-click.html - 692. http://www.karlrunge.com/x11vnc/single-click.html - 693. http://www.karlrunge.com/x11vnc/index.html#firewalls - 694. http://sc.uvnc.com/ + 658. http://www.karlrunge.com/x11vnc/faq.html#faq-rawfb + 659. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-snapfb + 660. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-24to32 + 661. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait + 662. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-slow_fb + 663. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer + 664. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-freqtab + 665. http://www.karlrunge.com/x11vnc/faq.html#faq-rawfb + 666. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput + 667. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pipeinput + 668. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 669. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 670. http://www.testplant.com/products/vine_server/OS_X + 671. http://www.apple.com/remotedesktop/ + 672. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 673. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id + 674. http://fredrik.hubbe.net/x2vnc.html + 675. http://www.karlrunge.com/x11vnc/faq.html#faq-win2vnc + 676. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-reflect + 677. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rawfb + 678. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging + 679. http://sourceforge.net/projects/vnc-reflector/ + 680. http://www.tightvnc.com/projector/ + 681. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 682. http://www.karlrunge.com/x11vnc/faq.html#faq-display-manager + 683. http://www.karlrunge.com/x11vnc/faq.html#faq-display-manager + 684. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 685. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel + 686. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noprimary + 687. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-seldir + 688. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input + 689. http://www.unixuser.org/~euske/vnc2swf/ + 690. http://wolphination.com/linux/2006/06/30/how-to-record-videos-of-your-desktop/ + 691. http://www.karlrunge.com/x11vnc/ssvnc.html + 692. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-tightfilexfer + 693. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users + 694. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ultrafilexfer 695. http://www.karlrunge.com/x11vnc/ssvnc.html - 696. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl - 697. http://www.karlrunge.com/x11vnc/single-click.html - 698. http://www.karlrunge.com/x11vnc/ssvnc.html - 699. http://www.karlrunge.com/x11vnc/single-click.html - 700. http://www.karlrunge.com/x11vnc/ssl.html - 701. http://www.karlrunge.com/x11vnc/single-click.html - 702. http://www.karlrunge.com/x11vnc/single-click.html#libssl-problems - 703. http://www.samba.org/ - 704. http://www.karlrunge.com/x11vnc/ssvnc.html - 705. http://www.cups.org/ + 696. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noultraext + 697. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noserverdpms + 698. http://www.uvnc.com/addons/repeater.html + 699. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect + 700. http://www.uvnc.com/addons/singleclick.html + 701. http://www.karlrunge.com/x11vnc/faq.html#faq-macosx + 702. http://www.karlrunge.com/x11vnc/single-click.html + 703. http://www.karlrunge.com/x11vnc/single-click.html + 704. http://www.karlrunge.com/x11vnc/index.html#firewalls + 705. http://sc.uvnc.com/ 706. http://www.karlrunge.com/x11vnc/ssvnc.html - 707. http://www.karlrunge.com/x11vnc/ssvnc.html - 708. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nobell - 709. http://www.karlrunge.com/x11vnc/faq.html#faq-sound - 710. http://www.karlrunge.com/x11vnc/faq.html#faq-inetd - 711. http://jungla.dit.upm.es/~acosta/paginas/vncIPv6.html + 707. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-ssl + 708. http://www.karlrunge.com/x11vnc/single-click.html + 709. http://www.karlrunge.com/x11vnc/ssvnc.html + 710. http://www.karlrunge.com/x11vnc/single-click.html + 711. http://www.karlrunge.com/x11vnc/ssl.html + 712. http://www.karlrunge.com/x11vnc/single-click.html + 713. http://www.karlrunge.com/x11vnc/single-click.html#libssl-problems + 714. http://www.samba.org/ + 715. http://www.karlrunge.com/x11vnc/ssvnc.html + 716. http://www.cups.org/ + 717. http://www.karlrunge.com/x11vnc/ssvnc.html + 718. http://www.karlrunge.com/x11vnc/ssvnc.html + 719. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nobell + 720. http://www.karlrunge.com/x11vnc/faq.html#faq-sound + 721. http://www.karlrunge.com/x11vnc/faq.html#faq-inetd + 722. http://jungla.dit.upm.es/~acosta/paginas/vncIPv6.html ======================================================================= http://www.karlrunge.com/x11vnc/chainingssh.html: @@ -11437,6 +11512,8 @@ Enhanced TightVNC Viewer (SSVNC: SSL/SSH VNC viewer) * ZRLE VNC encoding support (RealVNC's encoding) * Support for the ZYWRLE encoding, a wavelet based extension to ZRLE to improve compression of motion video and photo regions. + * Experimental TurboVNC support (VirtualGL's modified TightVNC + encoding; requires TurboJPEG library) * Cursor [19]alphablending with x11vnc at 32bpp (-alpha option) * Option "-unixpw ..." for use with "x11vnc -unixpw" type login dialogs. @@ -12387,7 +12464,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.9.7 lastmod: 2009-02-25 +x11vnc: allow VNC connections to real X11 displays. 0.9.7 lastmod: 2009-03-07 x11vnc options: -display disp -auth file -N @@ -12512,7 +12589,7 @@ libvncserver-tight-extension options: % x11vnc -help -x11vnc: allow VNC connections to real X11 displays. 0.9.7 lastmod: 2009-02-25 +x11vnc: allow VNC connections to real X11 displays. 0.9.7 lastmod: 2009-03-07 (type "x11vnc -opts" to just list the options.) @@ -13575,12 +13652,21 @@ e As a special case, WAIT:cmd=FINDDISPLAY will run a script that works on most Unixes to determine a user's DISPLAY variable and xauthority data (see who(1)). + The option "-find" is an alias for this mode. To have this default script printed to stdout (e.g. for customization) run with WAIT:cmd=FINDDISPLAY-print To have the script run to print what display it would find use "-finddpy" or WAIT:cmd=FINDDISPLAY-run + The standard script runs xdpyinfo(1) run on potential + displays. If your X server(s) have a login greeter + that exclusively grabs the Xserver, then xdpyinfo + blocks forever and this mode will not work. See + www.karlrunge.com/x11vnc/faq.html#faq-display-manager + for how to disable this for dtgreet on Solaris and + possibly for other greeters. + As another special case, WAIT:cmd=HTTPONCE will allow x11vnc to service one http request and then exit. This is usually done in -inetd mode to run on, say, @@ -13595,10 +13681,12 @@ e 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. This can also be set by the - user via "nd=" using "-" instead of "," + 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. The ":" is optional. + Ranges n-m e.g. 0-20 can also be supplied. This string + can also be set by the connecting user via "nd=" + using "+" instead of "," An interesting option is WAIT:cmd=FINDCREATEDISPLAY that is like FINDDISPLAY in that is uses the same method @@ -13607,6 +13695,8 @@ e for the user. This is the only time x11vnc tries to actually start up an X server. + The option "-create" is an alias for this mode. + It will start looking for an open display number at :20 Override via X11VNC_CREATE_STARTING_DISPLAY_NUMBER=n diff --git a/x11vnc/connections.c b/x11vnc/connections.c index ee1ba1d..e82583b 100644 --- a/x11vnc/connections.c +++ b/x11vnc/connections.c @@ -2448,6 +2448,7 @@ void reverse_connect(char *str) { p = list[j]; if ((n = do_reverse_connect(p)) != 0) { + progress_client(); rfbPE(-1); } cnt += n; diff --git a/x11vnc/help.c b/x11vnc/help.c index 48e19ca..e701cf4 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -1090,12 +1090,21 @@ void print_help(int mode) { " As a special case, WAIT:cmd=FINDDISPLAY will run a\n" " script that works on most Unixes to determine a user's\n" " DISPLAY variable and xauthority data (see who(1)).\n" +" The option \"-find\" is an alias for this mode.\n" "\n" " To have this default script printed to stdout (e.g. for\n" " customization) run with WAIT:cmd=FINDDISPLAY-print To\n" " have the script run to print what display it would find\n" " use \"-finddpy\" or WAIT:cmd=FINDDISPLAY-run\n" "\n" +" The standard script runs xdpyinfo(1) run on potential\n" +" displays. If your X server(s) have a login greeter\n" +" that exclusively grabs the Xserver, then xdpyinfo\n" +" blocks forever and this mode will not work. See\n" +" www.karlrunge.com/x11vnc/faq.html#faq-display-manager\n" +" for how to disable this for dtgreet on Solaris and\n" +" possibly for other greeters.\n" +"\n" " As another special case, WAIT:cmd=HTTPONCE will allow\n" " x11vnc to service one http request and then exit.\n" " This is usually done in -inetd mode to run on, say,\n" @@ -1109,10 +1118,12 @@ 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. This can also be set by the\n" -" user via \"nd=\" using \"-\" instead of \",\"\n" +" In this mode you can set X11VNC_SKIP_DISPLAY to a\n" +" comma separated list of displays (e.g. \":0,:1\") to\n" +" ignore in the finding process. The \":\" is optional.\n" +" Ranges n-m e.g. 0-20 can also be supplied. This string\n" +" can also be set by the connecting user via \"nd=\"\n" +" using \"+\" instead of \",\"\n" "\n" " An interesting option is WAIT:cmd=FINDCREATEDISPLAY\n" " that is like FINDDISPLAY in that is uses the same method\n" @@ -1121,6 +1132,8 @@ void print_help(int mode) { " for the user. This is the only time x11vnc tries to\n" " actually start up an X server.\n" "\n" +" The option \"-create\" is an alias for this mode.\n" +"\n" " It will start looking for an open display number at :20\n" " Override via X11VNC_CREATE_STARTING_DISPLAY_NUMBER=n\n" "\n" diff --git a/x11vnc/misc/turbovnc/Makefile.am b/x11vnc/misc/turbovnc/Makefile.am index 7b5dfb3..544eef3 100644 --- a/x11vnc/misc/turbovnc/Makefile.am +++ b/x11vnc/misc/turbovnc/Makefile.am @@ -1 +1 @@ -EXTRA_DIST=README apply_turbovnc convert tight.c turbojpeg.h undo_turbovnc +EXTRA_DIST=README apply_turbovnc convert convert_rfbserver tight.c turbojpeg.h undo_turbovnc diff --git a/x11vnc/misc/turbovnc/README b/x11vnc/misc/turbovnc/README index b8e0ac9..cc7a417 100644 --- a/x11vnc/misc/turbovnc/README +++ b/x11vnc/misc/turbovnc/README @@ -4,6 +4,7 @@ INTRO: This is a "patch" to make x11vnc/libvncserver work with TurboVNC: http://www.virtualgl.org/About/TurboVNC + http://www.karlrunge.com/x11vnc/faq.html#faq-turbovnc It is very experimental/kludgy. Not all TurboVNC features may be enabled. We are currently evaluating whether TurboVNC support should be officially @@ -122,7 +123,9 @@ Whereas if you see this: 28/02/2009 00:54:46 fast read: reset defer ms to: 10 28/02/2009 00:54:46 screen setup finished. -that is very fast. +that is very fast. In such a situation you may want to dial down +x11vnc's delay, e.g.: -wait 5 -defer 5, or even smaller to push things +out more quickly. We have only seen it this fast on Linux by using the nvidia proprietary graphics drivers. The Xorg drivers are typically slow 10 MB/sec. diff --git a/x11vnc/misc/turbovnc/apply_turbovnc b/x11vnc/misc/turbovnc/apply_turbovnc index 0a8ca7a..a601e52 100755 --- a/x11vnc/misc/turbovnc/apply_turbovnc +++ b/x11vnc/misc/turbovnc/apply_turbovnc @@ -16,18 +16,24 @@ if [ ! -f "$ldir/tight.c" ]; then ls -l "$ldir/tight.c" fail=1 fi +if [ ! -f "$ldir/rfbserver.c" ]; then + ls -l "$ldir/rfbserver.c" + fail=1 +fi if [ "X$fail" = "X1" ]; then echo "Must be run from inside the directory containing 'apply_turbovnc'" exit 1 fi -if [ -f "$ldir/tight.c.ORIG" ]; then - set -xv -else - set -xv +set -x +if [ ! -f "$ldir/tight.c.ORIG" ]; then cp -p "$ldir/tight.c" "$ldir/tight.c.ORIG" fi +if [ ! -f "$ldir/rfbserver.c.ORIG" ]; then + cp -p "$ldir/rfbserver.c" "$ldir/rfbserver.c.ORIG" +fi perl ./convert ./tight.c > "$ldir/tight.c" +perl ./convert_rfbserver $ldir/rfbserver.c.ORIG > "$ldir/rfbserver.c" cp -p ./turbojpeg.h "$ldir" -ls -l $ldir/tight.c* $ldir/turbojpeg.h +ls -l $ldir/tight.c* $ldir/rfbserver.c* $ldir/turbojpeg.h diff --git a/x11vnc/misc/turbovnc/convert b/x11vnc/misc/turbovnc/convert index fdd0dbb..917bf3f 100755 --- a/x11vnc/misc/turbovnc/convert +++ b/x11vnc/misc/turbovnc/convert @@ -11,6 +11,7 @@ while (<>) { #define xalloc malloc #define xrealloc realloc #define rfbTightNoZlib 0x0A +#define tightSubsampLevel correMaxWidth END next; } @@ -22,11 +23,13 @@ END $_ =~ s/\b\Q$func\E\b(\s*)\(/$func$1(cl, /; } } - if (/^\s*subsampLevel\s*=\s*cl/) { - $_ = "//$_"; - print "subsampLevel = 0;\n"; - } - $_ =~ s/cl->tightQualityLevel;/cl->tightQualityLevel * 10;/; + +# if (/^\s*subsampLevel\s*=\s*cl/) { +# $_ = "//$_"; +# print "subsampLevel = 0;\n"; +# } + +# $_ =~ s/cl->tightQualityLevel;/cl->tightQualityLevel * 10;/; $_ =~ s/rfbScreen.pfbMemory/cl->scaledScreen->frameBuffer/g; $_ =~ s/rfbScreen.paddedWidthInBytes/cl->scaledScreen->paddedWidthInBytes/g; diff --git a/x11vnc/misc/turbovnc/convert_rfbserver b/x11vnc/misc/turbovnc/convert_rfbserver new file mode 100755 index 0000000..135a1e9 --- /dev/null +++ b/x11vnc/misc/turbovnc/convert_rfbserver @@ -0,0 +1,49 @@ +#!/usr/bin/perl + +$saw_mark = 0; +$done = 0; + +while (<>) { + if (! $saw_mark && /case rfbEncodingServerIdentity:/) { + $saw_mark = 1; + } + if ($saw_mark && !$done && /default:/) { + print; + + print <= (uint32_t)rfbJpegSubsamp1X && + enc <= (uint32_t)rfbJpegSubsampGray ) { + /* XXX member really should be tightSubsample not correMaxWidth */ + cl->correMaxWidth = enc & 0xFF; + rfbLog("Using JPEG subsampling %d for client %s\\n", + cl->correMaxWidth, cl->host); + } else if ( enc >= (uint32_t)rfbEncodingQualityLevel0 && + enc <= (uint32_t)rfbEncodingQualityLevel9 ) { + static int JPEG_QUAL[10] = { + 5, 10, 15, 25, 37, 50, 60, 70, 75, 80 + }; + cl->tightQualityLevel = JPEG_QUAL[enc & 0x0F]; + /* XXX member really should be tightSubsample not correMaxWidth */ + cl->correMaxWidth = 2; + rfbLog("Using image level Subsample %d Quality %d for client %s\\n", + cl->correMaxWidth, cl->tightQualityLevel, cl->host); + } else if ( enc >= (uint32_t)rfbJpegQualityLevel1 && + enc <= (uint32_t)rfbJpegQualityLevel100 ) { + cl->tightQualityLevel = enc & 0xFF; + rfbLog("Using image quality level %d for client %s\\n", + cl->tightQualityLevel, cl->host); + } else +END + $done = 1; + next; + } + print; +} diff --git a/x11vnc/misc/turbovnc/undo_turbovnc b/x11vnc/misc/turbovnc/undo_turbovnc index 7080680..ff79abf 100755 --- a/x11vnc/misc/turbovnc/undo_turbovnc +++ b/x11vnc/misc/turbovnc/undo_turbovnc @@ -6,8 +6,13 @@ if [ ! -f "$ldir/tight.c.ORIG" ]; then ls -l "$ldir/tight.c.ORIG" exit 1 fi +if [ ! -f "$ldir/rfbserver.c.ORIG" ]; then + ls -l "$ldir/rfbserver.c.ORIG" + exit 1 +fi set -xv rm -f "$ldir/tight.c" "$ldir/turbojpeg.h" mv "$ldir/tight.c.ORIG" "$ldir/tight.c" -ls -l $ldir/tight.c* +mv "$ldir/rfbserver.c.ORIG" "$ldir/rfbserver.c" +ls -l $ldir/tight.c* $ldir/rfbserver.c* diff --git a/x11vnc/scan.c b/x11vnc/scan.c index 2738de2..82eb8cc 100644 --- a/x11vnc/scan.c +++ b/x11vnc/scan.c @@ -3345,7 +3345,7 @@ int scan_for_updates(int count_only) { scan_count %= NSCAN; /* some periodic maintenance */ - if (subwin) { + if (subwin && scan_count % 4 == 0) { set_offset(); /* follow the subwindow */ } if (indexed_color && scan_count % 4 == 0) { diff --git a/x11vnc/sslhelper.c b/x11vnc/sslhelper.c index 4f22dc5..46a2bec 100644 --- a/x11vnc/sslhelper.c +++ b/x11vnc/sslhelper.c @@ -8,6 +8,7 @@ #include "connections.h" #include "sslcmds.h" #include "unixpw.h" +#include "user.h" #define OPENSSL_INETD 1 #define OPENSSL_VNC 2 @@ -2558,6 +2559,8 @@ void accept_openssl(int mode, int presock) { client->protocolMinorVersion = 8; rfbAuthNewClient(client); } + /* try to get RFB proto done now. */ + progress_client(); } else { rfbLog("SSL: accept_openssl: rfbNewClient failed.\n"); close(vsock); diff --git a/x11vnc/ssltools.h b/x11vnc/ssltools.h index c6ff87b..04cd081 100644 --- a/x11vnc/ssltools.h +++ b/x11vnc/ssltools.h @@ -908,6 +908,62 @@ char find_display[] = " echo \"$tf\"\n" "}\n" "\n" +"skip_display() {\n" +" dtry=$1\n" +" if [ \"X$X11VNC_SKIP_DISPLAY\" = \"X\" ]; then\n" +" # no skip list, return display:\n" +" echo \"$dtry\"\n" +" else\n" +" # user supplied skip list:\n" +" mat=\"\"\n" +" slist=\"\"\n" +" for skip in `echo \"$X11VNC_SKIP_DISPLAY\" | tr ',' '\\n'`\n" +" do\n" +" if echo \"$skip\" | sed -e 's/://g' | grep '^[0-9][0-9]*-[0-9][0-9]*$' > /dev/null; then\n" +" # a range n-m\n" +" min=`echo \"$skip\" | sed -e 's/://g' | awk -F- '{print $1}'`\n" +" max=`echo \"$skip\" | sed -e 's/://g' | awk -F- '{print $2}'`\n" +" if [ \"$min\" -le \"$max\" ]; then\n" +" while [ $min -le $max ]\n" +" do\n" +" if [ \"X$slist\" = \"X\" ]; then\n" +" slist=\"$min\"\n" +" else\n" +" slist=\"$slist $min\"\n" +" fi\n" +" min=`expr $min + 1`\n" +" done\n" +" continue\n" +" fi\n" +" fi\n" +" # a simple :n or n (or user supplied garbage).\n" +" if [ \"X$slist\" = \"X\" ]; then\n" +" slist=\"$skip\"\n" +" else\n" +" slist=\"$slist $skip\"\n" +" fi\n" +" done\n" +"\n" +" for skip in $slist\n" +" do\n" +" if echo \"$skip\" | grep \"^:\" > /dev/null; then\n" +" :\n" +" else\n" +" skip=\":$skip\"\n" +" fi\n" +" if echo \"$skip\" | grep \":$dtry\\>\" > /dev/null; then\n" +" mat=1\n" +" break\n" +" fi\n" +" done\n" +" if [ \"X$mat\" = \"X1\" ]; then\n" +" echo \"\"\n" +" else\n" +" echo \"$dtry\"\n" +" fi\n" +" fi\n" +"}\n" +"\n" "\n" "# this mode is to try to grab a display manager (gdm, kdm, xdm...) display\n" "# when we are run as root (e.g. no one is logged in yet). We look at the\n" @@ -919,6 +975,10 @@ char find_display[] = " do\n" " da=`echo \"$pair\" | awk -F, '{print $1}'`\n" " xa=`echo \"$pair\" | awk -F, '{print $2}'`\n" +" da=`skip_display \"$da\"`\n" +" if [ \"X$da\" = \"X\" ]; then\n" +" continue\n" +" fi\n" " if [ -f $xa -a -r $xa ]; then\n" " # if we have an xauth file, we proceed to test it:\n" " #\n" @@ -1036,25 +1096,9 @@ char find_display[] = " xa=`echo \"$p\" | awk -F, '{print $2}'`\n" " d=`echo \"$p\" | sed -e 's/,.*$//' -e 's/://' -e 's/\\..*$//'`\n" " ok=\"\"\n" -" if [ \"X$X11VNC_SKIP_DISPLAY\" != \"X\" ]; then\n" -" # user supplied skip list:\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" +" d=`skip_display \"$d\"`\n" +" if [ \"X$d\" = \"X\" ]; then\n" +" continue;\n" " fi\n" "\n" " # check for the local X11 files:\n" @@ -1158,6 +1202,10 @@ char find_display[] = " else\n" " myenv=\"FOO_BAR_=baz\"\n" " fi\n" +" p=`skip_display \"$p\"`\n" +" if [ \"X$p\" = \"X\" ]; then\n" +" continue\n" +" fi\n" " env \"$myenv\" xdpyinfo -display \"$p\" >/dev/null 2>&1\n" " rc=$?\n" " if [ $rc != 0 -a \"X$XAUTHLOCALHOSTNAME\" = \"X\" ]; then\n" diff --git a/x11vnc/user.c b/x11vnc/user.c index 60aef52..589afb3 100644 --- a/x11vnc/user.c +++ b/x11vnc/user.c @@ -22,6 +22,7 @@ int switch_user(char *user, int fb_mode); int read_passwds(char *passfile); void install_passwds(void); void check_new_passwds(int force); +void progress_client(void); int wait_for_client(int *argc, char** argv, int http); rfbBool custom_passwd_check(rfbClientPtr cl, const char *response, int len); char *xdmcp_insert = NULL; @@ -2137,7 +2138,7 @@ static void check_nodisplay(char **nd) { t2 = strchr(t, ','); if (t2) *t2 = '\0'; while (*t != '\0') { - if (*t == '-') { + if (*t == '+') { *t = ','; } t++; @@ -2591,6 +2592,36 @@ void ssh_remote_tunnel(char *, int); static XImage ximage_struct; +void progress_client(void) { + int i, j = 0, progressed = 0, db = 0; + double start = dnow(); + if (getenv("PROGRESS_CLIENT_DBG")) { + rfbLog("progress_client: begin\n"); + db = 1; + } + for (i = 0; i < 15; i++) { + if (latest_client) { + for (j = 0; j < 10; j++) { + if (latest_client->state != RFB_PROTOCOL_VERSION) { + progressed = 1; + break; + } + if (db) rfbLog("progress_client: calling-1 rfbCFD(1) %.6f\n", dnow()-start); + rfbCFD(1); + } + } + if (progressed) { + break; + } + if (db) rfbLog("progress_client: calling-2 rfbCFD(1) %.6f\n", dnow()-start); + rfbCFD(1); + } + if (!quiet) { + rfbLog("client progressed=%d in %d/%d %.6f s\n", + progressed, i, j, dnow() - start); + } +} + int wait_for_client(int *argc, char** argv, int http) { /* ugh, here we go... */ XImage* fb_image; @@ -2767,6 +2798,10 @@ int wait_for_client(int *argc, char** argv, int http) { } } do_unixpw_loop(); + } else if (cmd && !use_threads) { + /* try to get RFB proto done now. */ + progress_client(); + } } diff --git a/x11vnc/user.h b/x11vnc/user.h index 6c6541e..88a5b90 100644 --- a/x11vnc/user.h +++ b/x11vnc/user.h @@ -9,6 +9,7 @@ extern int switch_user(char *, int); extern int read_passwds(char *passfile); extern void install_passwds(void); extern void check_new_passwds(int force); +extern void progress_client(void); extern int wait_for_client(int *argc, char** argv, int http); extern rfbBool custom_passwd_check(rfbClientPtr cl, const char *response, int len); extern char *xdmcp_insert; diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index 101a58d..93d2d23 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" "February 2009" "x11vnc " "User Commands" +.TH X11VNC "1" "March 2009" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.9.7, lastmod: 2009-02-25 + version: 0.9.7, lastmod: 2009-03-07 .SH SYNOPSIS .B x11vnc [OPTION]... @@ -1275,12 +1275,23 @@ script that works on most Unixes to determine a user's DISPLAY variable and xauthority data (see .IR who (1) ). +The option "\fB-find\fR" is an alias for this mode. .IP To have this default script printed to stdout (e.g. for customization) run with WAIT:cmd=FINDDISPLAY-print To have the script run to print what display it would find use "\fB-finddpy\fR" or WAIT:cmd=FINDDISPLAY-run .IP +The standard script runs +.IR xdpyinfo (1) +run on potential +displays. If your X server(s) have a login greeter +that exclusively grabs the Xserver, then xdpyinfo +blocks forever and this mode will not work. See +www.karlrunge.com/x11vnc/faq.html#faq-display-manager +for how to disable this for dtgreet on Solaris and +possibly for other greeters. +.IP As another special case, WAIT:cmd=HTTPONCE will allow x11vnc to service one http request and then exit. This is usually done in \fB-inetd\fR mode to run on, say, @@ -1294,10 +1305,12 @@ 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. This can also be set by the -user via "nd=" using "-" instead of "," +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. The ":" is optional. +Ranges n-m e.g. 0-20 can also be supplied. This string +can also be set by the connecting user via "nd=" +using "+" instead of "," .IP An interesting option is WAIT:cmd=FINDCREATEDISPLAY that is like FINDDISPLAY in that is uses the same method @@ -1306,6 +1319,8 @@ find one it will try to *start* up an X server session for the user. This is the only time x11vnc tries to actually start up an X server. .IP +The option "\fB-create\fR" is an alias for this mode. +.IP It will start looking for an open display number at :20 Override via X11VNC_CREATE_STARTING_DISPLAY_NUMBER=n .IP diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 2f7fd66..e23c58f 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.9.7 lastmod: 2009-02-25"; +char lastmod[] = "0.9.7 lastmod: 2009-03-07"; /* X display info */