VirtualBox

Opened 10 years ago

Closed 10 years ago

#12935 closed defect (wontfix)

VBoxManage createvm and GUI Inconsistent

Reported by: rj45 Owned by:
Component: GUI Version: VirtualBox 4.3.10
Keywords: Cc:
Guest type: BSD Host type: Mac OS X

Description

New .vbox XML files created using the GUI have a VRAMSize default of 9M and VBoxManage createvm has a default of 8M.

The GUI also creates the config with PAE enabled="false", VBoxManage sets this to "true" on new vms.

The GUI creates a vm with the AudioAdapter enabled="true", but VBoxManage sets this to "false" on new vms.

Change History (1)

comment:1 by Frank Mehnert, 10 years ago

Resolution: wontfix
Status: newclosed

I can confirm this behavior though it works as designed. You have to treat VBoxManage more as a tool for the basic work where the user has to know what he is doing while the GUI is more user friendly and selects certain defaults from the OS type.

The GUI is asking for more OS-related recommendations while VBoxManage uses standard values. The standard value for VRAM is 8MB for all VMs. The OS-related standard value for FreeBSD guests is 4MB. The GUI will adapt 4MB to a bigger value so that the VM can be switched to full screen. Same for audio and some other settings.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use