libgl - falha ao carregar o driver: vboxvideo

libgl - falha ao carregar o driver: vboxvideo

Estou tentando correreste códigopara criar uma janela xlib transparente com recursos openGL, mas quando executo o programa recebo estes erros no terminal:

libGL error: pci id for fd 4: 80ee:beef, driver (null)
OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table
OpenGL Warning: glVertexArrayRangeNV not found in mesa table
OpenGL Warning: glCombinerInputNV not found in mesa table
OpenGL Warning: glCombinerOutputNV not found in mesa table
OpenGL Warning: glCombinerParameterfNV not found in mesa table
OpenGL Warning: glCombinerParameterfvNV not found in mesa table
OpenGL Warning: glCombinerParameteriNV not found in mesa table
OpenGL Warning: glCombinerParameterivNV not found in mesa table
OpenGL Warning: glFinalCombinerInputNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glDeleteFencesNV not found in mesa table
OpenGL Warning: glFinishFenceNV not found in mesa table
OpenGL Warning: glGenFencesNV not found in mesa table
OpenGL Warning: glGetFenceivNV not found in mesa table
OpenGL Warning: glIsFenceNV not found in mesa table
OpenGL Warning: glSetFenceNV not found in mesa table
OpenGL Warning: glTestFenceNV not found in mesa table
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo

E a janela fica assim depois de movida: (o plano de fundo não é atualizado desde que foi iniciado)

insira a descrição da imagem aqui

(Estou usando um ambiente de área de trabalho personalizado que criei)

Eu pesquisei e descobri que esses erros tinham a ver com a execução do Ubunutu no Virtualbox em hosts Windows, mas eles foram resolvidos há alguns anos.

Meu sistema é: Ubuntu LTS 14.04.3 rodando em um host Windows 8.1 com a versão mais recente do virtualbox e adições de convidados, aceleração 3D habilitada, libgl e mesa-utils instalados (até eu instalar o mesa-utils o fundo era apenas branco sólido, então é um progresso!)

EDITAR 1:

Conforme postado aquihttps://askubuntu.com/a/324814/462342por usuárioMáx., desligar a aceleração 3D realmente corrige a maioria dos problemas. Agora, os únicos erros que estou recebendo são:

libGL error: pci id for fd 4: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo

E a janela funciona conforme o esperado.

Alguém conhece uma solução que não exija a desativação da aceleração 3D?

informação relacionada