so i am getting this. (I was getting sigsegvs from rustc when building so i updated the flake to be nixos-unstable)
I can run the mesa-demos, eglgears_x11 etc without any problems.
I am very unfamiliar with this efram-egui-wgpu ecosystem.
Maddening part is that I got it running once, saw that ports get sorted weirdly on helvum and fixed that and now i've never gotten it running again 🙃
Is this something you have run in to?
[car@nixos:~/source/EQUIS]$ cargo run
warning: /home/car/source/EQUIS/Cargo.toml: unused manifest key: profile.fast.linker
Finished dev [optimized + debuginfo] target(s) in 0.07s
Running `target/debug/equis`
2024年11月03日T20:04:35.335615Z WARN winit::platform_impl::platform::x11::xdisplay: error setting XSETTINGS; Xft options won't reload automatically
2024年11月03日T20:04:35.338834Z INFO winit::platform_impl::platform::x11::window: Guessed window scale factor: 1.1666666666666667
2024年11月03日T20:04:35.353390Z INFO wgpu_hal::gles::egl: Using X11 platform
2024年11月03日T20:04:35.386921Z WARN wgpu_hal::gles::egl: No config found!
2024年11月03日T20:04:35.386928Z WARN wgpu_hal::gles::egl: EGL says it can present to the window but not natively
2024年11月03日T20:04:35.478996Z INFO wgpu_core::instance: Adapter Gl AdapterInfo { name: "NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2", vendor: 4318, device: 0, device_type: Other, driver: "", driver_info: "", backend: Gl }
2024年11月03日T20:04:35.479182Z INFO egui_wgpu: The only available wgpu adapter was not suitable: backend: Gl, device_type: Other, name: "NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2", vendor: 0x10DE
2024年11月03日T20:04:35.479738Z ERROR eframe::native::run: Exiting because of error: WGPU error: Failed to create wgpu adapter, no suitable adapter found. during event Resumed
thread 'main' panicked at crates/equis-gui/src/main.rs:43:6:
Failed running eframe: Wgpu(NoSuitableAdapterFound)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace