How to get the 3D gnome to work as expected when using Debian with VMWare Fusion.
Specific steps for wheezy:
sudo apt-get install build-essential dpkg-dev git libxatracker-dev
mkdir tmp && cd tmp
sudo apt-get build-dep xserver-xorg-video-vmware
apt-get source xserver-xorg-video-vmware -b
sudo dpkg -i *deb
cd .. && rm -rf tmp