Skip to content

Commit 73feb82

Browse files
authored
Merge pull request #170 from ekohl/use-vga-default
Update default video device to vga
2 parents f46eac9 + 90b1a78 commit 73feb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fog/libvirt/models/compute/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def defaults
558558
:cpu => {},
559559
:hugepages => false,
560560
:guest_agent => true,
561-
:video => {:type => "cirrus", :vram => 9216, :heads => 1},
561+
:video => {:type => "vga", :heads => 1},
562562
:virtio_rng => {},
563563
:firmware_features => { "secure-boot" => "no" },
564564
}

0 commit comments

Comments
 (0)