Skip to content

Commit ed3a62c

Browse files
committed
docs: Failed to create GBM buffer of size xxx: Invalid argument
1 parent ba38da1 commit ed3a62c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/faq/linux.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ WEBKIT_DISABLE_DMABUF_RENDERER=1
2424
WEBKIT_DISABLE_DMABUF_RENDERER=1
2525
```
2626

27+
## Failed to create GBM buffer of size xxx: Invalid argument
28+
29+
这是一个已知的[上游问题](https://github.com/tauri-apps/tauri/issues/13493)。暂时的解决方法是手动设置环境变量:
30+
```
31+
WEBKIT_DISABLE_DMABUF_RENDERER=1
32+
```
2733
## UI 未响应 / UI 卡顿
2834

2935
尝试手动设置环境变量:

0 commit comments

Comments
 (0)