aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-01 13:59:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-01 13:59:53 -0300
commita081dc7bf787ae58df3602f3b717922f76599979 (patch)
tree49b5b121455fabea333884325f64bcad09b75b41 /kvmxfile
parent7d4ab63dc0f6bddda7de991b79db7f9e9711096d (diff)
downloadkvmx-a081dc7bf787ae58df3602f3b717922f76599979.tar.gz
kvmx-a081dc7bf787ae58df3602f3b717922f76599979.tar.bz2
Adds VNC support
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/kvmxfile b/kvmxfile
index 7867049..20309f4 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -21,6 +21,16 @@ shared_folder_mountpoint="/home/$user/code/$VM"
# Absolute path for a provision script located inside the guest.
#provision_command="/usr/local/share/kvmx/provision/desktop-basic"
+# Graphics
+# See https://wiki.archlinux.org/index.php/QEMU#Graphics
+#graphics="-vga std -nographic -vnc :$GUEST_DISPLAY"
+graphics="-vga qxl"
+
+# VNC Client
+#vnc_client="xtightvncviewer"
+#vnc_client="xvnc4viewer"
+vnc_client="xvncviewer"
+
# Set this if you want to automatically attach an spice client when the machine
# boots.
run_spice_client="1"