-
Notifications
You must be signed in to change notification settings - Fork 184
Cube example fails on Ubuntu 20.10 with Nvidia graphics card enabled #673
Comments
This is a problem with NV GPU + Intel on Linux, seen quite a lot. It affects all Vulkan applications, not just wgpu-rs. |
Interesting, on my machine nothing worked for Intel. I guess your vkcube just happens to find the NVidia device and use it? Could you try running our |
@kvark Thanks for your reply!
|
Yes, that works! Thanks! How to handle this issue further? Create an issue in Winit repo? |
Please file an issue to winit about the panic. |
@kvark FYI ash-rs/ash#345 |
Directly after executing
cargo run --example cube
the program crashes with following trace:
while I would expect that the Nvidia driver would be used.
vkcube
works.nvidia-smi
output:Reinstalled Nvidia graphics drivers (latest version(455)) and updated bios but didn't help.
The example works when I switch to the intel graphics card.
The text was updated successfully, but these errors were encountered: