Open jbiason opened 3 months ago
For some reason, Github is refusing to attach the logs in either the original issue or as a comment. I uploaded the log into a Gist: https://gist.github.com/jbiason/b5325eeb484f56e1980c0286156ebeea
Also, if that helps, I manage to build Zed using the sources on this machine, but the rendering is really slow.
PS: Just did a pull right now and the failure is also there. Looks like it broke somewhat in a commit since the middle of last week (sorry if I can't give precise times here, I pull from Github only when I remember I have the sources here).
Your Nvidia GT 710 (Kepler 2.0, released March 27 2014) is really similar to the Nvidia 750m (Kepler, March 22 2012) which some Mac users have reported graphical display issue:
Obviously it's a different platform and graphics api so it might unrelated, but these cards are definitely right at the edge of what's required for our graphics pipeline.
btw, are you using Wayland or X11?
It makes since that it is using software rendering (llvmpipe) because blade requires VK_KHR_dynamic_rendering which your gpu doesn't support. Still doesn't explain the rest of the behavior though.
I had this issue. I was able to mitigate this on my PC,
by explicitly launching with graphics card via Launch Using Discrete Graphics Card
option which works for now. I hope it helps.
Got it working okay after that.
I had this issue. I was able to mitigate this on my PC,
* Ubuntu 22.04 * Nvidia GTX 950M with X11
by explicitly launching with graphics card via
Launch Using Discrete Graphics Card
option which works for now. I hope it helps.Got it working okay after that.
I am also facing this same issue: Ubuntu 22.04.4 LTS Selected GPU 2: NVIDIA GeForce RTX 2060, type: 2 Using X11
I tried the above method, but doesnt work for me and gives same result as before.
Same here, I think.
➜ ~ zed
➜ ~ cat ~/.local/share/zed/logs/Zed.log
2024-07-11T10:18:05+02:00 [INFO] Using Visual { id: 213, colormap: 0, depth: 32 }
2024-07-11T10:18:05+02:00 [INFO] Creating colormap 85983253
2024-07-11T10:18:05+02:00 [WARN] Rejected for device extension "VK_KHR_dynamic_rendering" not supported
2024-07-11T10:18:05+02:00 [WARN] Rejected for device extension "VK_EXT_inline_uniform_block" not supported
Ubuntu 22.04, 5.15.0-113-generic.
➜ ~ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation Device 9a49 (rev 01)
Subsystem: Dell Device 0a21
Kernel driver in use: i915
Kernel modules: i915
I have the same issue with zed 0.143.6, but don't get the "Rejected for device extension" warning in the logs @buxx mentioned.
Edit: Got it working by running it with this prime-run script.
I'm encountering a similar error around VK_KHR_dynamic_rendering
, but this is resulting in an immediate crash on launch. My system uses hybrid graphics, but I have it set to always use the discrete GPU.
Tried with zed 0.157.5, the issue persists
Check for existing issues
Describe the bug / provide steps to reproduce it
Installed Zed from the installer (as described in the blog post). Installation seemed to worked fine, but the window is not "drawing" its contents, keeping the rectangle from its initial start:
↓↓ Yes, this is the Zed window ↓↓
↓↓ Zed window along the terminal, in the GNOME task switcher ↓↓
(I know it's hard to see, but the Zed window, in this case, looks like a "crop" from the terminal [in full screen] in which it was launched.)
Quick note here: As per the troubleshooting guide,
vkcube
reports the proper video card being used, but Zed reports (in the logs attached below) it is usingAdapter "llvmpipe (LLVM 15.0.7, 256 bits)"
.Environment
I can't access the command palette (since nothing is rendering), but:
I can't think of anything else I can grab that could be related to this, but let me know if more information is needed.
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.
No response