Bumblebee-Project / Bumblebee

Bumblebee daemon and client rewritten in C
http://www.bumblebee-project.org/
GNU General Public License v3.0
1.29k stars 144 forks source link

Cannot run vmware by optirun #1067

Open nukemiko opened 3 years ago

nukemiko commented 3 years ago

I want to accelerate graphics in VMware VMs by Nvidia GPU. While I try to run optirun vmware in my terminal:

[AppLoader] Cannot get library dependencies. (10c)

[AppLoader] Fallback to use all shipped libraries.
/usr/lib/vmware/bin/vmware: symbol lookup error: /usr/lib/libXv.so.1: undefined symbol: _XEatDataWords

Then vmware will exit. While I try to run optirun -b none vmware or optirun -b primus vmware in terminal:

[AppLoader] Cannot get library dependencies. (10c)

[AppLoader] Fallback to use all shipped libraries.

VMware can run, but I cannot use Nvidia GPU acclerate in VM. I set mks.gl.allowBlacklistedDrivers = TRUE in ~/.vmware/preferences, in theroy, I can use the graphics accelerate in VM.