Unable to start on manjaro:
$ neovide
thread 'main' panicked at 'Failed to create renderer: VkError(ERROR_INITIALIZATION_FAILED)', src/window.rs:156:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I suspect it has something to do with my wm xmonad.
I experience the same issue with same wm (xmonad)
Can you give some details about your machine? Do you have an integrated and discrete gpu? Could be that neovide is trying to use the integrated gpu to save power but is running into driver issues for that device.
@Kethku using discrete gpu, don't think I have integrated.
OS: Manjaro 20.2 Nibia
Kernel: x86_64 Linux 5.8.18-1-MANJARO
WM: XMonad
CPU: AMD Ryzen 7 1700X Eight-Core @ 16x 3.4GHz
GPU: GeForce GTX 1070 Ti
OS: Artix Linux x86_64
Kernel: 5.9.14-artix1-1
WM: XMonad
CPU: Intel i5-8265U (8) @ 3.900GHz
GPU: Intel UHD Graphics 620
Very interesting. Do the skulpin examples here https://github.com/aclysma/skulpin work?
Okay this seems to be an issue with vulkan. Switching to proprietary drivers fixed the issue.
awesome. Closing this
I had the same problem on Arch Linux, installing vulkan-intel package solved the issue
Most helpful comment
I had the same problem on Arch Linux, installing
vulkan-intelpackage solved the issue