diff --git a/emhttp/plugins/dynamix.vm.manager/include/libvirt.php b/emhttp/plugins/dynamix.vm.manager/include/libvirt.php index 0c5f3a083..25e63c2fd 100644 --- a/emhttp/plugins/dynamix.vm.manager/include/libvirt.php +++ b/emhttp/plugins/dynamix.vm.manager/include/libvirt.php @@ -860,6 +860,12 @@ $strAccel3d =""; }} + $strDisplayOptions = ""; + if ($strModelType == "qxl") { + if (empty($gpu['DisplayOptions'])) $gpu['DisplayOptions'] ="ram='65536' vram='16384' vgamem='16384' heads='1' primary='yes'"; + $strDisplayOptions = $gpu['DisplayOptions']; + } + $vmrc = " @@ -869,7 +875,7 @@ $strEGLHeadless