diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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" |