diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-04 19:48:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-05 20:12:30 -0500 |
commit | 6ad4e23eade56a6a790da1038b14f83193d14047 (patch) | |
tree | 348f840cedcaff0f72c5cae7e4f427b69d575430 /system/xf86-video-qxl/README.Xspice | |
parent | c528a862f4edc24fc05785b9e6802cc1719c426d (diff) | |
download | slackbuilds-6ad4e23eade56a6a790da1038b14f83193d14047.tar.gz |
system/xf86-video-qxl: Updated for version 20120823_a261bef
Also added an XSPICE= option
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/xf86-video-qxl/README.Xspice')
-rw-r--r-- | system/xf86-video-qxl/README.Xspice | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/xf86-video-qxl/README.Xspice b/system/xf86-video-qxl/README.Xspice new file mode 100644 index 0000000000..9ff95f74d9 --- /dev/null +++ b/system/xf86-video-qxl/README.Xspice @@ -0,0 +1,11 @@ +Run server with: +export XSPICE_PORT=5900 +X -noreset -config spiceqxl.xorg.conf :3.0 + +Or: +Xspice --config spiceqxl.xorg.conf --password mypass --port 5900 :3.0 +(you can use also --disable-ticketing to disable authentication!) + +Use a spice client (like spicec) to connect. + +Run X clients as usual by setting DISPLAY=:3.0 |