Created
November 19, 2023 04:25
-
-
Save tifasoftware/913d03959e5e0943cf193d53f1b4dca5 to your computer and use it in GitHub Desktop.
Enable 3D Accerlation on Unsupported Cards in VMWare Workstation for Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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