diff options
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 0000000000000..9ff95f74d909e --- /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 |