VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/max-resolution-guests.dita@ 105289

最後變更 在這個檔案從105289是 99797,由 vboxsync 提交於 22 月 前

Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.6 KB
 
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>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette