Mit 13.0 bekomme ich bei vmware workstation immer noch Meldungen der Form:
As a result, this virtual machine may experience very low graphics performance. Follow the instructions provided by your graphics card vendor or Linux distribution in order to update your computer's OpenGL drivers.
Da hilft auch kein start per
$ MESA_GL_VERSION_OVERRIDE=4.5 MESA_GLSL_VERSION_OVERRIDE=450 vmware
System ist eine Intel GPU:
model name : Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz
Wenn man in vmware per
mks.gl.allowBlacklistedDrivers = TRUE
es ĂĽberschreibt funktioniert es. Vielleicht passt da auch vmwares blackliste noch nicht richtig. In glxinfo sieht es ganz gut aus
$ MESA_GL_VERSION_OVERRIDE=4.5 MESA_GLSL_VERSION_OVERRIDE=450 glxinfo |grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
Max core profile version: 4.5
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.1
OpenGL core profile version string: 4.5 (Core Profile) Mesa 13.0.0
OpenGL core profile shading language version string: 4.50
OpenGL version string: 4.5 (Core Profile) Mesa 13.0.0
OpenGL shading language version string: 4.50
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 13.0.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10