diff options
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" |