We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1afe77c + 21106b8 commit 07caaeaCopy full SHA for 07caaea
1 file changed
Vagrantfile
@@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
15
vbox.memory = 4096
16
vbox.customize ["modifyvm", :id, "--usb", "on"]
17
vbox.customize ["modifyvm", :id, "--accelerate3d", "off"]
18
+ vbox.customize ["modifyvm", :id, "--graphicscontroller", "vmsvga"]
19
vbox.customize ["modifyvm", :id, "--vrde", "off"]
20
end
21
0 commit comments