| 1 | Oracle VM VirtualBox Manager 4.2.10_Ubuntu
|
|---|
| 2 | (C) 2005-2013 Oracle Corporation
|
|---|
| 3 | All rights reserved.
|
|---|
| 4 |
|
|---|
| 5 | Usage:
|
|---|
| 6 | --startvm <vmname|UUID> start a VM by specifying its UUID or name
|
|---|
| 7 | --seamless switch to seamless mode during startup
|
|---|
| 8 | --fullscreen switch to fullscreen mode during startup
|
|---|
| 9 | --rmode sdl|image select different render mode (default is sdl)
|
|---|
| 10 | --no-startvm-errormsgbox do not show a message box for VM start errors
|
|---|
| 11 | --dbg enable the GUI debug menu
|
|---|
| 12 | --debug like --dbg and show debug windows at VM startup
|
|---|
| 13 | --debug-command-line like --dbg and show command line window at VM startup
|
|---|
| 14 | --debug-statistics like --dbg and show statistics window at VM startup
|
|---|
| 15 | --no-debug disable the GUI debug menu and debug windows
|
|---|
| 16 | --start-paused start the VM in the paused state
|
|---|
| 17 | --start-running start the VM running (for overriding --debug*)
|
|---|
| 18 |
|
|---|
| 19 | Expert options:
|
|---|
| 20 | --disable-patm disable code patching (ignored by AMD-V/VT-x)
|
|---|
| 21 | --disable-csam disable code scanning (ignored by AMD-V/VT-x)
|
|---|
| 22 | --recompile-supervisor recompiled execution of supervisor code (*)
|
|---|
| 23 | --recompile-user recompiled execution of user code (*)
|
|---|
| 24 | --recompile-all recompiled execution of all code, with disabled
|
|---|
| 25 | code patching and scanning
|
|---|
| 26 | --warp-pct <pct> time warp factor, 100% (= 1.0) = normal speed
|
|---|
| 27 | (*) For AMD-V/VT-x setups the effect is --recompile-all.
|
|---|
| 28 |
|
|---|
| 29 | The following environment (and extra data) variables are evaluated:
|
|---|
| 30 | VBOX_GUI_DBG_ENABLED (GUI/Dbg/Enabled)
|
|---|
| 31 | enable the GUI debug menu if set
|
|---|
| 32 | VBOX_GUI_DBG_AUTO_SHOW (GUI/Dbg/AutoShow)
|
|---|
| 33 | show debug windows at VM startup
|
|---|
| 34 | VBOX_GUI_NO_DEBUGGER disable the GUI debug menu and debug windows
|
|---|
| 35 |
|
|---|