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
This requires: spice
Maintained by: Matteo Bernardini
Keywords:
ChangeLog: x11spice
Homepage:
https://gitlab.freedesktop.org/spice/x11spice
Download SlackBuild:
x11spice.tar.gz
x11spice.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
slack-desc |
x11spice.SlackBuild |
x11spice.info |
© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds