diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -83,6 +83,14 @@ run_xpra="0" # Set this if you want to start an xephyr session when the machine boots. run_xephyr="0" +# Set this if you want kvmx to redimension the guest screen according to host's screen dimension +# Requires ssh_support and xrandr installed on both host and guest +xrandr="0" + +# Xrandr device +#xrandr_device="qxl-0" +#xrandr_device="Virtual-0" + # Set screen resolution #resolution="1280x785" |