Changeset 105294 in vbox for trunk/doc/manual
- Timestamp:
- Jul 12, 2024 10:55:29 AM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 163947
- Location:
- trunk/doc/manual/en_US/dita/topics
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/vboxheadless.dita
r99797 r105294 19 19 </p> 20 20 <p> 21 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> therefore comes with a front -end called21 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> therefore comes with a front end called 22 22 <userinput>VBoxHeadless</userinput>, which produces no visible 23 23 output on the host at all, but still can optionally deliver VRDP 24 data. This front -end has no dependencies on the X Window system24 data. This front end has no dependencies on the X Window system 25 25 on Linux and Oracle Solaris hosts. 26 26 </p> 27 27 <note> 28 <p> 29 In legacy releases of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, the headless server was 30 called <userinput>VBoxVRDP</userinput>. For backwards 31 compatibility, the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> installation still includes 32 an executable with that name. 33 </p> 28 <p> In legacy releases of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, the headless 29 server was called <userinput>VBoxVRDP</userinput>. For backward compatibility, the <ph 30 conkeyref="vbox-conkeyref-phrases/product-name"/> installation still includes an 31 executable with that name. </p> 34 32 </note> 35 33 <p> … … 45 43 <p> 46 44 The <codeph>--type</codeph> option causes <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to 47 use <userinput>VBoxHeadless</userinput> as the front -end to the48 internal virtualization engine, instead of the Qt front -end.45 use <userinput>VBoxHeadless</userinput> as the front end to the 46 internal virtualization engine, instead of the Qt front end. 49 47 </p> 50 48 </li> … … 64 62 directly as a background process which has to be done 65 63 explicitly when directly starting with 66 <userinput>VBoxHeadless</userinput>. <!--The full documentation of 67 the command is in <xref href="man_vboxheadless.dita#man_vboxheadless"/>.--> 64 <userinput>VBoxHeadless</userinput>. 68 65 </p> 69 66 </li> … … 91 88 <p> 92 89 To have the VRDP server enabled depending on the VM 93 configuration, as for other front -ends:90 configuration, as for other front ends: 94 91 </p> 95 92 <pre xml:space="preserve">VBoxHeadless --startvm <varname>uuid</varname>|<varname>vmname</varname> --vrde config</pre>
Note:
See TracChangeset
for help on using the changeset viewer.