Saturday, August 16, 2008

How to Install VMware Tools on Ubuntu Hardy 8.04 under VMware Fusion

Reference:
http://peterc.org/2008/62-how-to-install-vmware-tools-on-ubuntu-hardy-804-under-vmware-fusion.html

http://x86virtualization.com/open-source/howto-install-open-vmware-tools-in-linux-kernel-2624.html


sudo apt-get install build-essential linux-headers-`uname -r` libx11-dev

Install VMware Tools make scroll mouse not workable, edit /etc/X11/xorg.conf to add following under:


Section "InputDevice"
Identifier "Configured Mouse"
....
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"

No comments: