Skip to content

Commit 07caaea

Browse files
authored
Merge pull request #6 from Zuehlke/feature/use-vmsvga
Swtich to VMSVGA graphics driver
2 parents 1afe77c + 21106b8 commit 07caaea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
1515
vbox.memory = 4096
1616
vbox.customize ["modifyvm", :id, "--usb", "on"]
1717
vbox.customize ["modifyvm", :id, "--accelerate3d", "off"]
18+
vbox.customize ["modifyvm", :id, "--graphicscontroller", "vmsvga"]
1819
vbox.customize ["modifyvm", :id, "--vrde", "off"]
1920
end
2021

0 commit comments

Comments
 (0)