libgl - error al cargar el controlador: vboxvideo

libgl - error al cargar el controlador: vboxvideo

Estoy intentando correreste codigopara crear una ventana xlib transparente con funciones openGL, pero cuando ejecuto el programa obtengo estos errores en la 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

Y la ventana se ve así después de moverla: (el fondo no se actualiza desde que se inició)

ingrese la descripción de la imagen aquí

(Estoy usando un entorno de escritorio personalizado que hice)

Busqué y descubrí que estos errores tenían que ver con la ejecución de Ubunutu en Virtualbox en hosts de Windows, pero se pensaba que se habían resuelto hace un par de años.

Mi sistema es: Ubuntu LTS 14.04.3 ejecutándose en un host Windows 8.1 con la última versión de virtualbox y adiciones de invitados, aceleración 3D habilitada, libgl y mesa-utils instalados (hasta que instalé mesa-utils, el fondo era blanco sólido, así que ¡Es un progreso!)

EDITAR 1:

Como se publicó aquíhttps://askubuntu.com/a/324814/462342por usuariomáx., desactivar la aceleración 3D soluciona la mayoría de los problemas. Ahora los únicos errores que recibo son:

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

Y la ventana funciona como se esperaba.

¿Alguien conoce una solución que no requiera desactivar la aceleración 3D?

información relacionada