Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError: Failed to create WR surfman #26543
Comments
|
Are you using wayland or x11? What's the output of |
|
I have found this comment: "The XVisual and EGL config color depths must match, otherwise you will start getting bad match errors from X." |
Currently running on x11. Here's my glxinfo output:
Yep, currently have that installed, thanks. |
|
Doesthe glxinfo output actually end with |
WebRender needs OpenGL 3.1. |
Sorry, no it trails with the following but it seemed overly verbose:
Alright, thank you. |
|
Does it work with |
Trying to start servo for the first time and getting the following runtime error:
Failed to create WR surfman: ContextCreationFailed(BadMatch) (thread main, at ports/glutin/headed_window.rs:154)Built and run on Ubuntu 20.04 x86-64 off the master branch. Any tips or suggestions would be appreciated. Thanks.