-
Notifications
You must be signed in to change notification settings - Fork 938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to find hardware adapter #2518
Comments
The issue here is that libX11.so simply doesn't exist usually. That .so will only be available if the |
So the solution would be to look for |
@cwfitzgerald: Yes that should be the solution. Installing |
Alright, happy to have a PR to add that behavior |
Happy to send a PR for this! One question: On Wayland, |
Opened #5307 to try loading |
Description
On
master
with OpenGL,wgpu
only finds software adapter (llvmpipe) but it works as expected withv0.12
Repro steps
Run
wgpu-info
, look for the OpenGL adapterExpected vs observed behavior
Expected behavior: I get a hardware adapter for OpenGL (AMD or NVIDIA if PRIME is enabled) like in wgpu 0.12
Observed behavior: I get a software adapter for OpenGL (llvmpipe)
I also get an error:
EGL 'eglInitialize' code 0x3001: DRI2: failed to create screen
Extra materials
Bisecting the issue shows that it comes from 70db03d (#2339)
Failing logs for
RUST_LOG=info wgpu-info
Platform
Debian testing + X11
The text was updated successfully, but these errors were encountered: