zed icon indicating copy to clipboard operation
zed copied to clipboard

Zed appears as a black rectangle.

Open barryrowlingson opened this issue 7 months ago • 1 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

Running zed opens a new window, but its a black rectangle. The mouse cursor changes to an I-beam text cursor in what I guess are the right places, and I can resize it via edges and corners, but it remains a black rectangle.

Environment

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.4 LTS
Release:	22.04
Codename:	jammy

vkcube detects my GPU as:

$ vkcube
Selected GPU 0: Quadro K4000, type: 2

vkcube also runs with these two --gpu_number settings:

$ vkcube --gpu_number 0 --c 50
Selected GPU 0: Quadro K4000, type: 2
$ vkcube --gpu_number 1 --c 50
Selected GPU 1: llvmpipe (LLVM 15.0.7, 256 bits), type: 4

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

At a guess I think this is telling us that although vkcube uses my GPU (see above) zed is failing to use it.

Zed.log

2024-07-11T12:28:21+01:00 [WARN] Rejected for device extension "VK_KHR_dynamic_rendering" not supported 2024-07-11T12:28:21+01:00 [INFO] Adapter "llvmpipe (LLVM 15.0.7, 256 bits)"

(then lots of...)

2024-07-11T12:28:23+01:00 [WARN] Unknown request DestroyIcReply { input_method_id: 2, input_context_id: 3 } 2024-07-11T12:28:26+01:00 [WARN] Unknown request DestroyIcReply { input_method_id: 2, input_context_id: 4 } 2024-07-11T12:28:26+01:00 [INFO] Using surface present mode MAILBOX 2024-07-11T12:28:26+01:00 [WARN] Unable to forbid exclusive full screen 2024-07-11T12:28:26+01:00 [INFO] Using surface present mode MAILBOX 2024-07-11T12:28:26+01:00 [WARN] Unable to forbid exclusive full screen 2024-07-11T12:28:26+01:00 [INFO] Using surface present mode MAILBOX

barryrowlingson avatar Jul 11 '24 11:07 barryrowlingson