DioxusLabs / DioxusLabs/dioxus
Failed to create GBM buffer
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
I am encountering a rendering issue when running a Dioxus application on Arch Linux on desktop mode. The development server starts correctly, and the web content is accessible via localhost, but the native desktop window is completely blank (white screen). Error message:
```
18:41:58 [linux] Failed to create GBM buffer of size 800x573: Invalid argument
```
A similar issue is described for Tauri in the git repository: https://github.com/winfunc/opcode/issues/26
**Environment:**
- Dioxus version: 0.7.2 (35351eb)
- Rust version: rustc 1.92.0
- OS info: Archlinux, X11, Xfce4
- VGA compatible controller: NVIDIA Corporation GA106 [RTX A2000] (rev a1)
- Subsystem: NVIDIA Corporation Device 151d
- Kernel driver in use: nvidia
- Kernel modules: nouveau, nvidia_drm, nvidia
- App platform: desktop
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.