Changeset 35065 in vbox
- Timestamp:
- Dec 14, 2010 11:31:02 AM (14 years ago)
- Location:
- trunk/doc/manual
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_BasicConcepts.xml
r34693 r35065 7 7 <para>Whereas <xref linkend="Introduction" /> gave you a quick introduction 8 8 to VirtualBox and how to get your first virtual machine running, the 9 following chapter describe in detail how to configure virtual9 following chapter describes in detail how to configure virtual 10 10 machines.</para> 11 11 … … 227 227 upon explicit request.</para> 228 228 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> 232 233 </listitem> 233 234 </orderedlist></para> … … 352 353 installed in the VM. This is the same setting that was specified 353 354 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> 355 361 </glossdef> 356 362 </glossentry> … … 377 383 378 384 <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> 386 396 </glossdef> 387 397 </glossentry> … … 477 487 detail on the command line; please see <xref 478 488 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> 479 506 </glossdef> 480 507 </glossentry> … … 767 794 virtual CD/DVD drive, or change where these items are attached.</para> 768 795 769 <para>In addition to the IDE controller, VirtualBox can also present a n796 <para>In addition to the IDE controller, VirtualBox can also present a 770 797 SATA controller and a SCSI controller to the guest, which gives you 30 or 771 798 16 additional slots to attach devices to, respectively. This, however, may -
trunk/doc/manual/en_US/user_Glossary.xml
r31735 r35065 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 3 3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> 4 4 <glossary id="Glossary"> 5 5 <glossdiv> … … 222 222 separated by colons, such as 223 223 <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> 224 237 </glossdef> 225 238 </glossentry> -
trunk/doc/manual/en_US/user_GuestAdditions.xml
r35019 r35065 387 387 <title>Windows Vista networking</title> 388 388 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> 400 393 401 394 <para>As a convenience, VirtualBox ships with a 32-bit driver for the … … 410 403 subdirectory of the default install directory.</para> 411 404 412 <para>Alternatively, change the Vista guest's VM settings to use an413 Intel networking card instead of the default AMD PCNet card; see <xref414 linkend="settings-network" /> for details.</para>415 416 405 <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> 419 407 </sect3> 420 408 </sect2> … … 1147 1135 on the guest OS type:<itemizedlist> 1148 1136 <listitem> 1149 <para>With Windows guests, any auto-mounted shared folder will1150 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. 1151 1139 <computeroutput>E:</computeroutput>) depending on the free drive 1152 1140 letters remaining in the guest.</para> … … 1158 1146 1159 1147 <listitem> 1160 <para>With Linux and Solaris guests, auto-mounted shared folders1161 a re mounted into the <computeroutput>/media</computeroutput>1162 directory, along with the prefix1163 <computeroutput>sf_</computeroutput>. For example, the shared1164 folder <computeroutput>myfiles</computeroutput> would be mounted1165 to <computeroutput>/media/sf_myfiles</computeroutput> on Linux and1166 <computeroutput>/mnt/sf_myfiles</computeroutput> on1148 <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 1167 1155 Solaris.</para> 1168 1156 … … 1182 1170 </note></para> 1183 1171 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 1195 1182 <computeroutput>/media</computeroutput>.</para> 1196 1183 </listitem> -
trunk/doc/manual/en_US/user_Troubleshooting.xml
r34974 r35065 547 547 548 548 <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> 566 563 </sect2> 567 564 … … 570 567 571 568 <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 577 573 <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> 582 577 583 578 <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> 589 582 </sect2> 590 583 </sect1> … … 707 700 <title>No networking in Windows Vista guests</title> 708 701 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 713 709 Additions; see <xref linkend="vista_networking" />.</para> 714 715 <para>Starting with version 1.6.0 VirtualBox can emulate an Intel E1000716 network device which is supported by Vista without any third-party717 drivers.</para>718 710 </sect2> 719 711 … … 929 921 running on the host.</para> 930 922 </sect2> 931 923 932 924 <sect2> 933 925 <title>Bridged Networking</title> 934 926 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 960 954 <sect2> 961 955 <title>Host-Only Networking</title> 962 956 963 <para>Host-Only adapter creation (either via GUI or VBoxManage) may fail due to any of the following reasons:964 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 re boot 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> 974 968 </sect2> 975 969 </sect1> -
trunk/doc/manual/user_ChangeLogImpl.xml
r35041 r35065 54 54 <itemizedlist> 55 55 <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> 57 58 </listitem> 58 59 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.