Skip to content

Commit

Permalink
Disable VirtualBox 3D acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Tirloni committed Sep 8, 2016
1 parent 6ec6b76 commit 913f938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Vagrant.configure(2) do |config|
config.vm.provider :virtualbox do |vm|
vm.customize ["modifyvm", :id, "--memory", ram]
vm.customize ["modifyvm", :id, "--cpus", cpus]
vm.customize ["modifyvm", :id, "--vram", "128"]
vm.customize ["modifyvm", :id, "--accelerate3d", "on"]
vm.customize ["modifyvm", :id, "--vram", "256"]
vm.customize ["modifyvm", :id, "--accelerate3d", "off"]
vm.customize ["modifyvm", :id, "--audio", "null", "--audiocontroller", "ac97"]
vm.customize ["modifyvm", :id, "--ioapic", "on"]
vm.customize ["setextradata", "global", "GUI/SuppressMessages", "all"]
Expand Down

0 comments on commit 913f938

Please sign in to comment.