Hello everyone!
When trying to work with OBS-studio (I tried it on FossaPup64, VanillaPUP, EasyOS, Antix in live mode) I faced this problem, OBS won't start. Opening OBS in the terminal I found this:
Code: Select all
error: X Error: GLXBadFBConfig, Major opcode: 150, Minor opcode: 34, Serial: 25
error: Failed to create OpenGL context.
error: Failed to create context!
error: device_create (GL) failed
error: Failed to initialize video. Your GPU may not be supported, or your graphics drivers may need to be updated.
This is what the command
Code: Select all
glxinfo | grep OpenGL
output shows:
Code: Select all
# glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics (ILK)
OpenGL version string: 2.1 Mesa 20.0.2
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 20.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
Here is information about the CPU:
Code: Select all
info: CPU Name: Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
info: CPU Speed: 1647.045MHz
info: Physical Cores: 2, Logical Cores: 4
info: Physical Memory: 3740MB Total, 967MB Free
info: Kernel Version: Linux 5.10.83
info: Distribution: Missing /etc/os-release !
info: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.8
On the OBS-studio forum, one of the moderators answered a question related to a similar problem: Your driver or GPU does not support OpenGL x.x, so you cannot use OBS.
Dear community, can you help me understand what's wrong with the driver? Please tell me how can I fix this?
From Dmitry (Russia)