diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-03-29 17:50:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-03-29 17:50:04 -0300 |
commit | 6d10ed52ca130aaabcb0ed27e198dc5d66426061 (patch) | |
tree | f2398c51d6a9b9a4df0164643460e4ddd8738755 /kvmxfile | |
parent | 1f01fb02bcf6d15d153a1c7ae5964a02551a14dc (diff) | |
download | kvmx-6d10ed52ca130aaabcb0ed27e198dc5d66426061.tar.gz kvmx-6d10ed52ca130aaabcb0ed27e198dc5d66426061.tar.bz2 |
Adds xrandr action
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" |