Skip to content

Instantly share code, notes, and snippets.

@tifasoftware
Created November 19, 2023 04:25
Show Gist options
  • Save tifasoftware/913d03959e5e0943cf193d53f1b4dca5 to your computer and use it in GitHub Desktop.
Save tifasoftware/913d03959e5e0943cf193d53f1b4dca5 to your computer and use it in GitHub Desktop.
Enable 3D Accerlation on Unsupported Cards in VMWare Workstation for Linux
#!/bin/bash
echo "mks.gl.allowBlacklistedDrivers = \"TRUE\"" >> ~/.vmware/preferences
echo "mks.vk.allowUnsupportedDevices = \"TRUE\"" >> ~/.vmware/preferences
echo "VMWare is patched so that 3D is supported on your GFX Card"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment