VirtualBox: Installing client additions under Ubuntu

Last update on March 18, 2009 07:10 AM by jak58
Published by jak58

VirtualBox: Installing client additions under Ubuntu






Once you installed the operating system in VirtualBox, it is recommended to install the client additions.

These are drivers to install in the virtual machine to improve operations such as:
  • Faster graphics display
  • Sharing the clipboard
  • Directories shared between virtual machine and machine real
  • Better management of the cursor



Here's how to install the additions clients in an Ubuntu based virtual machine.
  • Go to "Devices"> "Install client additions ..."
  • The CD icon should appear on the desktop.
  • Open it and copy all files in that folder you created in your home directory. (eg ~ / drivers)
  • Then open a terminal and go into this directory.
  • Switch to root by typing: sudo-s
  • Make the installation script executable by typing: chmod u+x VBoxLinuxAdditions.run
  • Then run the installation by typing: ./VBoxLinuxAdditions.run
  • Allow the installation to continue.
  • Then restart Ubuntu.
  • A small icon will tell you that the support of the cursor is active (meaning that the customer additions are installed).
  • You can now enter and retrieve the cursor from the VirtualBox window without having to press the right CTRL button
Best answers for « VirtualBox: Installing client additions under Ubuntu » in :
Installing FreeNX under Ubuntu 9.04 Show Installing FreeNX under Ubuntu 9.04 Intro Adding FreeNX components Installing FreeNX Note Intro FreeNX allows you to access to a machine remotely via ssh. The display is more powerful compared to X11 over ssh and it can be describe as...
Installing Java under Ubuntu Show Installing Java under Ubuntu Issue Solution Issue By default, Firefox does not come with Java. Solution Open a terminal (Application Menu/ Accessories/ Terminal) and type in: sudo aptitude install sun-java6-jre sun-java6...
Installing Opera on Ubuntu Show Installing Opera on Ubuntu Under Ubuntu 7.10 – Gutsy Gibbon Installing Opera on previous ubuntu versions You prefer using Opera as your Web browser on Ubuntu. Opera is fast and supports a lot of features. Please follow these steps...
Clipping Add-on ShowClipping Add-on Clipping That is an add-on will be very useful when you need to copy/paste long texts. In 2 clicks, you can paste a very long text. Download How to add a new clipping How to insert your clipping in a...
Installing TrueType fonts under Ubuntu ShowInstalling TrueType fonts under Ubuntu Here is a brief explanation on how installing additional TrueType fonts (.Ttf) on Ubuntu: Installation for all users Fonts installed by this method will be accessible to all users of the...
Installing a SSH server on Ubuntu ShowInstalling a SSH server on Ubuntu Installation Connection An ssh server allows you to remotely access your machine. You'll have access to the remote console (equivalent to telnet, but secure) and the transfer of files (equivalent...
Download AMSN ShowaMSN is a free open source MSN Messenger clone, with features such as: Offline Messaging Voice Clips Display pictures Custom emoticons Multi-language support (around 40 languages currently supported) Webcam support Sign in to more...
Download VLC ShowDescription: VLC media player is a portable multimedia player for many video and audio formats (MPEG1, MPEG2, MPEG4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. This program can also be used as a server to stream in...
Installing a VPN server in Windows XP ShowAdvantages of a VPN The set-up of a virtual private network enables the secure connection of remote computers through an unreliable connection (Internet), as if they were on the same local area network. This process is used by a variety of...
User management in Windows NT ShowThe notion of a user Windows NT is an operating system which manages sessions, meaning that when the system is started, it is necessary to log in with a user name and password. When Windows NT is installed, the administrator account is created by...
NAT- Network address translation, port forwarding and port trigg ShowThe principle of NAT Network address translation or NAT was developed in order to respond to the shortage of IP addresses with IPv4 protocol (in time the IPv6 protocol will respond to this problem). In fact, in IPv4 addressing the number of...