Debian 7.0, 7.5 VMWare Fusion 3D Gnome

By Tech Writer OSX
  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 &am

 

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

 

 

 

Creds: https://communities.vmware.com/message/2217505