Monday, October 13, 2008

Installing VMware Tools in 8.10 Beta

Following the advice of a couple of different posts I was able to install VMware Tools in Intrepid Ibex. Make sure you have the virtual machine up and running. Click on Install VMware Tools... in the VM menu. This will mount an iso that contains the VMware Tools package. Go ahead and close the Nautilus window that popped up and open a terminal. Execute the next lines of code to install VMware Tools on your 8.10 guest. Please note that the * is a placeholder for your version of VMware Tools.

sudo aptitude isntall build-essential linux-headers
cp -a /media/cdrom/VMwareTools-* /tmp/
cd /tmp/
tar -vxzf VMwareTools*
cd vmare-tools-distrib/
sudo ./vmware-install.pl

Make sure you pick the resolution that you want the virtual machine to run in. When I ran these lines it did not compile the network and file sharing driver. When I am able to get those two parts of VMware tools working then I will edit this post with the method. At least for now I have a better display driver.

No comments: