Changeset 40461 in vbox for trunk/doc/manual
- Timestamp:
- Mar 14, 2012 12:12:57 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76826
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_BasicConcepts.xml
r39922 r40461 79 79 <para>Certain Linux kernel releases have bugs that prevent 80 80 them from executing in a virtual environment; please see <xref 81 linkend="t rouble-linux-buggy" /> for details.</para>81 linkend="ts_linux-buggy" /> for details.</para> 82 82 </note></para> 83 83 </glossdef> … … 1285 1285 <computeroutput>/proc/bus/usb/devices</computeroutput> will show you 1286 1286 which devices are currently claimed. Please refer to <xref 1287 linkend=" usb_linux" /> also for details about1287 linkend="ts_usb-linux" /> also for details about 1288 1288 <computeroutput>usbfs</computeroutput>.</para> 1289 1289 </sect2> -
trunk/doc/manual/en_US/user_Frontends.xml
r38504 r40461 345 345 that <computeroutput>rdesktop-vrdp</computeroutput> can access USB 346 346 devices only through <computeroutput>/proc/bus/usb</computeroutput>. 347 Please refer to <xref linkend=" usb_linux" /> for further details on how347 Please refer to <xref linkend="ts_usb-linux" /> for further details on how 348 348 to properly set up the permissions. Furthermore it is advisable to 349 349 disable automatic loading of any host driver on the remote host which -
trunk/doc/manual/en_US/user_Installation.xml
r39121 r40461 415 415 module was successfully built, the installation script will attempt to 416 416 load that module. If this fails, please see <xref 417 linkend=" linuxkernelmodulefailstoload" /> for further417 linkend="ts_linux-kernelmodule-fails-to-load" /> for further 418 418 information.</para> 419 419 -
trunk/doc/manual/en_US/user_Troubleshooting.xml
r40460 r40461 156 156 157 157 <sect2> 158 <title id=" debugger">The built-in VM debugger</title>158 <title id="ts_debugger">The built-in VM debugger</title> 159 159 160 160 <para>VirtualBox includes a built-in VM debugger, which advanced users … … 306 306 <listitem> 307 307 <para><computeroutput>writecore</computeroutput> -- writes a VM 308 core file to disk, refer <xref linkend=" guestcoreformat" /></para>308 core file to disk, refer <xref linkend="ts_guest-core-format" /></para> 309 309 </listitem> 310 310 </itemizedlist></para> … … 406 406 </sect2> 407 407 408 <sect2 id=" guestcoreformat">408 <sect2 id="ts_guest-core-format"> 409 409 <title>VM core format</title> 410 410 … … 457 457 <title>General</title> 458 458 459 <sect2 id=" configPeriodicFlush">459 <sect2 id="ts_config-periodic-flush"> 460 460 <title>Guest shows IDE/SATA errors for file-based images on slow host 461 461 file system</title> … … 543 543 544 544 <para>Note that this doesn't affect the flushes performed according to 545 the configuration described in <xref linkend=" configPeriodicFlush"545 the configuration described in <xref linkend="ts_config-periodic-flush" 546 546 xrefstyle="template: %n" />. Restoring the default of ignoring flush 547 547 commands is possible by setting the value to 1 or by removing the … … 549 549 </sect2> 550 550 551 <sect2 id=" hostPowerMgmt">551 <sect2 id="ts_host-powermgmt"> 552 552 <title>Poor performance caused by host power management</title> 553 553 … … 569 569 </sect2> 570 570 571 <sect2 id=" gui2D_grayedout">571 <sect2 id="ts_gui-2d-grayed-out"> 572 572 <title>GUI: 2D Video Acceleration option is grayed out</title> 573 573 … … 781 781 </sect2> 782 782 783 <sect2 >783 <sect2 id="ts_d3d8-d3d9-restore"> 784 784 <title>Restoring d3d8.dll and d3d9.dll</title> 785 785 … … 919 919 </sect2> 920 920 921 <sect2 id="t rouble-linux-buggy">921 <sect2 id="ts_linux-buggy"> 922 922 <title>Buggy Linux 2.6 kernel versions</title> 923 923 … … 1150 1150 <title>Linux hosts</title> 1151 1151 1152 <sect2 id=" linuxkernelmodulefailstoload">1152 <sect2 id="ts_linux-kernelmodule-fails-to-load"> 1153 1153 <title>Linux kernel module refuses to load</title> 1154 1154 … … 1292 1292 </sect2> 1293 1293 1294 <sect2 id=" usb_linux">1294 <sect2 id="ts_usb-linux"> 1295 1295 <title>USB not working</title> 1296 1296 -
trunk/doc/manual/en_US/user_VBoxManage.xml
r40401 r40461 2304 2304 2305 2305 Value: 2006.01.01</screen> 2306 <para>To remove a key, the <computeroutput>setextradata</computeroutput> 2307 command must be run without specifying data (only the key), for example: 2306 <para>To remove a key, the <computeroutput>setextradata</computeroutput> 2307 command must be run without specifying data (only the key), for example: 2308 2308 </para> 2309 2309 … … 2732 2732 2733 2733 <para>To raise or lower the guest process execution limit, either the guest 2734 property <computerou ptut>/VirtualBox/GuestAdd/VBoxService/--control-procs-max-kept</computerouptut>2734 property <computeroutput>/VirtualBox/GuestAdd/VBoxService/--control-procs-max-kept</computeroutput> 2735 2735 or VBoxService' command line by specifying <computeroutput>--control-procs-max-kept</computeroutput> 2736 2736 needs to be modified. A restart of the guest OS is required afterwards. To serve unlimited … … 3032 3032 <para>The "debugvm" commands are for experts who want to tinker with the 3033 3033 exact details of virtual machine execution. Like the VM debugger described 3034 in <xref linkend=" debugger" />, these commands are only useful if you are3034 in <xref linkend="ts_debugger" />, these commands are only useful if you are 3035 3035 very familiar with the details of the PC architecture and how to debug 3036 3036 software.</para> … … 3043 3043 running VM, which will be written into the given file. This file 3044 3044 will have the standard ELF core format (with custom sections); see 3045 <xref linkend=" guestcoreformat" />.</para>3045 <xref linkend="ts_guest-core-format" />.</para> 3046 3046 3047 3047 <para>This corresponds to the
Note:
See TracChangeset
for help on using the changeset viewer.