Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

nouveau support? #546

@donpdonp

Description

@donpdonp

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!");

is using the nouveau drive supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions