VirtualBox

Changeset 35065 in vbox


Ignore:
Timestamp:
Dec 14, 2010 11:31:02 AM (14 years ago)
Author:
vboxsync
Message:

Manual: doc updates (vbox settings, chipset)

Location:
trunk/doc/manual
Files:
5 edited

Legend:

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

    r34693 r35065  
    77  <para>Whereas <xref linkend="Introduction" /> gave you a quick introduction
    88  to VirtualBox and how to get your first virtual machine running, the
    9   following chapter describe in detail how to configure virtual
     9  following chapter describes in detail how to configure virtual
    1010  machines.</para>
    1111
     
    227227            upon explicit request.</para>
    228228
    229             <para>On 64-bit hosts, 64-bit guest support is always enabled, so
    230             you can simply install a 64-bit operating system in the
    231             guest.</para>
     229            <para>On 64-bit hosts (which typically come with hardware
     230            virtualization support), 64-bit guest operating systems are always
     231            supported regardless of settings, so you can simply install a
     232            64-bit operating system in the guest.</para>
    232233          </listitem>
    233234        </orderedlist></para>
     
    352353            installed in the VM. This is the same setting that was specified
    353354            in the "New Virtual Machine" wizard, as described in <xref
    354             linkend="gui-createvm" />.</para>
     355            linkend="gui-createvm" />. </para>
     356
     357            <para>Whereas the default settings of a newly created VM depend on
     358            the selected operating system type, changing the type later has no
     359            effect on VM settings; this value is then purely informational and
     360            decorative.</para>
    355361          </glossdef>
    356362        </glossentry>
     
    377383
    378384            <glossdef>
    379               <para>If the virtual machine has Guest Additions installed, you
    380               can select here whether the clipboard of the guest operating
    381               system should be shared with that of your host. If you select
    382               "Bidirectional", then VirtualBox will always make sure that both
    383               clipboards contain the same data. If you select "Host to guest"
    384               or "Guest to host", then VirtualBox will only ever copy
    385               clipboard data in one direction.</para>
     385              <para>You can select here whether the clipboard of the guest
     386              operating system should be shared with that of your host. If you
     387              select "Bidirectional", then VirtualBox will always make sure
     388              that both clipboards contain the same data. If you select "Host
     389              to guest" or "Guest to host", then VirtualBox will only ever
     390              copy clipboard data in one direction.</para>
     391
     392              <para>Clipboard sharing requires that the VirtualBox Guest
     393              Additions be installed. As a result, this setting has no effect
     394              otherwise; see <xref linkend="guestadditions" /> for
     395              details.</para>
    386396            </glossdef>
    387397          </glossentry>
     
    477487              detail on the command line; please see <xref
    478488              linkend="vboxmanage-modifyvm" />.</para>
     489            </glossdef>
     490          </glossentry>
     491
     492          <glossentry>
     493            <glossterm>Chipset</glossterm>
     494
     495            <glossdef>
     496              <para>Here you can select which chipset will be presented to the
     497              virtual machine. Before VirtualBox 4.0, PIIX3 was the only
     498              available option here. For modern guest operating systems such
     499              as Mac OS X server, that old chipset is no longer well
     500              supported. As a result, VirtualBox 4.0 introduced an emulation
     501              of the more modern ICH9 chipset, which supports PCI express,
     502              three PCI buses, PCI-to-PCI bridges and Message Signalled
     503              Interrupts (MSI). This allows modern operating systems to
     504              address more PCI devices and no longer requires IRQ
     505              sharing.</para>
    479506            </glossdef>
    480507          </glossentry>
     
    767794    virtual CD/DVD drive, or change where these items are attached.</para>
    768795
    769     <para>In addition to the IDE controller, VirtualBox can also present an
     796    <para>In addition to the IDE controller, VirtualBox can also present a
    770797    SATA controller and a SCSI controller to the guest, which gives you 30 or
    771798    16 additional slots to attach devices to, respectively. This, however, may
  • trunk/doc/manual/en_US/user_Glossary.xml

    r31735 r35065  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    3   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
     3"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
    44<glossary id="Glossary">
    55  <glossdiv>
     
    222222        separated by colons, such as
    223223        <computeroutput>00:17:3A:5E:CB:08</computeroutput>.</para>
     224      </glossdef>
     225    </glossentry>
     226
     227    <glossentry>
     228      <glossterm>MSI</glossterm>
     229
     230      <glossdef>
     231        <para>Message Signalled Interrupts, as supported by modern chipsets
     232        such as the ICH9; see <xref linkend="settings-motherboard" />. As
     233        opposed to traditional pin-based interrupts, with MSI, a small amount
     234        of data can accompany the actual interrupt message. This reduces the
     235        amount of hardware pins required, allows for more interrupts and
     236        better performance.</para>
    224237      </glossdef>
    225238    </glossentry>
  • trunk/doc/manual/en_US/user_GuestAdditions.xml

    r35019 r35065  
    387387        <title>Windows Vista networking</title>
    388388
    389         <para>Earlier versions of VirtualBox provided a virtual AMD PCNet
    390         Ethernet card to guests by default. Since Microsoft no longer ships a
    391         driver for that card with Windows (starting with Windows Vista), if
    392         you select Windows Vista or newer as the guest operating system for a
    393         virtual machine, VirtualBox will instead present a virtual Intel
    394         network controller to the guest (see <xref
    395         linkend="nichardware" />).</para>
    396 
    397         <para>However, if for any reason you have a 32-bit Windows Vista VM
    398         that is configured to use an AMD PCNet card, you will have no
    399         networking in the guest initially.</para>
     389        <para>If, for some reason, you want to use an AMD PCNet card with
     390        Microsoft Windows Vista or later instead of the Intel E1000 card that
     391        VirtualBox provides by default, you will need to install a driver for
     392        that manually (see <xref linkend="nichardware" />).</para>
    400393
    401394        <para>As a convenience, VirtualBox ships with a 32-bit driver for the
     
    410403        subdirectory of the default install directory.</para>
    411404
    412         <para>Alternatively, change the Vista guest's VM settings to use an
    413         Intel networking card instead of the default AMD PCNet card; see <xref
    414         linkend="settings-network" /> for details.</para>
    415 
    416405        <para>Unfortunately, there is no 64-bit driver available for the AMD
    417         PCNet card. So for 64-bit Windows VMs, you should always use the Intel
    418         networking devices.</para>
     406        PCNet card.</para>
    419407      </sect3>
    420408    </sect2>
     
    11471135      on the guest OS type:<itemizedlist>
    11481136          <listitem>
    1149             <para>With Windows guests, any auto-mounted shared folder will
    1150             receive its own drive letter (e.g.
     1137            <para>With <emphasis role="bold">Windows guests,</emphasis> any
     1138            auto-mounted shared folder will receive its own drive letter (e.g.
    11511139            <computeroutput>E:</computeroutput>) depending on the free drive
    11521140            letters remaining in the guest.</para>
     
    11581146
    11591147          <listitem>
    1160             <para>With Linux and Solaris guests, auto-mounted shared folders
    1161             are mounted into the <computeroutput>/media</computeroutput>
    1162             directory, along with the prefix
    1163             <computeroutput>sf_</computeroutput>. For example, the shared
    1164             folder <computeroutput>myfiles</computeroutput> would be mounted
    1165             to <computeroutput>/media/sf_myfiles</computeroutput> on Linux and
    1166             <computeroutput>/mnt/sf_myfiles</computeroutput> on
     1148            <para>With <emphasis role="bold">Linux guests,</emphasis>
     1149            auto-mounted shared folders are mounted into the
     1150            <computeroutput>/media</computeroutput> directory, along with the
     1151            prefix <computeroutput>sf_</computeroutput>. For example, the
     1152            shared folder <computeroutput>myfiles</computeroutput> would be
     1153            mounted to <computeroutput>/media/sf_myfiles</computeroutput> on
     1154            Linux and <computeroutput>/mnt/sf_myfiles</computeroutput> on
    11671155            Solaris.</para>
    11681156
     
    11821170              </note></para>
    11831171
    1184               <para>The guest property
    1185               <computeroutput>/VirtualBox/GuestAdd/SharedFolders/MountDir</computeroutput>
    1186               determines the absolute mount directory that is used for all auto-mounted
    1187               Shared Folders. When no value is specified the standard media or mount
    1188               directory is used according to the guest OS.</para>
    1189           </listitem>
    1190 
    1191           <listitem>
    1192             <para>Solaris guests behave like Linux guests except that
    1193             <computeroutput>/mnt</computeroutput> is used for mounting the
    1194             shared folders instead of
     1172            <para>To change the mount directory to something other than
     1173            <computeroutput>/media</computeroutput>, you can set the guest
     1174            property
     1175            <computeroutput>/VirtualBox/GuestAdd/SharedFolders/MountDir</computeroutput>.</para>
     1176          </listitem>
     1177
     1178          <listitem>
     1179            <para><emphasis role="bold">Solaris guests</emphasis> behave like
     1180            Linux guests except that <computeroutput>/mnt</computeroutput> is
     1181            used as the default mount directory instead of
    11951182            <computeroutput>/media</computeroutput>.</para>
    11961183          </listitem>
  • trunk/doc/manual/en_US/user_Troubleshooting.xml

    r34974 r35065  
    547547
    548548      <para>On some hardware platforms and operating systems, virtualization
    549           peformance is negatively affected by host CPU power management. The
    550           symptoms may be choppy audio in the guest or erratic guest clock
    551           behavior.
    552       </para>
    553        
    554       <para>Some of the problems may be caused by firmware and/or host operating
    555           system bugs. Therefore, updating the firmware and applying operating
    556           systems fixes is recommended.</para>
    557 
    558       <para>For optimal virtualization performance, the C1E power state
    559           support in the system's BIOS should be disabled, if such a setting is
    560           available (not all systems support the C1E power state). Disabling
    561           other power management settings may also improve performance. However,
    562           a balance between performance and power consumption must always be
    563           considered.
    564       </para>
    565 
     549      peformance is negatively affected by host CPU power management. The
     550      symptoms may be choppy audio in the guest or erratic guest clock
     551      behavior.</para>
     552
     553      <para>Some of the problems may be caused by firmware and/or host
     554      operating system bugs. Therefore, updating the firmware and applying
     555      operating systems fixes is recommended.</para>
     556
     557      <para>For optimal virtualization performance, the C1E power state
     558      support in the system's BIOS should be disabled, if such a setting is
     559      available (not all systems support the C1E power state). Disabling other
     560      power management settings may also improve performance. However, a
     561      balance between performance and power consumption must always be
     562      considered.</para>
    566563    </sect2>
    567564
     
    570567
    571568      <para>To use 2D Video Acceleration within VirtualBox, your host's video
    572           card should support certain OpenGL extensions.
    573           On startup, VirtualBox checks for those extensions, and, if the test
    574           fails, this option is silently grayed out.
    575       </para>
    576        
     569      card should support certain OpenGL extensions. On startup, VirtualBox
     570      checks for those extensions, and, if the test fails, this option is
     571      silently grayed out.</para>
     572
    577573      <para>To find out why it has failed, you can manually execute the
    578           following command:
    579       </para>
    580 
    581       <screen>VBoxTestOGL --log "log_file_name" --test 2D</screen>     
     574      following command:</para>
     575
     576      <screen>VBoxTestOGL --log "log_file_name" --test 2D</screen>
    582577
    583578      <para>It will list the required OpenGL extensions one by one and will
    584           show you which one failed the test. This usually means that you
    585           are running an outdated or misconfigured OpenGL driver on your host.
    586           It can also mean that your video chip is lacking require functionality.
    587       </para>
    588 
     579      show you which one failed the test. This usually means that you are
     580      running an outdated or misconfigured OpenGL driver on your host. It can
     581      also mean that your video chip is lacking require functionality.</para>
    589582    </sect2>
    590583  </sect1>
     
    707700      <title>No networking in Windows Vista guests</title>
    708701
    709       <para>Unfortunately, with Vista, Microsoft dropped support for the
    710       virtual AMD PCNet card that we are providing to virtual machines. As a
    711       result, after installation, Vista guests initially have no networking.
    712       VirtualBox therefore ships a driver for that card with the Windows Guest
     702      <para>With Windows Vista, Microsoft dropped support for the AMD PCNet
     703      card that VirtualBox used to provide as the default virtual network card
     704      before version 1.6.0. For Windows Vista guests, VirtualBox now uses an
     705      Intel E1000 card by default.</para>
     706
     707      <para>If, for some reason, you still want to use the AMD card,
     708      VirtualBox ships a 32-bit driver for that card with the Windows Guest
    713709      Additions; see <xref linkend="vista_networking" />.</para>
    714 
    715       <para>Starting with version 1.6.0 VirtualBox can emulate an Intel E1000
    716       network device which is supported by Vista without any third-party
    717       drivers.</para>
    718710    </sect2>
    719711
     
    929921      running on the host.</para>
    930922    </sect2>
    931    
     923
    932924    <sect2>
    933925      <title>Bridged Networking</title>
    934926
    935       <para>In case no Bridge adapters are listed in bridged networking settings UI,
    936       this typically means that Bridged networking driver was not installed properly on your host.
    937       This could be due to any of the following reasons:
    938         <itemizedlist>
    939           <listitem>
    940             <para>The maximum allowed filter count is reached on the host.
    941             The MSI log would mention the 0x8004a029 error code returned on NetFlt network component install:
    942             "VBoxNetCfgWinInstallComponent: Install failed, hr (0x8004a029)".
    943             The solution would typically be to increase the maximum filter count under
    944             HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\MaxNumFilters (the maximum number allowed is 14),
    945             reboot and try to re-install the VirtualBox</para>
    946           </listitem>
    947 
    948           <listitem>
    949             <para>Inf cache is corrupt.
    950             The %windir%\inf\setupapi.log (for XP) or %windir%\inf\setupapi.dev.log (for Vista+)
    951             would typically mention the failure to find a suitable driver package
    952             for either sun_VBoxNetFlt or sun_VBoxNetFltmp components.
    953             The solution is to uninstall VirtualBox, remove the inf cache (%windir%\inf\INFCACHE.1,
    954             reboot and try to re-install the VirtualBox</para>
    955           </listitem>
    956         </itemizedlist>
    957       </para>
    958     </sect2>
    959    
     927      <para>In case no Bridge adapters are listed in bridged networking
     928      settings UI, this typically means that Bridged networking driver was not
     929      installed properly on your host. This could be due to any of the
     930      following reasons: <itemizedlist>
     931          <listitem>
     932            <para>The maximum allowed filter count is reached on the host. The
     933            MSI log would mention the 0x8004a029 error code returned on NetFlt
     934            network component install: "VBoxNetCfgWinInstallComponent: Install
     935            failed, hr (0x8004a029)". The solution would typically be to
     936            increase the maximum filter count under
     937            HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\MaxNumFilters
     938            (the maximum number allowed is 14), reboot and try to re-install
     939            the VirtualBox</para>
     940          </listitem>
     941
     942          <listitem>
     943            <para>Inf cache is corrupt. The %windir%\inf\setupapi.log (for XP)
     944            or %windir%\inf\setupapi.dev.log (for Vista+) would typically
     945            mention the failure to find a suitable driver package for either
     946            sun_VBoxNetFlt or sun_VBoxNetFltmp components. The solution is to
     947            uninstall VirtualBox, remove the inf cache
     948            (%windir%\inf\INFCACHE.1, reboot and try to re-install the
     949            VirtualBox</para>
     950          </listitem>
     951        </itemizedlist></para>
     952    </sect2>
     953
    960954    <sect2>
    961955      <title>Host-Only Networking</title>
    962956
    963       <para>Host-Only adapter creation (either via GUI or VBoxManage) may fail due to any of the following reasons:
    964         <itemizedlist>
    965           <listitem>
    966             <para>Inf cache is corrupt.
    967             The %windir%\inf\setupapi.log (for XP) or %windir%\inf\setupapi.dev.log (for Vista+)
    968             would typically mention the failure to find a suitable driver package for sun_VBoxNetAdp component.
    969             The solution is to uninstall VirtualBox, remove the inf cache (%windir%\inf\INFCACHE.1,
    970             reboot and try to re-install the VirtualBox</para>
    971           </listitem>
    972         </itemizedlist>
    973       </para>
     957      <para>Host-Only adapter creation (either via GUI or VBoxManage) may fail
     958      due to any of the following reasons: <itemizedlist>
     959          <listitem>
     960            <para>Inf cache is corrupt. The %windir%\inf\setupapi.log (for XP)
     961            or %windir%\inf\setupapi.dev.log (for Vista+) would typically
     962            mention the failure to find a suitable driver package for
     963            sun_VBoxNetAdp component. The solution is to uninstall VirtualBox,
     964            remove the inf cache (%windir%\inf\INFCACHE.1, reboot and try to
     965            re-install the VirtualBox</para>
     966          </listitem>
     967        </itemizedlist></para>
    974968    </sect2>
    975969  </sect1>
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r35041 r35065  
    5454          <itemizedlist>
    5555            <listitem>
    56               <para>Intel ICH9 chipset with three PCI buses, PCI Express and Message Signaled Interrupts (MSI)</para>
     56              <para>Intel ICH9 chipset with three PCI buses, PCI Express and Message Signaled Interrupts (MSI);
     57                see <xref linkend="settings-motherboard" /></para>
    5758            </listitem>
    5859            <listitem>
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