File: guestadd-intro.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (115 lines) | stat: -rw-r--r-- 7,811 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="guestadd-intro">
  <title>Introduction to Guest Additions</title>
  
  <body>
    <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>
    <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions for all supported guest operating
      systems are provided as a single CD-ROM image file which is called <filepath>VBoxGuestAdditions.iso</filepath>.
      This image file is located in the installation directory of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
      To install the Guest Additions for a particular VM, you mount this ISO file in your VM as a virtual CD-ROM and
      install from there. </p>
    <p>The Guest Additions offer the following features: </p>
    <ul>
      <li>
        <p><b outputclass="bold">Mouse pointer integration</b>. To
          overcome the limitations for mouse support described in
          <xref href="keyb_mouse_normal.dita#keyb_mouse_normal"/>, this feature provides
          you with seamless mouse support. You will only have one mouse
          pointer and pressing the Host key is no longer required to
          <i>free</i> the mouse from being captured by the
          guest OS. To make this work, a special mouse driver is
          installed in the guest that communicates with the physical
          mouse driver on your host and moves the guest mouse pointer
          accordingly.
        </p>
      </li>
      <li>
        <p><b outputclass="bold">Shared folders.</b> These provide
          an easy way to exchange files between the host and the guest.
          Much like ordinary Windows network shares, you can tell
          <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to treat a certain host directory as a shared
          folder, and <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will make it available to the guest
          operating system as a network share, irrespective of whether
          the guest actually has a network. See
          <xref href="sharedfolders.dita#sharedfolders"/>.
        </p>
      </li>
      <li>
        <p><b outputclass="bold">Better video support.</b> While the virtual graphics card which <ph
            conkeyref="vbox-conkeyref-phrases/product-name"/> emulates for any guest operating
          system provides all the basic features, the custom video drivers that are installed with
          the Guest Additions provide you with extra high and nonstandard video modes, as well as
          accelerated video performance. </p>
        <p>In addition, with Windows, Linux, and Oracle Solaris guests, you can resize the virtual machine's window if
          the Guest Additions are installed. The video resolution in the guest will be automatically adjusted, as if you
          had manually entered an arbitrary resolution in the guest's <b outputclass="bold">Display</b> settings. See
            <xref href="intro-resize-window.dita#intro-resize-window"/>. </p>
        <p>If the Guest Additions are installed, 3D graphics for guest applications can be accelerated. See <xref href="guestadd-video.dita#guestadd-video"/>. </p>
      </li>
      <li>
        <p><b outputclass="bold">Seamless windows.</b> With this
          feature, the individual windows that are displayed on the
          desktop of the virtual machine can be mapped on the host's
          desktop, as if the underlying application was actually running
          on the host. See <xref href="seamlesswindows.dita#seamlesswindows"/>.
        </p>
      </li>
      <li>
        <p><b outputclass="bold">Generic host/guest communication
          channels.</b> The Guest Additions enable you to control
          and monitor guest execution. The <i>guest
          properties</i> provide a generic string-based mechanism
          to exchange data bits between a guest and a host, some of
          which have special meanings for controlling and monitoring the
          guest. See <xref href="guestadd-guestprops.dita#guestadd-guestprops"/>.
        </p>
        <p>Additionally, applications can be started in a guest from the host. See <xref
            href="guestadd-guestcontrol.dita#guestadd-guestcontrol"/>. </p>
      </li>
      <li>
        <p><b outputclass="bold">Time synchronization.</b> With
          the Guest Additions installed, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can ensure that
          the guest's system time is better synchronized with that of
          the host.
        </p>
        <p>For various reasons, the time in the guest might run at a slightly different rate than the time on the host.
          The host could be receiving updates through NTP and its own time might not run linearly. A VM could also be
          paused, which stops the flow of time in the guest for a shorter or longer period of time. When the wall clock
          time between the guest and host only differs slightly, the time synchronization service attempts to gradually
          and smoothly adjust the guest time in small increments to either catch up or lose time. When the difference is
          too great, for example if a VM paused for hours or restored from saved state, the guest time is changed
          immediately, without a gradual adjustment. </p>
        <p>The Guest Additions will resynchronize the time regularly. See <xref href="changetimesync.dita">Tuning the
            Guest Additions Time Synchronization Parameters</xref> for how to configure the parameters of the time
          synchronization mechanism. </p>
      </li>
      <li>
        <p><b outputclass="bold">Shared clipboard.</b> With the
          Guest Additions installed, the clipboard of the guest
          operating system can optionally be shared with your host
          operating system. See <xref href="generalsettings.dita"/>.
        </p>
      </li>
      <li>
        <p><b outputclass="bold">Automated logins.</b> Also called
          credentials passing. See <xref href="autologon.dita">Automated Guest Logins</xref>.
        </p>
      </li>
    </ul>
    <p>Each version of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, even minor releases, ship with their own
      version of the Guest Additions. While the interfaces through which the <ph
        conkeyref="vbox-conkeyref-phrases/product-name"/> core communicates with the Guest Additions are kept stable so
      that Guest Additions already installed in a VM should continue to work when <ph
        conkeyref="vbox-conkeyref-phrases/product-name"/> is upgraded on the host, for best results, it is recommended
      to keep the Guest Additions at the same version. </p>
    <p>The Windows and Linux Guest Additions therefore check automatically whether they have to be updated. If the host
      is running a newer <ph conkeyref="vbox-conkeyref-phrases/product-name"/> version than the Guest Additions, a
      notification with further instructions is displayed in the guest. </p>
    <p>To disable this update check for the Guest Additions of a given virtual machine, set the value of its
        <codeph>/VirtualBox/GuestAdd/CheckHostVersion</codeph> guest property to <codeph>0</codeph>. See <xref
        href="guestadd-guestprops.dita#guestadd-guestprops"/>. </p>
  </body>
  
</topic>