higan diz que o OpenGL 3.2 não está disponível, mas eu deveria ter 3.3

4

Estou executando o Trusty com o gnome in crouton em um Chromebook 2 da Toshiba. Instalei o higan e ele relata: "Erro: o OpenGL 3.2 não está disponível." Eu pesquisei isso e, aparentemente, o problema pode estar relacionado a alguma forma estranha pela qual o OpenGL relata sua versão, distinguindo entre "versão" e "versão do perfil principal". Não tenho ideia do que isso significa.

Aqui estão meus pacotes relacionados ao glxinfo e mesa. Por favor, deixe-me saber se mais alguma informação ajudaria.

$ 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:

$ 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
    
por Thom Smith 09.11.2014 / 02:41

1 resposta

0

A execução de MESA_GL_VERSION_OVERRIDE=3.2 MESA_GLSL_VERSION_OVERRIDE=150 higan fará o Higan funcionar.

Resposta retirada de Reddit .

    
por Kookerus 01.04.2016 / 03:09