blob: ffdb2a6950bcd92f02ba470d96ddf00ef7cdf1d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.11.
.TH VIRTUALBOX "1" "March 2013" "VirtualBox" "User Commands"
.SH NAME
VirtualBox \- x86 virtualization solution
.SH DESCRIPTION
Oracle VM VirtualBox Manager
(C) 2005\-2013 Oracle Corporation
All rights reserved.
.SS "Usage:"
.TP
\fB\-\-startvm\fR <vmname|UUID>
start a VM by specifying its UUID or name
.TP
\fB\-\-seamless\fR
switch to seamless mode during startup
.TP
\fB\-\-fullscreen\fR
switch to fullscreen mode during startup
.TP
\fB\-\-rmode\fR sdl|image
select different render mode (default is sdl)
.TP
\fB\-\-no\-startvm\-errormsgbox\fR
do not show a message box for VM start errors
.TP
\fB\-\-dbg\fR
enable the GUI debug menu
.TP
\fB\-\-debug\fR
like \fB\-\-dbg\fR and show debug windows at VM startup
.TP
\fB\-\-debug\-command\-line\fR
like \fB\-\-dbg\fR and show command line window at VM startup
.TP
\fB\-\-debug\-statistics\fR
like \fB\-\-dbg\fR and show statistics window at VM startup
.TP
\fB\-\-no\-debug\fR
disable the GUI debug menu and debug windows
.TP
\fB\-\-start\-paused\fR
start the VM in the paused state
.TP
\fB\-\-start\-running\fR
start the VM running (for overriding \fB\-\-debug\fR*)
.SS "Expert options:"
.TP
\fB\-\-disable\-patm\fR
disable code patching (ignored by AMD\-V/VT\-x)
.TP
\fB\-\-disable\-csam\fR
disable code scanning (ignored by AMD\-V/VT\-x)
.TP
\fB\-\-recompile\-supervisor\fR
recompiled execution of supervisor code (*)
.TP
\fB\-\-recompile\-user\fR
recompiled execution of user code (*)
.TP
\fB\-\-recompile\-all\fR
recompiled execution of all code, with disabled
code patching and scanning
.TP
\fB\-\-warp\-pct\fR <pct>
time warp factor, 100% (= 1.0) = normal speed
.IP
(*) For AMD\-V/VT\-x setups the effect is \fB\-\-recompile\-all\fR.
.SS "The following environment (and extra data) variables are evaluated:"
.IP
VBOX_GUI_DBG_ENABLED (GUI/Dbg/Enabled)
.IP
enable the GUI debug menu if set
.IP
VBOX_GUI_DBG_AUTO_SHOW (GUI/Dbg/AutoShow)
.IP
show debug windows at VM startup
.TP
VBOX_GUI_NO_DEBUGGER
disable the GUI debug menu and debug windows
|