Page 1 of 1
VM without GPU - is it possible?
Posted: 11. Apr 2018, 20:36
by Lapsio
Is it possible to disable graphics adapter in VirtualBox VM? something like "-vga none" with QEMU?
Re: VM without GPU - is it possible?
Posted: 11. Apr 2018, 21:01
by andyp73
Try looking at:
Code: Select all
VBoxManage modifyvm <vm_name> --graphicscontroller none
-Andy.
Re: VM without GPU - is it possible?
Posted: 12. Apr 2018, 21:59
by Lapsio
Thank you. It works exactly as I expected.
Also VM crashes when I toggle fullscreen on VM without GPU and buttons inside window like NIC cable attachment don't seem to work but it's minor issue
