Skip to content

Commit 21106b8

Browse files
committed
use the VMSVGA graphics driver which is supposed to be the default for Linux VMs in Virtualbox
1 parent 1afe77c commit 21106b8

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)