You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
im doing a hello-world with bevy and this is what I get when running it:
thread 'main' panicked at 'Unable to find a GPU! Make sure you have installed required drivers!'
from lspci:
Subsystem: eVga.com. Corp. GK104 [GeForce GTX 660 Ti] [3842:3660]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
the backtrace shows the error from bevy_wgpu/src/wgpu_renderer.rs
request_adapter(&wgpu::RequestAdapterOptions{power_preference: wgpu::PowerPreference::HighPerformance,compatible_surface:None,}).await.expect("Unable to find a GPU! Make sure you have installed required drivers!");