Hi there,
I'm trying to run neovide on Ubuntu 18.04.
I've installed nvim (0.5+) and have compiled and copied the neovide binary to /usr/bin/
However when I run the executable it gives me the following error.
thread 'main' panicked at 'Failed to create window: SdlError("Installed Vulkan doesn\'t implement the VK_KHR_surface extension")', src/window.rs:134:22
Any ideas what could be the potential issue?
I fixed the issue by installing the mesa drivers even though I'm using an Intel integrated GPU.
sudo apt install mesa-vulkan-drivers
Most helpful comment
I fixed the issue by installing the mesa drivers even though I'm using an Intel integrated GPU.