summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunge <runge>2005-06-27 01:40:17 +0000
committerrunge <runge>2005-06-27 01:40:17 +0000
commit150db2adb48cb81a1be6365b1794ec7c902f1338 (patch)
tree1093f0c5e32823c123971507d9deef4dfb98a936
parent144a3f52da4e3e2154f9e95f59ffa6c43b599554 (diff)
downloadlibtdevnc-150db2ad.tar.gz
libtdevnc-150db2ad.zip
x11vnc: track keycode state for heuristics, -sloppy_keys, -wmdt, add -nodbg as option
-rw-r--r--x11vnc/ChangeLog4
-rw-r--r--x11vnc/README1411
-rwxr-xr-xx11vnc/tkx11vnc7
-rw-r--r--x11vnc/tkx11vnc.h7
-rw-r--r--x11vnc/x11vnc.166
-rw-r--r--x11vnc/x11vnc.c293
6 files changed, 1053 insertions, 735 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog
index ce37ec6..8751253 100644
--- a/x11vnc/ChangeLog
+++ b/x11vnc/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-26 Karl Runge <runge@karlrunge.com>
+ * track keycode state for heuristics, -sloppy_keys, -wmdt
+ * add -nodbg as option
+
2005-06-21 Karl Runge <runge@karlrunge.com>
* reinstate "bad desktop" for wireframe.
* extra long info and tips of XOpenDisplay fails.
diff --git a/x11vnc/README b/x11vnc/README
index 0d857e8..c97dec2 100644
--- a/x11vnc/README
+++ b/x11vnc/README
@@ -1,5 +1,5 @@
-x11vnc README file Date: Tue Jun 21 09:58:37 EDT 2005
+x11vnc README file Date: Sun Jun 26 22:02:44 EDT 2005
The following information is taken from these URLs:
@@ -578,11 +578,11 @@ make
I'd like to release version 0.7.2 in Jun/2005 sometime, here is the
current tarball:
- RC-3 lastmod: 2005-06-20 [51]x11vnc-0.7.2beta.tar.gz
+ RC-3 lastmod: 2005-06-22 [51]x11vnc-0.7.2beta.tar.gz
- There are also some Linux and Solaris test binaries [52]here. Please
- kick the tires and report bugs, performance regressions, undesired
- behavior, etc. to [53]me.
+ There are also some Linux, Solaris, and other OS test binaries
+ [52]here. Please kick the tires and report bugs, performance
+ regressions, undesired behavior, etc. to [53]me.
Here is what is shaping up to be [54]the release notes for 0.7.2..
Note that the [55]X DAMAGE feature will be on by default and so I am
@@ -783,14 +783,16 @@ make
It's not exactly clear why one would want to do this (perhaps to
take advantage of an x11vnc feature, such as framebuffer scaling),
instead of using vncserver/Xvnc, but we mention it because it may
- be of use for special purpose applications.
+ be of use for special purpose applications. Also, a faster and
+ more accurate way is to use the "dummy" XFree86/Xorg device
+ driver. See [72]this FAQ for details.
* Somewhat surprisingly, the X11 mouse (cursor) shape is write-only
and cannot be queried from the X server. So in x11vnc the cursor
shape stays fixed at an arrow. (see the "-cursor X" and "-cursor
- some" [72]options, however, for a partial hack for the root
+ some" [73]options, however, for a partial hack for the root
window, etc.). Also, on Solaris using the SUN_OVL overlay
extension, x11vnc can show the correct mouse cursor when the
- [73]-overlay option is also supplied. A similar thing is done on
+ [74]-overlay option is also supplied. A similar thing is done on
IRIX as well when -overlay is supplied. As of Dec/2004 x11vnc
supports the XFIXES extension (in Xorg and Solaris 10) to query
the X server for the exact cursor shape, this works pretty well
@@ -805,9 +807,9 @@ make
Evidently a timing related bug and difficult to reproduce...
* Using -threads can expose some bugs in libvncserver.
- Please feel free to [74]contact me if you have any questions,
+ Please feel free to [75]contact me if you have any questions,
problems, or comments about x11vnc, etc.
- Also, some people ask if they can make a donation, see [75]this link
+ Also, some people ask if they can make a donation, see [76]this link
for that.
_________________________________________________________________
@@ -816,282 +818,282 @@ make
[Building and Starting]
- [76]Q-1: I can't get x11vnc to start up. It says "XOpenDisplay failed
+ [77]Q-1: I can't get x11vnc to start up. It says "XOpenDisplay failed
(null)" or "Xlib: connection to ":0.0" refused by server Xlib: No
protocol specified" and then exits. What do I need to do?
- [77]Q-2: I can't get x11vnc and/or libvncserver to compile.
+ [78]Q-2: I can't get x11vnc and/or libvncserver to compile.
- [78]Q-3: I just built x11vnc successfully, but when I use it my
+ [79]Q-3: I just built x11vnc successfully, but when I use it my
keystrokes and mouse button clicks are ignored (I am able to move the
mouse though).
- [79]Q-4: Help, I need to run x11vnc on Solaris 2.5.1 (or other old
+ [80]Q-4: Help, I need to run x11vnc on Solaris 2.5.1 (or other old
Unix/Linux) and it doesn't compile!
- [80]Q-5: Where can I get a precompiled x11vnc binary for my Operating
+ [81]Q-5: Where can I get a precompiled x11vnc binary for my Operating
System?
- [81]Q-6: Where can I get a VNC Viewer binary (or source code) for the
+ [82]Q-6: Where can I get a VNC Viewer binary (or source code) for the
Operating System I will be viewing from?
- [82]Q-7: How can I see all of x11vnc's command line options and
+ [83]Q-7: How can I see all of x11vnc's command line options and
documentation on how to use them?
- [83]Q-8: I don't like typing arcane command line options every time I
+ [84]Q-8: I don't like typing arcane command line options every time I
start x11vnc. What can I do? Is there a config file? Or a GUI?
- [84]Q-9: Can I make x11vnc more quiet and also go into the background
+ [85]Q-9: Can I make x11vnc more quiet and also go into the background
after starting up?
- [85]Q-10: Sometimes when a VNC viewer dies abruptly, x11vnc also dies
+ [86]Q-10: Sometimes when a VNC viewer dies abruptly, x11vnc also dies
with the error message like: "Broken pipe". I'm using the -forever
mode and I want x11vnc to keep running.
- [86]Q-11: Are there any build-time customizations possible, e.g.
+ [87]Q-11: Are there any build-time customizations possible, e.g.
change defaults, create a smaller binary, etc?
[Win2VNC Related]
- [87]Q-12: I have two separate machine displays in front of me, one
+ [88]Q-12: I have two separate machine displays in front of me, one
Windows the other X11: can I use x11vnc in combination with Win2VNC in
dual-screen mode to pass the keystrokes and mouse motions to the X11
display?
- [88]Q-13: I am running Win2VNC on my Windows machine and "x11vnc
+ [89]Q-13: I am running Win2VNC on my Windows machine and "x11vnc
-nofb" on Unix to pass keyboard and mouse to the Unix monitor.
Whenever I start Win2VNC it quickly disconnects and x11vnc says:
rfbProcessClientNormalMessage: read: Connection reset by peer
[Color Issues]
- [89]Q-14: The X display I run x11vnc on is only 8 bits per pixel (bpp)
+ [90]Q-14: The X display I run x11vnc on is only 8 bits per pixel (bpp)
PseudoColor (i.e. only 256 distinct colors). The x11vnc colors may
start out OK, but after a while they are incorrect in certain windows.
- [90]Q-15: Color problems: Why are the colors for some windows messed
+ [91]Q-15: Color problems: Why are the colors for some windows messed
up in x11vnc? BTW, my X display has nice overlay/multi-depth visuals
of different color depths: e.g. there are both depth 8 and 24 visuals
available at the same time.
- [91]Q-16: How do I figure out the window id to supply to the -id
+ [92]Q-16: How do I figure out the window id to supply to the -id
windowid option?
- [92]Q-17: Why don't menus or other transient windows come up when I am
+ [93]Q-17: Why don't menus or other transient windows come up when I am
using the -id windowid option to view a single application window?
- [93]Q-18: My X display is depth 24 at 24bpp (instead of the normal
+ [94]Q-18: My X display is depth 24 at 24bpp (instead of the normal
depth 24 at 32bpp). I'm having lots of color and visual problems with
x11vnc and/or vncviewer. What's up?
[Xterminals]
- [94]Q-19: Can I use x11vnc to view and interact with an Xterminal
+ [95]Q-19: Can I use x11vnc to view and interact with an Xterminal
(e.g. NCD) that is not running UNIX and so x11vnc cannot be run on it
directly?
- [95]Q-20: How do I get my X permissions (MIT-MAGIC-COOKIE) correct for
+ [96]Q-20: How do I get my X permissions (MIT-MAGIC-COOKIE) correct for
a Unix/Linux machine acting as an Xterminal?
[Remote Control]
- [96]Q-21: How do I stop x11vnc once it is running in the background?
+ [97]Q-21: How do I stop x11vnc once it is running in the background?
- [97]Q-22: Can I change settings in x11vnc without having to restart
+ [98]Q-22: Can I change settings in x11vnc without having to restart
it? Can I remote control it?
[Security and Permissions]
- [98]Q-23: How do I create a VNC password for use with x11vnc?
+ [99]Q-23: How do I create a VNC password for use with x11vnc?
- [99]Q-24: Can I have two passwords for VNC viewers, one for full
+ [100]Q-24: Can I have two passwords for VNC viewers, one for full
access and the other for view-only access to the display?
- [100]Q-25: Can I fine tune what types of user input are allowed? E.g.
+ [101]Q-25: Can I fine tune what types of user input are allowed? E.g.
have some users just be able to move the mouse, but not click or type
anything?
- [101]Q-26: Why does x11vnc exit as soon as the VNC viewer disconnects?
+ [102]Q-26: Why does x11vnc exit as soon as the VNC viewer disconnects?
And why doesn't it allow more than one VNC viewer to connect at the
same time?
- [102]Q-27: Can I limit which machines incoming VNC clients can connect
+ [103]Q-27: Can I limit which machines incoming VNC clients can connect
from?
- [103]Q-28: How do I build x11vnc/libvncserver with libwrap
+ [104]Q-28: How do I build x11vnc/libvncserver with libwrap
(tcp_wrappers) support?
- [104]Q-29: Can I have x11vnc only listen on one network interface
+ [105]Q-29: Can I have x11vnc only listen on one network interface
(e.g. internal LAN) rather than having it listen on all network
interfaces and relying on -allow to filter unwanted connections out?
- [105]Q-30: Now that -localhost implies listening only on the loopback
+ [106]Q-30: Now that -localhost implies listening only on the loopback
interface, how I can occasionally allow in a non-localhost via the
allowonce remote control command?
- [106]Q-31: How can I tunnel my connection to x11vnc via an encrypted
+ [107]Q-31: How can I tunnel my connection to x11vnc via an encrypted
SSH channel between two Unix machines?
- [107]Q-32: How can I tunnel my connection to x11vnc via an encrypted
+ [108]Q-32: How can I tunnel my connection to x11vnc via an encrypted
SSH channel from Windows using an SSH client like Putty?
- [108]Q-33: Can I prompt the user at the local X display whether the
+ [109]Q-33: Can I prompt the user at the local X display whether the
incoming VNC client should be accepted or not? Can I decide to make
some clients view-only? How about running an arbitrary program to make
the decisions?
- [109]Q-34: Does x11vnc support Unix usernames and passwords? Can I
+ [110]Q-34: Does x11vnc support Unix usernames and passwords? Can I
further limit the set of Unix usernames who can connect to the VNC
desktop?
- [110]Q-35: I start x11vnc as root because it is launched via inetd(1)
+ [111]Q-35: I start x11vnc as root because it is launched via inetd(1)
or a display manager like gdm(1). Can I have x11vnc later switch to a
different user?
- [111]Q-36: I use a screen-lock when I leave my workstation (e.g.
+ [112]Q-36: I use a screen-lock when I leave my workstation (e.g.
xscreensaver or xlock). When I remotely access my workstation desktop
via x11vnc I can unlock the desktop fine, but I am worried people will
see my activities on the physical monitor. What can I do to prevent
this, or at least make it more difficult?
- [112]Q-37: Can I have x11vnc automatically lock the screen when I
+ [113]Q-37: Can I have x11vnc automatically lock the screen when I
disconnect the VNC viewer?
[Display Managers and Services]
- [113]Q-38: How can I run x11vnc as a "service" that is always
+ [114]Q-38: How can I run x11vnc as a "service" that is always
available?
- [114]Q-39: How can I use x11vnc to connect to an X login screen like
+ [115]Q-39: How can I use x11vnc to connect to an X login screen like
xdm, GNOME gdm, KDE kdm, or CDE dtlogin? (i.e. nobody is logged into
an X session yet).
- [115]Q-40: Can I run x11vnc out of inetd(1)? How about xinetd(1)?
+ [116]Q-40: Can I run x11vnc out of inetd(1)? How about xinetd(1)?
- [116]Q-41: How do I make x11vnc work with the Java VNC viewer applet
+ [117]Q-41: How do I make x11vnc work with the Java VNC viewer applet
in a web browser?
- [117]Q-42: Are reverse connections (i.e. the VNC server connecting to
+ [118]Q-42: Are reverse connections (i.e. the VNC server connecting to
the VNC viewer) using "vncviewer -listen" and vncconnect(1) supported?
- [118]Q-43: Can I use x11vnc as a replacement for Xvnc? (i.e. not for a
+ [119]Q-43: Can I use x11vnc as a replacement for Xvnc? (i.e. not for a
real display, but for a virtual one I keep around).
- [119]Q-44: How can I use x11vnc on "headless" machines? Why might I
+ [120]Q-44: How can I use x11vnc on "headless" machines? Why might I
want to?
[Resource Usage and Performance]
- [120]Q-45: I have lots of memory, but why does x11vnc fail with
+ [121]Q-45: I have lots of memory, but why does x11vnc fail with
shmget: No space left on device or Minor opcode of failed
request: 1 (X_ShmAttach)?
- [121]Q-46: How can I make x11vnc use less system resources?
+ [122]Q-46: How can I make x11vnc use less system resources?
- [122]Q-47: How can I make x11vnc use MORE system resources?
+ [123]Q-47: How can I make x11vnc use MORE system resources?
- [123]Q-48: I use x11vnc over a slow link with high latency (e.g.
+ [124]Q-48: I use x11vnc over a slow link with high latency (e.g.
dialup modem), is there anything I can do to speed things up?
- [124]Q-49: Does x11vnc support the X DAMAGE Xserver extension to find
+ [125]Q-49: Does x11vnc support the X DAMAGE Xserver extension to find
modified regions of the screen quickly and efficiently?
- [125]Q-50: When I drag windows around with the mouse or scroll up and
+ [126]Q-50: 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?
- [126]Q-51: Why not do something like wireframe animations to avoid the
+ [127]Q-51: Why not do something like wireframe animations to avoid the
windows "lurching" when being moved or resized?
- [127]Q-52: Can x11vnc try to apply heuristics to detect when an window
+ [128]Q-52: Can x11vnc try to apply heuristics to detect when an window
is scrolling its contents and use the CopyRect encoding for a speedup?
[Mouse Cursor Shapes]
- [128]Q-53: Why isn't the mouse cursor shape (the little icon shape
+ [129]Q-53: Why isn't the mouse cursor shape (the little icon shape
where the mouse pointer is) correct as I move from window to window?
- [129]Q-54: When using XFIXES cursorshape mode, some of the cursors
+ [130]Q-54: 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?
- [130]Q-55: In XFIXES mode, are there any hacks to handle cursor
+ [131]Q-55: In XFIXES mode, are there any hacks to handle cursor
transparency ("alpha channel") exactly?
[Mouse Pointer]
- [131]Q-56: Why does the mouse arrow just stay in one corner in my
+ [132]Q-56: Why does the mouse arrow just stay in one corner in my
vncviewer, whereas my cursor (that does move) is just a dot?
- [132]Q-57: Can I take advantage of the TightVNC extension to the VNC
+ [133]Q-57: 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)?
- [133]Q-58: Is it possible to swap the mouse buttons (e.g. left-handed
+ [134]Q-58: 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]
- [134]Q-59: How can I get my AltGr and Shift modifiers to work between
+ [135]Q-59: How can I get my AltGr and Shift modifiers to work between
keyboards for different languages?
- [135]Q-60: When I try to type a "<" (i.e. less than) instead I get ">"
+ [136]Q-60: When I try to type a "<" (i.e. less than) instead I get ">"
(i.e. greater than)! Strangely, typing ">" works OK!!
- [136]Q-61: I'm using an "international" keyboard (e.g. German "de", or
+ [137]Q-61: 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?
- [137]Q-62: When typing I sometimes get double, triple, or more of my
+ [138]Q-62: 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?
- [138]Q-63: The x11vnc -norepeat mode is in effect, but I still get
+ [139]Q-63: The x11vnc -norepeat mode is in effect, but I still get
repeated keystrokes!!
- [139]Q-64: The machine where I run x11vnc has an AltGr key, but the
+ [140]Q-64: 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?
- [140]Q-65: I have a Sun machine I run x11vnc on. Its Sun keyboard has
+ [141]Q-65: 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)
- [141]Q-66: Can I map a keystroke to a mouse button click on the remote
+ [142]Q-66: Can I map a keystroke to a mouse button click on the remote
machine?
[Screen Related Issues and Features]
- [142]Q-67: The remote display is larger (in number of pixels) than the
+ [143]Q-67: 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?
- [143]Q-68: Does x11vnc support server-side framebuffer scaling? (E.g.
+ [144]Q-68: Does x11vnc support server-side framebuffer scaling? (E.g.
to make the desktop smaller).
- [144]Q-69: Does x11vnc work with Xinerama? (i.e. multiple monitors
+ [145]Q-69: Does x11vnc work with Xinerama? (i.e. multiple monitors
joined together to form one big, single screen).
- [145]Q-70: Can I use x11vnc on a multi-headed display that is not
+ [146]Q-70: Can I use x11vnc on a multi-headed display that is not
Xinerama (i.e. separate screens :0.0, :0.1, ... for each monitor)?
- [146]Q-71: Can x11vnc show only a portion of the display? (E.g. for a
+ [147]Q-71: Can x11vnc show only a portion of the display? (E.g. for a
special purpose rfb application).
- [147]Q-72: Does x11vnc support the XRANDR (X Resize, Rotate and
+ [148]Q-72: Does x11vnc support the XRANDR (X Resize, Rotate and
Reflection) extension? Whenever I rotate or resize the screen x11vnc
just seems to crash.
- [148]Q-73: Why is the view in my VNC viewer completely black? Or why
+ [149]Q-73: Why is the view in my VNC viewer completely black? Or why
is everything flashing around randomly?
- [149]Q-74: I use Linux Virtual Consoles (VC's) to implement 'Fast User
+ [150]Q-74: 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
@@ -1099,12 +1101,12 @@ make
otherwise all messed up unless the X session x11vnc is attached to is
in the active VC?
- [150]Q-75: Can I use x11vnc to view my VMWare session remotely?
+ [151]Q-75: Can I use x11vnc to view my VMWare session remotely?
- [151]Q-76: Can non-X devices (e.g. a raw framebuffer) be viewed and/or
+ [152]Q-76: Can non-X devices (e.g. a raw framebuffer) be viewed and/or
controlled by x11vnc?
- [152]Q-77: I am using x11vnc where my local machine has "popup/hidden
+ [153]Q-77: I am using x11vnc where my local machine has "popup/hidden
taskbars" (e.g. GNOME or MacOS X) and the remote display where x11vnc
runs also has "popup/hidden taskbars" (e.g. GNOME). When I move the
mouse to the edge of the screen where the popups happen, the taskbars
@@ -1112,13 +1114,13 @@ make
[Misc: Clipboard, Beeps, Thanks, etc.]
- [153]Q-78: Does the Clipboard/Selection get transferred between the
+ [154]Q-78: Does the Clipboard/Selection get transferred between the
vncviewer and the X display?
- [154]Q-79: Why don't I hear the "Beeps" in my X session (e.g. when
+ [155]Q-79: Why don't I hear the "Beeps" in my X session (e.g. when
typing tput bel in an xterm)?
- [155]Q-80: Thanks for your program and for your help! Can I make a
+ [156]Q-80: Thanks for your program and for your help! Can I make a
donation?
_________________________________________________________________
@@ -1131,7 +1133,7 @@ make
For the former error, you need to specify the X display to connect to
(it also needs to be on the same machine x11vnc is to run on). Set
- your DISPLAY environment variable or use the [156]-display option to
+ your DISPLAY environment variable or use the [157]-display option to
specify it. Nearly always the correct value will be ":0"
@@ -1148,7 +1150,7 @@ make
How to Solve: See the xauth(1), Xsecurity(7), and xhost(1) man pages
for much info on X11 permissions. For example, you may need to set
- your XAUTHORITY environment variable or use the [157]-auth option to
+ your XAUTHORITY environment variable or use the [158]-auth option to
point to the correct MIT-MAGIC-COOKIE file (e.g. /home/joe/.Xauthority
or /var/gdm/:0.Xauth), or simply be sure you run x11vnc as the correct
user (i.e. the user who owns the X session you wish to view).
@@ -1164,7 +1166,7 @@ make
solution:
x11vnc -display :0 -auth /var/gdm/:0.Xauth
- (this is for the display manager gdm, see [158]this faq for other
+ (this is for the display manager gdm, see [159]this faq for other
display manager cookie file names).
Less safe, but to avoid figuring out where the XAUTHORITY file is, if
@@ -1173,7 +1175,7 @@ make
machine). The person could then type "xhost -localhost" after x11vnc
has connected to go back to the default permissions. Also, for some
situations the "-users lurk=" option may be of use (please read the
- documentation on the [159]-users option).
+ documentation on the [160]-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
@@ -1285,7 +1287,7 @@ h
earlier and perhaps non-Solaris):
First use the environment settings (CPPFLAGS, LDFLAGS, etc.) in the
- above [160]Solaris build script to run the configure command. That
+ above [161]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
@@ -1311,7 +1313,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
- [161]SunOS 4.x
+ [162]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
@@ -1321,20 +1323,20 @@ typedef unsigned int in_addr_t;
Q-5: Where can I get a precompiled x11vnc binary for my Operating
System?
- Hopefully the [162]build steps above and [163]FAQ provide enough info
+ Hopefully the [163]build steps above and [164]FAQ provide enough info
for a painless compile for most environments. Please report problems
with the x11vnc configure, make, etc. on your system (if your system
is known to compile other GNU packages successfully).
There are precompiled x11vnc binaries built by other groups that are
available at the following locations:
- Debian: (.deb) [164]http://packages.debian.org/x11vnc
+ Debian: (.deb) [165]http://packages.debian.org/x11vnc
- Slackware: (.tgz) [165]http://www.linuxpackages.net/ Redhat/Fedora:
- (.rpm) [166]http://dag.wieers.com/packages/x11vnc/ SuSE: (.rpm)
- [167]http://linux01.gwdg.de/~pbleser/ Solaris: (pkg)
- [168]http://www.sunfreeware.com/ wwexptools: (.tgz)
- [169]http://www.bell-labs.com/project/wwexptools/packages.html The
+ Slackware: (.tgz) [166]http://www.linuxpackages.net/ Redhat/Fedora:
+ (.rpm) [167]http://dag.wieers.com/packages/x11vnc/ SuSE: (.rpm)
+ [168]http://linux01.gwdg.de/~pbleser/ Solaris: (pkg)
+ [169]http://www.sunfreeware.com/ wwexptools: (.tgz)
+ [170]http://www.bell-labs.com/project/wwexptools/packages.html The
last one, wwexptools, provides a variety of Unix binaries (Linux,
Solaris, HP-UX, IRIX, ...) with the intent of being compatible on a
wide range of OS releases. Find x11vnc near the bottom of that page
@@ -1346,13 +1348,13 @@ typedef unsigned int in_addr_t;
this by looking at the x11vnc output and if it says the encoding for a
client is "hextile" then likely the fast compression encodings are
missing. If you want optimal performance on your OS, you should see
- the [170]build notes above for where to download libz and libjpeg, and
+ the [171]build notes above for where to download libz and libjpeg, and
then build everything with gcc. For Solaris, the
http://www.sunfreeware.com/ packages are built with libz and libjpeg.
If the above binaries don't work and building x11vnc on your OS fails
(and all else fails!) you can try one of my motley collection of
- [171]test binaries. Some may be old, some may have extra debugging
+ [172]test binaries. Some may be old, some may have extra debugging
output, etc. One of them may work on your OS...
As a general note, the x11vnc program is simple enough you don't
@@ -1373,9 +1375,9 @@ typedef unsigned int in_addr_t;
To obtain VNC viewers for the viewing side (Windows, Mac OS, or Unix)
try here:
- * [172]http://www.tightvnc.com/download.html
- * [173]http://www.realvnc.com/download-free.html
- * [174]http://sourceforge.net/projects/cotvnc/
+ * [173]http://www.tightvnc.com/download.html
+ * [174]http://www.realvnc.com/download-free.html
+ * [175]http://sourceforge.net/projects/cotvnc/
Q-7: How can I see all of x11vnc's command line options and
@@ -1383,7 +1385,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
- [175]here as well.
+ [176]here as well.
Q-8: I don't like typing arcane command line options every time I
@@ -1416,7 +1418,7 @@ display :0
GUI based on the remote-control functionality that was added. It's not
particularly user-friendly, it just provides a point and click mode to
set all the many x11vnc parameters and obtain help on them. See the
- [176]-gui option for more info. Examples: "x11vnc ... -gui" and
+ [177]-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.
@@ -1424,11 +1426,11 @@ display :0
Q-9: Can I make x11vnc more quiet and also go into the background
after starting up?
- Use the [177]-q and [178]-bg options, respectively. (also: -quiet is
+ Use the [178]-q and [179]-bg options, respectively. (also: -quiet is
an alias for -q)
Note that under -bg the stderr messages will be lost unless you use
- the "[179]-o logfile" option.
+ the "[180]-o logfile" option.
Q-10: Sometimes when a VNC viewer dies abruptly, x11vnc also dies with
@@ -1449,7 +1451,7 @@ display :0
As of Mar/2004 in the libvncserver cvs there are a few such options.
They are enabled by adding something like -Dxxxx=1 to the CPPFLAGS
- environment variable before running configure (see the [180]build
+ environment variable before running configure (see the [181]build
notes for general background).
* -DX11VNC_SHARED=1 make -shared the default.
* -DX11VNC_FOREVER=1 make -forever the default.
@@ -1496,21 +1498,21 @@ display :0
dual-screen mode to pass the keystrokes and mouse motions to the X11
display?
- Yes, for best response start up x11vnc with the "[181]-nofb" option
+ Yes, for best response start up x11vnc with the "[182]-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 [182]x2vnc, however you would
+ This will also work X11 to X11 using [183]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:
- * [183]Original Win2VNC
- * [184]Enhanced Win2VNC and [185]sourceforge link
- * [186]x2vnc
- * [187]x2x also [188]here
- * [189]zvnc (MorphOS)
+ * [184]Original Win2VNC
+ * [185]Enhanced Win2VNC and [186]sourceforge link
+ * [187]x2vnc
+ * [188]x2x also [189]here
+ * [190]zvnc (MorphOS)
All of them will work with x11vnc (except x2x where it is not needed).
@@ -1530,7 +1532,7 @@ display :0
on your display to be depth 24 TrueColor? Sun machines often have 8+24
overlay/multi-depth visuals, and you can make the default visual depth
24 TrueColor (see fbconfig(1) and Xsun(1)). 2) As of Feb/2004, in the
- libvncserver CVS, x11vnc has the [190]-visual option to allow you to
+ libvncserver CVS, x11vnc has the [191]-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:
@@ -1545,7 +1547,7 @@ display :0
PseudoColor (i.e. only 256 distinct colors). The x11vnc colors may
start out OK, but after a while they are incorrect in certain windows.
- Use the [191]-flashcmap option to have x11vnc watch for changes in the
+ Use the [192]-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
@@ -1554,7 +1556,7 @@ display :0
example of this. Consider reconfiguring the system to 16 bpp or depth
24 TrueColor if at all possible.
- Also note that in some rare cases the [192]-notruecolor option has
+ Also note that in some rare cases the [193]-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.
@@ -1565,10 +1567,10 @@ display :0
different color depths: e.g. there are both depth 8 and 24 visuals
available at the same time.
- You may want to review the [193]previous question regarding 8 bpp
+ You may want to review the [194]previous question regarding 8 bpp
PseudoColor.
- On some hardware (Sun/SPARC, Sgi), the [194]-overlay option discussed
+ On some hardware (Sun/SPARC, Sgi), the [195]-overlay option discussed
a couple paragraphs down may solve this for you (you may want to skip
to it directly).
@@ -1606,7 +1608,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 [195]-overlay x11vnc option (Aug/2004) to have x11vnc use the
+ use the [196]-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
@@ -1628,7 +1630,7 @@ TrueColor defdepth 24
Colors still not working correctly? Run xwininfo on the application
with the messed up 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 [196]-id option to
+ possible workaround in this case is to use the [197]-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).
@@ -1636,7 +1638,7 @@ TrueColor defdepth 24
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. Fortunately the
- [197]-overlay option works for Solaris machines with overlay visuals
+ [198]-overlay option works for Solaris machines with overlay visuals
where most of this problem occurs.
@@ -1647,13 +1649,13 @@ 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 [198]problems.
+ debugging x11vnc [199]problems.
When using -id windowid, note that some VNC viewers will have problems
rendering screens that have a width that is not a multiple of 4. Try
to manually adjust the window width before starting x11vnc -id ....
- Also, as of Dec/2004 libvncserver CVS you can use "[199]-id pick" to
+ Also, as of Dec/2004 libvncserver CVS you can use "[200]-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.
@@ -1671,7 +1673,7 @@ TrueColor defdepth 24
be able to see these transient windows.
If things are not working and you still want to do the single window
- polling, try the [200]-sid windowid option ("shifted" windowid).
+ polling, try the [201]-sid windowid option ("shifted" windowid).
x11vnc is known to crash under both -id and -sid, so both modes are
still experimental. Please report any reproducible bugs.
@@ -1724,15 +1726,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 [201]-display option to point the display to that of
+ machine. Use the [202]-display option to point the display to that of
the Xterminal (you'll of course need basic X11 permission to do that)
- and also supply the [202]-noshm option (this enables the polling over
+ and also supply the [203]-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 [203]-flipbyteorder if the colors
+ the polling rate. You may also need [204]-flipbyteorder if the colors
get messed up due to endian byte order differences.
Q-20: How do I get my X permissions (MIT-MAGIC-COOKIE) correct for a
@@ -1756,7 +1758,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
- [204]-auth option to point to the correct file). Other options include
+ [205]-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 -
@@ -1768,7 +1770,7 @@ TrueColor defdepth 24
details.
If the display name in the cookie file needs to be changed between the
- two hosts, see [205]this note on the "xauth add ..." command.
+ two hosts, see [206]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
@@ -1782,7 +1784,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 [206]poll
+ Not recommended, but as a last resort, you could have x11vnc [207]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...)
@@ -1813,17 +1815,17 @@ TrueColor defdepth 24
As of Dec/2004 in the libvncserver CVS there is a remote control
feature. It can change a huge amount of things on the fly: see the
- [207]-remote and [208]-query options. To shut down the running x11vnc
+ [208]-remote and [209]-query options. To shut down the running x11vnc
server just type "x11vnc -R stop". To disconnect all clients do
"x11vnc -R disconnect:all", etc.
- For older versions: If the [209]-forever option has not been supplied,
+ For older versions: If the [210]-forever option has not been supplied,
x11vnc will automatically exit after the first client disconnects. In
general 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 [210]-bg option
+ If you have not put x11vnc in the background via the [211]-bg option
or shell & operator, then simply press Ctrl-C in the shell where
x11vnc is running to stop it. Potential Gotcha: If somehow your
Keypress of Ctrl-C went through x11vnc to the Xserver that then
@@ -1832,14 +1834,14 @@ TrueColor defdepth 24
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 [211]-clear_mods option and [212]-clear_keys
+ Alt. Alternatively, the [212]-clear_mods option and [213]-clear_keys
option can be used to release pressed keys at startup and exit.
Q-22: Can I change settings in x11vnc without having to restart it?
Can I remote control it?
- Look at the [213]-remote (same as -R) and [214]-query (same as -Q)
+ Look at the [214]-remote (same as -R) and [215]-query (same as -Q)
options added in the Dec/2004 libvncserver CVS. They allow nearly
everything to be changed dynamically and settings to be queried.
Examples: "x11vnc -R shared", "x11vnc -R forever", "x11vnc -R
@@ -1851,7 +1853,7 @@ TrueColor defdepth 24
be possible.
There is also a simple tcl/tk gui based on this remote control
- mechanism. See the [215]-gui option for more info.
+ mechanism. See the [216]-gui option for more info.
[Security and Permissions]
@@ -1863,12 +1865,12 @@ TrueColor defdepth 24
vncpasswd(1) program from those packages. The libvncserver package
also comes with a simple program: storepasswd in the examples
directory. And as of Jun/2004 in the libvncserver CVS x11vnc supports
- the -storepasswd "pass" "file" [216]option, which is the the same
+ the -storepasswd "pass" "file" [217]option, which is the 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: [217]-rfbauth
+ You then use the password via the x11vnc option: [218]-rfbauth
$HOME/myvncpasswd
Compared to vncpasswd(1) the latter two methods are a somewhat unsafe
@@ -1877,7 +1879,7 @@ TrueColor defdepth 24
out for the command winding up in your shell's history file (history
-c is often a way to clear it).
- x11vnc also has the [218]-passwdfile and -passwd/-viewpasswd plain
+ x11vnc also has the [219]-passwdfile and -passwd/-viewpasswd plain
text (i.e. not obscured like the -rfbauth VNC passwords) password
options.
@@ -1886,13 +1888,13 @@ TrueColor defdepth 24
and the other for view-only access to the display?
Yes, as of May/2004 in the libvncserver CVS there is the
- [219]-viewpasswd option to supply the view-only password. Note the
- full-access password option [220]-passwd must be supplied at the same
+ [220]-viewpasswd option to supply the view-only password. Note the
+ full-access password option [221]-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
- [221]-passwdfile option to specify a file containing plain text
+ [222]-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
@@ -1900,7 +1902,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 [222]-rfbauth
+ View-only passwords currently do not work for the [223]-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
@@ -1914,7 +1916,7 @@ TrueColor defdepth 24
some users just be able to move the mouse, but not click or type
anything?
- As of Feb/2005, the [223]-input option allows you to do this. "K",
+ As of Feb/2005, the [224]-input option allows you to do this. "K",
"M", and "B" stand for Keystroke, Mouse-motion, and Button-clicks,
respectively. The setting: "-input M" makes attached viewers only able
to move the mouse. "-input KMB,M" lets normal clients do everything
@@ -1930,15 +1932,15 @@ TrueColor defdepth 24
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 [224]-forever option (aka -many) to have
+ periods of time. Use the [225]-forever option (aka -many) to have
x11vnc wait for more connections after the first client disconnects.
- Use the [225]-shared option to have x11vnc allow multiple clients to
+ Use the [226]-shared option to have x11vnc allow multiple clients to
connect simultaneously.
- Recommended additional safety measures include using ssh ([226]see
+ Recommended additional safety measures include using ssh ([227]see
above), stunnel, or a VPN to authenticate and encrypt the viewer
- connections or to at least use the -rfbauth passwd-file [227]option to
- use VNC password protection (or [228]-passwdfile) It is up to you to
+ connections or to at least use the -rfbauth passwd-file [228]option to
+ use VNC password protection (or [229]-passwdfile) It is up to you to
apply these security measures, they will not be done for you
automatically.
@@ -1946,7 +1948,7 @@ TrueColor defdepth 24
Q-27: Can I limit which machines incoming VNC clients can connect
from?
- Yes, look at the [229]-allow and [230]-localhost options to limit
+ Yes, look at the [230]-allow and [231]-localhost options to limit
connections by hostname or IP address. E.g.
x11vnc -allow 192.168.0.1,192.168.0.2
@@ -1958,7 +1960,7 @@ TrueColor defdepth 24
Note that -localhost is the same as "-allow 127.0.0.1"
For more control, build libvncserver with libwrap support
- [231](tcp_wrappers) and then use /etc/hosts.allow See hosts_access(5)
+ [232](tcp_wrappers) and then use /etc/hosts.allow See hosts_access(5)
for complete details.
@@ -1978,7 +1980,7 @@ TrueColor defdepth 24
is "vnc", e.g.:
vnc: 192.168.100.3 .example.com
- Note that if you run x11vnc out of [232]inetd you do not need to build
+ Note that if you run x11vnc out of [233]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.
@@ -1987,16 +1989,16 @@ TrueColor defdepth 24
internal LAN) rather than having it listen on all network interfaces
and relying on -allow to filter unwanted connections out?
- As of Mar/2005 in the libvncserver CVS, there is the "[233]-listen
+ As of Mar/2005 in the libvncserver CVS, there is the "[234]-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 "[234]-allow host1,..." option to allow only specific hosts
+ use the "[235]-allow host1,..." option to allow only specific hosts
in.
This option is useful if you want insure that no one can even begin a
dialog with x11vnc from untrusted network interfaces (e.g. ppp0). The
- option [235]-localhost now implies "-listen localhost" since that is
+ option [236]-localhost now implies "-listen localhost" since that is
what most people expect it to do.
@@ -2004,24 +2006,24 @@ TrueColor defdepth 24
interface, how I can occasionally allow in a non-localhost via the
allowonce remote control command?
- To do this specify "[236]-allow localhost". Unlike [237]-localhost
+ To do this specify "[237]-allow localhost". Unlike [238]-localhost
this will leave x11vnc listening on all interfaces (but of course only
allowing in local connections, e.g. ssh redirs). Then you can later
run "x11vnc -R allowonce:somehost" or use to gui to permit a one-shot
connection from a remote host.
Note that if you do a lot of changing of the listening interface
- ([238]-listen option) via remote control or gui, you may need to also
- manually adjust the [239]-allow list if you unexpectedly get into a
+ ([239]-listen option) via remote control or gui, you may need to also
+ manually adjust the [240]-allow list if you unexpectedly get into a
state where the allow list cannot match any hosts that would be coming
- in on the listening interface. If you just toggle [240]-localhost on
+ in on the listening interface. If you just toggle [241]-localhost on
and off x11vnc should see to it that you never get into such a state.
Q-31: 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 [241]how to tunnel VNC via
+ See the description earlier on this page on [242]how to tunnel VNC via
SSH from Unix to Unix. A number of ways are described along with some
issues you may encounter.
@@ -2032,7 +2034,7 @@ TrueColor defdepth 24
Q-32: How can I tunnel my connection to x11vnc via an encrypted SSH
channel from Windows using an SSH client like Putty?
- [242]Above we described how to tunnel VNC via SSH from Unix to Unix,
+ [243]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
@@ -2055,8 +2057,8 @@ TrueColor defdepth 24
process in a BAT file including launching the VNC viewer by using the
plink Putty utility. Send us the script if you get that working.
- For extra protection feel free to run x11vnc with the [243]-localhost
- and [244]-rfbauth/[245]-passwdfile options.
+ For extra protection feel free to run x11vnc with the [244]-localhost
+ and [245]-rfbauth/[246]-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
@@ -2064,11 +2066,11 @@ TrueColor defdepth 24
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 [246]chaining ssh's.
+ automated by [247]chaining ssh's.
- As discussed [247]above another option is to first start the VNC
+ As discussed [248]above another option is to first start the VNC
viewer in "listen" mode, and then launch x11vnc with the
- "[248]-connect localhost" option to establish the reverse connection.
+ "[249]-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).
@@ -2079,7 +2081,7 @@ TrueColor defdepth 24
some clients view-only? How about running an arbitrary program to make
the decisions?
- Yes, look at the "[249]-accept command" option, it allows you to
+ Yes, look at the "[250]-accept command" option, it allows you to
specify an external command that is run for each new client. (use
quotes around the command if it contains spaces, etc.). If the
external command returns 0 the client is accepted, otherwise the
@@ -2098,7 +2100,7 @@ TrueColor defdepth 24
own simple popup window. To accept the client press "y" or click mouse
on the "Yes" button. To reject the client press "n" or click mouse on
the "No" button. To accept the client View-only, press "v" or click
- mouse on the "View" button. If the [250]-viewonly option has been
+ mouse on the "View" button. If the [251]-viewonly option has been
supplied, the "View" action will not be present: the whole display is
view only in that case.
@@ -2114,7 +2116,7 @@ TrueColor defdepth 24
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 [251]ftp://ftp.x.org/
+ is available at [252]ftp://ftp.x.org/
To include view-only decisions for the external commands, prefix the
command something like this: "yes:0,no:*,view:3 mycommand ..." This
@@ -2153,7 +2155,7 @@ elif [ $rc = 4 ]; then
fi
exit 1
- Stefan Radman has written a nice dtksh script [252]dtVncPopup for use
+ Stefan Radman has written a nice dtksh script [253]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.
@@ -2162,7 +2164,7 @@ 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 "[253]-gone
+ To run a command when a client disconnects, use the "[254]-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
@@ -2177,13 +2179,13 @@ exit 1
such support.
One approximate method involves starting x11vnc with the
- [254]-localhost option. This basically requires the viewer user to log
+ [255]-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 username
-L 5900:localhost:5900 hostname ... See the ssh wrapper scripts
- mentioned [255]elsewhere on this page. Of course a malicious user
+ mentioned [256]elsewhere on this page. 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 watch out for is a
malicious user on the viewer side (where ssh is running) trying to
@@ -2192,7 +2194,7 @@ exit 1
Regarding limiting the set of Unix usernames who can connect, the
traditional way would be to further require a VNC password to supplied
(-rfbauth, -passwd, etc). A scheme that avoids a second password
- involves using the [256]-accept option that runs a program to examine
+ involves using the [257]-accept option that runs a program to examine
the connection information to determine which user is connecting from
the local machine. For example, the program could use the ident
service on the local machine (normally ident should not be trusted
@@ -2225,7 +2227,7 @@ exit 1 # reject it
display manager like gdm(1). Can I have x11vnc later switch to a
different user?
- As of Feb/2005 x11vnc has the [257]-users option that allows things
+ As of Feb/2005 x11vnc has the [258]-users option that allows things
like this. Please read the documentation on it (in the x11vnc -help
output) carefully for features and caveats. It's use can often
decrease security unless care is taken. A nice use of it is "-users
@@ -2246,7 +2248,7 @@ exit 1 # reject it
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 [258]blockdpy.c The idea behind it is simple (but
+ source for it is [259]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
@@ -2262,8 +2264,8 @@ exit 1 # reject it
bulletproof. A really robust solution would likely require X server
and perhaps even video hardware support.
- The blockdpy utility is launched by the [259]-accept option and told
- to exit via the [260]-gone option (the vnc client user should
+ The blockdpy utility is launched by the [260]-accept option and told
+ to exit via the [261]-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.
@@ -2271,7 +2273,7 @@ exit 1 # reject it
Q-37: Can I have x11vnc automatically lock the screen when I
disconnect the VNC viewer?
- Yes, a user mentions he uses the [261]-gone option under CDE to run a
+ Yes, a user mentions he uses the [262]-gone option under CDE to run a
screen lock program:
x11vnc -display :0 -forever -gone 'dtaction LockDisplay'
@@ -2294,11 +2296,11 @@ exit 1 # reject it
permissions to connect to the X display.
Here are some ideas:
- * Use the description under "Continuously" in the [262]FAQ on x11vnc
+ * Use the description under "Continuously" in the [263]FAQ on x11vnc
and Display Managers
- * Use the description in the [263]FAQ on x11vnc and inetd(1)
+ * Use the description in the [264]FAQ on x11vnc and inetd(1)
* Start x11vnc from your $HOME/.xsession (or $HOME/.xinitrc)
- * Although less reliable, see the [264]x11vnc_loop rc.local hack
+ * Although less reliable, see the [265]x11vnc_loop rc.local hack
below.
The display manager scheme will not be specific to which user has the
@@ -2329,7 +2331,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 [265]-auth option sets the XAUTHORITY variable for you).
+ (the [266]-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
@@ -2354,7 +2356,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
auth file should be in /var/dt), you'll also need to add something
like Dtlogin*grabServer:False to the Xconfig file
(/etc/dt/config/Xconfig or /usr/dt/config/Xconfig on Solaris, see
- [266]the example at the end of this FAQ). Then restart dtlogin, e.g.:
+ [267]the example at the end of this FAQ). Then restart dtlogin, e.g.:
/etc/init.d/dtlogin stop; /etc/init.d/dtlogin start or reboot.
Continuously. Have x11vnc reattach each time the X server is
@@ -2408,7 +2410,7 @@ rever -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 [267]full details
+ killed immediately after the user logs in. Here are [268]full details
on how to configure gdm
_________________________________________________________________
@@ -2450,13 +2452,13 @@ rever -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: [268]x11vnc_loop It will need some local
+ file like rc.local: [269]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.
If the machine is a traditional Xterminal you may want to read
- [269]this FAQ.
+ [270]this FAQ.
Q-40: Can I run x11vnc out of inetd(1)? How about xinetd(1)?
@@ -2466,7 +2468,7 @@ rever -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 [270]-inetd
+ where the shell script /usr/local/bin/x11vnc_sh uses the [271]-inetd
option and looks something like (you'll need to customize to your
settings).
#!/bin/sh
@@ -2479,7 +2481,7 @@ rever -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 [271]-quiet) option: "/usr/local/bin/x11vnc -q
+ specify the -q (aka [272]-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
@@ -2487,7 +2489,7 @@ rever -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 [272]-auth to point to the
+ Note also the need to set XAUTHORITY via [273]-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
@@ -2555,7 +2557,7 @@ service x11vncservice
web browser?
To have x11vnc serve up a Java VNC viewer applet to any web browsers
- that connect to it, run x11vnc with this [273]option:
+ that connect to it, run x11vnc with this [274]option:
-httpdir /path/to/the/java/classes/dir
(this directory will contain the files index.vnc and, for example,
@@ -2585,7 +2587,7 @@ service x11vncservice
As of Mar/2004 in the libvncserver CVS 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 [274]-connect option. To connect immediately
+ starts up x11vnc with the [275]-connect option. To connect immediately
at x11vnc startup time use the "-connect host:port" option (use commas
for a list of hosts to connect to). The ":port" is optional (default
is 5500). If a file is specified instead: -connect /path/to/some/file
@@ -2593,7 +2595,7 @@ service x11vncservice
hosts to connect to.
To use the vncconnect(1) program (from the core VNC package at
- www.realvnc.com) specify the [275]-vncconnect option to x11vnc (Note:
+ www.realvnc.com) specify the [276]-vncconnect option to x11vnc (Note:
as of Dec/2004 -vncconnect is now the default). vncconnect(1) must be
pointed to the same X11 DISPLAY as x11vnc (since it uses X properties
to communicate with x11vnc). If you do not have or do not want to get
@@ -2617,10 +2619,12 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1"
number of options and features.
One way to acheive this is to have a Xvfb(1) virtual framebuffer X
- server running in the background and have x11vnc attached to it. One
- could view this desktop both remotely and locally using vncviewer.
- Make sure vncviewer's "-encodings raw" is in effect for local viewing
- (compression seems to slow things down locally).
+ server running in the background and have x11vnc attached to it.
+ Another method, faster and more accurate is to use the "dummy" Device
+ Driver in XFree86/Xorg (see below). One could view this desktop both
+ remotely and locally using vncviewer. Make sure vncviewer's
+ "-encodings raw" is in effect for local viewing (compression seems to
+ slow things down locally).
Here is one way to start up Xvfb:
xinit -- /usr/X11R6/bin/Xvfb :1 -screen 0 1024x768x16
@@ -2635,7 +2639,7 @@ xprop -root -f VNC_CONNECT 8s -set VNC_CONNECT "$1"
There are some annoyances WRT Xvfb though. The default keyboard
mapping seems to be very poor. One should run x11vnc with
- [276]-add_keysyms option to have keysyms added automatically. Also, to
+ [277]-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"
@@ -2646,8 +2650,28 @@ xmodmap -e "add Control = Control_L Control_R"
Perhaps the Xvfb options -xkbdb or -xkbmap could be used to get a
better default keyboard mapping.
- One can use this sort of scheme to export other virtual X sessions,
- say Xnest or even Xvnc itself (useful for testing x11vnc).
+ A user points out a faster and more accurate method is to use the
+ "dummy" Device Driver of XFree86/Xorg instead of Xvfb. He uses this to
+ create a persistent and resizable desktop accessible from anywhere. In
+ the Device Section of the config file set Driver "dummy". You may also
+ need to set VideoRam NNN to be large enough to hold the framebuffer.
+ The framebuffer is kept in main memory like Xvfb except that the
+ server code is closely correlated with the real XFree86/Xorg Xserver
+ unlike Xvfb. The main drawback to this method (besides requiring extra
+ configuration and possibly root permission) is that is also does the
+ Linux Virtual Console/Terminal (VC/VT) [278]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.
+
+ One way to start the "dummy" driver would be:
+startx -- :1 -config /etc/X11/xorg.conf.dummy
+
+ where the file /etc/X11/xorg.conf.dummy has its Device Section
+ modified as described above.
+
+ In general, one can use this sort of scheme to export other virtual X
+ sessions, say Xnest or even Xvnc itself (useful for testing x11vnc).
Q-44: How can I use x11vnc on "headless" machines? Why might I want
@@ -2662,7 +2686,7 @@ xmodmap -e "add Control = Control_L Control_R"
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 [277]this FAQ) and access it from
+ display via x11vnc (e.g. see [279]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
@@ -2705,7 +2729,7 @@ xmodmap -e "add Control = Control_L Control_R"
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 [278]shm_clear to list and prompt for removal
+ Here is a shell script [280]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,
@@ -2739,35 +2763,35 @@ ied)
in /etc/system. See the next paragraph for more workarounds.
To minimize the number of shm segments used by x11vnc try using the
- [279]-onetile option (corresponds to only 3 shm segments used, and
+ [281]-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
- [280]-noshm option. Performance will be somewhat degraded but when
+ [282]-noshm option. Performance will be somewhat degraded but when
done over local machine sockets it should be acceptable (see an
- [281]earlier question discussing -noshm).
+ [283]earlier question discussing -noshm).
Q-46: How can I make x11vnc use less system resources?
- The [282]-nap and "[283]-wait n" (where n is the sleep between polls
+ The [284]-nap and "[285]-wait n" (where n is the sleep between polls
in milliseconds, the default is 30 or so) option are good places to
start. 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. Using the
- [284]-onetile option will use less memory and use fewer shared memory
- slots (add [285]-fs 1.0 for one less slot).
+ [286]-onetile option will use less memory and use fewer shared memory
+ slots (add [287]-fs 1.0 for one less slot).
Q-47: How can I make x11vnc use MORE system resources?
- You can try [286]-threads and dial down the wait time (e.g. -wait 1)
- and possibly dial down [287]-defer as well. Note that if you try to
+ You can try [288]-threads and dial down the wait time (e.g. -wait 1)
+ and possibly dial down [289]-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 [288]-id option) can be streamed over a LAN or wireless at
+ the x11vnc [290]-id option) can be streamed over a LAN or wireless at
a reasonable frame rate.
@@ -2783,7 +2807,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
- [289]-solid [color] option.
+ [291]-solid [color] option.
* Configure your window manager or desktop "theme" to not use fancy
images, shading, and gradients for the window decorations, etc.
Disable Opaque moves, resizes, and animations.
@@ -2799,7 +2823,7 @@ ied)
worth it, but could be of use in some situations.
VNC viewer parameters:
- * Use a [290]TightVNC enabled viewer!
+ * Use a [292]TightVNC enabled viewer!
* Make sure the tight encoding is being used (look at vncviewer and
x11vnc outputs)
* Request 8 bits per pixel using -bgr233 (up to 4X speedup over
@@ -2817,19 +2841,19 @@ ied)
vncviewer to be very slow)
x11vnc parameters:
- * Try using [291]-nodragging (no screen updates when dragging mouse,
+ * Try using [293]-nodragging (no screen updates when dragging mouse,
but sometimes you miss visual feedback)
- * Try the [292]-progressive pixelheight mode with the block
+ * Try the [294]-progressive pixelheight mode with the block
pixelheight 100 or so (delays sending vertical blocks since they
may change while viewer is receiving earlier ones)
- * Set [293]-fs 1.0 (disables fullscreen updates)
- * Try increasing [294]-wait or [295]-defer (reduces the maximum
+ * Set [295]-fs 1.0 (disables fullscreen updates)
+ * Try increasing [296]-wait or [297]-defer (reduces the maximum
"frame rate", but won't help much for large screen changes)
- * If you just want to watch one (simple) window use [296]-id (cuts
+ * If you just want to watch one (simple) window use [298]-id (cuts
down extraneous polling and updates, but can be buggy or
insufficient)
- * Set [297]-nosel (disables all clipboard selection exchange)
- * Use [298]-nocursor and [299]-nocursorpos (repainting the remote
+ * Set [299]-nosel (disables all clipboard selection exchange)
+ * Use [300]-nocursor and [301]-nocursorpos (repainting the remote
cursor position and shape takes resources and round trips)
@@ -2851,7 +2875,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 [300]slow (e.g.
+ in main memory. So reading the fb is still painfully [302]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.
@@ -2867,27 +2891,27 @@ 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 "[301]-xd_area A" option to adjust the size
+ skipped). You can use the "[303]-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 "[302]-xd_mem f" may also be of use in tuning the
- algorithm. To disable using DAMAGE entirely use "[303]-noxdamage".
+ The option "[304]-xd_mem f" may also be of use in tuning the
+ algorithm. To disable using DAMAGE entirely use "[305]-noxdamage".
Q-50: 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 [304]slow hardware read rates from
+ This problem is primarily due to [306]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
- [305]-pointer_mode option for more info. The next bottleneck is
+ [307]-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
@@ -2897,25 +2921,25 @@ ied)
tree. The 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 "[306]-pointer_mode 1" option.
+ way via the "[308]-pointer_mode 1" option.
- Also added was the [307]-nodragging option that disables all screen
+ Also added was the [309]-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 in the libvncserver CVS the [308]-pointer_mode n option
+ As of Dec/2004 in the libvncserver CVS the [310]-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 [309]-threads option can improve
+ Also, in some circumstances the [311]-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).
- See the [310]wireframe FAQ and [311]scrollcopyrect FAQ below for
+ See the [312]wireframe FAQ and [313]scrollcopyrect FAQ below for
schemes to sweep this problem under the rug for window moves or
resizes and for some window scrolls.
@@ -2931,13 +2955,13 @@ ied)
shown. When 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 [312]slow video
- card read rates (see [313]here too). A displacement, even a small one,
+ of the intermediate steps. BTW the lurching is due to [314]slow video
+ card read rates (see [315]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.
The mode is currently on by default because most people are inflicted
- with the problem. It can be disabled with the [314]-nowireframe option
+ with the problem. It can be disabled with the [316]-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
@@ -2978,22 +3002,22 @@ ied)
* Maximum time to show a wireframe animation.
* Minimum time between sending wireframe outlines.
- See the [315]"-wireframe tweaks" option for more details. On a slow
+ See the [317]"-wireframe tweaks" option for more details. On a slow
link, e.g. dialup modem, you may want to increase all four of these
times, e.g. double them from the defaults.
CopyRect encoding: In addition to the above there is the
- [316]"-wirecopyrect mode" option. It is also on by default. This
- instructs x11vnc to not only show 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 screen when the animation is done. This speedup is the VNC
- CopyRect encoding: the framebuffer update doesn't need to send the
- actual new image data. This is nice in general, and very convenient
- over a slow link, but since it is based on heuristics you may need to
- disable it with the -nowirecopyrect option (aka -nowcr) if it works
- incorrectly or unnaturally for you.
+ [318]"-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
+ screen when the animation is done. This speedup is the VNC CopyRect
+ encoding: the framebuffer update doesn't need to send the actual new
+ image data. This is nice in general, and very convenient over a slow
+ link, but since it is based on heuristics you may need to disable it
+ with the -nowirecopyrect option (aka -nowcr) if it works incorrectly
+ or unnaturally for you.
The -wirecopyrect modes are: "never" (same as -nowirecopyrect); "top",
only apply the CopyRect if the window is appears to be on the top of
@@ -3031,7 +3055,7 @@ ied)
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
- [317]slow).
+ [319]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.
@@ -3053,10 +3077,10 @@ ied)
the X server display: if one falls too far behind it could become a
mess...
- The initial implementation of [318]-scrollcopyrect option is useful in
+ The initial implementation of [320]-scrollcopyrect option is useful in
that it detects many scrolls and thus gives a much nicer working
- environment (especially when combined with the [319]-wireframe
- [320]-wirecopyrect [321]options, which are also on by default). The
+ environment (especially when combined with the [321]-wireframe
+ [322]-wirecopyrect [323]options, which are also on by default). The
fact that there aren't long delays or lurches during scrolling is the
primary improvement. But there are some drawbacks:
* Not all scrolls are detected. Some apps scroll windows in ways
@@ -3086,10 +3110,10 @@ ied)
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: [322]-fixscreen
+ also: [324]-fixscreen
* Some applications, notably OpenOffice, do XCopyArea scrolls in
weird ways that assume ancestor window clipping is taking place.
- See the [323]-scr_skip option for ways to tweak this on a
+ See the [325]-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
@@ -3106,7 +3130,7 @@ ied)
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 [324]-scale option there will be a quick CopyRect
+ * When using the [326]-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
@@ -3119,7 +3143,7 @@ ied)
If you find the -scrollcopyrect behavior too approximate or
distracting you can go back to the standard polling-only update method
- with the [325]-noscrollcopyrect or -noscr for short. If you find some
+ with the [327]-noscrollcopyrect or -noscr for short. If you find some
extremely bad and repeatable behavior for -scrollcopyrect please
report a bug.
@@ -3157,16 +3181,16 @@ ied)
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 "[326]-cursor X" option that
+ A simple kludge is provided by the "[328]-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 "[327]-cursor some" option for
+ work for those cases. Also see the "[329]-cursor some" option for
additional kludges.
Note that as of Aug/2004 in the libvncserver CVS, on Solaris using the
SUN_OVL overlay extension and IRIX, x11vnc can show the correct mouse
- cursor when the [328]-overlay option is supplied. See [329]this FAQ
+ cursor when the [330]-overlay option is supplied. See [331]this FAQ
for more info.
Also as of Dec/2004 in the libvncserver CVS XFIXES X extension support
@@ -3174,7 +3198,7 @@ ied)
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 [330]Solaris 10.
+ distros and [332]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
@@ -3182,7 +3206,7 @@ ied)
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. [331]Details can be found here.
+ under 32bpp. [333]Details can be found here.
Q-54: When using XFIXES cursorshape mode, some of the cursors look
@@ -3215,17 +3239,17 @@ ied)
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 "[332]-alphacut n" option lets
+ course!) some tunable parameters. The "[334]-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 "[333]-alphafrac f" option tries to correct individual
+ 240. The "[335]-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 [334]-alpharemove that is useful for
+ Finally, there is an option [336]-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
@@ -3241,11 +3265,11 @@ ied)
send the 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 [335]-nocursorshape x11vnc option.
+ disabled for all clients with the [337]-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
- [336]-noalphablend option to disable this behavior (always approximate
+ [338]-noalphablend option to disable this behavior (always approximate
transparent cursors with opaque RGB values).
The CursorShapeUpdates VNC extension complicates matters because the
@@ -3273,9 +3297,9 @@ ied)
Q-56: 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 [337]tightvnc extension
+ This default takes advantage of a [339]tightvnc extension
(CursorShapeUpdates) that allows specifying a cursor image shape for
- the local VNC viewer. You may disable it with the [338]-nocursor
+ the local VNC viewer. You may disable it with the [340]-nocursor
option to x11vnc if your viewer does not have this extension.
Note: as of Aug/2004 in the libvncserver CVS this should be fixed: the
@@ -3289,18 +3313,18 @@ ied)
clients (i.e. passive viewers can see the mouse cursor being moved
around by another viewer)?
- Use the [339]-cursorpos option when starting x11vnc. A VNC viewer must
+ Use the [341]-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 in the
- libvncserver CVS -cursorpos is the default. See also [340]-nocursorpos
- and [341]-nocursorshape.
+ libvncserver CVS -cursorpos is the default. See also [342]-nocursorpos
+ and [343]-nocursorshape.
Q-58: 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: [342]-buttonmap
+ You can remap the mouse buttons via something like: [344]-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.
@@ -3308,7 +3332,7 @@ ied)
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 [343]-debug_pointer option prints out much info for
+ Note that the [345]-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
@@ -3330,7 +3354,7 @@ ied)
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 [344]-buttonmap but rather configuring the X server
+ consider not using [346]-buttonmap but rather configuring the X server
to think it has a mouse with 5 buttons even though the physical mouse
does not.
@@ -3360,7 +3384,7 @@ ied)
Q-59: How can I get my AltGr and Shift modifiers to work between
keyboards for different languages?
- The option [345]-modtweak should be of some use for this. It is a mode
+ The option [347]-modtweak should be of some use for this. 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.
@@ -3369,17 +3393,17 @@ ied)
default (use -nomodtweak 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 [346]this FAQ
+ and ">" it. This key does not exist on the keyboard (see [348]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 [347]FAQ about the -xkb option for a more powerful method
+ Also see the [349]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
- [348]-debug_keyboard option prints out much info for every keystroke
+ [350]-debug_keyboard option prints out much info for every keystroke
and so can be useful debugging things.
@@ -3430,17 +3454,17 @@ ied)
-remap less-comma
These are convenient in that they do not modify the actual X server
- settings. The former ([349]-modtweak) is a mode that monitors the
+ settings. The former ([351]-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 ([350]-remap less-comma) is an immediate remapping of the
+ The latter ([352]-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 [351]FAQ about the -xkb option as a possible workaround
+ See also the [353]FAQ about the -xkb option as a possible workaround
using the XKEYBOARD extension.
- Note that the [352]-debug_keyboard option prints out much info for
+ Note that the [354]-debug_keyboard option prints out much info for
every keystroke to aid debugging keyboard problems.
@@ -3465,7 +3489,7 @@ ied)
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 [353]-modtweak
+ This all worked fine with x11vnc running with the [355]-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
@@ -3483,7 +3507,7 @@ ied)
* there is a new option -xkb to use the XKEYBOARD extension API to
do the Modifier key tweaking.
- The [354]-xkb option seems to fix all of the missing keys: "@", "<",
+ The [356]-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
@@ -3501,7 +3525,7 @@ ied)
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:
- [355]-skip_keycodes 93
+ [357]-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
@@ -3518,14 +3542,14 @@ ied)
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 [356]-remap x11vnc option:
+ created using the [358]-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
- [357]-add_keysyms option in the next paragraph.
- * To complement the above workaround using the [358]-remap, an
- option [359]-add_keysyms was added. This option instructs x11vnc
+ [359]-add_keysyms option in the next paragraph.
+ * To complement the above workaround using the [360]-remap, an
+ option [361]-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
@@ -3542,7 +3566,7 @@ ied)
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) [360]-norepeat x11vnc option. You will still
+ use the new (Jul/2004) [362]-norepeat x11vnc option. You will still
have autorepeating because that is taken care of on your VNC viewer
side. Update: as of Dec/2004 -norepeat is now the default. Use -repeat
to disable it.
@@ -3564,7 +3588,7 @@ ied)
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 [361]-norepeat (which has since Dec/2004 been
+ needed, or to use the [363]-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
@@ -3575,7 +3599,7 @@ ied)
keystrokes!!
Are you using x11vnc to log in to an X session? (as described in
- [362]this FAQ) If so, x11vnc is starting before your session and it
+ [364]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 trying to be
@@ -3599,7 +3623,7 @@ ied)
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 "[363]-remap Super_R-Mode_switch" x11vnc option may
+ Something like "[365]-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)).
@@ -3622,7 +3646,7 @@ ied)
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 [364]-remap Alt_L-Meta_L to x11vnc may be sufficient for ones
+ the [366]-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.
@@ -3633,7 +3657,7 @@ ied)
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 [365]-remap
+ have x11vnc do the remapping. This can be done via the [367]-remap
option using the fake "keysyms" Button1, Button2, etc. as the "to"
keys (i.e. the ones after the "-")
@@ -3641,7 +3665,7 @@ ied)
a touchpad with only two buttons. It is difficult to do a middle
button "paste" because (using XFree86 Emulate3Buttons) you have to
click both buttons on the touch pad at the same time. This remapping:
- [366]-remap Super_R-Button2
+ [368]-remap Super_R-Button2
maps the Super_R "flag" key press to the Button2 click, thereby making
X pasting a bit easier.
@@ -3670,7 +3694,7 @@ ied)
There may also be scaling viewers out there (e.g. TightVNC on Windows)
that automatically shrink or expand the remote framebuffer to fit the
- local display. Especially for hand-held devices. See also [367]this
+ local display. Especially for hand-held devices. See also [369]this
FAQ on x11vnc scaling.
@@ -3679,7 +3703,7 @@ ied)
As of Jun/2004 in the libvncserver CVS x11vnc provides basic
server-side scaling. It is a global scaling of the desktop, not a
- per-client setting. To enable it use the "[368]-scale fraction"
+ per-client setting. To enable it use the "[370]-scale fraction"
option. "fraction" can either be a floating point number (e.g. -scale
0.5) or the alternative m/n fraction notation (e.g. -scale 2/3). Note
that if fraction is greater than one the display is magnified.
@@ -3699,7 +3723,7 @@ ied)
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
- [369]applications. Since with integer scale factors the framebuffers
+ [371]applications. Since with integer scale factors the framebuffers
become huge and scaling operations time consuming, be sure to use
":nb" for the fastest response.
@@ -3725,12 +3749,12 @@ ied)
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 ([370]-rfbport option,
+ different scalings listening on separate ports ([372]-rfbport option,
etc.).
As of Mar/2005 in the libvncserver CVS x11vnc now scales the mouse
cursor with the same scale factor as the screen. If you don't want
- that, use the [371]"-scale_cursor frac" option to set the cursor
+ that, use the [373]"-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).
@@ -3747,16 +3771,16 @@ ied)
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 [372]-blackout x11vnc option allows you
+ distracting to the viewer. The [374]-blackout x11vnc option allows you
to blacken-out rectangles by specifying their WxH+X+Y geometries. If
- your system has the libXinerama library, the [373]-xinerama x11vnc
+ your system has the libXinerama library, the [375]-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).
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 [374]-xwarppointer
+ of the large display. If this happens try using the [376]-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
@@ -3781,22 +3805,22 @@ ied)
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 [375]FAQ to increase the limit. It
- is probably also a good idea to run with the [376]-onetile option in
+ /etc/system as mentioned in another [377]FAQ to increase the limit. It
+ is probably also a good idea to run with the [378]-onetile option in
this case (to limit each x11vnc to 3 shm segments), or even
- [377]-noshm to use no shm segments.
+ [379]-noshm to use no shm segments.
Q-71: Can x11vnc show only a portion of the display? (E.g. for a
special purpose rfb application).
- As of Mar/2005 in the libvncserver CVS x11vnc has the "[378]-clip
+ As of Mar/2005 in the libvncserver CVS x11vnc has the "[380]-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.
This also works to view a sub-region of a single application window if
- the [379]-id or [380]-sid options are used. The offset is measured
+ the [381]-id or [382]-sid options are used. The offset is measured
from the upper left corner of the selected window.
@@ -3805,7 +3829,7 @@ ied)
crash.
As of Dec/2004 in the libvncserver CVS x11vnc supports XRANDR. You
- enable it with the [381]-xrandr option to make x11vnc monitor XRANDR
+ enable it with the [383]-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. If the
@@ -3814,7 +3838,7 @@ ied)
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
- [382]-padgeom option to make the region big enough to hold all resizes
+ [384]-padgeom option to make the region big enough to hold all resizes
and rotations.
If you specify "-xrandr newfbsize" then vnc viewers that do not
@@ -3868,9 +3892,9 @@ ied)
* 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 [383]this FAQ
+ desktop in a separate Virtual Console (e.g. VC 8) (see [385]this FAQ
on VC's for background). Unfortunately, this Fullscreen VC is not an X
- server. So x11vnc cannot access it (however, [384]see this for a
+ server. So x11vnc cannot access it (however, [386]see this for a
possible partial workaround). x11vnc works fine with "Normal X
application window" and "Quick-Switch mode" because these use X.
@@ -3887,13 +3911,13 @@ ied)
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 [385]is in the active VC.
+ as long as the VMWare X session [387]is in the active VC.
Also note that with a little bit of playing with "xwininfo -all
-children" output one can extract the (non-toplevel) windowid of the
of the Guest desktop only when VMWare is running as a normal X
application. Then one can export just the guest desktop (i.e. without
- the VMWare menu buttons) by use of the [386]-id windowid option. The
+ the VMWare menu buttons) by use of the [388]-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
@@ -3974,7 +3998,7 @@ ied)
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. Of course for the case
- of Xvfb x11vnc can poll it much better via the [387]X API, but you get
+ of Xvfb x11vnc can poll it much better via the [389]X API, but you get
the idea.
By default in -rawfb mode x11vnc will actually close any X display it
@@ -4027,7 +4051,7 @@ ied)
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 [388]active VC) one
+ view and interact with VC #2 (assuming it is the [390]active VC) one
can run something like:
x11vnc -rawfb map:/dev/fb0@1024x768x16 -pipeinput './vcinject.pl 2'
@@ -4040,7 +4064,7 @@ ied)
more accurate and faster LinuxVNC program. The only advantage x11vnc
-rawfb might have is that it can presumably allow interaction with a
non-text application, e.g. one based on svgalib. For example the
- [389]VMWare Fullscreen mode is actually viewable under -rawfb. But
+ [391]VMWare Fullscreen mode is actually viewable under -rawfb. But
this isn't much use until one figures out how to inject keystrokes and
mouse events.
@@ -4071,9 +4095,9 @@ ied)
As of Jan/2004 in the libvncserver CVS x11vnc supports the "CutText"
part of the rfb protocol. Furthermore, x11vnc is able to hold the
PRIMARY selection (Xvnc does not seem to do this). If you don't want
- the Clipboard/Selection exchanged use the [390]-nosel option. If you
+ the Clipboard/Selection exchanged use the [392]-nosel option. If you
don't want the PRIMARY selection to be polled for changes use the
- [391]-noprimary option.
+ [393]-noprimary option.
You may need to watch out for desktop utilities such as KDE's
"Klipper" that do odd things with the selection, clipboard, and
@@ -4088,7 +4112,7 @@ ied)
not on by default 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 [392]-nobell option. If
+ If you don't want to hear the beeps use the [394]-nobell option. If
you want to hear the audio from the remote applications, consider
trying a redirector such as esd.
@@ -4104,7 +4128,7 @@ ied)
Click on the PayPal button below for more info.
Also, in general I always enjoy hearing from x11vnc users, how they
use it, what new features they would like, etc. Please send me an
- [393]email!
+ [395]email!
[PayPal]
@@ -4181,328 +4205,330 @@ References
69. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
70. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport
71. http://www.karlrunge.com/x11vnc/shm_clear
- 72. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
- 73. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 74. mailto:xvml@karlrunge.com
- 75. http://www.karlrunge.com/x11vnc/index.html#faq-thanks
- 76. http://www.karlrunge.com/x11vnc/index.html#faq-xperms
- 77. http://www.karlrunge.com/x11vnc/index.html#faq-build
- 78. http://www.karlrunge.com/x11vnc/index.html#faq-missing-xtest
- 79. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build
- 80. http://www.karlrunge.com/x11vnc/index.html#faq-binaries
- 81. http://www.karlrunge.com/x11vnc/index.html#faq-viewer-download
- 82. http://www.karlrunge.com/x11vnc/index.html#faq-cmdline-opts
- 83. http://www.karlrunge.com/x11vnc/index.html#faq-config-file
- 84. http://www.karlrunge.com/x11vnc/index.html#faq-quiet-bg
- 85. http://www.karlrunge.com/x11vnc/index.html#faq-sigpipe
- 86. http://www.karlrunge.com/x11vnc/index.html#faq-build-customizations
- 87. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc
- 88. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc-8bpp
- 89. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp
- 90. http://www.karlrunge.com/x11vnc/index.html#faq-overlays
- 91. http://www.karlrunge.com/x11vnc/index.html#faq-windowid
- 92. http://www.karlrunge.com/x11vnc/index.html#faq-transients-id
- 93. http://www.karlrunge.com/x11vnc/index.html#faq-24bpp
- 94. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
- 95. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth
- 96. http://www.karlrunge.com/x11vnc/index.html#faq-stop-bg
- 97. http://www.karlrunge.com/x11vnc/index.html#faq-remote_control
- 98. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
- 99. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
- 100. http://www.karlrunge.com/x11vnc/index.html#faq-input-opt
- 101. http://www.karlrunge.com/x11vnc/index.html#faq-forever-shared
- 102. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt
- 103. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
- 104. http://www.karlrunge.com/x11vnc/index.html#faq-listen-interface
- 105. http://www.karlrunge.com/x11vnc/index.html#faq-listen-localhost
- 106. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-unix
- 107. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-putty
- 108. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt
- 109. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords
- 110. http://www.karlrunge.com/x11vnc/index.html#faq-users-opt
- 111. http://www.karlrunge.com/x11vnc/index.html#faq-blockdpy
- 112. http://www.karlrunge.com/x11vnc/index.html#faq-gone-lock
- 113. http://www.karlrunge.com/x11vnc/index.html#faq-service
- 114. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
- 115. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
- 116. http://www.karlrunge.com/x11vnc/index.html#faq-java-http
- 117. http://www.karlrunge.com/x11vnc/index.html#faq-reverse-connect
- 118. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
- 119. http://www.karlrunge.com/x11vnc/index.html#faq-headless
- 120. http://www.karlrunge.com/x11vnc/index.html#faq-solshm
- 121. http://www.karlrunge.com/x11vnc/index.html#faq-less-resource
- 122. http://www.karlrunge.com/x11vnc/index.html#faq-more-resource
- 123. http://www.karlrunge.com/x11vnc/index.html#faq-slow-link
- 124. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage
- 125. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode
- 126. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
- 127. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect
- 128. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-shape
- 129. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha
- 130. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
- 131. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-arrow
- 132. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-positions
- 133. http://www.karlrunge.com/x11vnc/index.html#faq-buttonmap-opt
- 134. http://www.karlrunge.com/x11vnc/index.html#faq-altgr
- 135. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
- 136. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
- 137. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys
- 138. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys-still
- 139. http://www.karlrunge.com/x11vnc/index.html#faq-remap-opt
- 140. http://www.karlrunge.com/x11vnc/index.html#faq-sun-alt-meta
- 141. http://www.karlrunge.com/x11vnc/index.html#faq-remap-button-click
- 142. http://www.karlrunge.com/x11vnc/index.html#faq-scrollbars
- 143. http://www.karlrunge.com/x11vnc/index.html#faq-scaling
- 144. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama
- 145. http://www.karlrunge.com/x11vnc/index.html#faq-multi-screen
- 146. http://www.karlrunge.com/x11vnc/index.html#faq-clip-screen
- 147. http://www.karlrunge.com/x11vnc/index.html#faq-xrandr
- 148. http://www.karlrunge.com/x11vnc/index.html#faq-black-screen
- 149. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 150. http://www.karlrunge.com/x11vnc/index.html#faq-vmware
- 151. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
- 152. http://www.karlrunge.com/x11vnc/index.html#faq-hidden-taskbars
- 153. http://www.karlrunge.com/x11vnc/index.html#faq-clipboard
- 154. http://www.karlrunge.com/x11vnc/index.html#faq-beeps
- 155. http://www.karlrunge.com/x11vnc/index.html#faq-thanks
- 156. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display
- 157. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
- 158. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
- 159. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
- 160. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
- 161. http://www.karlrunge.com/x11vnc/x11vnc_sunos4.html
- 162. http://www.karlrunge.com/x11vnc/index.html#building
- 163. http://www.karlrunge.com/x11vnc/index.html#faq-build
- 164. http://packages.debian.org/x11vnc
- 165. http://www.linuxpackages.net/search_view.php?by=name&name=x11vnc
- 166. http://dag.wieers.com/packages/x11vnc/
- 167. http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network/x11vnc/
- 168. http://www.sunfreeware.com/
- 169. http://www.bell-labs.com/project/wwexptools/packages.html
- 170. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
- 171. http://www.karlrunge.com/x11vnc/bins
- 172. http://www.tightvnc.com/download.html
- 173. http://www.realvnc.com/download-free.html
- 174. http://sourceforge.net/projects/cotvnc/
- 175. http://www.karlrunge.com/x11vnc/x11vnc_opts.html
- 176. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
- 177. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q
- 178. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
- 179. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-o
- 180. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
- 181. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofb
- 182. http://fredrik.hubbe.net/x2vnc.html
- 183. http://www.hubbe.net/~hubbe/win2vnc.html
- 184. http://www.deboer.gmxhome.de/
- 185. http://sourceforge.net/projects/win2vnc/
- 186. http://fredrik.hubbe.net/x2vnc.html
- 187. http://freshmeat.net/projects/x2x/
- 188. http://ftp.digital.com/pub/Digital/SRC/x2x/
- 189. http://zapek.com/software/zvnc/
- 190. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-visual
- 191. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap
- 192. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-notruecolor
- 193. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp
- 194. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 72. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
+ 73. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
+ 74. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 75. mailto:xvml@karlrunge.com
+ 76. http://www.karlrunge.com/x11vnc/index.html#faq-thanks
+ 77. http://www.karlrunge.com/x11vnc/index.html#faq-xperms
+ 78. http://www.karlrunge.com/x11vnc/index.html#faq-build
+ 79. http://www.karlrunge.com/x11vnc/index.html#faq-missing-xtest
+ 80. http://www.karlrunge.com/x11vnc/index.html#faq-solaris251build
+ 81. http://www.karlrunge.com/x11vnc/index.html#faq-binaries
+ 82. http://www.karlrunge.com/x11vnc/index.html#faq-viewer-download
+ 83. http://www.karlrunge.com/x11vnc/index.html#faq-cmdline-opts
+ 84. http://www.karlrunge.com/x11vnc/index.html#faq-config-file
+ 85. http://www.karlrunge.com/x11vnc/index.html#faq-quiet-bg
+ 86. http://www.karlrunge.com/x11vnc/index.html#faq-sigpipe
+ 87. http://www.karlrunge.com/x11vnc/index.html#faq-build-customizations
+ 88. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc
+ 89. http://www.karlrunge.com/x11vnc/index.html#faq-win2vnc-8bpp
+ 90. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp
+ 91. http://www.karlrunge.com/x11vnc/index.html#faq-overlays
+ 92. http://www.karlrunge.com/x11vnc/index.html#faq-windowid
+ 93. http://www.karlrunge.com/x11vnc/index.html#faq-transients-id
+ 94. http://www.karlrunge.com/x11vnc/index.html#faq-24bpp
+ 95. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
+ 96. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth
+ 97. http://www.karlrunge.com/x11vnc/index.html#faq-stop-bg
+ 98. http://www.karlrunge.com/x11vnc/index.html#faq-remote_control
+ 99. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
+ 100. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
+ 101. http://www.karlrunge.com/x11vnc/index.html#faq-input-opt
+ 102. http://www.karlrunge.com/x11vnc/index.html#faq-forever-shared
+ 103. http://www.karlrunge.com/x11vnc/index.html#faq-allow-opt
+ 104. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
+ 105. http://www.karlrunge.com/x11vnc/index.html#faq-listen-interface
+ 106. http://www.karlrunge.com/x11vnc/index.html#faq-listen-localhost
+ 107. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-unix
+ 108. http://www.karlrunge.com/x11vnc/index.html#faq-ssh-putty
+ 109. http://www.karlrunge.com/x11vnc/index.html#faq-accept-opt
+ 110. http://www.karlrunge.com/x11vnc/index.html#faq-unix-passwords
+ 111. http://www.karlrunge.com/x11vnc/index.html#faq-users-opt
+ 112. http://www.karlrunge.com/x11vnc/index.html#faq-blockdpy
+ 113. http://www.karlrunge.com/x11vnc/index.html#faq-gone-lock
+ 114. http://www.karlrunge.com/x11vnc/index.html#faq-service
+ 115. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
+ 116. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+ 117. http://www.karlrunge.com/x11vnc/index.html#faq-java-http
+ 118. http://www.karlrunge.com/x11vnc/index.html#faq-reverse-connect
+ 119. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
+ 120. http://www.karlrunge.com/x11vnc/index.html#faq-headless
+ 121. http://www.karlrunge.com/x11vnc/index.html#faq-solshm
+ 122. http://www.karlrunge.com/x11vnc/index.html#faq-less-resource
+ 123. http://www.karlrunge.com/x11vnc/index.html#faq-more-resource
+ 124. http://www.karlrunge.com/x11vnc/index.html#faq-slow-link
+ 125. http://www.karlrunge.com/x11vnc/index.html#faq-xdamage
+ 126. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode
+ 127. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
+ 128. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect
+ 129. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-shape
+ 130. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha
+ 131. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
+ 132. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-arrow
+ 133. http://www.karlrunge.com/x11vnc/index.html#faq-cursor-positions
+ 134. http://www.karlrunge.com/x11vnc/index.html#faq-buttonmap-opt
+ 135. http://www.karlrunge.com/x11vnc/index.html#faq-altgr
+ 136. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
+ 137. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
+ 138. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys
+ 139. http://www.karlrunge.com/x11vnc/index.html#faq-repeated-keys-still
+ 140. http://www.karlrunge.com/x11vnc/index.html#faq-remap-opt
+ 141. http://www.karlrunge.com/x11vnc/index.html#faq-sun-alt-meta
+ 142. http://www.karlrunge.com/x11vnc/index.html#faq-remap-button-click
+ 143. http://www.karlrunge.com/x11vnc/index.html#faq-scrollbars
+ 144. http://www.karlrunge.com/x11vnc/index.html#faq-scaling
+ 145. http://www.karlrunge.com/x11vnc/index.html#faq-xinerama
+ 146. http://www.karlrunge.com/x11vnc/index.html#faq-multi-screen
+ 147. http://www.karlrunge.com/x11vnc/index.html#faq-clip-screen
+ 148. http://www.karlrunge.com/x11vnc/index.html#faq-xrandr
+ 149. http://www.karlrunge.com/x11vnc/index.html#faq-black-screen
+ 150. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
+ 151. http://www.karlrunge.com/x11vnc/index.html#faq-vmware
+ 152. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
+ 153. http://www.karlrunge.com/x11vnc/index.html#faq-hidden-taskbars
+ 154. http://www.karlrunge.com/x11vnc/index.html#faq-clipboard
+ 155. http://www.karlrunge.com/x11vnc/index.html#faq-beeps
+ 156. http://www.karlrunge.com/x11vnc/index.html#faq-thanks
+ 157. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display
+ 158. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+ 159. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
+ 160. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
+ 161. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
+ 162. http://www.karlrunge.com/x11vnc/x11vnc_sunos4.html
+ 163. http://www.karlrunge.com/x11vnc/index.html#building
+ 164. http://www.karlrunge.com/x11vnc/index.html#faq-build
+ 165. http://packages.debian.org/x11vnc
+ 166. http://www.linuxpackages.net/search_view.php?by=name&name=x11vnc
+ 167. http://dag.wieers.com/packages/x11vnc/
+ 168. http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Network/x11vnc/
+ 169. http://www.sunfreeware.com/
+ 170. http://www.bell-labs.com/project/wwexptools/packages.html
+ 171. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
+ 172. http://www.karlrunge.com/x11vnc/bins
+ 173. http://www.tightvnc.com/download.html
+ 174. http://www.realvnc.com/download-free.html
+ 175. http://sourceforge.net/projects/cotvnc/
+ 176. http://www.karlrunge.com/x11vnc/x11vnc_opts.html
+ 177. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
+ 178. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q
+ 179. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
+ 180. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-o
+ 181. http://www.karlrunge.com/x11vnc/index.html#solarisbuilding
+ 182. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nofb
+ 183. http://fredrik.hubbe.net/x2vnc.html
+ 184. http://www.hubbe.net/~hubbe/win2vnc.html
+ 185. http://www.deboer.gmxhome.de/
+ 186. http://sourceforge.net/projects/win2vnc/
+ 187. http://fredrik.hubbe.net/x2vnc.html
+ 188. http://freshmeat.net/projects/x2x/
+ 189. http://ftp.digital.com/pub/Digital/SRC/x2x/
+ 190. http://zapek.com/software/zvnc/
+ 191. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-visual
+ 192. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flashcmap
+ 193. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-notruecolor
+ 194. http://www.karlrunge.com/x11vnc/index.html#faq-8bpp
195. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 196. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 197. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 198. http://www.karlrunge.com/x11vnc/index.html#faq-overlays
- 199. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 200. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sid
- 201. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display
- 202. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
- 203. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flipbyteorder
- 204. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
- 205. http://www.karlrunge.com/x11vnc/index.html#xauth_pain
- 206. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
- 207. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
- 208. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query
- 209. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
- 210. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
- 211. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods
- 212. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_keys
- 213. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
- 214. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query
- 215. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
- 216. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-storepasswd
- 217. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
- 218. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
- 219. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewpasswd
- 220. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwd
- 221. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 222. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
- 223. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input
- 224. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
- 225. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-shared
- 226. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 227. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
- 228. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
- 229. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
- 230. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 231. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
- 232. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
- 233. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen
- 234. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
- 235. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 236. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
- 237. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 238. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen
- 239. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
- 240. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 241. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 196. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 197. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 198. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 199. http://www.karlrunge.com/x11vnc/index.html#faq-overlays
+ 200. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 201. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-sid
+ 202. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-display
+ 203. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
+ 204. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-flipbyteorder
+ 205. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+ 206. http://www.karlrunge.com/x11vnc/index.html#xauth_pain
+ 207. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
+ 208. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
+ 209. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query
+ 210. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
+ 211. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-bg
+ 212. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_mods
+ 213. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clear_keys
+ 214. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remote
+ 215. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-query
+ 216. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gui
+ 217. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-storepasswd
+ 218. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
+ 219. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
+ 220. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewpasswd
+ 221. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwd
+ 222. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 223. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
+ 224. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-input
+ 225. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-forever
+ 226. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-shared
+ 227. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 228. http://www.karlrunge.com/x11vnc/index.html#faq-passwd
+ 229. http://www.karlrunge.com/x11vnc/index.html#faq-passwdfile
+ 230. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
+ 231. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 232. http://www.karlrunge.com/x11vnc/index.html#faq-tcp_wrappers
+ 233. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+ 234. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen
+ 235. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
+ 236. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 237. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
+ 238. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 239. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-listen
+ 240. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-allow
+ 241. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
242. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 243. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 244. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
- 245. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
- 246. http://www.karlrunge.com/x11vnc/index.html#gateway_double_ssh
- 247. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 248. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
- 249. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
- 250. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewonly
- 251. ftp://ftp.x.org/
- 252. http://www.karlrunge.com/x11vnc/dtVncPopup
- 253. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
- 254. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
- 255. http://www.karlrunge.com/x11vnc/index.html#tunnelling
- 256. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
- 257. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
- 258. http://www.karlrunge.com/x11vnc/blockdpy.c
- 259. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
- 260. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
+ 243. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 244. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-localhost
+ 245. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbauth
+ 246. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-passwdfile
+ 247. http://www.karlrunge.com/x11vnc/index.html#gateway_double_ssh
+ 248. http://www.karlrunge.com/x11vnc/index.html#tunnelling
+ 249. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+ 250. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
+ 251. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-viewonly
+ 252. ftp://ftp.x.org/
+ 253. http://www.karlrunge.com/x11vnc/dtVncPopup
+ 254. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
+ 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/x11vnc_opts.html#opt-accept
+ 258. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-users
+ 259. http://www.karlrunge.com/x11vnc/blockdpy.c
+ 260. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-accept
261. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
- 262. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously
- 263. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
- 264. http://www.karlrunge.com/x11vnc/index.html#x11vnc_loop
- 265. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
- 266. http://www.karlrunge.com/x11vnc/index.html#dtlogin_solaris
- 267. http://www.jirka.org/gdm-documentation/x241.html
- 268. http://www.karlrunge.com/x11vnc/x11vnc_loop
- 269. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth
- 270. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd
- 271. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q
- 272. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
- 273. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
- 274. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
- 275. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vncconnect
- 276. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
- 277. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously
- 278. http://www.karlrunge.com/x11vnc/shm_clear
- 279. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
- 280. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
- 281. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
- 282. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nap
- 283. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
- 284. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
- 285. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs
- 286. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads
- 287. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
- 288. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 289. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid
- 290. http://www.tightvnc.com/
- 291. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
- 292. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-progressive
- 293. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs
- 294. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
- 295. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
- 296. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 297. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel
- 298. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor
- 299. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos
- 300. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
- 301. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_area
- 302. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_mem
- 303. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
- 304. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
- 305. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
- 306. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
- 307. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
+ 262. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-gone
+ 263. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously
+ 264. http://www.karlrunge.com/x11vnc/index.html#faq-inetd
+ 265. http://www.karlrunge.com/x11vnc/index.html#x11vnc_loop
+ 266. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+ 267. http://www.karlrunge.com/x11vnc/index.html#dtlogin_solaris
+ 268. http://www.jirka.org/gdm-documentation/x241.html
+ 269. http://www.karlrunge.com/x11vnc/x11vnc_loop
+ 270. http://www.karlrunge.com/x11vnc/index.html#faq-xterminal-xauth
+ 271. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-inetd
+ 272. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-q
+ 273. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-auth
+ 274. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-httpdir
+ 275. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-connect
+ 276. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-vncconnect
+ 277. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
+ 278. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
+ 279. http://www.karlrunge.com/x11vnc/index.html#display-manager-continuously
+ 280. http://www.karlrunge.com/x11vnc/shm_clear
+ 281. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
+ 282. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
+ 283. http://www.karlrunge.com/x11vnc/index.html#faq-noshm
+ 284. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nap
+ 285. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
+ 286. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
+ 287. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs
+ 288. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads
+ 289. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
+ 290. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 291. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-solid
+ 292. http://www.tightvnc.com/
+ 293. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
+ 294. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-progressive
+ 295. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fs
+ 296. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wait
+ 297. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-defer
+ 298. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 299. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel
+ 300. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor
+ 301. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos
+ 302. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
+ 303. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_area
+ 304. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xd_mem
+ 305. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noxdamage
+ 306. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
+ 307. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
308. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
- 309. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads
- 310. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
- 311. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect
- 312. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode
- 313. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
- 314. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 315. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 309. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nodragging
+ 310. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-pointer_mode
+ 311. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-threads
+ 312. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
+ 313. http://www.karlrunge.com/x11vnc/index.html#faq-scrollcopyrect
+ 314. http://www.karlrunge.com/x11vnc/index.html#faq-pointer-mode
+ 315. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
316. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 317. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
- 318. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
- 319. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
- 320. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wirecopyrect
- 321. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
- 322. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen
- 323. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scr_skip
- 324. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale
- 325. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
- 326. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
- 327. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
- 328. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
- 329. http://www.karlrunge.com/x11vnc/index.html#the-overlay-mode
- 330. http://www.karlrunge.com/x11vnc/index.html#solaris10-build
- 331. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
- 332. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphacut
- 333. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphafrac
- 334. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alpharemove
- 335. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape
- 336. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noalphablend
- 337. http://www.tightvnc.com/
- 338. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor
- 339. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursorpos
- 340. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos
- 341. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape
- 342. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap
- 343. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_pointer
+ 317. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 318. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 319. http://www.karlrunge.com/x11vnc/index.html#fb_read_slow
+ 320. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
+ 321. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wireframe
+ 322. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-wirecopyrect
+ 323. http://www.karlrunge.com/x11vnc/index.html#faq-wireframe
+ 324. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-fixscreen
+ 325. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scr_skip
+ 326. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale
+ 327. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scrollcopyrect
+ 328. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
+ 329. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursor
+ 330. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-overlay
+ 331. http://www.karlrunge.com/x11vnc/index.html#the-overlay-mode
+ 332. http://www.karlrunge.com/x11vnc/index.html#solaris10-build
+ 333. http://www.karlrunge.com/x11vnc/index.html#faq-xfixes-alpha-hacks
+ 334. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphacut
+ 335. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alphafrac
+ 336. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-alpharemove
+ 337. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape
+ 338. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noalphablend
+ 339. http://www.tightvnc.com/
+ 340. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursor
+ 341. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-cursorpos
+ 342. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorpos
+ 343. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nocursorshape
344. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap
- 345. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
- 346. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
- 347. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
- 348. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard
- 349. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
- 350. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 351. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
- 352. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard
- 353. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
- 354. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
- 355. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes
- 356. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 357. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
+ 345. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_pointer
+ 346. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-buttonmap
+ 347. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
+ 348. http://www.karlrunge.com/x11vnc/index.html#faq-greaterless
+ 349. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
+ 350. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard
+ 351. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
+ 352. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 353. http://www.karlrunge.com/x11vnc/index.html#faq-xkbmodtweak
+ 354. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-debug_keyboard
+ 355. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-modtweak
+ 356. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xkb
+ 357. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-skip_keycodes
358. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
359. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
- 360. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat
- 361. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat
- 362. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
- 363. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 364. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 360. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 361. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-add_keysyms
+ 362. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat
+ 363. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-norepeat
+ 364. http://www.karlrunge.com/x11vnc/index.html#faq-display-manager
365. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
366. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
- 367. http://www.karlrunge.com/x11vnc/index.html#faq-scaling
- 368. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale
- 369. http://www.cus.cam.ac.uk/~ssb22/source/vnc-magnification.html
- 370. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport
- 371. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale_cursor
- 372. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-blackout
- 373. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama
- 374. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer
- 375. http://www.karlrunge.com/x11vnc/index.html#faq-solshm
- 376. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
- 377. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
- 378. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clip
- 379. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 380. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 381. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xrandr
- 382. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-padgeom
- 383. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 384. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
+ 367. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 368. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-remap
+ 369. http://www.karlrunge.com/x11vnc/index.html#faq-scaling
+ 370. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale
+ 371. http://www.cus.cam.ac.uk/~ssb22/source/vnc-magnification.html
+ 372. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-rfbport
+ 373. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-scale_cursor
+ 374. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-blackout
+ 375. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xinerama
+ 376. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xwarppointer
+ 377. http://www.karlrunge.com/x11vnc/index.html#faq-solshm
+ 378. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-onetile
+ 379. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noshm
+ 380. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-clip
+ 381. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 382. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 383. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-xrandr
+ 384. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-padgeom
385. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 386. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
- 387. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
- 388. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
- 389. http://www.karlrunge.com/x11vnc/index.html#faq-vmware
- 390. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel
- 391. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noprimary
- 392. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nobell
- 393. mailto:xvml@karlrunge.com
+ 386. http://www.karlrunge.com/x11vnc/index.html#faq-rawfb
+ 387. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
+ 388. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-id
+ 389. http://www.karlrunge.com/x11vnc/index.html#faq-xvfb
+ 390. http://www.karlrunge.com/x11vnc/index.html#faq-linuxvc
+ 391. http://www.karlrunge.com/x11vnc/index.html#faq-vmware
+ 392. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nosel
+ 393. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-noprimary
+ 394. http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-nobell
+ 395. mailto:xvml@karlrunge.com
=======================================================================
@@ -4515,7 +4541,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.7.2 lastmod: 2005-06-21
+x11vnc: allow VNC connections to real X11 displays. 0.7.2 lastmod: 2005-06-25
x11vnc options:
-display disp -auth file
@@ -4546,31 +4572,32 @@ x11vnc options:
-q -bg
-modtweak -nomodtweak
-xkb -noxkb
- -skip_keycodes string -skip_dups
- -noskip_dups -add_keysyms
- -noadd_keysyms -clear_mods
- -clear_keys -remap string
- -norepeat -repeat
- -nofb -nobell
- -nosel -noprimary
- -seldir string -cursor [mode]
- -nocursor -arrow n
- -noxfixes -alphacut n
- -alphafrac fraction -alpharemove
- -noalphablend -nocursorshape
- -cursorpos -nocursorpos
- -xwarppointer -buttonmap string
- -nodragging -wireframe [str]
- -nowireframe -wirecopyrect mode
- -nowirecopyrect -debug_wireframe
- -scrollcopyrect mode -noscrollcopyrect
- -scr_area n -scr_skip list
- -scr_inc list -scr_keys list
- -scr_term list -scr_keyrepeat lo-hi
- -scr_parms string -fixscreen string
- -debug_scroll -noxrecord
- -pointer_mode n -input_skip n
- -speeds rd,bw,lat -debug_pointer
+ -skip_keycodes string -sloppy_keys
+ -skip_dups -noskip_dups
+ -add_keysyms -noadd_keysyms
+ -clear_mods -clear_keys
+ -remap string -norepeat
+ -repeat -nofb
+ -nobell -nosel
+ -noprimary -seldir string
+ -cursor [mode] -nocursor
+ -arrow n -noxfixes
+ -alphacut n -alphafrac fraction
+ -alpharemove -noalphablend
+ -nocursorshape -cursorpos
+ -nocursorpos -xwarppointer
+ -buttonmap string -nodragging
+ -wireframe [str] -nowireframe
+ -wirecopyrect mode -nowirecopyrect
+ -debug_wireframe -scrollcopyrect mode
+ -noscrollcopyrect -scr_area n
+ -scr_skip list -scr_inc list
+ -scr_keys list -scr_term list
+ -scr_keyrepeat lo-hi -scr_parms string
+ -fixscreen string -debug_scroll
+ -noxrecord -pointer_mode n
+ -input_skip n -speeds rd,bw,lat
+ -wmdt string -debug_pointer
-debug_keyboard -defer time
-wait time -wait_ui factor
-nowait_bog -readtimeout n
@@ -4614,7 +4641,7 @@ libvncserver options:
% x11vnc -help
-x11vnc: allow VNC connections to real X11 displays. 0.7.2 lastmod: 2005-06-21
+x11vnc: allow VNC connections to real X11 displays. 0.7.2 lastmod: 2005-06-25
Typical usage is:
@@ -5139,6 +5166,13 @@ Options:
when ambiguities exist (more than one Keycode per
Keysym). Run 'xmodmap -pk' to see your keymapping.
Example: "-skip_keycodes 94,114"
+-sloppy_keys Experimental option that tries to correct some
+ "sloppy" key behavior. E.g. if at the viewer you
+ press Shift+Key but then release the Shift before
+ Key that could give rise to extra unwanted characters
+ (usually only between keyboards of different languages).
+ Only use this option if you observe problems with
+ some keystrokes. This option may be extended.
-skip_dups Some VNC viewers send impossible repeated key events,
-noskip_dups e.g. key-down, key-down, key-up, key-up all for the same
key, or 20 downs in a row for the same modifier key!
@@ -5750,8 +5784,6 @@ Options:
e.g. "-speeds ,100,15", then the internal scheme is
used to estimate the empty value(s).
- Note: use this option is currently NOT FINISHED.
-
Typical PC video cards have read rates of 5-10 MB/sec.
If the framebuffer is in main memory instead of video
h/w (e.g. SunRay, shadowfb, Xvfb), the read rate may
@@ -5765,6 +5797,15 @@ Options:
e.g. "-speeds modem". The aliases are: "modem" for
6,4,200; "dsl" for 6,100,50; and "lan" for 6,5000,1
+-wmdt string For some features, e.g. -wireframe and -scrollcopyrect,
+ x11vnc has to work around issues for certain window
+ managers or desktops (currently kde and xfce).
+ By default it tries to guess which one, but it can
+ guess incorrectly. Use this option to indicate which
+ wm/dt. "string" can be "gnome", "kde", "cde",
+ "xfce", or "root" (classic X wm). Anything else
+ is interpreted as "root".
+
-debug_pointer Print debugging output for every pointer event.
-debug_keyboard Print debugging output for every keyboard event.
Same as -dp and -dk, respectively. Use multiple
@@ -6104,6 +6145,8 @@ Options:
xkb enable -xkb modtweak mode.
noxkb disable -xkb modtweak mode.
skip_keycodes:str enable -xkb -skip_keycodes "str".
+ sloppy_keys enable -sloppy_keys mode.
+ nosloppy_keys disable -sloppy_keys mode.
skip_dups enable -skip_dups mode.
noskip_dups disable -skip_dups mode.
add_keysyms enable -add_keysyms mode.
@@ -6174,6 +6217,7 @@ Options:
pointer_mode:n set -pointer_mode to n. same as "pm"
input_skip:n set -input_skip to n.
speeds:str set -speeds to str.
+ wmdt:str set -wmdt to str.
debug_pointer enable -debug_pointer, same as "dp"
nodebug_pointer disable -debug_pointer, same as "nodp"
debug_keyboard enable -debug_keyboard, same as "dk"
@@ -6273,23 +6317,24 @@ Options:
noflipbyteorder onetile noonetile solid_color solid
nosolid blackout xinerama noxinerama xtrap noxtrap
xrandr noxrandr xrandr_mode padgeom quiet q noquiet
- modtweak nomodtweak xkb noxkb skip_keycodes skip_dups
- noskip_dups add_keysyms noadd_keysyms clear_mods
- noclear_mods clear_keys noclear_keys remap repeat
- norepeat fb nofb bell nobell sel nosel primary
- noprimary seldir cursorshape nocursorshape cursorpos
- nocursorpos cursor show_cursor noshow_cursor nocursor
- arrow xfixes noxfixes xdamage noxdamage xd_area xd_mem
- alphacut alphafrac alpharemove noalpharemove alphablend
- noalphablend xwarppointer xwarp noxwarppointer noxwarp
- buttonmap dragging nodragging wireframe_mode wireframe
- wf nowireframe nowf wirecopyrect wcr nowirecopyrect
- nowcr scr_area scr_skip scr_inc scr_keys scr_term
- scr_keyrepeat scr_parms scrollcopyrect scr
- noscrollcopyrect noscr fixscreen noxrecord xrecord
- reset_record pointer_mode pm input_skip input
- client_input speeds debug_pointer dp nodebug_pointer
- nodp debug_keyboard dk nodebug_keyboard nodk deferupdate
+ modtweak nomodtweak xkb noxkb skip_keycodes sloppy_keys
+ nosloppy_keys skip_dups noskip_dups add_keysyms
+ noadd_keysyms clear_mods noclear_mods clear_keys
+ noclear_keys remap repeat norepeat fb nofb bell
+ nobell sel nosel primary noprimary seldir cursorshape
+ nocursorshape cursorpos nocursorpos cursor show_cursor
+ noshow_cursor nocursor arrow xfixes noxfixes xdamage
+ noxdamage xd_area xd_mem alphacut alphafrac alpharemove
+ noalpharemove alphablend noalphablend xwarppointer
+ xwarp noxwarppointer noxwarp buttonmap dragging
+ nodragging wireframe_mode wireframe wf nowireframe
+ nowf wirecopyrect wcr nowirecopyrect nowcr scr_area
+ scr_skip scr_inc scr_keys scr_term scr_keyrepeat
+ scr_parms scrollcopyrect scr noscrollcopyrect
+ noscr fixscreen noxrecord xrecord reset_record
+ pointer_mode pm input_skip input client_input
+ speeds wmdt debug_pointer dp nodebug_pointer nodp
+ debug_keyboard dk nodebug_keyboard nodk deferupdate
defer wait_ui wait_bog nowait_bog wait readtimeout
nap nonap sb screen_blank fs gaps grow fuzz snapfb
nosnapfb rawfb progressive rfbport http nohttp httpport
diff --git a/x11vnc/tkx11vnc b/x11vnc/tkx11vnc
index af24fea..724b6a1 100755
--- a/x11vnc/tkx11vnc
+++ b/x11vnc/tkx11vnc
@@ -132,11 +132,13 @@ Screen
Keyboard
=D norepeat
=D add_keysyms
- skip_keycodes:
- skip_dups
modtweak
xkb
--
+ skip_keycodes:
+ sloppy_keys
+ skip_dups
+ --
=FP remap:
--
clear_mods
@@ -196,6 +198,7 @@ Misc
readtimeout:
snapfb
threads
+ wmdt:
Debugging
debug_pointer
diff --git a/x11vnc/tkx11vnc.h b/x11vnc/tkx11vnc.h
index e841c9b..239b6be 100644
--- a/x11vnc/tkx11vnc.h
+++ b/x11vnc/tkx11vnc.h
@@ -138,11 +138,13 @@
"Keyboard\n"
" =D norepeat\n"
" =D add_keysyms\n"
-" skip_keycodes:\n"
-" skip_dups\n"
" modtweak\n"
" xkb\n"
" --\n"
+" skip_keycodes:\n"
+" sloppy_keys\n"
+" skip_dups\n"
+" --\n"
" =FP remap:\n"
" --\n"
" clear_mods\n"
@@ -202,6 +204,7 @@
" readtimeout:\n"
" snapfb\n"
" threads\n"
+" wmdt:\n"
"\n"
"Debugging\n"
" debug_pointer\n"
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1
index a364c78..4719a0a 100644
--- a/x11vnc/x11vnc.1
+++ b/x11vnc/x11vnc.1
@@ -2,7 +2,7 @@
.TH X11VNC "1" "June 2005" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
- version: 0.7.2, lastmod: 2005-06-21
+ version: 0.7.2, lastmod: 2005-06-25
.SH SYNOPSIS
.B x11vnc
[OPTION]...
@@ -720,6 +720,16 @@ when ambiguities exist (more than one Keycode per
Keysym). Run 'xmodmap \fB-pk'\fR to see your keymapping.
Example: "\fB-skip_keycodes\fR \fI94,114\fR"
.PP
+\fB-sloppy_keys\fR
+.IP
+Experimental option that tries to correct some
+"sloppy" key behavior. E.g. if at the viewer you
+press Shift+Key but then release the Shift before
+Key that could give rise to extra unwanted characters
+(usually only between keyboards of different languages).
+Only use this option if you observe problems with
+some keystrokes. This option may be extended.
+.PP
\fB-skip_dups,\fR \fB-noskip_dups\fR
.IP
Some VNC viewers send impossible repeated key events,
@@ -1435,8 +1445,6 @@ milliseconds, respectively. If a value is left blank,
e.g. "\fB-speeds\fR \fI,100,15\fR", then the internal scheme is
used to estimate the empty value(s).
.IP
-Note: use this option is currently NOT FINISHED.
-.IP
Typical PC video cards have read rates of 5-10 MB/sec.
If the framebuffer is in main memory instead of video
h/w (e.g. SunRay, shadowfb, Xvfb), the read rate may
@@ -1451,6 +1459,17 @@ For convenience there are some aliases provided,
e.g. "\fB-speeds\fR \fImodem\fR". The aliases are: "modem" for
6,4,200; "dsl" for 6,100,50; and "lan" for 6,5000,1
.PP
+\fB-wmdt\fR \fIstring\fR
+.IP
+For some features, e.g. \fB-wireframe\fR and \fB-scrollcopyrect,\fR
+x11vnc has to work around issues for certain window
+managers or desktops (currently kde and xfce).
+By default it tries to guess which one, but it can
+guess incorrectly. Use this option to indicate which
+wm/dt. \fIstring\fR can be "gnome", "kde", "cde",
+"xfce", or "root" (classic X wm). Anything else
+is interpreted as "root".
+.PP
\fB-debug_pointer\fR
.IP
Print debugging output for every pointer event.
@@ -1938,6 +1957,10 @@ noxkb disable \fB-xkb\fR modtweak mode.
.IP
skip_keycodes:str enable \fB-xkb\fR \fB-skip_keycodes\fR "str".
.IP
+sloppy_keys enable \fB-sloppy_keys\fR mode.
+.IP
+nosloppy_keys disable \fB-sloppy_keys\fR mode.
+.IP
skip_dups enable \fB-skip_dups\fR mode.
.IP
noskip_dups disable \fB-skip_dups\fR mode.
@@ -2068,6 +2091,8 @@ input_skip:n set \fB-input_skip\fR to n.
.IP
speeds:str set \fB-speeds\fR to str.
.IP
+wmdt:str set \fB-wmdt\fR to str.
+.IP
debug_pointer enable \fB-debug_pointer,\fR same as "dp"
.IP
nodebug_pointer disable \fB-debug_pointer,\fR same as "nodp"
@@ -2233,23 +2258,24 @@ lookup nolookup accept gone shm noshm flipbyteorder
noflipbyteorder onetile noonetile solid_color solid
nosolid blackout xinerama noxinerama xtrap noxtrap
xrandr noxrandr xrandr_mode padgeom quiet q noquiet
-modtweak nomodtweak xkb noxkb skip_keycodes skip_dups
-noskip_dups add_keysyms noadd_keysyms clear_mods
-noclear_mods clear_keys noclear_keys remap repeat
-norepeat fb nofb bell nobell sel nosel primary
-noprimary seldir cursorshape nocursorshape cursorpos
-nocursorpos cursor show_cursor noshow_cursor nocursor
-arrow xfixes noxfixes xdamage noxdamage xd_area xd_mem
-alphacut alphafrac alpharemove noalpharemove alphablend
-noalphablend xwarppointer xwarp noxwarppointer noxwarp
-buttonmap dragging nodragging wireframe_mode wireframe
-wf nowireframe nowf wirecopyrect wcr nowirecopyrect
-nowcr scr_area scr_skip scr_inc scr_keys scr_term
-scr_keyrepeat scr_parms scrollcopyrect scr
-noscrollcopyrect noscr fixscreen noxrecord xrecord
-reset_record pointer_mode pm input_skip input
-client_input speeds debug_pointer dp nodebug_pointer
-nodp debug_keyboard dk nodebug_keyboard nodk deferupdate
+modtweak nomodtweak xkb noxkb skip_keycodes sloppy_keys
+nosloppy_keys skip_dups noskip_dups add_keysyms
+noadd_keysyms clear_mods noclear_mods clear_keys
+noclear_keys remap repeat norepeat fb nofb bell
+nobell sel nosel primary noprimary seldir cursorshape
+nocursorshape cursorpos nocursorpos cursor show_cursor
+noshow_cursor nocursor arrow xfixes noxfixes xdamage
+noxdamage xd_area xd_mem alphacut alphafrac alpharemove
+noalpharemove alphablend noalphablend xwarppointer
+xwarp noxwarppointer noxwarp buttonmap dragging
+nodragging wireframe_mode wireframe wf nowireframe
+nowf wirecopyrect wcr nowirecopyrect nowcr scr_area
+scr_skip scr_inc scr_keys scr_term scr_keyrepeat
+scr_parms scrollcopyrect scr noscrollcopyrect
+noscr fixscreen noxrecord xrecord reset_record
+pointer_mode pm input_skip input client_input
+speeds wmdt debug_pointer dp nodebug_pointer nodp
+debug_keyboard dk nodebug_keyboard nodk deferupdate
defer wait_ui wait_bog nowait_bog wait readtimeout
nap nonap sb screen_blank fs gaps grow fuzz snapfb
nosnapfb rawfb progressive rfbport http nohttp httpport
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c
index 06c6595..dd13bc2 100644
--- a/x11vnc/x11vnc.c
+++ b/x11vnc/x11vnc.c
@@ -382,7 +382,7 @@ double xdamage_scheduled_mark = 0.0;
sraRegionPtr xdamage_scheduled_mark_region = NULL;
/* date +'lastmod: %Y-%m-%d' */
-char lastmod[] = "0.7.2 lastmod: 2005-06-21";
+char lastmod[] = "0.7.2 lastmod: 2005-06-25";
int hack_val = 0;
/* X display info */
@@ -576,6 +576,8 @@ void check_padded_fb(void);
void clean_up_exit(int);
void clear_modifiers(int init);
void clear_keys(void);
+void init_track_keycode_state(void);
+void get_keystate(int *);
int copy_screen(void);
void check_black_fb(void);
void do_new_fb(int);
@@ -765,6 +767,8 @@ int use_solid_bg = 0; /* -solid */
char *solid_str = NULL;
char *solid_default = "cyan4";
+char *wmdt_str = NULL; /* -wmdt */
+
#define LATENCY0 20 /* 20ms */
#define NETRATE0 20 /* 20KB/sec */
char *speeds_str = NULL; /* -speeds TBD */
@@ -1021,6 +1025,7 @@ int use_xkb_modtweak = 0; /* -xkb */
#endif
int skip_duplicate_key_events = SKIPDUPS;
char *skip_keycodes = NULL;
+int sloppy_keys = 0;
#ifndef ADDKEYSYMS
#define ADDKEYSYMS 1
#endif
@@ -2664,6 +2669,24 @@ void copy_image(XImage *dest, int x, int y, unsigned int w, unsigned int h) {
rfbLog("skipped input: %s\n", str); \
}
+int keycode_state[256];
+
+void init_track_keycode_state(void) {
+ int i;
+ for (i=0; i<256; i++) {
+ keycode_state[i] = 0;
+ }
+ get_keystate(keycode_state);
+}
+
+void upup_downdown_warning(KeyCode key, Bool down) {
+ if ((down ? 1:0) == keycode_state[(int) key]) {
+ rfbLog("XTestFakeKeyEvent: keycode=0x%x \"%s\" is *already* "
+ "%s\n", key, XKeysymToString(XKeycodeToKeysym(dpy, key, 0)),
+ down ? "down":"up");
+ }
+}
+
/*
* wrappers for XTestFakeKeyEvent, etc..
* also for XTrap equivalents XESimulateXEventRequest
@@ -2682,6 +2705,10 @@ void XTRAP_FakeKeyEvent_wr(Display* dpy, KeyCode key, Bool down,
#if LIBVNCSERVER_HAVE_LIBXTRAP
XESimulateXEventRequest(trap_ctx, down ? KeyPress : KeyRelease,
key, 0, 0, 0);
+ if (debug_keyboard) {
+ upup_downdown_warning(key, down);
+ }
+ keycode_state[(int) key] = down ? 1 : 0;
#else
DEBUG_SKIPPED_INPUT(debug_keyboard, "keyboard: no-XTRAP-build");
#endif
@@ -2689,11 +2716,16 @@ void XTRAP_FakeKeyEvent_wr(Display* dpy, KeyCode key, Bool down,
void XTestFakeKeyEvent_wr(Display* dpy, KeyCode key, Bool down,
unsigned long delay) {
+ static int first = 1;
if (debug_keyboard) {
rfbLog("XTestFakeKeyEvent(dpy, keycode=0x%x \"%s\", %s)\n",
key, XKeysymToString(XKeycodeToKeysym(dpy, key, 0)),
down ? "down":"up");
}
+ if (first) {
+ init_track_keycode_state();
+ first = 0;
+ }
if (down) {
last_keyboard_keycode = -key;
} else {
@@ -2715,6 +2747,10 @@ void XTestFakeKeyEvent_wr(Display* dpy, KeyCode key, Bool down,
}
#if LIBVNCSERVER_HAVE_XTEST
XTestFakeKeyEvent(dpy, key, down, delay);
+ if (debug_keyboard) {
+ upup_downdown_warning(key, down);
+ }
+ keycode_state[(int) key] = down ? 1 : 0;
#endif
}
@@ -6798,7 +6834,7 @@ void check_new_clients(void) {
/*
* Routine to retreive current state keyboard. 1 means down, 0 up.
*/
-static void get_keystate(int *keystate) {
+void get_keystate(int *keystate) {
int i, k;
char keys[32];
@@ -6900,7 +6936,7 @@ int track_mod_state(rfbKeySym keysym, rfbBool down, rfbBool set) {
KeySym sym = (KeySym) keysym;
static rfbBool isdown[NSIMPLE_MODS];
static int first = 1;
- int i;
+ int i, cnt = 0;
/*
* simple tracking method for the modifier state without
@@ -6908,7 +6944,8 @@ int track_mod_state(rfbKeySym keysym, rfbBool down, rfbBool set) {
* pressed on the physical display.
*
* This is unrelated to our mod_tweak and xkb stuff.
- * Just a simple thing for heuristics, etc.
+ * Just a simple thing for wireframe/scroll heuristics,
+ * sloppy keys etc.
*/
if (first) {
@@ -6942,13 +6979,13 @@ int track_mod_state(rfbKeySym keysym, rfbBool down, rfbBool set) {
}
}
- /* called with NoSymbol: return 1 if any pressed: */
+ /* called with NoSymbol: return number currently pressed: */
for (i=0; i<NSIMPLE_MODS; i++) {
if (isdown[i]) {
- return 1;
+ cnt++;
}
}
- return 0;
+ return cnt;
}
/*
@@ -8082,6 +8119,58 @@ xkbmodifiers[] For the KeySym bound to this (keycode,group,level) store
}
}
+int sloppy_key_check(int key, rfbBool down, rfbKeySym keysym, int *new) {
+ if (!sloppy_keys) {
+ return 0;
+ }
+
+ if (!down && !keycode_state[key] && !IsModifierKey(keysym)) {
+ int i, cnt = 0, downkey;
+ int nmods_down = track_mod_state(NoSymbol, FALSE, FALSE);
+ int mods_down[256];
+
+ if (nmods_down) {
+ /* tracking to skip down modifier keycodes. */
+ for(i=0; i<256; i++) {
+ mods_down[i] = 0;
+ }
+ i = 0;
+ while (simple_mods[i] != NoSymbol) {
+ KeySym ksym = simple_mods[i];
+ KeyCode k = XKeysymToKeycode(dpy, ksym);
+ if (k != NoSymbol && keycode_state[(int) k]) {
+ mods_down[(int) k] = 1;
+ }
+
+ i++;
+ }
+ }
+ /*
+ * the keycode is already up... look for a single one
+ * (non modifier) that is down
+ */
+ for (i=0; i<256; i++) {
+ if (keycode_state[i]) {
+ if (nmods_down && mods_down[i]) {
+ continue;
+ }
+ cnt++;
+ downkey = i;
+ }
+ }
+ if (cnt == 1) {
+ if (debug_keyboard) {
+ fprintf(stderr, " sloppy_keys: %d/0x%x "
+ "-> %d/0x%x (nmods: %d)\n", (int) key,
+ (int) key, downkey, downkey, nmods_down);
+ }
+ *new = downkey;
+ return 1;
+ }
+ }
+ return 0;
+}
+
/*
* Called on user keyboard input. Try to solve the reverse mapping
* problem: KeySym (from VNC client) => KeyCode(s) to press to generate
@@ -8270,6 +8359,18 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
/* throw in some minimization of lvl too: */
myscore += 2*lvl_f[l] + grp_f[l];
+ /*
+ * XXX since we now internally track
+ * keycode_state[], we could throw that into
+ * the score as well. I.e. if it is already
+ * down, it is pointless to think we can
+ * press it down further! E.g.
+ * myscore += 1000 * keycode_state[kc_f[l]];
+ * Also could watch multiple modifier
+ * problem, e.g. Shift+key -> Alt
+ * keycode = 125 on my keyboard.
+ */
+
score[l] = myscore;
if (debug_keyboard > 1) {
fprintf(stderr, " *** score for "
@@ -8290,6 +8391,7 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
state = state_f[best];
} else {
+ /* up */
Kc_f = -1;
if (keysym == Ks_last_down) {
int l;
@@ -8300,6 +8402,25 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
}
}
}
+ if (Kc_f == -1) {
+ int l;
+ /*
+ * If it is already down, that is
+ * a great hint. Use it.
+ *
+ * note: keycode_state in internal and
+ * ignores someone pressing keys on the
+ * physical display (but is updated
+ * periodically to clean out stale info).
+ */
+ for (l=0; l < found; l++) {
+ int key = (int) kc_f[l];
+ if (keycode_state[key]) {
+ Kc_f = kc_f[l];
+ break;
+ }
+ }
+ }
if (Kc_f == -1) {
/* hope for the best... XXX check mods */
@@ -8328,6 +8449,13 @@ static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym,
Kc_f, Kc_last_down);
}
+ if (sloppy_keys) {
+ int new_kc;
+ if (sloppy_key_check(Kc_f, down, keysym, &new_kc)) {
+ Kc_f = new_kc;
+ }
+ }
+
if (down) {
/*
* need to set up the mods for tweaking and other workarounds
@@ -8977,6 +9105,14 @@ static void modifier_tweak_keyboard(rfbBool down, rfbKeySym keysym,
k = new_kc;
}
}
+
+ if (sloppy_keys) {
+ int new_kc;
+ if (sloppy_key_check((int) k, down, keysym, &new_kc)) {
+ k = (KeyCode) new_kc;
+ }
+ }
+
if (debug_keyboard) {
rfbLog("modifier_tweak_keyboard: KeySym 0x%x \"%s\" -> "
"KeyCode 0x%x%s\n", (int) keysym, XKeysymToString(keysym),
@@ -11316,7 +11452,28 @@ void sync_tod_with_servertime() {
}
}
-void check_autorepeat() {
+void check_keycode_state(void) {
+ static time_t last_check = 0;
+ int delay = 10, noinput = 3;
+ time_t now = time(0);
+
+ if (! client_count) {
+ return;
+ }
+ /*
+ * periodically update our model of the keycode_state[]
+ * by correlating with the Xserver. wait for a pause in
+ * keyboard input to be on the safe side. the idea here
+ * is to remove stale keycode state, not to be perfectly
+ * in sync with the Xserver at every instant of time.
+ */
+ if (now > last_check + delay && now > last_keyboard_input + noinput) {
+ init_track_keycode_state();
+ last_check = now;
+ }
+}
+
+void check_autorepeat(void) {
static time_t last_check = 0;
time_t now = time(0);
int autorepeat_is_on, autorepeat_initially_on, idle_timeout = 300;
@@ -13443,6 +13600,21 @@ char *process_remote_cmd(char *cmd, int stringonly) {
skip_keycodes = strdup(p);
initialize_modtweak();
+ } else if (!strcmp(p, "sloppy_keys")) {
+ if (query) {
+ snprintf(buf, bufn, "ans=%s:%d", p, sloppy_keys);
+ goto qry;
+ }
+ sloppy_keys += 1;
+ rfbLog("remote_cmd: set sloppy_keys to: %d\n", sloppy_keys);
+ } else if (!strcmp(p, "nosloppy_keys")) {
+ if (query) {
+ snprintf(buf, bufn, "ans=%s:%d", p, !sloppy_keys);
+ goto qry;
+ }
+ sloppy_keys = 0;
+ rfbLog("remote_cmd: set sloppy_keys to: %d\n", sloppy_keys);
+
} else if (!strcmp(p, "skip_dups")) {
if (query) {
snprintf(buf, bufn, "ans=%s:%d", p,
@@ -14412,6 +14584,19 @@ char *process_remote_cmd(char *cmd, int stringonly) {
rfbLog("remote_cmd: setting -speeds to:\n\t'%s'\n", p);
initialize_speeds();
+ } else if (strstr(p, "wmdt") == p) {
+ COLON_CHECK("wmdt:")
+ if (query) {
+ snprintf(buf, bufn, "ans=%s%s%s", p, co,
+ NONUL(wmdt_str));
+ goto qry;
+ }
+ p += strlen("wmdt:");
+ if (wmdt_str) free(wmdt_str);
+ wmdt_str = strdup(p);
+
+ rfbLog("remote_cmd: setting -wmdt to: %s\n", p);
+
} else if (!strcmp(p, "debug_pointer") || !strcmp(p, "dp")) {
if (query) {
snprintf(buf, bufn, "ans=%s:%d", p, debug_pointer);
@@ -19762,6 +19947,25 @@ void solid_kde(char *color) {
char *guess_desktop() {
Atom prop;
+
+ if (wmdt_str && *wmdt_str != '\0') {
+ char *s = wmdt_str;
+ lowercase(s);
+ if (strstr(s, "xfce")) {
+ return "xfce";
+ }
+ if (strstr(s, "gnome") || strstr(s, "metacity")) {
+ return "gnome";
+ }
+ if (strstr(s, "kde") || strstr(s, "kwin")) {
+ return "kde";
+ }
+ if (strstr(s, "cde")) {
+ return "cde";
+ }
+ return "root";
+ }
+
prop = XInternAtom(dpy, "XFCE_DESKTOP_WINDOW", True);
if (prop != None) return "xfce";
@@ -26193,7 +26397,11 @@ int wireframe_mod_state() {
return 0;
}
if (!strcmp(wireframe_mods, "all")) {
- return track_mod_state(NoSymbol, FALSE, FALSE);
+ if (track_mod_state(NoSymbol, FALSE, FALSE)) {
+ return 1;
+ } else {
+ return 0;
+ }
} else if (!strcmp(wireframe_mods, "Alt")) {
if (track_mod_state(XK_Alt_L, FALSE, FALSE) == 1) {
@@ -28198,6 +28406,7 @@ if (debug_scroll) fprintf(stderr, "watch_loop: LOOP-BACK: %d\n", ret);
check_new_clients();
check_xevents();
check_autorepeat();
+ check_keycode_state();
check_connect_inputs();
check_padded_fb();
check_fixscreen();
@@ -28834,6 +29043,13 @@ static void print_help(int mode) {
" when ambiguities exist (more than one Keycode per\n"
" Keysym). Run 'xmodmap -pk' to see your keymapping.\n"
" Example: \"-skip_keycodes 94,114\"\n"
+"-sloppy_keys Experimental option that tries to correct some\n"
+" \"sloppy\" key behavior. E.g. if at the viewer you\n"
+" press Shift+Key but then release the Shift before\n"
+" Key that could give rise to extra unwanted characters\n"
+" (usually only between keyboards of different languages).\n"
+" Only use this option if you observe problems with\n"
+" some keystrokes. This option may be extended.\n"
"-skip_dups Some VNC viewers send impossible repeated key events,\n"
"-noskip_dups e.g. key-down, key-down, key-up, key-up all for the same\n"
" key, or 20 downs in a row for the same modifier key!\n"
@@ -29453,8 +29669,6 @@ static void print_help(int mode) {
" e.g. \"-speeds ,100,15\", then the internal scheme is\n"
" used to estimate the empty value(s).\n"
"\n"
-" Note: use this option is currently NOT FINISHED.\n"
-"\n"
" Typical PC video cards have read rates of 5-10 MB/sec.\n"
" If the framebuffer is in main memory instead of video\n"
" h/w (e.g. SunRay, shadowfb, Xvfb), the read rate may\n"
@@ -29468,6 +29682,15 @@ static void print_help(int mode) {
" e.g. \"-speeds modem\". The aliases are: \"modem\" for\n"
" 6,4,200; \"dsl\" for 6,100,50; and \"lan\" for 6,5000,1\n"
"\n"
+"-wmdt string For some features, e.g. -wireframe and -scrollcopyrect,\n"
+" x11vnc has to work around issues for certain window\n"
+" managers or desktops (currently kde and xfce).\n"
+" By default it tries to guess which one, but it can\n"
+" guess incorrectly. Use this option to indicate which\n"
+" wm/dt. \"string\" can be \"gnome\", \"kde\", \"cde\",\n"
+" \"xfce\", or \"root\" (classic X wm). Anything else\n"
+" is interpreted as \"root\".\n"
+"\n"
"-debug_pointer Print debugging output for every pointer event.\n"
"-debug_keyboard Print debugging output for every keyboard event.\n"
" Same as -dp and -dk, respectively. Use multiple\n"
@@ -29815,6 +30038,8 @@ static void print_help(int mode) {
" xkb enable -xkb modtweak mode.\n"
" noxkb disable -xkb modtweak mode.\n"
" skip_keycodes:str enable -xkb -skip_keycodes \"str\".\n"
+" sloppy_keys enable -sloppy_keys mode.\n"
+" nosloppy_keys disable -sloppy_keys mode.\n"
" skip_dups enable -skip_dups mode.\n"
" noskip_dups disable -skip_dups mode.\n"
" add_keysyms enable -add_keysyms mode.\n"
@@ -29884,6 +30109,7 @@ static void print_help(int mode) {
" pointer_mode:n set -pointer_mode to n. same as \"pm\"\n"
" input_skip:n set -input_skip to n.\n"
" speeds:str set -speeds to str.\n"
+" wmdt:str set -wmdt to str.\n"
" debug_pointer enable -debug_pointer, same as \"dp\"\n"
" nodebug_pointer disable -debug_pointer, same as \"nodp\"\n"
" debug_keyboard enable -debug_keyboard, same as \"dk\"\n"
@@ -29983,23 +30209,24 @@ static void print_help(int mode) {
" noflipbyteorder onetile noonetile solid_color solid\n"
" nosolid blackout xinerama noxinerama xtrap noxtrap\n"
" xrandr noxrandr xrandr_mode padgeom quiet q noquiet\n"
-" modtweak nomodtweak xkb noxkb skip_keycodes skip_dups\n"
-" noskip_dups add_keysyms noadd_keysyms clear_mods\n"
-" noclear_mods clear_keys noclear_keys remap repeat\n"
-" norepeat fb nofb bell nobell sel nosel primary\n"
-" noprimary seldir cursorshape nocursorshape cursorpos\n"
-" nocursorpos cursor show_cursor noshow_cursor nocursor\n"
-" arrow xfixes noxfixes xdamage noxdamage xd_area xd_mem\n"
-" alphacut alphafrac alpharemove noalpharemove alphablend\n"
-" noalphablend xwarppointer xwarp noxwarppointer noxwarp\n"
-" buttonmap dragging nodragging wireframe_mode wireframe\n"
-" wf nowireframe nowf wirecopyrect wcr nowirecopyrect\n"
-" nowcr scr_area scr_skip scr_inc scr_keys scr_term\n"
-" scr_keyrepeat scr_parms scrollcopyrect scr\n"
-" noscrollcopyrect noscr fixscreen noxrecord xrecord\n"
-" reset_record pointer_mode pm input_skip input\n"
-" client_input speeds debug_pointer dp nodebug_pointer\n"
-" nodp debug_keyboard dk nodebug_keyboard nodk deferupdate\n"
+" modtweak nomodtweak xkb noxkb skip_keycodes sloppy_keys\n"
+" nosloppy_keys skip_dups noskip_dups add_keysyms\n"
+" noadd_keysyms clear_mods noclear_mods clear_keys\n"
+" noclear_keys remap repeat norepeat fb nofb bell\n"
+" nobell sel nosel primary noprimary seldir cursorshape\n"
+" nocursorshape cursorpos nocursorpos cursor show_cursor\n"
+" noshow_cursor nocursor arrow xfixes noxfixes xdamage\n"
+" noxdamage xd_area xd_mem alphacut alphafrac alpharemove\n"
+" noalpharemove alphablend noalphablend xwarppointer\n"
+" xwarp noxwarppointer noxwarp buttonmap dragging\n"
+" nodragging wireframe_mode wireframe wf nowireframe\n"
+" nowf wirecopyrect wcr nowirecopyrect nowcr scr_area\n"
+" scr_skip scr_inc scr_keys scr_term scr_keyrepeat\n"
+" scr_parms scrollcopyrect scr noscrollcopyrect\n"
+" noscr fixscreen noxrecord xrecord reset_record\n"
+" pointer_mode pm input_skip input client_input\n"
+" speeds wmdt debug_pointer dp nodebug_pointer nodp\n"
+" debug_keyboard dk nodebug_keyboard nodk deferupdate\n"
" defer wait_ui wait_bog nowait_bog wait readtimeout\n"
" nap nonap sb screen_blank fs gaps grow fuzz snapfb\n"
" nosnapfb rawfb progressive rfbport http nohttp httpport\n"
@@ -30845,6 +31072,8 @@ int main(int argc, char* argv[]) {
exit(0);
} else if (!strcmp(arg, "-dbg")) {
crash_debug = 1;
+ } else if (!strcmp(arg, "-nodbg")) {
+ crash_debug = 0;
} else if (!strcmp(arg, "-q") || !strcmp(arg, "-quiet")) {
quiet = 1;
} else if (!strcmp(arg, "-bg") || !strcmp(arg, "-background")) {
@@ -30872,6 +31101,8 @@ int main(int argc, char* argv[]) {
} else if (!strcmp(arg, "-skip_keycodes")) {
CHECK_ARGC
skip_keycodes = strdup(argv[++i]);
+ } else if (!strcmp(arg, "-sloppy_keys")) {
+ sloppy_keys++;
} else if (!strcmp(arg, "-skip_dups")) {
skip_duplicate_key_events = 1;
} else if (!strcmp(arg, "-noskip_dups")) {
@@ -31047,6 +31278,9 @@ int main(int argc, char* argv[]) {
} else if (!strcmp(arg, "-speeds")) {
CHECK_ARGC
speeds_str = strdup(argv[++i]);
+ } else if (!strcmp(arg, "-wmdt")) {
+ CHECK_ARGC
+ wmdt_str = strdup(argv[++i]);
} else if (!strcmp(arg, "-debug_pointer")
|| !strcmp(arg, "-dp")) {
debug_pointer++;
@@ -31585,6 +31819,7 @@ int main(int argc, char* argv[]) {
fprintf(stderr, " xkb: %d\n", use_xkb_modtweak);
fprintf(stderr, " skipkeys: %s\n",
skip_keycodes ? skip_keycodes : "null");
+ fprintf(stderr, " sloppykeys: %d\n", sloppy_keys);
fprintf(stderr, " skip_dups: %d\n", skip_duplicate_key_events);
fprintf(stderr, " addkeysyms: %d\n", add_keysyms);
fprintf(stderr, " xkbcompat: %d\n", xkbcompat);
@@ -31641,6 +31876,8 @@ int main(int argc, char* argv[]) {
fprintf(stderr, " inputskip: %d\n", ui_skip);
fprintf(stderr, " speeds: %s\n", speeds_str
? speeds_str : "null");
+ fprintf(stderr, " wmdt: %s\n", wmdt_str
+ ? wmdt_str : "null");
fprintf(stderr, " debug_ptr: %d\n", debug_pointer);
fprintf(stderr, " debug_key: %d\n", debug_keyboard);
fprintf(stderr, " defer: %d\n", defer_update);