Just ONE step: Install VMware Tools on ubuntu 9.04
VMware provides a completely virtualized set of hardware to the guest operating system,include the hardware for a video adapter, a network adapter, and hard disk adapters.
To install VMware tools,first open a terminal window and type following code:
wget http://chrysaor.info/scripts/ubuntu904vmtools.sh
then execute it by command:
sudo bash ./ubuntu904vmtools.sh
It will take a little time to finish running the command above,reboot and then you are done if you are using VMware server or workstation,for more about it, refer to chrysaor.info, a site providing VMware images that work.

