Last change
on this file since 98549 was 98549, checked in by vboxsync, 22 months ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="config-vm-window-visual-modes">
|
---|
4 | <title>Configure VM Window Visual Modes</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | You can disable certain VM visual modes:
|
---|
9 | </p>
|
---|
10 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> GUI/RestrictedVisualStates <varname>property</varname>[,<varname>property</varname>...]</pre>
|
---|
11 | <p><varname>property</varname> is one of the following:
|
---|
12 | </p>
|
---|
13 | <dl>
|
---|
14 | <dlentry>
|
---|
15 | <dt>
|
---|
16 | <codeph>Fullscreen</codeph>
|
---|
17 | </dt>
|
---|
18 | <dd>
|
---|
19 | <p>
|
---|
20 | Do not allow to switch the VM into full screen mode.
|
---|
21 | </p>
|
---|
22 | </dd>
|
---|
23 | </dlentry>
|
---|
24 | <dlentry>
|
---|
25 | <dt>
|
---|
26 | <codeph>Seamless</codeph>
|
---|
27 | </dt>
|
---|
28 | <dd>
|
---|
29 | <p>
|
---|
30 | Do not allow to switch the VM into seamless mode.
|
---|
31 | </p>
|
---|
32 | </dd>
|
---|
33 | </dlentry>
|
---|
34 | <dlentry>
|
---|
35 | <dt>
|
---|
36 | <codeph>Scale</codeph>
|
---|
37 | </dt>
|
---|
38 | <dd>
|
---|
39 | <p>
|
---|
40 | Do not allow to switch the VM into scale mode.
|
---|
41 | </p>
|
---|
42 | </dd>
|
---|
43 | </dlentry>
|
---|
44 | </dl>
|
---|
45 | <p>
|
---|
46 | This is a per-VM setting. You can specify any combination of
|
---|
47 | properties. To restore the default behavior, use the following
|
---|
48 | command:
|
---|
49 | </p>
|
---|
50 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> GUI/RestrictedVisualStates</pre>
|
---|
51 | </body>
|
---|
52 |
|
---|
53 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.