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 upservo crashes on startup with "Unable to locate a GLX FB configuration that supports RGBA" on Linux #2492
Comments
|
I'm also experiencing this on Debian with X forwarding (using the swrast driver). The window opens briefly, the closes. The full stacktrace:
|
|
Oh OK, it didnt appear for me anymore so I closed it, sorry. Could you remove the vendor workaround from here: https://github.com/servo/rust-layers/blob/master/src/platform/linux/surface.rs |
|
Closing for inactivity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the update of the rust-layers submodule (9f6581d) servo crashes on startup:
Using ArchLinux with linux 3.14.4-1 and the opensource radeon driver, mesa 10.2.0rc4-1 and a radeon hd 5830.
Edit: printing out the depth of all configs shows that everyone just has a depth of 24.
Edit2: Adding GLX_ALPHA_SIZE, 8 to fbconfig_attributes and allowing 24bit depth as well fixes the crash and #2064 for me. But I wonder how 24bit should be enough to allow an 8bit alpha channel...