summaryrefslogtreecommitdiffstats
path: root/x11vnc
diff options
context:
space:
mode:
authorrunge <runge>2008-02-18 14:44:02 +0000
committerrunge <runge>2008-02-18 14:44:02 +0000
commit87a9254958acb83cf2273d05f8d4fb346ee91a63 (patch)
tree4b3856cf3fb38bb1dcb3bfebea3cea671cd14ae5 /x11vnc
parent0c8d392ed51076f81bffe66108d41ecb28f78443 (diff)
downloadlibvncserver-87a9254958acb83cf2273d05f8d4fb346ee91a63.zip
libvncserver-87a9254958acb83cf2273d05f8d4fb346ee91a63.tar.gz
changes for release
Diffstat (limited to 'x11vnc')
-rw-r--r--x11vnc/README38
-rw-r--r--x11vnc/x11vnc.12
-rw-r--r--x11vnc/x11vnc_defs.c2
3 files changed, 27 insertions, 15 deletions
diff --git a/x11vnc/README b/x11vnc/README
index 86c0532..0b9b010 100644
--- a/x11vnc/README
+++ b/x11vnc/README
@@ -1,5 +1,5 @@
-x11vnc README file Date: Sat Feb 2 21:40:58 EST 2008
+x11vnc README file Date: Mon Feb 18 00:58:42 EST 2008
The following information is taken from these URLs:
@@ -10781,6 +10781,8 @@ Enhanced TightVNC Viewer (SSVNC: SSL/SSH VNC viewer)
* The default for localhost:0 connections is not raw encoding since
same-machine connections are pretty rare. Default assumes you are
using a SSL or SSH tunnel. Use -rawlocal to revert.
+ * Support for the ZYWRLE encoding, a wavelet based extension to ZRLE
+ to improve compression of motion video and photo regions.
* XGrabServer support for fullscreen mode, for old window managers
(-grab/-graball option).
* Fix for Popup menu positioning for old window managers (-popupfix
@@ -11088,7 +11090,7 @@ Enhanced TightVNC viewer (SSVNC) options:
URL http://www.karlrunge.com/x11vnc/ssvnc.html
- Note: ZRLE encoding is now supported.
+ Note: ZRLE and ZYWRLE encodings are now supported.
Note: F9 is shortcut to Toggle FullScreen mode.
@@ -11121,6 +11123,8 @@ Enhanced TightVNC viewer (SSVNC) options:
default is very narrow: 2 pixels, it is narrow to
avoid distraction in -ycrop mode.
+ -nobell Disable bell.
+
-rawlocal Prefer raw encoding for localhost, default is
no, i.e. assumes you have a SSH tunnel instead.
@@ -11181,7 +11185,6 @@ Enhanced TightVNC viewer (SSVNC) options:
it is taken as username@password. Otherwise, the program
exits with an error. Got all that?
-
New Popup actions:
ViewOnly: ~ -viewonly
@@ -11189,7 +11192,11 @@ Enhanced TightVNC viewer (SSVNC) options:
Cursor Shape: ~ -nocursorshape
X11 Cursor: ~ -x11cursor
Cursor Alphablend: ~ -alpha
- Disable JPEG: ~ -nojpeg
+ Toggle Tight/ZRLE: ~ -encodings ...
+ Toggle ZRLE/ZYWRLE: ~ -encodings zywrle...
+ Quality Level ~ -quality (both Tight and ZYWRLE)
+ Compress Level ~ -compresslevel
+ Disable JPEG: ~ -nojpeg (Tight)
Full Color as many colors as local screen allows.
Grey scale (16 & 8-bpp) ~ -grey, for low colors 16/8bpp modes only.
16 bit color (BGR565) ~ -16bpp / -bgr565
@@ -11197,16 +11204,18 @@ Enhanced TightVNC viewer (SSVNC) options:
256 colors ~ -bgr233 default # of colors.
64 colors ~ -bgr222 / -use64
8 colors ~ -bgr111 / -use8
+ Set Y Crop (y-max) ~ -ycrop
+ Set Scrollbar Width ~ -sbwidth
UltraVNC Extensions:
- Disable Remote Input Ultravnc ext. Try to prevent input and
- viewing of monitor at physical display.
- Single Window Ultravnc ext. Grab and view a single window.
- (click on the window you want).
- Set 1/n Server Scale Ultravnc ext. Scale desktop by 1/n.
- prompt is from the terminal.
- Text Chat Ultravnc ext. Do Text Chat.
+ Set 1/n Server Scale Ultravnc ext. Scale desktop by 1/n.
+ Text Chat Ultravnc ext. Do Text Chat.
+ File Transfer Ultravnc ext. File xfer via Java helper.
+ Single Window Ultravnc ext. Grab and view a single window.
+ (select then click on the window you want).
+ Disable Remote Input Ultravnc ext. Try to prevent input and
+ viewing of monitor at physical display.
Note: the Ultravnc extensions only apply to servers that support
them. x11vnc/libvncserver supports some of them.
@@ -11481,6 +11490,9 @@ The enhanced TightVNC viewer features are:
(local machine). Default assumes you are using SSH tunnel. Use
-rawlocal to revert.
+ - Support for the ZYWRLE encoding, a wavelet based extension to
+ ZRLE to improve compression of motion video and photo regions.
+
- XGrabServer support for fullscreen mode, for old window managers
(-grab/-graball option).
@@ -11938,7 +11950,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions)
-x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-02-02
+x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-02-17
x11vnc options:
-display disp -auth file -N
@@ -12057,7 +12069,7 @@ libvncserver-tight-extension options:
% x11vnc -help
-x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-02-02
+x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-02-17
(type "x11vnc -opts" to just list the options.)
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1
index 23ad082..4e6b698 100644
--- a/x11vnc/x11vnc.1
+++ b/x11vnc/x11vnc.1
@@ -2,7 +2,7 @@
.TH X11VNC "1" "February 2008" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
- version: 0.9.4, lastmod: 2008-02-02
+ version: 0.9.4, lastmod: 2008-02-17
.SH SYNOPSIS
.B x11vnc
[OPTION]...
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c
index 86e5169..e5f0eca 100644
--- a/x11vnc/x11vnc_defs.c
+++ b/x11vnc/x11vnc_defs.c
@@ -15,7 +15,7 @@ int xtrap_base_event_type = 0;
int xdamage_base_event_type = 0;
/* date +'lastmod: %Y-%m-%d' */
-char lastmod[] = "0.9.4 lastmod: 2008-02-02";
+char lastmod[] = "0.9.4 lastmod: 2008-02-17";
/* X display info */
OpenPOWER on IntegriCloud