Changeset 105134 in vbox for trunk/doc/manual/en_US/dita/topics/frontends.dita
- Timestamp:
- Jul 4, 2024 8:57:55 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/frontends.dita
r99797 r105134 2 2 <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> 3 3 <topic xml:lang="en-us" id="frontends"> 4 <title>Alternative Front-Ends</title> 5 4 <title>Alternative Front Ends</title> 6 5 <body> 7 6 <p> … … 15 14 and have all the graphical output redirected over the network. 16 15 </p> 17 <p> 18 The following front-ends are shipped in the standard 19 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> package: 20 </p> 16 <p> The following front ends are shipped in the standard <ph 17 conkeyref="vbox-conkeyref-phrases/product-name"/> package: </p> 21 18 <ul> 22 19 <li> 23 <p><b outputclass="bold">VirtualBox.</b> This is the 24 <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, a graphical user interface that uses the Qt 25 toolkit. This interface is described throughout this manual. 26 While this is the simplest and easiest front-end to use, some 27 of the more advanced <ph conkeyref="vbox-conkeyref-phrases/product-name"/> features are not included. 28 </p> 20 <p><b outputclass="bold">VirtualBox.</b> This is the <ph 21 conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, a graphical user interface that uses the 22 Qt toolkit. This interface is described throughout this manual. While this is the simplest 23 and easiest front end to use, some of the more advanced <ph 24 conkeyref="vbox-conkeyref-phrases/product-name"/> features are not included. </p> 29 25 </li> 30 26 <li> … … 36 32 </li> 37 33 <li> 38 <p><b outputclass="bold">VBoxHeadless.</b> A front-end 39 that produces no visible output on the host at all, but can 40 act as a RDP server if the VirtualBox Remote Desktop Extension 41 (VRDE) is installed and enabled for the VM. As opposed to the 42 other graphical interfaces, the headless front-end requires no 43 graphics support. This is useful, for example, if you want to 44 host your virtual machines on a headless Linux server that has 45 no X Window system installed. See 46 <xref href="vboxheadless.dita">VBoxHeadless, the Remote Desktop Server</xref>. 47 </p> 34 <p><b outputclass="bold">VBoxHeadless.</b> A front end that produces no visible output on 35 the host at all, but can act as a RDP server if the VirtualBox Remote Desktop Extension 36 (VRDE) is installed and enabled for the VM. As opposed to the other graphical interfaces, 37 the headless front end requires no graphics support. This is useful, for example, if you 38 want to host your virtual machines on a headless Linux server that has no X Window system 39 installed. See <xref href="vboxheadless.dita">VBoxHeadless, the Remote Desktop 40 Server</xref>. </p> 41 </li> 42 <li> 43 <!-- Separate mode: check with Klaus whether this needs to be covered in 7.1--> 44 <p><b>Separate mode.</b> A front end that is based on <userinput>VBoxHeadless</userinput>, 45 but does not require VRDE or an RDP viewer. See <xref href="vboxheadless-separate-mode.dita">Separate Mode</xref>.</p> 48 46 </li> 49 47 </ul> 50 <p> 51 If the above front-ends still do not satisfy your particular 52 needs, it is possible to create yet another front-end to the 53 complex virtualization engine that is the core of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, 54 as the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> core neatly exposes all of its features in a 55 clean API. See <xref href="VirtualBoxAPI.dita"><ph conkeyref="vbox-conkeyref-phrases/product-name"/> Programming Interfaces</xref>. 56 </p> 48 <p> If the above front ends still do not satisfy your particular needs, it is possible to create 49 yet another front end to the complex virtualization engine that is the core of <ph 50 conkeyref="vbox-conkeyref-phrases/product-name"/>, as the <ph 51 conkeyref="vbox-conkeyref-phrases/product-name"/> core neatly exposes all of its features in 52 a clean API. See <xref href="VirtualBoxAPI.dita"><ph 53 conkeyref="vbox-conkeyref-phrases/product-name"/> Programming Interfaces</xref>. </p> 57 54 </body> 58 55
Note:
See TracChangeset
for help on using the changeset viewer.