Add other vkcube command to Linux docs (#8543)
Add other vkcube command to Linux docs Release Notes: - N/A
This commit is contained in:
parent
387c161d8c
commit
c07237df33
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ Try `cargo clean` and `cargo build`.
|
|||
|
||||
### Vulkan/GPU issues
|
||||
|
||||
If Zed crashes at runtime due to GPU or vulkan issues, you can try running [vkcube](https://github.com/krh/vkcube) (usually available as part of the `vulkaninfo` package on various distributions) to try to troubleshoot where the issue is coming from. Try running in both X11 and wayland modes (`vkcube -m [x11|wayland]`).
|
||||
If Zed crashes at runtime due to GPU or vulkan issues, you can try running [vkcube](https://github.com/krh/vkcube) (usually available as part of the `vulkaninfo` package on various distributions) to try to troubleshoot where the issue is coming from. Try running in both X11 and wayland modes by running `vkcube -m [x11|wayland]`. Some versions of `vkcube` use `vkcube` to run in X11 and `vkcube-wayland` to run in wayland.
|
||||
|
||||
If you have multiple GPUs, you can also try running Zed on a different one (for example, with [vkdevicechooser](https://github.com/jiriks74/vkdevicechooser)) to figure out where the issue comes from.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue