diff --git a/quickemu b/quickemu index 56576a4..debefd1 100755 --- a/quickemu +++ b/quickemu @@ -776,6 +776,11 @@ function vm_boot() { ati-vga|cirrus-vga|VGA) VIDEO="${VIDEO},vgamem_mb=64";; esac + # Configure multiscreen if max_outputs was provided in the .conf file + if [ -v max_outputs ]; then + VIDEO="${VIDEO},max_outputs=${max_outputs}" + fi + # Add fullscreen options VIDEO="${VIDEO} ${FULLSCREEN}"