Question / Help Crash on launch "Failed to initialize video: Unspecified error" Xubuntu 14.04

admalledd

Member
Please include some logs of some sort, most likely the command line output.

Although this is a common error when you do not have your graphics drivers installed correctly.

What is the output of the command
Code:
glxinfo | grep OpenGL
?
 

Vincentld78

New Member
Please include some logs of some sort, most likely the command line output.

Although this is a common error when you do not have your graphics drivers installed correctly.

What is the output of the command
Code:
glxinfo | grep OpenGL
?
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD BONAIRE
OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.1.3
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
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:
 

Vincentld78

New Member
The OpenGL version needs to be at least 3.2, I believe.
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD BONAIRE
OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.1.3
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
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:
 
Top