Changeset 39406 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Nov 24, 2011 10:54:43 AM (13 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r39386 r39406 43 43 <title>Secure labeling with VBoxSDL</title> 44 44 45 <para>When running guest operating systems in full screen mode, the guest45 <para>When running guest operating systems in full screen mode, the guest 46 46 operating system usually has control over the whole screen. This could 47 47 present a security risk as the guest operating system might fool the … … 773 773 will not be allowed to use screen resolutions greater than the host's 774 774 screen size unless the user manually resizes them by dragging the 775 window, switching to full screen or seamless mode or sending a video mode775 window, switching to full screen or seamless mode or sending a video mode 776 776 hint using VBoxManage. This behavior is what most users will want, but 777 777 if you have different needs, it is possible to change it by issuing one -
trunk/doc/manual/en_US/user_BasicConcepts.xml
r39331 r39406 703 703 host in multiple VM windows which are running side by side.</para> 704 704 705 <para>However, in full screen and seamless mode, they will use the705 <para>However, in full screen and seamless mode, they will use the 706 706 available physical monitors attached to the host. As a result, for 707 full screen and seamless modes to work with multiple monitors, you707 full screen and seamless modes to work with multiple monitors, you 708 708 will need at least as many physical monitors as you have virtual 709 709 monitors configured, or VirtualBox will report an error. You can 710 710 configure the relationship between guest and host monitors using the 711 view menu by pressing Host key + Home when you are in full screen or711 view menu by pressing Host key + Home when you are in full screen or 712 712 seamless mode.</para> 713 713 -
trunk/doc/manual/en_US/user_Introduction.xml
r39199 r39406 155 155 shown as a window on your computer's desktop, but depending on which 156 156 of the various frontends of VirtualBox you use, it can be displayed 157 in full -screen mode or remotely on another computer.</para>157 in full screen mode or remotely on another computer.</para> 158 158 159 159 <para>In a more abstract way, internally, VirtualBox thinks of a VM … … 285 285 the power status of the host. For mobile systems running on 286 286 battery, the guest can thus enable energy saving and notify the 287 user of the remaining power (e.g. in full screen modes).</para>287 user of the remaining power (e.g. in full screen modes).</para> 288 288 </listitem> 289 289 … … 910 910 does not "know" that it is not running on a real computer, it expects to 911 911 have exclusive control over your keyboard and mouse. This is, however, 912 not the case since, unless you are running the VM in full -screen mode,912 not the case since, unless you are running the VM in full screen mode, 913 913 your VM needs to share keyboard and mouse with other applications and 914 914 possibly other VMs on your host.</para>
Note:
See TracChangeset
for help on using the changeset viewer.