VMware版

http://www.ubuntulinux.jp/

sudo -s
vi /etc/X11/xorg.conf

mouse→vmmouse

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "vmmouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

apt-get install xorg-.\*-vm.\*

sed -e s/edgy/feisty/ /etc/apt/sources.list > /etc/apt/sources.list.noi
mv /etc/apt/sources.list.noi /etc/apt/sources.list

apt-get update
apt-get dist-upgrade