aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-10 19:38:45 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-10 19:40:56 +0100
commit4a6ccd5037c8410f24dc177c9286272c2f47cd9d (patch)
tree196aa1a8091ac3b4007f7582dd18cc40d2206b57 /nx-X11/programs/Xserver/hw
parent57a58c73cfe91c94d8a18a6e823bc687fab45d8f (diff)
downloadnx-libs-4a6ccd5037c8410f24dc177c9286272c2f47cd9d.tar.gz
nx-libs-4a6ccd5037c8410f24dc177c9286272c2f47cd9d.tar.bz2
nx-libs-4a6ccd5037c8410f24dc177c9286272c2f47cd9d.zip
Add x2goagent man page (209_x2goagent_add-man-page.full.patch).
Diffstat (limited to 'nx-X11/programs/Xserver/hw')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.135
1 files changed, 35 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1
new file mode 100644
index 000000000..b9e8ddab5
--- /dev/null
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1
@@ -0,0 +1,35 @@
+.TH x2goagent 1
+.SH NAME
+x2goagent \- X2Go Agent.
+.SH SYNOPSIS
+.B x2goagent
+.I "[options]"
+
+.SH DESCRIPTION
+\fBx2goagent\fR is an Xnest-like X server for remote application/desktop access.
+.PP
+\fBx2goagent\fR implements a very efficient compression of the X11 protocol.
+.PP
+This increases performance when using X applications over high latency and
+low bandwidth networks, while providing a local (LAN-like) usage experience
+even if connecting from off-site locations (via cable modem or GSM).
+.PP
+\fBx2goagent\fR is not designed to be used as a standalone application.
+It has to be launched on the server side by the X2Go server software.
+.PP
+Available clients are
+\fBx2goclient\fR, \fBpyhoca-gui\fR and \fBpyhoca-gui\fR (using the
+Python X2Go API).
+
+.SH OPTIONS
+.TP
+.B \--help
+Lists all others options that are not listed here.
+
+.SH FURTHER READINGS
+Information on X2Go: http://wiki.x2go.org
+.PP
+Information on NX: http://www.nomachine.com
+
+.SH AUTHOR
+This manual page was written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.