VirtualBox

Changeset 55079 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Apr 1, 2015 3:04:53 PM (10 years ago)
Author:
vboxsync
Message:

5.0.0 Beta 1 (next try)

Location:
trunk/doc/manual
Files:
2 edited

Legend:

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

    r54986 r55079  
    29182918
    29192919      <para>This is a per-VM setting.</para>
     2920
     2921    </sect2>
     2922
     2923    <sect2 id="mouse-capture">
     2924      <title>Configuring automatic mouse capturing</title>
     2925
     2926      <para>
     2927        By default, the mouse is captured if the user clicks on the guest window
     2928        and the guest expects relative mouse coordiantes at this time. This
     2929        happens if the pointing device is configured as PS/2 mouse and the guest did
     2930        not (yet) start the VirtualBox Guest Additions (for instance, the guest is
     2931        booting or no Guest Additions installed at all) or if the pointing device
     2932        is configured as USB tablet but the guest has no USB driver loaded yet.
     2933        Once the Guest Additions become active or the USB guest driver is started,
     2934        the mouse capture is automatically released.
     2935      </para>
     2936      <para>
     2937        The default behavior is sometimes not desired. Therefore it can be configured:
     2938      </para>
     2939      <para><screen>VBoxManage setextradata "VM name" GUI/MouseCapturePolicy MODE</screen></para>
     2940     
     2941      <para>where <computeroutput>MODE</computeroutput> is one of the
     2942        following keywords:</para><glosslist>
     2943        <glossentry>
     2944          <glossterm><computeroutput>Default</computeroutput></glossterm>
     2945          <glossdef>
     2946            <para>The default behavior as described above.</para>
     2947          </glossdef>
     2948        </glossentry>
     2949        <glossentry>
     2950          <glossterm><computeroutput>HostComboOnly</computeroutput></glossterm>
     2951          <glossdef>
     2952            <para>The mouse is only captured if the Host Key is toggled.</para>
     2953          </glossdef>
     2954        </glossentry>
     2955        <glossentry>
     2956          <glossterm><computeroutput>Disabled</computeroutput></glossterm>
     2957          <glossdef>
     2958            <para>The mouse is never captured, also not by toggling the Host Key</para>
     2959          </glossdef>
     2960        </glossentry>
     2961      </glosslist>
     2962
     2963      <para>This is a per-VM setting.</para>
     2964
     2965    </sect2>
     2966
     2967    <sect2 id="legacy-fullscreen-mode">
     2968      <title>Requesting legacy full-screen mode</title>
     2969
     2970      <para>
     2971        As of version 4.3.16, VirtualBox uses special window manager facilities to switch
     2972        a multi-screen machine to full-screen on a multi-monitor host system. However,
     2973        not all window managers provide these facilities correctly, so VirtualBox can be
     2974        told to use the old method of switching to full-screen mode instead using the command:
     2975      </para>
     2976      <para><screen>VBoxManage setextradata global GUI/Fullscreen/LegacyMode true</screen></para>
     2977
     2978      <para>
     2979        You can go back to the new method using the command:
     2980      </para>
     2981      <para><screen>VBoxManage setextradata global GUI/Fullscreen/LegacyMode</screen></para>
     2982
     2983      <para>This is a global setting.</para>
    29202984
    29212985    </sect2>
     
    35433607
    35443608   </sect1>
     3609   
     3610   <sect1 id="sse412passthrough">
     3611     <title>Experimental support for passing through SSE4.1 / SSE4.2 instructions</title>
     3612     <para>
     3613       To provide SSE 4.1 / SSE 4.2 support to guests, the host CPU has to
     3614       implement these instruction sets. Starting with VirtualBox 4.3.8 it is
     3615       possible to enable these instructions for certain guests using the
     3616       following commands:</para><screen>VBoxManage setextradata "VM name" VBoxInternal/CPUM/SSE4.1 1
     3617VBoxManage setextradata "VM name" VBoxInternal/CPUM/SSE4.2 1</screen>
     3618     <para>
     3619       These are a per-VM settings and they are turned off by default.
     3620     </para>
     3621   </sect1>
     3622
     3623  <sect1 id="hidledssync">
     3624    <title>Support for keyboard indicators synchronization</title>
     3625
     3626    <para>
     3627      This feature makes the host keyboard lights match those of the virtual machine's virtual
     3628      keyboard when the machine window is selected. It is currently implemented for Mac OS X and
     3629      Windows hosts and available as of releases 4.2.24 and 4.3.8. The feature can be enabled using
     3630      the following command:
     3631    </para>
     3632
     3633    <screen>VBoxManage setextradata "VM name" GUI/HidLedsSync "1"</screen>
     3634
     3635    <para>
     3636      In order to disable it, use the same command but change "1" to "0", or use the VBoxManage
     3637      command to remove the extra data. This is a per-VM setting and it is disabled by default.
     3638    </para>
     3639
     3640  </sect1>
    35453641
    35463642</chapter>
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r55078 r55079  
    12821282      <listitem>
    12831283        <para>VMM: experimental support for SSE 4.1 / SSE 4.2 passthrough, see
    1284           <xref linkend="sse412passthrough" xreflabel="here"/> how to
    1285           enable it (bug #8651)</para>
     1284          the user manual how to enable it (bug #8651)</para>
    12861285      </listitem>
    12871286
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