儲存庫 vbox 的更動 50222
- 時間撮記:
- 2014-1-24 下午02:27:29 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r49810 r50222 456 456 457 457 <note><para>vbox-greeter is independent of the graphical session chosen 458 by the user (like Gnome, KDE, Unity etc). However it requires FLTK 1.3458 by the user (like Gnome, KDE, Unity etc). However, it requires FLTK 1.3 459 459 for representing its own user interface.</para></note> 460 460 … … 909 909 webcam can send to the guest at a time. Default value is 3060 bytes, which is used by 910 910 some webcams. Higher values can slightly reduce CPU load, if the guest is able to use 911 larger buffers. However a high <computeroutput>MaxPayloadTransferSize</computeroutput>911 larger buffers. However, a high <computeroutput>MaxPayloadTransferSize</computeroutput> 912 912 might be not supported by some guests. 913 913 </listitem> … … 3371 3371 <screen>VBoxManage storageattach ...</screen> 3372 3372 </sect1> 3373 3374 <sect1 id="hostpowertweaks"> 3375 <title>Handling of host power management events</title> 3376 3377 <para>Some host power management events are handled by VirtualBox. The 3378 actual behavior depends on the platform:</para> 3379 3380 <para> 3381 <glosslist> 3382 <glossentry> 3383 <glossterm>Host Suspends</glossterm> 3384 <glossdef> 3385 <para> 3386 This event is generated when the host is about to suspend, that is, 3387 the host saves the state to some non-volatile storage and powers off. 3388 </para> 3389 <para> 3390 This event is currently only handled on Windows hosts and Mac OS X hosts. 3391 When this event is generated, VirtualBox will pause all running VMs. 3392 </para> 3393 </glossdef> 3394 </glossentry> 3395 <glossentry> 3396 <glossterm>Host Resumes</glossterm> 3397 <glossdef> 3398 <para> 3399 This event is generated when the host woke up from the suspended 3400 state. 3401 </para> 3402 <para> 3403 This event is currently only handled on Windows hosts and Mac OS X hosts. 3404 When this event is generated, VirtualBox will resume all VMs which 3405 are where paused before. 3406 </para> 3407 </glossdef> 3408 </glossentry> 3409 <glossentry> 3410 <glossterm>Battery Low</glossterm> 3411 <glossdef> 3412 <para> 3413 The battery level reached a critical level (usually less than 5 3414 percent charged). 3415 </para> 3416 <para> 3417 This event is currently only handled on Windows hosts and Mac OS X hosts. 3418 When this event is generated, VirtualBox will save the state and 3419 terminate all VMs in preperation of a potential host powerdown. 3420 </para> 3421 <para>The behavior can be configured. By executing the following command, 3422 no VM is saved:</para> 3423 <screen>VBoxManage setextradata global "VBoxInternal2/SavestateOnBatteryLow" 0</screen> 3424 <para>This is a global setting as well as a per-VM setting. The per-VM 3425 value has higher precedence than the global value. The following command 3426 will save the state of all VMs but will not save the state of VM "foo":</para> 3427 <screen>VBoxManage setextradata global "VBoxInternal2/SavestateOnBatteryLow" 1 3428 VBoxManage setextradata "foo" "VBoxInternal2/SavestateOnBatteryLow" 0</screen> 3429 <para>The first line is actually not required as by default the savestate 3430 action is performed.</para> 3431 </glossdef> 3432 </glossentry> 3433 </glosslist> 3434 </para> 3435 3436 </sect1> 3437 3373 3438 </chapter>
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器