Changeset 48923 in vbox for trunk/doc/manual
- Timestamp:
- Oct 7, 2013 1:25:01 PM (11 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_BasicConcepts.xml
r46821 r48923 404 404 405 405 <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> 406 419 <glossterm>Removable media: remember runtime changes</glossterm> 407 420 … … 425 438 devices. If you don't want to see the toolbar, disable this 426 439 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> 427 442 </glossdef> 428 443 </glossentry> … … 438 453 configuration of a virtual machine and the software that has been 439 454 installed into it.</para> 455 <para>To insert a line break into the description text field, press 456 <emphasis>Shift+Enter</emphasis>.</para> 440 457 </sect2> 441 458 </sect1> … … 515 532 516 533 <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> 517 559 <glossterm>Enable I/O APIC</glossterm> 518 560 … … 568 610 </glossentry> 569 611 570 <glossentry>571 <glossterm>Enable absolute pointing device</glossterm>572 573 <glossdef>574 <para>If enabled, VirtualBox reports to the virtual machine that575 a USB tablet device is present and communicates mouse events to576 the virtual machine through this device. If disabled, mouse577 events are communicated through a traditional PS/2 virtual mouse578 device.</para>579 580 <para>Using the virtual USB tablet has the advantage that581 movements are reported in absolute coordinates (instead of as582 relative position changes), which allows VirtualBox to translate583 mouse events over the VM window into tablet events without584 having to "capture" the mouse in the guest as described in <xref585 linkend="keyb_mouse_normal" />. This makes using the VM less586 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 is589 now enabled by default for new virtual machines.</para>590 </footnote></para>591 </glossdef>592 </glossentry>593 612 </glosslist></para> 594 613 … … 620 639 621 640 <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 625 645 limits the amount of time a host CPU spents to emulate a virtual CPU. 626 646 The default setting is 100% meaning that there is no limitation. A setting … … 771 791 </glossdef> 772 792 </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> 773 803 </glosslist> 774 804 </sect1> … … 956 986 <para>On a Linux host, depending on your host configuration, you can also 957 987 select between the OSS, ALSA or the PulseAudio subsystem. On newer Linux 958 distributions (Fedora 8 and above, Ubuntu 8.04 and above) the PulseAudio988 distributions (Fedora 8 and above, Ubuntu 8.04 and above), the PulseAudio 959 989 subsystem should be preferred.</para> 960 990 </sect1> -
trunk/doc/manual/en_US/user_Installation.xml
r46207 r48923 245 245 <itemizedlist> 246 246 <listitem> 247 <para>Qt 4. 4.0or higher;</para>247 <para>Qt 4.6.2 or higher;</para> 248 248 </listitem> 249 249 … … 390 390 <para>First, download the appropriate package for your distribution. 391 391 The following examples assume that you are installing to a 32-bit 392 Ubuntu Karmicsystem. Use <computeroutput>dpkg</computeroutput> to392 Ubuntu Raring system. Use <computeroutput>dpkg</computeroutput> to 393 393 install the Debian package:</para> 394 394 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> 396 396 397 397 <para>You will be asked to accept the VirtualBox Personal Use and … … 467 467 <listitem> 468 468 <para>It creates 469 <computeroutput>/etc/udev/rules.d/ 10-vboxdrv.rules</computeroutput>,469 <computeroutput>/etc/udev/rules.d/60-vboxdrv.rules</computeroutput>, 470 470 a description file for udev, if that is present, which makes the 471 471 USB devices accessible to all users in the -
trunk/doc/manual/en_US/user_Networking.xml
r48518 r48923 142 142 Windows file sharing (see <xref linkend="nat-limitations" /> for 143 143 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> 144 155 </glossdef> 145 156 </glossentry>
Note:
See TracChangeset
for help on using the changeset viewer.