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>
|
---|
8 | Oracle VM VirtualBox uses special window manager facilities to switch
|
---|
9 | a multi-screen machine to full-screen on a multi-monitor host
|
---|
10 | system. However, not all window managers provide these
|
---|
11 | facilities correctly. Oracle VM VirtualBox can be configured to use a
|
---|
12 | legacy method of switching to full-screen mode instead, by using
|
---|
13 | the command:
|
---|
14 | </p>
|
---|
15 | <pre xml:space="preserve">VBoxManage setextradata global GUI/Fullscreen/LegacyMode true</pre>
|
---|
16 | <p>
|
---|
17 | You can go back to the default method by using the following
|
---|
18 | command:
|
---|
19 | </p>
|
---|
20 | <pre xml:space="preserve">VBoxManage setextradata global GUI/Fullscreen/LegacyMode</pre>
|
---|
21 | <p>
|
---|
22 | This is a global setting.
|
---|
23 | </p>
|
---|
24 | </body>
|
---|
25 |
|
---|
26 | </topic>
|
---|