Commit 87a92549 authored by runge's avatar runge

changes for release

parent 0c8d392e
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: The following information is taken from these URLs:
...@@ -10781,6 +10781,8 @@ Enhanced TightVNC Viewer (SSVNC: SSL/SSH VNC viewer) ...@@ -10781,6 +10781,8 @@ Enhanced TightVNC Viewer (SSVNC: SSL/SSH VNC viewer)
* The default for localhost:0 connections is not raw encoding since * The default for localhost:0 connections is not raw encoding since
same-machine connections are pretty rare. Default assumes you are same-machine connections are pretty rare. Default assumes you are
using a SSL or SSH tunnel. Use -rawlocal to revert. 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 * XGrabServer support for fullscreen mode, for old window managers
(-grab/-graball option). (-grab/-graball option).
* Fix for Popup menu positioning for old window managers (-popupfix * Fix for Popup menu positioning for old window managers (-popupfix
...@@ -11088,7 +11090,7 @@ Enhanced TightVNC viewer (SSVNC) options: ...@@ -11088,7 +11090,7 @@ Enhanced TightVNC viewer (SSVNC) options:
URL http://www.karlrunge.com/x11vnc/ssvnc.html 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. Note: F9 is shortcut to Toggle FullScreen mode.
...@@ -11121,6 +11123,8 @@ Enhanced TightVNC viewer (SSVNC) options: ...@@ -11121,6 +11123,8 @@ Enhanced TightVNC viewer (SSVNC) options:
default is very narrow: 2 pixels, it is narrow to default is very narrow: 2 pixels, it is narrow to
avoid distraction in -ycrop mode. avoid distraction in -ycrop mode.
-nobell Disable bell.
-rawlocal Prefer raw encoding for localhost, default is -rawlocal Prefer raw encoding for localhost, default is
no, i.e. assumes you have a SSH tunnel instead. no, i.e. assumes you have a SSH tunnel instead.
...@@ -11181,7 +11185,6 @@ Enhanced TightVNC viewer (SSVNC) options: ...@@ -11181,7 +11185,6 @@ Enhanced TightVNC viewer (SSVNC) options:
it is taken as username@password. Otherwise, the program it is taken as username@password. Otherwise, the program
exits with an error. Got all that? exits with an error. Got all that?
New Popup actions: New Popup actions:
ViewOnly: ~ -viewonly ViewOnly: ~ -viewonly
...@@ -11189,7 +11192,11 @@ Enhanced TightVNC viewer (SSVNC) options: ...@@ -11189,7 +11192,11 @@ Enhanced TightVNC viewer (SSVNC) options:
Cursor Shape: ~ -nocursorshape Cursor Shape: ~ -nocursorshape
X11 Cursor: ~ -x11cursor X11 Cursor: ~ -x11cursor
Cursor Alphablend: ~ -alpha 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. Full Color as many colors as local screen allows.
Grey scale (16 & 8-bpp) ~ -grey, for low colors 16/8bpp modes only. Grey scale (16 & 8-bpp) ~ -grey, for low colors 16/8bpp modes only.
16 bit color (BGR565) ~ -16bpp / -bgr565 16 bit color (BGR565) ~ -16bpp / -bgr565
...@@ -11197,16 +11204,18 @@ Enhanced TightVNC viewer (SSVNC) options: ...@@ -11197,16 +11204,18 @@ Enhanced TightVNC viewer (SSVNC) options:
256 colors ~ -bgr233 default # of colors. 256 colors ~ -bgr233 default # of colors.
64 colors ~ -bgr222 / -use64 64 colors ~ -bgr222 / -use64
8 colors ~ -bgr111 / -use8 8 colors ~ -bgr111 / -use8
Set Y Crop (y-max) ~ -ycrop
Set Scrollbar Width ~ -sbwidth
UltraVNC Extensions: 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. Set 1/n Server Scale Ultravnc ext. Scale desktop by 1/n.
prompt is from the terminal.
Text Chat Ultravnc ext. Do Text Chat. 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 Note: the Ultravnc extensions only apply to servers that support
them. x11vnc/libvncserver supports some of them. them. x11vnc/libvncserver supports some of them.
...@@ -11481,6 +11490,9 @@ The enhanced TightVNC viewer features are: ...@@ -11481,6 +11490,9 @@ The enhanced TightVNC viewer features are:
(local machine). Default assumes you are using SSH tunnel. Use (local machine). Default assumes you are using SSH tunnel. Use
-rawlocal to revert. -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 - XGrabServer support for fullscreen mode, for old window managers
(-grab/-graball option). (-grab/-graball option).
...@@ -11938,7 +11950,7 @@ x11vnc: a VNC server for real X displays ...@@ -11938,7 +11950,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options: Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions) % 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: x11vnc options:
-display disp -auth file -N -display disp -auth file -N
...@@ -12057,7 +12069,7 @@ libvncserver-tight-extension options: ...@@ -12057,7 +12069,7 @@ libvncserver-tight-extension options:
% x11vnc -help % 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.) (type "x11vnc -opts" to just list the options.)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.TH X11VNC "1" "February 2008" "x11vnc " "User Commands" .TH X11VNC "1" "February 2008" "x11vnc " "User Commands"
.SH NAME .SH NAME
x11vnc - allow VNC connections to real X11 displays 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 .SH SYNOPSIS
.B x11vnc .B x11vnc
[OPTION]... [OPTION]...
......
...@@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; ...@@ -15,7 +15,7 @@ int xtrap_base_event_type = 0;
int xdamage_base_event_type = 0; int xdamage_base_event_type = 0;
/* date +'lastmod: %Y-%m-%d' */ /* 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 */ /* X display info */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment