Hello,

I also added the symlinks:
```
sudo ln -s /usr/lib/x86_64-linux-gnu/libGLESv2.so /usr/lib/chromium/
sudo ln -s /usr/lib/x86_64-linux-gnu/libEGL.so /usr/lib/chromium/
```
but in my case it did not help much as I got:
```
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[1297931:1297931:1223/212509.293016:ERROR:sandbox_linux.cc(374)]
InitializeSandbox() called with multiple threads in process gpu-
process.
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[1297931:1297931:1223/212509.318240:ERROR:gl_surface_egl.cc(773)] EGL
Driver message (Error) eglCreateContext: eglCreateContext
[1297931:1297931:1223/212509.318348:ERROR:gl_context_egl.cc(259)]
eglCreateContext failed with error EGL_BAD_ATTRIBUTE
[1297931:1297931:1223/212509.318718:ERROR:gpu_channel_manager.cc(749)]
ContextResult::kFatalFailure: Failed to create shared context for
virtualization.
[1297931:1297931:1223/212509.318833:ERROR:shared_image_stub.cc(470)]
SharedImageStub: unable to create context
[1297931:1297931:1223/212509.318939:ERROR:gpu_channel.cc(449)]
GpuChannel: Failed to create SharedImageStub
```

Maybe it's an issue with my GPU then. What GPU do you have? Could you
run some WebGL tests and check if they succeed or render correctly?

Of course the correct fix would be to patch Chromium to make it load
the system libs from the correct location.

Michel Le Bihan

Reply via email to