Last change
on this file since 99797 was 99797, checked in by vboxsync, 19 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.6 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="max-resolution-guests">
|
---|
4 | <title>Configuring the Maximum Resolution of Guests When Using the Graphical
|
---|
5 | Frontend</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <p>
|
---|
9 | When guest systems with the Guest Additions installed are
|
---|
10 | started using the graphical frontend, the normal <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
|
---|
11 | application, they will not be allowed to use screen resolutions
|
---|
12 | greater than the host's screen size unless the user manually
|
---|
13 | resizes them by dragging the window, switching to full screen or
|
---|
14 | seamless mode or sending a video mode hint using
|
---|
15 | <userinput>VBoxManage</userinput>. This behavior is what most users
|
---|
16 | will want, but if you have different needs, you can change it by
|
---|
17 | issuing one of the following commands from the command line:
|
---|
18 | </p>
|
---|
19 | <ul>
|
---|
20 | <li>
|
---|
21 | <p>
|
---|
22 | Remove all limits on guest resolutions.
|
---|
23 | </p>
|
---|
24 | <pre xml:space="preserve">VBoxManage setextradata global GUI/MaxGuestResolution any</pre>
|
---|
25 | </li>
|
---|
26 | <li>
|
---|
27 | <p>
|
---|
28 | Manually specify a maximum resolution.
|
---|
29 | </p>
|
---|
30 | <pre xml:space="preserve">VBoxManage setextradata global GUI/MaxGuestResolution <varname>width</varname>x<varname>height</varname>
|
---|
31 | </pre>
|
---|
32 | </li>
|
---|
33 | <li>
|
---|
34 | <p>
|
---|
35 | Restore the default settings to all guest VMs.
|
---|
36 | </p>
|
---|
37 | <pre xml:space="preserve">VBoxManage setextradata global GUI/MaxGuestResolution auto</pre>
|
---|
38 | </li>
|
---|
39 | </ul>
|
---|
40 | </body>
|
---|
41 |
|
---|
42 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.