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
{{ message }}
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
I'm using VMW WS 15.5.6 on Mint 20: got stuck on white chromium screen. Alpha helped me in the telegram channel (thanks!) and suggested I add a line to the vmware preferences and that resolved the issue. Here's the step by step, might want to add with the build instructions in case someone else runs into this.
Symptom: Chromium won't boot, stuck in white screen. VMWare Workstation reports that 3D drivers can't be used.
Solution:
Shutdown VM
nano .vmware/preferences
copy this line into the file. I added it as the second line.
mks.gl.allowBlacklistedDrivers = "TRUE"
Restart VM to test
Thanks for the project! Really appreciate the time and effort you've put into making this available!
I'm using VMW WS 15.5.6 on Mint 20: got stuck on white chromium screen. Alpha helped me in the telegram channel (thanks!) and suggested I add a line to the vmware preferences and that resolved the issue. Here's the step by step, might want to add with the build instructions in case someone else runs into this.
Symptom: Chromium won't boot, stuck in white screen. VMWare Workstation reports that 3D drivers can't be used.
Solution:
Shutdown VM
nano .vmware/preferences
mks.gl.allowBlacklistedDrivers = "TRUE"
Restart VM to test
Thanks for the project! Really appreciate the time and effort you've put into making this available!