-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty window shows up when running on llvmpipe #16414
Comments
Could be a duplicate of: |
That issue had no solution |
We're trying to identify the cause of the problem: the link to the problem above is for reference. |
@TadaHrd I think your issue may be related to older packages in Ubuntu 22 (updated in Ubuntu24). Others have reported using the backported llvm and mesa from the Could you try this:
|
I'm on WSL, so installing the mesa drivers broke it even further ( |
Sorry to hear that @TadaHrd. One last thing, other folks reported under WSL that this was sufficient to get things working with X11 but not wayland. Any chance this works: |
@notpeter Same issue |
Getting:
From my Zed.log. Other errors/log info:
|
Check for existing issues
Describe the bug / provide steps to reproduce it
Since Zed doesn't support OpenGL yet (hopefully will support is soon), I have to use llvmpipe for vulkan.
Running
zed
directly didn't do anything (even though I'm logged in as root). Runningsudo $(which ~/.local/zed.app/bin/zed)
only opened a window with only a frame (you could click through it). This doesn't seem to be a WSL-only bug because I encountered it on an even older laptop.Environment
WSL 2 - Ubuntu 22.04.3 LTS on Windows 10 x86_64
GPU - doesn't support vulkan
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.
Zed.log
The text was updated successfully, but these errors were encountered: