NotFlawffles
NotFlawffles
> Hello! Could you follow these diagnostic steps and provide us the output? > > [#8168 (comment)](https://github.com/zed-industries/zed/issues/8168#issuecomment-1980205353) Output of `vkcube`: `Selected GPU 0: Quadro K3000M, type: DiscreteGpu`
Output of `RUST_LOG=blade_graphics=debug ./target/debug/Zed`: ``` [2024-05-17T01:58:41+03:00 INFO blade_graphics::hal::init] Enabling Vulkan Portability [2024-05-17T01:58:41+03:00 DEBUG blade_graphics::hal::init] Bugs SystemBugs { intel_unable_to_present: false, } [2024-05-17T01:58:41+03:00 WARN blade_graphics::hal::init] Rejected for device extension "VK_KHR_dynamic_rendering" not supported...
Output of `vulkaninfo`: ``` ========== VULKANINFO ========== Vulkan Instance Version: 1.3.239 Instance Extensions: count = 20 =============================== VK_EXT_acquire_drm_display : extension revision 1 VK_EXT_acquire_xlib_display : extension revision 1 VK_EXT_debug_report : extension...
Compiled with `--release`
> Just needs a driver update to pick up "VK_KHR_dynamic_rendering". Your 470 driver is 3 year old. doesn't that mean that my GPU is not supported?
> Your driver version is 470.223.02 and a quick check on ubuntu suggests that there is a version 470.239.06 available, meaning your driver is somewhat outdated even within its release...
> Your driver version is 470.223.02 and a quick check on ubuntu suggests that there is a version 470.239.06 available, meaning your driver is somewhat outdated even within its release...
> > doesn't that mean that my GPU is not supported? > > Technically, no. This extension is not about GPU capabilities. It's about driver capabilities. > > > I...
> **Known working:** > > * Snapdragon CPUs > > * Mediatek Helio > > > Known **NOT** working: > > * Mali > > * Exynos > > *...