Subversion Repositories x2vnc

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/trunk/x2vnc.man
File deleted
/trunk/debian/changelog
1,3 → 1,10
x2vnc (1.7.2-4) unstable; urgency=low
 
* man-listen.patch: Create proper patch of "Added listen option to
manpage" from 1.6-4.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 16:58:17 +0200
 
x2vnc (1.7.2-3) unstable; urgency=low
 
* Switch to source format 3.0 (quilt).
/trunk/debian/patches/man-listen.patch
0,0 → 1,36
Bug-Debian: http://bugs.debian.org/317148
Description: Add listen option to manpage
Author: Rob Sims <debbugs-z@robsims.com>
 
--- x2vnc-1.7.2.orig/x2vnc.man
+++ x2vnc-1.7.2/x2vnc.man
@@ -5,7 +5,12 @@ x2vnc \- a dual-screen hack
.SH SYNOPSIS
.B x2vnc
.I <options>
-.I host:0
+.I <host>:<display#>
+.br
+.B x2vnc
+.I <options>
+.I -listen
+.I [<display#>]
.br
[
.B \-display
@@ -126,6 +131,15 @@ be running X-window, and the second comp
running which will update the contents on the actual screen. This means
\fIXvnc\fR is not suitable, but \fIWinVNC\fR is.
+In listen mode (
+.B -listen
+option specified )
+.I x2vnc
+will wait for a connection from a VNC server on ports 5400 and 5500 (plus
+the optional
+.I display#
+value) instead of connecting to a specified VNC server.
+
For up-to-date information on x2vnc, see the x2vnc home page:
.B http://fredrik.hubbe.net/x2vnc.html
/trunk/debian/patches/series
1,0 → 0,0
multiscreen-cursor-stick.patch
man-listen.patch