Changeset 76786 in vbox for trunk/doc/manual/en_US/user_GuestAdditions.xml
- Timestamp:
- Jan 11, 2019 7:39:06 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_GuestAdditions.xml
r76162 r76786 1356 1356 The guest properties 1357 1357 <computeroutput>/VirtualBox/GuestAdd/SharedFolders/MountDir</computeroutput> 1358 and (more generic)1358 and the more generic 1359 1359 <computeroutput>/VirtualBox/GuestAdd/SharedFolders/MountPrefix</computeroutput> 1360 1360 can be used to override the automatic mount directory and … … 1433 1433 Drop</emphasis> menu item in the 1434 1434 <emphasis role="bold">Devices</emphasis> menu of the virtual 1435 machine, as shown below, or the <command>VBoxManage</command>. 1435 machine, as shown below, or the <command>VBoxManage</command> 1436 command. 1436 1437 </para> 1437 1438 … … 1603 1604 </para> 1604 1605 1605 < orderedlist>1606 <itemizedlist> 1606 1607 1607 1608 <listitem> … … 1665 1666 disabled by default and must be <emphasis>manually 1666 1667 enabled</emphasis> in the VM settings. See 1667 <xref 1668 linkend="generalsettings" />. 1668 <xref linkend="settings-display" />. 1669 1669 </para> 1670 1670 1671 1671 <note> 1672 1672 <para> 1673 Untrusted guest systems should not be allowed to use 1674 &product-name;'s 3D acceleration features, just as1673 Untrusted guest systems should not be allowed to use the 1674 3D acceleration features of &product-name;, just as 1675 1675 untrusted host software should not be allowed to use 3D 1676 1676 acceleration. Drivers for 3D hardware are generally too … … 1686 1686 </listitem> 1687 1687 1688 </ orderedlist>1688 </itemizedlist> 1689 1689 1690 1690 <para> … … 1764 1764 acceleration hardware instead of performing overlay stretching 1765 1765 and color conversion in software, which would be slow. This 1766 currently works for Windows, Linux and Mac host platforms,1766 currently works for Windows, Linux and Mac OS X host platforms, 1767 1767 provided that your host operating system can make use of 2D 1768 1768 video acceleration in the first place. … … 1774 1774 </para> 1775 1775 1776 < orderedlist>1776 <itemizedlist> 1777 1777 1778 1778 <listitem> … … 1794 1794 disabled by default and must be <emphasis>manually 1795 1795 enabled</emphasis> in the VM settings. See 1796 <xref 1797 linkend="generalsettings" />. 1798 </para> 1799 </listitem> 1800 1801 </orderedlist> 1796 <xref linkend="settings-display" />. 1797 </para> 1798 </listitem> 1799 1800 </itemizedlist> 1802 1801 1803 1802 <para> … … 2037 2036 2038 2037 <para> 2039 The properties <computeroutput>/VirtualBox/HostInfo/VBoxVer</computeroutput>, 2040 <computeroutput>/VirtualBox/HostInfo/VBoxVerExt</computeroutput> or 2041 <computeroutput>/VirtualBox/HostInfo/VBoxRev</computeroutput> can be waited 2042 on to detect that the VM state was restored from saved state or snapshot: 2038 The properties 2039 <computeroutput>/VirtualBox/HostInfo/VBoxVer</computeroutput>, 2040 <computeroutput>/VirtualBox/HostInfo/VBoxVerExt</computeroutput> 2041 or <computeroutput>/VirtualBox/HostInfo/VBoxRev</computeroutput> 2042 can be waited on to detect that the VM state was restored from 2043 saved state or snapshot: 2043 2044 </para> 2044 2045 … … 2046 2047 2047 2048 <para> 2048 Similarly the <computeroutput>/VirtualBox/HostInfo/ResumeCounter</computeroutput> 2049 can be used to detect that a VM was resumed from the paused state or saved state. 2049 Similarly the 2050 <computeroutput>/VirtualBox/HostInfo/ResumeCounter</computeroutput> 2051 can be used to detect that a VM was resumed from the paused 2052 state or saved state. 2050 2053 </para> 2051 2054 … … 2061 2064 The Guest Control File Manager is a feature of the Guest Additions 2062 2065 that enables easy copying and moving of files between a guest and 2063 the host system. 2064 </para> 2065 2066 <para> 2067 Other file management operations are supported, such as creating 2068 new folders and renaming files or deleting files. 2066 the host system. Other file management operations provide support 2067 to create new folders and to rename or delete files. 2069 2068 </para> 2070 2069 … … 2074 2073 <imageobject> 2075 2074 <imagedata align="center" fileref="images/guest-fm.png" 2076 width="1 0cm" />2075 width="12cm" /> 2077 2076 </imageobject> 2078 2077 </mediaobject> … … 2098 2097 <listitem> 2099 2098 <para> 2100 Displaythe Guest Control File Manager.2099 Open the Guest Control File Manager. 2101 2100 </para> 2102 2101 … … 2108 2107 2109 2108 <para> 2110 The Guest Control File Manager is displayed. Files on the 2111 host system are shown in the left pane. 2109 The left pane shows the files on the host system. 2112 2110 </para> 2113 2111 </listitem> … … 2119 2117 2120 2118 <para> 2121 In the panel at the bottom of the Guest Control File 2122 Manager, enter authentication credentials for a user on the 2123 guest system. 2119 At the bottom of the Guest Control File Manager, enter 2120 authentication credentials for a user on the guest system. 2124 2121 </para> 2125 2122 … … 2129 2126 2130 2127 <para> 2131 The guest VM file system is shown in the right pane of the 2132 Guest Control File Manager. 2133 </para> 2134 </listitem> 2135 2136 <listitem> 2137 <para> 2138 Transfer files between the guest and the host. 2139 </para> 2140 2141 <para> 2142 Use the file transfer icons to copy or move files between 2143 the guest and host. 2144 </para> 2145 2146 <para> 2147 You can copy and move files from guest to host, or from host 2148 to guest. 2149 </para> 2150 </listitem> 2151 2152 <listitem> 2153 <para> 2154 Close down the Guest Control File Manager. 2155 </para> 2156 2157 <para> 2158 Click <emphasis role="bold">Close</emphasis>. The guest 2159 session is ended and the Guest Control File Manager is 2160 closed down. 2128 The contents of the guest VM file system appears in the 2129 right pane of the Guest Control File Manager. 2130 </para> 2131 </listitem> 2132 2133 <listitem> 2134 <para> 2135 Transfer files between the guest and the host system by 2136 using the move and copy file transfer icons. 2137 </para> 2138 2139 <para> 2140 You can copy and move files from a guest to the host system 2141 or from the host system to the guest. 2142 </para> 2143 </listitem> 2144 2145 <listitem> 2146 <para> 2147 Close the Guest Control File Manager. 2148 </para> 2149 2150 <para> 2151 Click <emphasis role="bold">Close</emphasis> to end the 2152 guest session. 2161 2153 </para> 2162 2154 </listitem> … … 2432 2424 Enabling Page Fusion might indirectly increase the chances for 2433 2425 malicious guests to successfully attack other VMs running on 2434 the same host. 2435 2436 <!--See <xref linkend="pot-insecure"/>.--> 2426 the same host. See <xref linkend="pot-insecure"/>. 2437 2427 </para> 2438 2428 </note>
Note:
See TracChangeset
for help on using the changeset viewer.