aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-01 14:07:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-01 14:07:53 -0300
commitb333a9022f1dc511e3196688c59f3db54bcfa697 (patch)
treecfa0caf0a130bbeb10ae1e6aef05ff2e96a4b09d /kvmxfile
parent2676158c225668827639a7e74d8b24af68ec33d0 (diff)
downloadkvmx-b333a9022f1dc511e3196688c59f3db54bcfa697.tar.gz
kvmx-b333a9022f1dc511e3196688c59f3db54bcfa697.tar.bz2
Adds Xephyr support
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile11
1 files changed, 8 insertions, 3 deletions
diff --git a/kvmxfile b/kvmxfile
index 45b5e2a..d70a742 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -35,13 +35,18 @@ graphics="-vga qxl"
#vnc_client="xvncviewer"
vnc_client="virt-viewer"
-# Set this if you want to automatically attach an spice client when the machine
-# boots.
+# Set this if you want to attach an spice client when the machine boots.
run_spice_client="1"
-# Set this if you want to automatically a xpra session when the machine boots.
+# Set this if you want to start an xpra session when the machine boots.
run_xpra="0"
+# Set this if you want to start an xephyr session when the machine boots.
+run_xephyr="0"
+
+# Set screen resolution
+#resolution="1280x785"
+
# Set additional hostfwd mappings
#port_mapping="hostfwd=tcp:127.0.0.1:8080-:80,hostfwd=tcp:127.0.0.1:8443-:443"