Changeset 55558 in vbox
- Timestamp:
- Apr 30, 2015 2:46:34 PM (9 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 3 edited
-
user_BasicConcepts.xml (modified) (1 diff)
-
user_Troubleshooting.xml (modified) (1 diff)
-
user_VBoxManage.xml (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_BasicConcepts.xml
r55288 r55558 538 538 buses, PCI-to-PCI bridges and Message Signaled Interrupts 539 539 (MSI). This allows modern operating systems to address more PCI 540 devices and no longer requires IRQ sharing. Note that the ICH9 541 support is experimental and not recommended for guest operating 542 systems which do not require it.</para> 540 devices and no longer requires IRQ sharing. Using the ICH9 chipset 541 it is also possible to configure up to 36 network cards (up to 8 542 network adapters with PIIX3). Note that the ICH9 support is 543 experimental and not recommended for guest operating systems which 544 do not require it.</para> 543 545 </glossdef> 544 546 </glossentry> -
trunk/doc/manual/en_US/user_Troubleshooting.xml
r54330 r55558 89 89 </sect2> 90 90 91 <sect2 >91 <sect2 id="collect-debug-info"> 92 92 <title>Collecting debugging information</title> 93 93 -
trunk/doc/manual/en_US/user_VBoxManage.xml
r55294 r55558 532 532 533 533 <listitem> 534 <para><computeroutput>--rtcuseutc on|off</computeroutput>: This535 option lets the real-time clock (RTC) operate in UTC time (see536 <xref linkend="settings-motherboard" />).</para>537 </listitem>538 539 <listitem>540 534 <para><computeroutput>--cpuhotplug on|off</computeroutput>: This 541 535 enables CPU hot-plugging. When enabled, virtual CPUs can be added … … 664 658 665 659 <listitem> 660 <para><computeroutput>--accelerate2dvideo on|off</computeroutput>: 661 This enables, if the Guest Additions are installed, whether 2D video 662 acceleration should be available; see <xref 663 linkend="guestadd-2d" />.</para> 664 </listitem> 665 666 <listitem> 667 <para><computeroutput>--chipset piix3|ich9</computeroutput>: 668 By default VirtualBox emulates an Intel PIIX3 chipset. Usually there 669 is no reason to change the default setting unless it is required to 670 relax some of its constraints; see <xref 671 linkend="settings-motherboard" />.</para> 672 </listitem> 673 674 <listitem> 666 675 <para>You can influence the BIOS logo that is displayed when a 667 676 virtual machine starts up with a number of settings. Per default, … … 706 715 </para> 707 716 </listitem> 717 718 <listitem> 719 <para><computeroutput>--biospxedebug on|off</computeroutput>: 720 This option enables additional debugging output when using the 721 Intel PXE boot ROM. The output will be written to the release log 722 file (<xref linkend="collect-debug-info" />.</para> 723 </listitem> 708 724 709 725 <listitem> … … 713 729 VM will try to access from 1 to 4, and for each of which you can 714 730 set a device that the VM should attempt to boot from.</para> 731 </listitem> 732 733 <listitem> 734 <para><computeroutput>--rtcuseutc on|off</computeroutput>: This 735 option lets the real-time clock (RTC) operate in UTC time (see 736 <xref linkend="settings-motherboard" />).</para> 737 </listitem> 738 739 <listitem> 740 <para><computeroutput>--biossystemtimeoffset <ms></computeroutput>: 741 This allows you to set a fixed time offset of the guest relative to 742 the host time. The offset is specified in milliseconds. If the offset 743 is positive the guest time runs ahead the host time.</para> 715 744 </listitem> 716 745 … … 738 767 megabytes. The default size is 0 megabytes. For details, 739 768 see <xref linkend="guestadd-balloon" />.</para> 740 </listitem>741 742 <listitem>743 <para><computeroutput>--lptmode<1-N>744 <Device></computeroutput>745 Specifies the Device Name of the parallel port that746 the Parallel Port feature will be using. Use this747 <emphasis>before</emphasis> <computeroutput>--lpt</computeroutput>.748 This feature is host operating system specific.</para>749 </listitem>750 751 <listitem>752 <para><computeroutput>--lpt<1-N>753 <I/O base> <IRQ></computeroutput>754 Specifies the I/O address of the parallel port and the IRQ755 number that the Parallel Port feature will be using. Use this756 <emphasis>after</emphasis>757 <computeroutput>--lptmod</computeroutput>. I/O base address and IRQ are758 the values that guest sees i.e. the values avalable under guest Device Manager.</para>759 769 </listitem> 760 770 … … 1039 1049 but assumed to exist already.</para> 1040 1050 </listitem> 1041 1051 1042 1052 <listitem> 1043 1053 <para><computeroutput><devicename></computeroutput>: … … 1052 1062 </listitem> 1053 1063 </itemizedlist></para> 1064 </listitem> 1065 1066 <listitem> 1067 <para><computeroutput>--lptmode<1-N> 1068 <Device></computeroutput>: 1069 Specifies the Device Name of the parallel port that 1070 the Parallel Port feature will be using. Use this 1071 <emphasis>before</emphasis> <computeroutput>--lpt</computeroutput>. 1072 This feature is host operating system specific.</para> 1073 </listitem> 1074 1075 <listitem> 1076 <para><computeroutput>--lpt<1-N> 1077 <I/O base> <IRQ></computeroutput>: 1078 Specifies the I/O address of the parallel port and the IRQ 1079 number that the Parallel Port feature will be using. Use this 1080 <emphasis>after</emphasis> 1081 <computeroutput>--lptmod</computeroutput>. I/O base address and IRQ are 1082 the values that guest sees i.e. the values avalable under guest Device Manager.</para> 1054 1083 </listitem> 1055 1084 … … 1713 1742 1714 1743 <listitem> 1715 <para><computeroutput>videocapscreens all|<screen ID> [<screen ID> ...]]</computeroutput> 1716 allows to specify which screens of the VM are being recorded. This setting 1744 <para><computeroutput>videocapscreens all|<screen ID> [<screen ID> ...]]</computeroutput> 1745 allows to specify which screens of the VM are being recorded. This setting 1717 1746 cannot be changed while video capturing is enabled.</para> 1718 1747 </listitem> … … 1725 1754 1726 1755 <listitem> 1727 <para><computeroutput>videocapres <width> <height></computeroutput> 1756 <para><computeroutput>videocapres <width> <height></computeroutput> 1728 1757 sets the resolution (in pixels) of the recorded video. This setting cannot be 1729 1758 changed while video capturing is enabled.</para> … … 1731 1760 1732 1761 <listitem> <!-- @todo r=andy Clarify rate. --> 1733 <para><computeroutput>videocaprate <rate></computeroutput> sets the 1734 bitrate in kilobits (kb) per second. Increasing this value makes the video 1735 look better for the cost of an increased file size. This setting cannot be 1762 <para><computeroutput>videocaprate <rate></computeroutput> sets the 1763 bitrate in kilobits (kb) per second. Increasing this value makes the video 1764 look better for the cost of an increased file size. This setting cannot be 1736 1765 changed while video capturing is enabled.</para> 1737 1766 </listitem> 1738 1767 1739 1768 <listitem> 1740 <para><computeroutput>videocapfps <fps></computeroutput> sets the 1769 <para><computeroutput>videocapfps <fps></computeroutput> sets the 1741 1770 maximum number of frames per second (FPS) to be recorded. Frames with a 1742 1771 higher frequency will be skipped. Reducing this value increases the number … … 1746 1775 1747 1776 <listitem> <!-- @todo r=andy Clarify time format. --> 1748 <para><computeroutput>videocapmaxtime <time></computeroutput> sets 1749 the maximum time the video capturing will take place since activation. 1750 The capturing stops when the defined time interval has elapsed. If this 1751 value is zero the capturing is not limited by time. This setting cannot 1777 <para><computeroutput>videocapmaxtime <time></computeroutput> sets 1778 the maximum time the video capturing will take place since activation. 1779 The capturing stops when the defined time interval has elapsed. If this 1780 value is zero the capturing is not limited by time. This setting cannot 1752 1781 be changed while video capturing is enabled.</para> 1753 1782 </listitem> … … 1756 1785 <para><computeroutput>videocapmaxsize <MB></computeroutput> limits 1757 1786 the maximum size of the captured video file (in MB). The capturing stops 1758 when file size has reached the specified size. If this value is zero 1787 when file size has reached the specified size. If this value is zero 1759 1788 the capturing will not be limited by file size. This setting cannot be 1760 1789 changed while video capturing is enabled.</para> … … 1763 1792 <listitem> 1764 1793 <para><computeroutput>videocapopts <key=value> [<key=value> ...]</computeroutput> 1765 can be used to specify additional video capturing options. These options 1766 only are for advanced users and must be specified in a comma-separated 1794 can be used to specify additional video capturing options. These options 1795 only are for advanced users and must be specified in a comma-separated 1767 1796 key=value format, e.g. <computeroutput>foo=bar,a=b</computeroutput>. 1768 1797 This setting cannot be changed while video capturing is enabled.</para> … … 4360 4389 <glossterm><computeroutput>create</computeroutput></glossterm> 4361 4390 <glossdef> 4362 <para>Ceates a new vboxnet<N> interface on the host OS. 4391 <para>Ceates a new vboxnet<N> interface on the host OS. 4363 4392 This command is essential before you can attach VMs to host-only network.</para> 4364 4393 </glossdef>
Note:
See TracChangeset
for help on using the changeset viewer.

