Last change
on this file was 105335, checked in by vboxsync, 7 months ago |
FE/Qt: bugref:10705. Merging r6149 from doc team's repo.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.7 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="customvesa">
|
---|
4 | <title>Custom VESA Resolutions</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>Apart from the standard VESA resolutions, the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VESA BIOS
|
---|
8 | enables you to add up to 16 custom video modes which will be reported to the guest operating system. When using
|
---|
9 | Windows guests with the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions, a custom graphics
|
---|
10 | driver will be used instead of the fallback VESA solution so this information does not apply. </p>
|
---|
11 | <p>Additional video modes can be configured for each VM using the extra data facility. The extra data key is called
|
---|
12 | <codeph>CustomVideoMode<varname>x</varname>
|
---|
13 | </codeph> with <varname>x</varname> being a number from 1 to 16. Please note that modes will be read from 1 until
|
---|
14 | either the following number is not defined or 16 is reached. The following example adds a video mode that
|
---|
15 | corresponds to the native display resolution of many notebook computers: </p>
|
---|
16 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> "CustomVideoMode1" "1400x1050x16"</pre>
|
---|
17 | <p>The VESA mode IDs for custom video modes start at <codeph>0x160</codeph>. In order to use the above defined
|
---|
18 | custom video mode, the following command line has to be supplied to Linux: </p>
|
---|
19 | <pre xml:space="preserve">vga = 0x200 | 0x160
|
---|
20 | vga = 864</pre>
|
---|
21 | <p>For guest operating systems with <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions, a custom
|
---|
22 | video mode can be set using the video mode hint feature. </p>
|
---|
23 | </body>
|
---|
24 |
|
---|
25 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.