May 08, 2013
Script to avoid server offloading3D on Virtual Machine VMWARE 10 OpenSuse
Making 3D work with OpenSuse and my Intel integrated graphics.
If you activate 3D acceleration yet you get a message stating that your guest does not support it… you can try this out:
Add pacman to your repos!
That you can actually find here: [Complete List](link is external)
I won’t go into how to add them as the command is right there… and not much is needed.
After all those where added, make sure to update your repositiories:
sudo zypper update sudo zypper install libtxc_dxtn
Once that’s finished, we add the following line to our vmx file, from our virtual machine.
mks.gl.allowBlacklistedDrivers = "TRUE" mks.enable3d = "TRUE"
Make sure those two lines are present… after that… ENJOY 3D!.