Last change
on this file since 105482 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:
985 bytes
|
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="legacy-fullscreen-mode">
|
---|
4 | <title>Requesting Legacy Full-Screen Mode</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses special window manager facilities to switch a
|
---|
8 | multiscreen machine to full-screen on a multimonitor host system. However, not all window managers provide these
|
---|
9 | facilities correctly. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can be configured to use a legacy
|
---|
10 | method of switching to full-screen mode instead, by using the command: </p>
|
---|
11 | <pre xml:space="preserve">VBoxManage setextradata global GUI/Fullscreen/LegacyMode true</pre>
|
---|
12 | <p>You can go back to the default method by using the following command: </p>
|
---|
13 | <pre xml:space="preserve">VBoxManage setextradata global GUI/Fullscreen/LegacyMode</pre>
|
---|
14 | <p>This is a global setting. </p>
|
---|
15 | </body>
|
---|
16 |
|
---|
17 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.