VirtualBox

Changeset 48923 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Oct 7, 2013 1:25:01 PM (11 years ago)
Author:
vboxsync
Message:

doc/manual: updates

Location:
trunk/doc/manual/en_US
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_BasicConcepts.xml

    r46821 r48923  
    404404
    405405          <glossentry>
     406            <glossterm>Drag'n'Drop</glossterm>
     407            <glossdef>
     408              <para>This setting allows to enable Drag and Drop: Select a file
     409                on the desktop, click the left mouse button, move the mouse
     410                to the VM window and release the mouse button. The file is
     411                copied from the host to the guest. This feature is currently
     412                only implemented for Linux guests and only for copying files
     413                from the host to the guest.<footnote><para>Support
     414                for Drag'n'Drop was added with VirtualBox 4.2</para></footnote></para>
     415            </glossdef>
     416          </glossentry>
     417
     418          <glossentry>
    406419            <glossterm>Removable media: remember runtime changes</glossterm>
    407420
     
    425438              devices. If you don't want to see the toolbar, disable this
    426439              setting.</para>
     440              <para>The second setting allows to show the toolbar at the top
     441              of the screen instead of showing it at the bottom.</para>
    427442            </glossdef>
    428443          </glossentry>
     
    438453      configuration of a virtual machine and the software that has been
    439454      installed into it.</para>
     455      <para>To insert a line break into the description text field, press
     456      <emphasis>Shift+Enter</emphasis>.</para>
    440457    </sect2>
    441458  </sect1>
     
    515532
    516533          <glossentry>
     534            <glossterm>Pointing Device</glossterm>
     535
     536            <glossdef>
     537              <para>The default virtual pointing devices for older guests is the
     538              traditional PS/2 mouse. If set to <emphasis>USB tablet</emphasis>,
     539              VirtualBox reports to the virtual machine that a USB tablet
     540              device is present and communicates mouse events to
     541              the virtual machine through this device. The third setting is
     542              a <emphasis>USB Multi-Touch Tablet</emphasis> which is suited
     543              for recent Windows guests.</para>
     544
     545              <para>Using the virtual USB tablet has the advantage that
     546              movements are reported in absolute coordinates (instead of as
     547              relative position changes), which allows VirtualBox to translate
     548              mouse events over the VM window into tablet events without
     549              having to "capture" the mouse in the guest as described in <xref
     550              linkend="keyb_mouse_normal" />. This makes using the VM less
     551              tedious even if Guest Additions are not installed.<footnote>
     552                  <para>The virtual USB tablet was added with VirtualBox 3.2.
     553                  Depending on the guest operating system selected, this is
     554                  now enabled by default for new virtual machines.</para>
     555                </footnote></para>
     556            </glossdef>
     557          </glossentry>
     558          <glossentry>
    517559            <glossterm>Enable I/O APIC</glossterm>
    518560
     
    568610          </glossentry>
    569611
    570           <glossentry>
    571             <glossterm>Enable absolute pointing device</glossterm>
    572 
    573             <glossdef>
    574               <para>If enabled, VirtualBox reports to the virtual machine that
    575               a USB tablet device is present and communicates mouse events to
    576               the virtual machine through this device. If disabled, mouse
    577               events are communicated through a traditional PS/2 virtual mouse
    578               device.</para>
    579 
    580               <para>Using the virtual USB tablet has the advantage that
    581               movements are reported in absolute coordinates (instead of as
    582               relative position changes), which allows VirtualBox to translate
    583               mouse events over the VM window into tablet events without
    584               having to "capture" the mouse in the guest as described in <xref
    585               linkend="keyb_mouse_normal" />. This makes using the VM less
    586               tedious even if Guest Additions are not installed.<footnote>
    587                   <para>The virtual USB tablet was added with VirtualBox 3.2.
    588                   Depending on the guest operating system selected, this is
    589                   now enabled by default for new virtual machines.</para>
    590                 </footnote></para>
    591             </glossdef>
    592           </glossentry>
    593612        </glosslist></para>
    594613
     
    620639
    621640      <para>You should not, however, configure virtual machines to use more
    622       CPU cores than you have available physically.</para>
    623 
    624       <para>On this tab you can also set the CPU execution cap. This setting
     641      CPU cores than you have available physically (real cores, no hyperthreads).</para>
     642
     643      <para>On this tab you can also set the <emphasis role="bold">"CPU execution
     644      cap"</emphasis>. This setting
    625645      limits the amount of time a host CPU spents to emulate a virtual CPU.
    626646      The default setting is 100% meaning that there is no limitation. A setting
     
    771791        </glossdef>
    772792      </glossentry>
     793
     794      <glossentry>
     795        <glossterm>Video Capture</glossterm>
     796
     797        <glossdef>
     798          <para>Under the "Video Capture" tab you can enable video capturing
     799          for this VM. Note that this feature can also be enabled/disabled
     800          while the VM is executed.</para>
     801        </glossdef>
     802      </glossentry>
    773803    </glosslist>
    774804  </sect1>
     
    956986    <para>On a Linux host, depending on your host configuration, you can also
    957987    select between the OSS, ALSA or the PulseAudio subsystem. On newer Linux
    958     distributions (Fedora 8 and above, Ubuntu 8.04 and above) the PulseAudio
     988    distributions (Fedora 8 and above, Ubuntu 8.04 and above), the PulseAudio
    959989    subsystem should be preferred.</para>
    960990  </sect1>
  • trunk/doc/manual/en_US/user_Installation.xml

    r46207 r48923  
    245245      <itemizedlist>
    246246        <listitem>
    247           <para>Qt 4.4.0 or higher;</para>
     247          <para>Qt 4.6.2 or higher;</para>
    248248        </listitem>
    249249
     
    390390        <para>First, download the appropriate package for your distribution.
    391391        The following examples assume that you are installing to a 32-bit
    392         Ubuntu Karmic system. Use <computeroutput>dpkg</computeroutput> to
     392        Ubuntu Raring system. Use <computeroutput>dpkg</computeroutput> to
    393393        install the Debian package:</para>
    394394
    395         <screen>sudo dpkg -i VirtualBox-3.2_$VBOX_VERSION_STRING_Ubuntu_karmic_i386.deb</screen>
     395        <screen>sudo dpkg -i VirtualBox-3.2_$VBOX_VERSION_STRING_Ubuntu_raring_i386.deb</screen>
    396396
    397397        <para>You will be asked to accept the VirtualBox Personal Use and
     
    467467          <listitem>
    468468            <para>It creates
    469             <computeroutput>/etc/udev/rules.d/10-vboxdrv.rules</computeroutput>,
     469            <computeroutput>/etc/udev/rules.d/60-vboxdrv.rules</computeroutput>,
    470470            a description file for udev, if that is present, which makes the
    471471            USB devices accessible to all users in the
  • trunk/doc/manual/en_US/user_Networking.xml

    r48518 r48923  
    142142            Windows file sharing (see <xref linkend="nat-limitations" /> for
    143143            details).</para>
     144          </glossdef>
     145        </glossentry>
     146
     147        <glossentry>
     148          <glossterm>NAT Network</glossterm>
     149
     150          <glossdef>
     151            <para>The NAT network is a new NAT flavour introduced in
     152              VirtualBox 4.3. See
     153              <xref linkend="network_nat_service" xrefstyle="template: %n" />
     154              for details.</para>
    144155          </glossdef>
    145156        </glossentry>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette