From b333a9022f1dc511e3196688c59f3db54bcfa697 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 1 May 2017 14:07:53 -0300 Subject: Adds Xephyr support --- kvmxfile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'kvmxfile') 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" -- cgit v1.2.3