VM without GPU - is it possible?

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Lapsio
Posts: 13
Joined: 24. Jun 2017, 17:15

VM without GPU - is it possible?

Post by Lapsio »

Is it possible to disable graphics adapter in VirtualBox VM? something like "-vga none" with QEMU?
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: VM without GPU - is it possible?

Post by andyp73 »

Try looking at:

Code: Select all

VBoxManage modifyvm <vm_name> --graphicscontroller none
-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
Lapsio
Posts: 13
Joined: 24. Jun 2017, 17:15

Re: VM without GPU - is it possible?

Post 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 :D
Last edited by socratis on 12. Apr 2018, 23:56, edited 1 time in total.
Reason: Removed unnecessary verbatim quote of the whole previous message.
Post Reply