diff options
author | runge <runge> | 2005-07-13 01:23:57 +0000 |
---|---|---|
committer | runge <runge> | 2005-07-13 01:23:57 +0000 |
commit | ec45cd952ba011036a0e5cc3b4c3cf10386cd12d (patch) | |
tree | 61300efac6d0712e0e37a22e805938f1e1a4b8e5 /x11vnc/x11vnc.1 | |
parent | 640eb162396cfc1fc308973eca331b2694b51849 (diff) | |
download | libtdevnc-ec45cd952ba011036a0e5cc3b4c3cf10386cd12d.tar.gz libtdevnc-ec45cd952ba011036a0e5cc3b4c3cf10386cd12d.zip |
x11vnc: tweaks for release, fix queue buildup under -viewonly.
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r-- | x11vnc/x11vnc.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index fc6a224..9c72a16 100644 --- a/x11vnc/x11vnc.1 +++ b/x11vnc/x11vnc.1 @@ -2,7 +2,7 @@ .TH X11VNC "1" "July 2005" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.7.2, lastmod: 2005-07-10 + version: 0.7.2, lastmod: 2005-07-12 .SH SYNOPSIS .B x11vnc [OPTION]... @@ -1804,6 +1804,10 @@ given by hexnumber. Use =noadvanced to disable the full gui. (To supply more than one, use "+" sign). E.g. \fB-gui\fR tray=setpass and \fB-gui\fR icon=0x3600028 .IP +Other modes: "full", the default and need not be +specified. "\fB-gui\fR \fInone\fR", do not show a gui, useful +to override a ~/.x11vncrc setting, etc. +.IP 5) When "geom=+X+Y" is specified, that geometry is passed to the gui toplevel. This is the icon in icon/tray mode, or the full gui otherwise. You can |