OpenGL Warning libGL error #194

Open
opened 2014-12-23 15:40:58 +01:00 by vejobuj · 1 comment
vejobuj commented 2014-12-23 15:40:58 +01:00 (Migrated from github.com)

I am on VirtualBox Arch Xfce and it doesn't works.

here is the console output:

$ cool-retro-term 
libGL error: pci id for fd 12: 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
OpenGL Warning: glXCreatePbuffer not implemented by Chromium
default KB_LAYOUT_DIR:  "/usr/lib/qt/qml/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_54::close()
loadAllColorSchemes
Session::run() - program: "/bin/bash"
Session::run() - arguments: ("")
started!
QOpenGLFramebufferObject: Unsupported framebuffer format.
QOpenGLFramebufferObject: Unsupported framebuffer format.
OpenGL Warning: glXCreatePbuffer not implemented by Chromium

Edit: I get a different output when I disable 3D acceleration in vbox

$ cool-retro-term 
libGL error: pci id for fd 12: 80ee:beef, driver (null)
OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is enabled for this VM.
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
default KB_LAYOUT_DIR:  "/usr/lib/qt/qml/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_112::close()
loadAllColorSchemes
Session::run() - program: "/bin/bash"
Session::run() - arguments: ("")
started!

It works but partialy, the menu seems like disabled. and CPU is overloaded.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

I am on VirtualBox Arch Xfce and it doesn't works. here is the console output: ``` $ cool-retro-term libGL error: pci id for fd 12: 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 OpenGL Warning: glXCreatePbuffer not implemented by Chromium default KB_LAYOUT_DIR: "/usr/lib/qt/qml/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_54::close() loadAllColorSchemes Session::run() - program: "/bin/bash" Session::run() - arguments: ("") started! QOpenGLFramebufferObject: Unsupported framebuffer format. QOpenGLFramebufferObject: Unsupported framebuffer format. OpenGL Warning: glXCreatePbuffer not implemented by Chromium ``` Edit: I get a different output when I disable 3D acceleration in vbox ``` $ cool-retro-term libGL error: pci id for fd 12: 80ee:beef, driver (null) OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is enabled for this VM. libGL error: core dri or dri2 extension not found libGL error: failed to load driver: vboxvideo default KB_LAYOUT_DIR: "/usr/lib/qt/qml/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_112::close() loadAllColorSchemes Session::run() - program: "/bin/bash" Session::run() - arguments: ("") started! ``` It works but partialy, the menu seems like disabled. and CPU is overloaded. ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7219319-opengl-warning-libgl-error?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github). </bountysource-plugin>
Swordfish90 commented 2014-12-27 12:11:30 +01:00 (Migrated from github.com)

It seems there are problems related to 3D acceleration (I can't assign blame though). Disabling 3D acceleration solves them but you are going to pay a lot in terms of performances since all the GPU work will be offloaded to the CPU. I'm sorry I can't help you more with vbox related issues but I will leave this open in case someone else has a clue.

It seems there are problems related to 3D acceleration (I can't assign blame though). Disabling 3D acceleration solves them but you are going to pay a lot in terms of performances since all the GPU work will be offloaded to the CPU. I'm sorry I can't help you more with vbox related issues but I will leave this open in case someone else has a clue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#194
No description provided.