Last active
April 22, 2018 16:58
-
-
Save jamesbrink/a1f08818f81883c2e0cb to your computer and use it in GitHub Desktop.
Bumblebee & VMware Workstation setup
This file contains hidden or 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
# Enable VMware guests to have 3d acceleration with bumblbee setups on linux. Use this if you are received the popup messages about no 3d support in guests and you are using bumblebee with optimus or primusrun | |
echo "mks.gl.allowBlacklistedDrivers = TRUE" >> ~/.vmware/preferences | |
optirun vmware |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are awesome!