VmWare

Installing Vmware Tools in a Ubuntu virtual machine

Prepare your virtual machine:

sudo aptitude install build-essential linux-headers-$(uname -r)

In the Vmware Server Console click on “VM → Install VMware Tools” to mount the vmware tools as a cdrom. Then open a terminal session in the virtual machine and do the following:

cd /tmp
tar xzf /media/cdrom/VMwareTools*.tar.gz
cd vmware-tools-distrib
sudo ./vmware-install.pl

Possible problems

If the mouse wheel doesn't work within your VM, try the following:

Open a terminal window and type:

$ sudo vi /etc/X11/xorg.conf

Then find “InputDevice” section with Identifier “Configured Mouse” and change the Option “Protocol” from “ps/2” to “IMPS/2”

Restart X (Ctrl + Alt + Backspace)

networking/vmware.txt · Last modified: 2009/04/24 13:35 by tb
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0