Neovide: Can't open neovide on Ubuntu 18.04 LTS

Created on 15 Apr 2020  路  1Comment  路  Source: Kethku/neovide

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?

Most helpful comment

I fixed the issue by installing the mesa drivers even though I'm using an Intel integrated GPU.

sudo apt install mesa-vulkan-drivers

>All comments

I fixed the issue by installing the mesa drivers even though I'm using an Intel integrated GPU.

sudo apt install mesa-vulkan-drivers
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kethku picture Kethku  路  44Comments

ssxwcz picture ssxwcz  路  50Comments

mdudzinski picture mdudzinski  路  60Comments

shaunsingh picture shaunsingh  路  27Comments

Ninmi picture Ninmi  路  53Comments