Enable 3D HW acceleration on VMWare Workstation 10 on Ubuntu 14.04
Edit the file ~/.vmware/preferences
and look for a line that starts with mks.gl.allowBlacklistedDrivers
, if it is not present - you can add it into the file.
This should be changed to mks.gl.allowBlacklistedDrivers = "TRUE"
(note the double quotes around TRUE)
Add mks.gl.allowBlacklistedDrivers = "TRUE"
in the .vmx file.
It has worked for Linux Mint Cinnamon as host with kernel 3.16 and Debian 8.2 Cinnamon as guest.