VirtualBox

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

最後變更 在這個檔案是 108297,由 vboxsync 提交於 4 週 前

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

38ede4e3c915bbab9000b1b990e187daa07b4f61 Created 7.2 books from the 7.1 content with new part numbers, variables and removed non-7.2 content.
0951cfa5daf57ec2a81e36d335f14d8b4f2acd87 Merge branch 'Finalise_seamless_windows' into 'main'
b9e418eb08b28c6353e3f4534c7e360269cf5eef Included Klaus' feedback on known issues, moved some.
373130ebe466a21f4271e2ac36f11709c3697093 Initial edits to troubleshooting topics
a7459a9a24b73b4d268a751fba85e595ad6f35db Restructured and updated troubleshooting section
e3f67c800044e585a4428a4fc76016980269301b Added comments for future work
dcc46e566f3d269e5994d83cc5421532421fa639 Initial restructuring to move topics into suitable sections
e7b6f99bf86526813fcbe96903cf0c2652952eb0 removed Guest Control known issue. Info now in CLI topics
0209a6a155f460eaba79bcf0d0f34d8460413868 Reworded clipboard intro to be clear it requires GUI, made config a separate chapter
94f883f2b38dc281e759878880280370aa517d5c Included feedback from Brent on troubleshooting
ac1c0c919eeb58b1db478ca66e825ea89eb7a1a8 Removed preface, consolidated intro topics
7117e423ecdc1841b2bbca1aafda1c43ae38f7ea More restructuring and removing duplication
c8728eee82bd4081ab6f0500b32068c8f6749bc2 Updated intro and more restructuring
25389ab0df09df59f8f5f517f15590a917bb66a1 Added link to support and licensing
981ba048798bf7985f2c230fe97172d587e25fd6 7.2 updates for 3d acceleration
e95113d1da7ccf299642cd3368804e319e2bf3ca Updated diagram in intro, and filename
5c4555249e12738e55e9b8a0710f83ee7d4a9e61 New filenames, ids for intro
abf8d5092aea7f1fd4e9b7dbab578d615579eb4e Updated diagram to higher res

  • 屬性 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="vbox-components.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 來幫助您使用儲存庫瀏覽器

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