[i845] unity-system-compositor fails to start: Failed to choose ARGB EGL config
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Mir |
Triaged
|
Medium
|
Unassigned | |
| | mir (Ubuntu) |
Medium
|
Unassigned | ||
Bug Description
Fails to properly run on 82845G/
Release: 15.04
Mir: 0.11.0
DE: Xfce
glxinfo:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 845G x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 10.3.2
OpenGL extensions:
Error log:
Server: Starting
Loader: Loading modules from: /usr/lib/
Loader: Loading module: /usr/lib/
Platform Loader: Selected driver: mesa (version 0.11.0)
ERROR: /build/
Dynamic exception type: N5boost16except
std::exception:
| description: | updated |
| Unit 193 (unit193) wrote : | #2 |
From the installed/14.10 system:
es2_info: es2_info.c:158: make_x_window: Assertion `num_configs > 0' failed.
Aborted
| Daniel van Vugt (vanvugt) wrote : | #3 |
"es2_info: es2_info.c:158: make_x_window: Assertion `num_configs > 0
Enough said. See enhancement bug 1420581 as a way forward.
| Changed in mir: | |
| status: | Incomplete → Triaged |
| importance: | Undecided → Medium |
| Daniel van Vugt (vanvugt) wrote : | #4 |
Can you please attach the full output of glxinfo? There are more things I want to check...
| Changed in mir: | |
| status: | Triaged → Incomplete |
| Unit 193 (unit193) wrote : | #5 |
From installed/14.10:
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX version: 1.4
GLX extensions:
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
GLX_
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 845G x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 10.3.2
OpenGL extensions:
GL_
GL_
GL_
GL_
GL_
GL_
GL_
GL_
GL_
GL_
GL_
GL_
| Daniel van Vugt (vanvugt) wrote : | #6 |
Interesting, this is present: GL_ARB_
So there is still hope we can support your system with minimal changes to Mir (and Unity8 might work too). I think we just have to implement enhancement bug 1420581.
| Changed in mir: | |
| status: | Incomplete → Triaged |
| Michał Sawicz (saviq) wrote : | #7 |
Syncing task from Mir.
| Changed in mir (Ubuntu): | |
| importance: | Undecided → Medium |
| status: | New → Triaged |

Actually more important to Mir right now is how your system supports OpenGL|ES.
Can you please run:
sudo apt-get install mesa-utils-extra
es2_info
and paste the output from es2_info here?