Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xspice(1) [debian man page]

XSPICE(1)							   User Commands							 XSPICE(1)

NAME
Xspice - X server and SPICE server DESCRIPTION
usage: Xspice [Xspice and Xorg options intermixed] example usage: Xspice --port 5900 --disable-ticketing :1.0 optional arguments: -h, --help show this help message and exit --xorg XORG --config CONFIG --port PORT standard spice port --tls-port TLS_PORT spice tls port --disable-ticketing do not require a client password --sasl enable sasl --x509-dir X509_DIR x509 directory for tls --cacert-file CACERT_FILE ca certificate file for tls --x509-cert-file X509_CERT_FILE server certificate file for tls --x509-key-file X509_KEY_FILE server key file for tls --x509-key-password X509_KEY_PASSWORD key file password for tls --tls-ciphers TLS_CIPHERS --dh-file DH_FILE --password PASSWORD set password required to connect to server --image-compression {off,auto_glz,auto_lz,quic,glz,lz} auto_glz by default --jpeg-wan-compression {auto,never,always} auto by default --zlib-glz-wan-compression {auto,never,always} auto by default --streaming-video {off,all,filter} filter by default --ipv4-only --ipv6-only Any options not parsed by Xspice get passed to Xorg as is. SEE ALSO
Spice related documents can be found at http://www.spice-space.org/documentation.html This manual page was generated with help2man by Liang Guo <bluestonechina@gmail.com>, for the Debian project (and may be used by others). Xspice April 2012 XSPICE(1)

Check Out this Related Man Page

SPICEC(1)						      General Commands Manual							 SPICEC(1)

NAME
spicec - Spice client SYNOPSIS
spicec [-h, --host <host>] [-p, --port <port>] [-s, --secure-port <port>] [--secure-channels <ch0, ch1...>] [--unsecure-chan- nels <ch0, ch1...>] [-w, --password <password>] [-f, --full-screen[=auto-conf]] [--canvas-type <type1, type2...>] [--enable-chan- nels <ch0, ch1...>] [--disable-channels <ch0, ch1...>] [--help] DESCRIPTION
spicec is a Spice client, it can be used to connect to Spice server, such as spice compatible QEMU OPTIONS
-h, --host <host> Spice server address. -p, --port <port> Spice server port -s, --secure-port <port> Spice server secure port --secure-channels <ch0, ch1...> Force secure connection on the specified channels Channels are: main, display, inputs, cursor, playback and record By default, any channel can be secured, depending on the --secure-port availability. --unsecure-channels <ch0, ch1...> Force unsecure connection on the specified channels Channels are: main, display, inputs, cursor, playback and record. By default, any channel can be unsecured, depending on the --port availability. -w, --password <password> Set a ticketing password (default is none) -s, --secure-port <port> Spice server secure port -f, --full-screen[=auto-conf] Open in a full screen mode. Optional automatic configuration of the remote display settings according to the client display set- tings. A guest agent must be installed and started for this option. --canvas-type <type1, type2...> Select the available renderer. The order determines precedence For Linux client : only "cairo" canvas type is available. For Win- dows client : available types are "gdi" and "cairo". The default is "gdi". --enable-channels <ch0, ch1...> Enable the specified channels. Use "all" for enabling all possible channels. Use the following names for enabling only the selected channels: "display", "inputs", "cursor", "playback" and "record". By default all channels are enabled. --disable-channels <ch0, ch1...> Disable the specified channels. Use "all" for disabling all possible channels. Use the following names for enabling only the selected channels: "display", "inputs", "cursor", "playback" and "record." By default all channels are enabled. --help Show command help. CONTROL HOT KEYS
Shift + F11 Toggle full-screen / window mode Shift + F12 Release the cursor if captured in window On debug mode, these are available as well: Shift + F5 Connect to the server Shift + F6 Disconnect from the server SEE ALSO
Spice related documents can be found at http://www.spice-space.org/documentation.html AUTHOR
Spice project This manual page was written by Liang Guo <bluestonechina@gmail.com>, for the Debian project (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the Creative Commons Attribution-Share Alike 3.0 United States License. (See http://creativecommons.org/licenses/by-sa/3.0/us/legalcode) November 29, 2010 SPICEC(1)
Man Page