I just want to report that this issue has been solved. I found an article in Ubuntu Apple forum that referred to this page:
http://peterc.org/2008/64-how-to-enable ... usion.htmlNaturally does it work for Linux Mint and the beta 2 of VMware fusion. In short... do the following:1. Launch a Terminal (Applications menu -> Accessories -> Terminal).
2. Type: sudo gedit /etc/X11/xorg.conf
3. Scroll down (it’s not far, perhaps 20 - 30 lines) till you see a block that looks like this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
[.. blah blah blah ..]
EndSection
4. Replace that whole section with this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
5. Save the file
6. close all your apps and
7. hit Ctrl+Alt+Backspace. X restarts within a few seconds, and you’re back up and running. Scrolling should now be possible!