Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

GBM EGL display creation fails on Wayland + NVIDIA — workaround: WEBKIT_DISABLE_DMABUF_RENDERER=1

Đang mở
#363 2 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
35/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
linux, tauri, typescript
Lĩnh vực
desktop, operating-systems

Hướng nghiên cứu

Reproduce the failure with the AppImage launch command on Wayland and NVIDIA, then trace the Linux startup path responsible for GBM EGL display creation; no repository file or test is identified in the report. Done means either a fallback using WEBKIT_DISABLE_DMABUF_RENDERER=1 when creation fails or clear documentation of the workaround for affected users.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

Environment

  • OS: Arch Linux (kernel 6.18.3)
  • Display server: Wayland (Hyprland)
  • GPU: NVIDIA RTX 4090
  • App version: 0.7.45 (amd64 AppImage)

Problem

Launching the AppImage crashes immediately:

$ ./Codex.Monitor_0.7.45_amd64.AppImage
Could not create GBM EGL display: EGL_SUCCESS. Aborting...
Aborted (core dumped)

Workaround

Setting WEBKIT_DISABLE_DMABUF_RENDERER=1 resolves the issue:

$ WEBKIT_DISABLE_DMABUF_RENDERER=1 ./Codex.Monitor_0.7.45_amd64.AppImage

This is a known issue with WebKit's DMA-BUF renderer on NVIDIA + Wayland. The GBM EGL backend fails to initialize with NVIDIA's GBM implementation.

Suggestion

Consider adding this env var as a fallback when GBM EGL display creation fails, or document it for Linux/Wayland/NVIDIA users.

Ngôn ngữ chính
TypeScript
Star
4.3k
Fork
416
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của Dimillian/CodexMonitor

Tất cả issue của Dimillian/CodexMonitor

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.