Describe the bug
Hi, under Arch Linux, since today I hit an issue where the window app open with a blank screen and this message is spamming the terminal
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
…
journal logs:
[drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to grab modeset ownership
Note: My machine is NVIDIA gpu equipped, installed driver is 550.67-3
If I remove nvidia_drm.modeset=1 from kernel params, I get other logs
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 2524x827: Permission denied
Based on the logs I tried with KMS disabled completely (removing nvidia kernel modules and regenerating the initramfs) but without any success
Reproduction
npm create tauri-app@latest then cargo tauri dev (or npm run tauri dev)
Expected behavior
No response
Full tauri info output
[✔] Environment
- OS: Arch Linux Unknown X64
✔ webkit2gtk-4.0: 2.44.0
✔ rsvg2: 2.58.0
✔ rustc: 1.77.1 (7cf61ebde 2024-03-27)
✔ cargo: 1.77.1 (e52e36006 2024-03-26)
✔ rustup: 1.27.0 (bbb9276d2 2024-03-08)
✔ Rust toolchain: stable-x86_64-unknown-linux-gnu (environment override by RUSTUP_TOOLCHAIN)
- node: 20.11.0
- npm: 10.2.4
- bun: 1.0.7
[-] Packages
- tauri [RUST]: 1.6.0
- tauri-build [RUST]: 1.5.1
- wry [RUST]: 0.24.7
- tao [RUST]: 0.16.5
- tauri-cli [RUST]: 1.5.11
- @tauri-apps/api [NPM]: 1.5.3
- @tauri-apps/cli [NPM]: 1.5.11
[-] App
- build-type: bundle
- CSP: unset
- distDir: ../dist
- devPath: http://localhost:1420/
- framework: React
- bundler: Vite
Stack trace
No response
Additional context
No response
Describe the bug
Hi, under Arch Linux, since today I hit an issue where the window app open with a blank screen and this message is spamming the terminal
journal logs:
Note: My machine is NVIDIA gpu equipped, installed driver is
550.67-3If I remove
nvidia_drm.modeset=1from kernel params, I get other logsBased on the logs I tried with KMS disabled completely (removing nvidia kernel modules and regenerating the initramfs) but without any success
Reproduction
npm create tauri-app@latestthencargo tauri dev(ornpm run tauri dev)Expected behavior
No response
Full
tauri infooutputStack trace
No response
Additional context
No response