VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/guestadd-intro.dita

最後變更 在這個檔案是 105944,由 vboxsync 提交於 5 月 前

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

372567f42981418956b5f5e9645ddaa31320c347 Fixed broken links, and deleted files no longer needed as content has moved

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 7.6 KB
 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="guestadd-intro">
4 <title>Introduction to Guest Additions</title>
5
6 <body>
7 <p>As mentioned in <xref href="virtintro.dita#virtintro"/>, the Guest Additions are designed to be installed <i>inside</i> a virtual machine after the guest operating system has been installed. They consist of device drivers and system applications that optimize the guest operating system for better performance and usability. See <xref href="guest-os.dita"/> for details on what guest operating systems are fully supported with Guest Additions by <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.</p>
8 <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions for all supported guest operating
9 systems are provided as a single CD-ROM image file which is called <filepath>VBoxGuestAdditions.iso</filepath>.
10 This image file is located in the installation directory of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
11 To install the Guest Additions for a particular VM, you mount this ISO file in your VM as a virtual CD-ROM and
12 install from there. </p>
13 <p>The Guest Additions offer the following features: </p>
14 <ul>
15 <li>
16 <p><b outputclass="bold">Mouse pointer integration</b>. To
17 overcome the limitations for mouse support described in
18 <xref href="keyb_mouse_normal.dita#keyb_mouse_normal"/>, this feature provides
19 you with seamless mouse support. You will only have one mouse
20 pointer and pressing the Host key is no longer required to
21 <i>free</i> the mouse from being captured by the
22 guest OS. To make this work, a special mouse driver is
23 installed in the guest that communicates with the physical
24 mouse driver on your host and moves the guest mouse pointer
25 accordingly.
26 </p>
27 </li>
28 <li>
29 <p><b outputclass="bold">Shared folders.</b> These provide
30 an easy way to exchange files between the host and the guest.
31 Much like ordinary Windows network shares, you can tell
32 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to treat a certain host directory as a shared
33 folder, and <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will make it available to the guest
34 operating system as a network share, irrespective of whether
35 the guest actually has a network. See
36 <xref href="sharedfolders.dita#sharedfolders"/>.
37 </p>
38 </li>
39 <li>
40 <p><b outputclass="bold">Better video support.</b> While the virtual graphics card which <ph
41 conkeyref="vbox-conkeyref-phrases/product-name"/> emulates for any guest operating
42 system provides all the basic features, the custom video drivers that are installed with
43 the Guest Additions provide you with extra high and nonstandard video modes, as well as
44 accelerated video performance. </p>
45 <p>In addition, with Windows, Linux, and Oracle Solaris guests, you can resize the virtual machine's window if
46 the Guest Additions are installed. The video resolution in the guest will be automatically adjusted, as if you
47 had manually entered an arbitrary resolution in the guest's <b outputclass="bold">Display</b> settings. See
48 <xref href="intro-resize-window.dita#intro-resize-window"/>. </p>
49 <p>If the Guest Additions are installed, 3D graphics for guest applications can be accelerated. See <xref href="guestadd-video.dita#guestadd-video"/>. </p>
50 </li>
51 <li>
52 <p><b outputclass="bold">Seamless windows.</b> With this
53 feature, the individual windows that are displayed on the
54 desktop of the virtual machine can be mapped on the host's
55 desktop, as if the underlying application was actually running
56 on the host. See <xref href="seamlesswindows.dita#seamlesswindows"/>.
57 </p>
58 </li>
59 <li>
60 <p><b outputclass="bold">Generic host/guest communication
61 channels.</b> The Guest Additions enable you to control
62 and monitor guest execution. The <i>guest
63 properties</i> provide a generic string-based mechanism
64 to exchange data bits between a guest and a host, some of
65 which have special meanings for controlling and monitoring the
66 guest. See <xref href="guestadd-guestprops.dita#guestadd-guestprops"/>.
67 </p>
68 <p>Additionally, applications can be started in a guest from the host. See <xref
69 href="guestadd-guestcontrol.dita#guestadd-guestcontrol"/>. </p>
70 </li>
71 <li>
72 <p><b outputclass="bold">Time synchronization.</b> With
73 the Guest Additions installed, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can ensure that
74 the guest's system time is better synchronized with that of
75 the host.
76 </p>
77 <p>For various reasons, the time in the guest might run at a slightly different rate than the time on the host.
78 The host could be receiving updates through NTP and its own time might not run linearly. A VM could also be
79 paused, which stops the flow of time in the guest for a shorter or longer period of time. When the wall clock
80 time between the guest and host only differs slightly, the time synchronization service attempts to gradually
81 and smoothly adjust the guest time in small increments to either catch up or lose time. When the difference is
82 too great, for example if a VM paused for hours or restored from saved state, the guest time is changed
83 immediately, without a gradual adjustment. </p>
84 <p>The Guest Additions will resynchronize the time regularly. See <xref href="changetimesync.dita">Tuning the
85 Guest Additions Time Synchronization Parameters</xref> for how to configure the parameters of the time
86 synchronization mechanism. </p>
87 </li>
88 <li>
89 <p><b outputclass="bold">Shared clipboard.</b> With the
90 Guest Additions installed, the clipboard of the guest
91 operating system can optionally be shared with your host
92 operating system. See <xref href="generalsettings.dita"/>.
93 </p>
94 </li>
95 <li>
96 <p><b outputclass="bold">Automated logins.</b> Also called
97 credentials passing. See <xref href="autologon.dita">Automated Guest Logins</xref>.
98 </p>
99 </li>
100 </ul>
101 <p>Each version of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, even minor releases, ship with their own
102 version of the Guest Additions. While the interfaces through which the <ph
103 conkeyref="vbox-conkeyref-phrases/product-name"/> core communicates with the Guest Additions are kept stable so
104 that Guest Additions already installed in a VM should continue to work when <ph
105 conkeyref="vbox-conkeyref-phrases/product-name"/> is upgraded on the host, for best results, it is recommended
106 to keep the Guest Additions at the same version. </p>
107 <p>The Windows and Linux Guest Additions therefore check automatically whether they have to be updated. If the host
108 is running a newer <ph conkeyref="vbox-conkeyref-phrases/product-name"/> version than the Guest Additions, a
109 notification with further instructions is displayed in the guest. </p>
110 <p>To disable this update check for the Guest Additions of a given virtual machine, set the value of its
111 <codeph>/VirtualBox/GuestAdd/CheckHostVersion</codeph> guest property to <codeph>0</codeph>. See <xref
112 href="guestadd-guestprops.dita#guestadd-guestprops"/>. </p>
113 </body>
114
115</topic>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette