summaryrefslogtreecommitdiffstats
path: root/network/x11spice/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-03-28 15:26:04 +0100
committer Matteo Bernardini2020-03-28 15:26:04 +0100
commitea43edde1d4617fb627619bf7518163ba171983f (patch)
tree1b0ddc8b44db55aae3a0dfb15904016a8fa43c2b /network/x11spice/README
parentb622b49c1cf6273e5d73fb1f982bc7e1562b572a (diff)
downloadslackbuilds-current-20200328.1.tar.gz
20200328.1 global branch merge.current-20200328.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/x11spice/README')
-rw-r--r--network/x11spice/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/network/x11spice/README b/network/x11spice/README
new file mode 100644
index 0000000000..a273afe9a7
--- /dev/null
+++ b/network/x11spice/README
@@ -0,0 +1,16 @@
+x11spice connects a running X server as a Spice server.
+
+It owes a debt to the excellent x11vnc project, from the libvncserver
+project. That project proved that this could be done, and done well.
+Some of the logic, notably that of scan.c, was inspired by the code
+in x11vnc.
+
+Example: launch a spice server on a remote pc (where x11spice is
+installed) via ssh, redirect the output locally and connect to it with
+spicy
+
+ ssh $remote_host -L 5900:localhost:5900 "x11spice --allow-control --display :0 --password=whatever"
+
+and then locally
+
+ spicy -h localhost -p 5900