You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I want to accelerate graphics in VMware VMs by Nvidia GPU. While I try to run
optirun vmware
in my terminal:Then vmware will exit.
While I try to run
optirun -b none vmware
oroptirun -b primus vmware
in terminal: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.The text was updated successfully, but these errors were encountered: