diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-01 13:59:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-01 13:59:53 -0300 |
commit | a081dc7bf787ae58df3602f3b717922f76599979 (patch) | |
tree | 49b5b121455fabea333884325f64bcad09b75b41 /kvmxfile | |
parent | 7d4ab63dc0f6bddda7de991b79db7f9e9711096d (diff) | |
download | kvmx-a081dc7bf787ae58df3602f3b717922f76599979.tar.gz kvmx-a081dc7bf787ae58df3602f3b717922f76599979.tar.bz2 |
Adds VNC support
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" |