Skip to content

Commit 0530fc1

Browse files
committed
Using recommended VirtualBox settings for the VM
1 parent 4b10f94 commit 0530fc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vagrant/win10-chromium-nvda/Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Vagrant.configure("2") do |config|
88
v.linked_clone = true
99
v.name = "win10-chromium-nvda"
1010
v.customize ["modifyvm", :id, "--vram", "64"]
11+
v.customize ["modifyvm", :id, "--vrde", "off"]
12+
v.customize ["modifyvm", :id, "--graphicscontroller", "vboxsvga"]
1113
v.customize ["setextradata", :id, "GUI/MaxGuestResolution", "any"]
1214
v.customize ["modifyvm", :id, "--audio", "null", "--audioout", "on", "--audiocontroller", "hda"]
1315
# https://www.virtualbox.org/manual/ch09.html#nat_host_resolver_proxy :

0 commit comments

Comments
 (0)