8

I want to test Unity in a VM using VMware Player. I have already enabled 3D acceleration in the Display options and I have VMware Tools installed. However, when I try to run Unity or when I try to enable effects in appearance menu, it doesn't activate. Jockey says there is only one video driver available, which is enabled already.

I don't want to use VirtualBox.

jobin
  • 27,142
  • 16
  • 100
  • 116
lovinglinux
  • 6,347
  • 1
  • 32
  • 38

2 Answers2

3

I do not think VMware Player supports OpenGL 3D for linux as yet. Linux support may come in future versions [probably the next one]. Compiz will definitely not work.

Only Directx windows runs on full throttle. Compiz-windows-clones[so called] work neatly.

muru
  • 193,181
  • 53
  • 473
  • 722
Neer
  • 46
  • 2
0

As far as I know, even compiz-based Unity is unlikely to run in a VM (I asked about this at UDS and was told compiz doesn't run on VMs.)

  • 2
    compiz usually works on Virtual Box – RolandiXor Oct 31 '10 at 23:54
  • Right, Compiz works fine in VirtualBox, I did so some days ago (Maverick guest on Maverick host). Unity crashed though, apparently because it uses some 3D function that is unimplemented in the Chromium driver (that's the VBox 3D driver, not the browser or the OS from Google). – JanC Nov 01 '10 at 01:14
  • 2
    [How to get Compiz to work in VirtualBox.](http://askubuntu.com/q/10519/935) – JanC Nov 01 '10 at 01:16
  • Compiz works in Virtualbox, but you won't have any window borders if using seamless mode: http://www.virtualbox.org/ticket/6167 – PKKid Jan 15 '11 at 20:26