-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
panic on Intel HD 520 (Mailbox) #368
Comments
It's not KDE, it's WGPU on older Intel graphics hardware. Please try wgpu examples and see what works. |
You can also try changing the |
It has the same problem on another computer that only has a different processor(CPU:AMD R5-5600H). I tried some wgpu examples like https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples/water, it works fine. |
It works fine with changing the |
I can't run any example from source.
system:EndeavourOS(base on arch)
kde plasma version: 5.26.4
x11/wayland:x11
cpu:i3-6006u
gpu:intel hd 520
output:
thread 'main' panicked at 'Error in Surface::configure: requested present mode Mailbox is not in the list of supported present modes: [Fifo]', /home/zhou/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/wgpu-0.14.2/src/backend/direct.rs:274:9
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: