File: separate-mode.dita

package info (click to toggle)
virtualbox 7.2.2-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 616,072 kB
  • sloc: cpp: 2,377,613; ansic: 2,351,258; asm: 379,359; python: 233,965; xml: 89,678; sh: 25,697; makefile: 8,169; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,785; javascript: 1,692; objc: 1,131; lex: 931; sed: 921; php: 906; yacc: 707
file content (32 lines) | stat: -rw-r--r-- 2,323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="separate-mode">
  <title>Separate Mode</title>
  <body>
    <p>Separate mode is an alternative front end for local and remote virtual machines. Separate mode is based on the <userinput>VBoxHeadless</userinput> front end but uses the <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> user interface to control and display virtual machines, rather than an RDP viewer program. The VirtualBox Remote Desktop Extension (VRDE) is not required for separate mode.</p>
    <p>Separate mode enables the guest graphical user interface to easily attach to and detach from a running VM. Users with several running VMs can use separate mode to display the required VM, while keeping all other VMs in the background until they are needed. </p>
    <p>Separate mode has some security advantages, compared to using the <userinput>VBoxHeadless</userinput> front end.</p>
    <section id="vbox-headless-separate-mode-using">
      <title>Using Separate Mode</title>
      <p>The following list describes some typical operations in separate mode.</p>
      <ul>
        <li>
          <p>To start a virtual machine in separate mode:</p>
          <p>In <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, click <uicontrol>Machines</uicontrol> and select the machine you want to start. Choose <uicontrol>Start with detachable GUI</uicontrol> from the <uicontrol>Start</uicontrol> options on the toolbar or right-click menu.</p>
        </li>
        <li>
          <p>To <b>detach</b> from a virtual machine in separate mode:</p>
          <p>On the virtual machine's <b>Machine</b> menu, select <b>Detach GUI</b>.</p>
        </li>
        <li>
          <p>To <b>attach</b> to a virtual machine in separate mode:</p>
          <p>Select the VM name in the <uicontrol>Machines</uicontrol> list in <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> and then click <b>Show</b>.</p>
        </li>
        <li>
          <p>To <b>stop</b> a virtual machine that is running in separate mode:</p>
          <p>Right-click the VM name in the machine list in <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> and select an option in the <b>Stop</b> menu.</p>
        </li>
      </ul>
    </section>
  </body>
</topic>