From 1925606a5704163809ad056d1c62e2471c0ac999 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 20 Mar 2017 11:36:20 -0700 Subject: [PATCH] Use std not qxl graphics to workaround #1403343 --- templates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates b/templates index 5ea85ec1..5f228994 100755 --- a/templates +++ b/templates @@ -1422,7 +1422,7 @@ settings => [ { key => "QEMUCPU", value => "Nehalem" }, { key => "QEMUCPUS", value => "2"}, - { key => "QEMUVGA", value => "qxl"}, + { key => "QEMUVGA", value => "std"}, { key => "QEMURAM", value => "2048"}, { key => "PART_TABLE_TYPE", value => "mbr"} ], @@ -1433,7 +1433,7 @@ settings => [ { key => "QEMUCPU", value => "Nehalem" }, { key => "QEMUCPUS", value => "2"}, - { key => "QEMUVGA", value => "qxl"}, + { key => "QEMUVGA", value => "std"}, { key => "QEMURAM", value => "2048"}, { key => "UEFI", value => "1"}, { key => "PART_TABLE_TYPE", value => "gpt"}