higan 说 OpenGL 3.2 不可用,但我应该有 3.3

Tho*_*ith 5 opengl mesa 14.04

我在 Toshiba Chromebook 2 上的 crouton 中运行 Trusty with gnome。我安装了 higan,它报告:“错误:OpenGL 3.2 不可用。” 我用谷歌搜索了这个,显然这个问题可能与 OpenGL 报告其版本的一些奇怪的方式有关,区分“版本”和“核心配置文件版本”。我不懂这啥意思。

这是我的 glxinfo 和 mesa 相关的包。如果有更多信息有帮助,请告诉我。

$ glxinfo | grep OpenGL:

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Bay Trail 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.1.3
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.1.3
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
Run Code Online (Sandbox Code Playgroud)

$ dpkg -l | grep -i mesa:

ii  libegl1-mesa:amd64                    10.1.3-0ubuntu0.1                    amd64        free implementation of the EGL API -- runtime
ii  libegl1-mesa-drivers:amd64            10.1.3-0ubuntu0.1                    amd64        free implementation of the EGL API -- hardware drivers
ii  libgl1-mesa-dri:amd64                 10.1.3-0ubuntu0.1                    amd64        free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx:amd64                 10.1.3-0ubuntu0.1                    amd64        free implementation of the OpenGL API -- GLX runtime
ii  libglapi-mesa:amd64                   10.1.3-0ubuntu0.1                    amd64        free implementation of the GL API -- shared library
ii  libglu1-mesa:amd64                    9.0.0-2                              amd64        Mesa OpenGL utility library (GLU)
ii  libopenvg1-mesa:amd64                 10.1.3-0ubuntu0.1                    amd64        free implementation of the OpenVG API -- runtime
ii  libtxc-dxtn-s2tc0:amd64               0~git20131104-1.1                    amd64        Texture compression library for Mesa
ii  libwayland-egl1-mesa:amd64            10.1.3-0ubuntu0.1                    amd64        implementation of the Wayland EGL platform -- runtime
ii  mesa-utils                            8.1.0-2                              amd64        Miscellaneous Mesa GL utilities
Run Code Online (Sandbox Code Playgroud)

小智 0

跑步MESA_GL_VERSION_OVERRIDE=3.2 MESA_GLSL_VERSION_OVERRIDE=150 higan会让彼岸工作。

答案取自Reddit