-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Neovide: Build against amdvlk #123262
Comments
I wanted to try neovide on another computer with a dedicated GPU but I get on master:
Also I wonder if anyone tried the opengl branch ? |
cc @ck3d can you reproduce my issue ? |
Yes, it was caused by merging stage branch. I created two PRs, one for release-21.05 and one for master: |
regarding the main issue: |
On my Fedora system, I use the Intel drivers (though upon further analysis, Vulkan packages in general don't work well through Nix on it). On my NixOS box (whose error message is simply "could not create surface"), I use the |
radv is the default driver which I also use. I tried amdvlk and had also no issues. |
@enderger For Fedora, you probably need to use nixGL: https://github.com/guibou/nixGL I get the same error with an RX 480, no matter whether I use amdvlk or radv:
|
Apparently we're not the only ones with issues: #122998 (comment) |
Ok, your fix worked on the Fedora machine. However, the NixOS box wouldn't be affected by this. I think that Neovide issue #459 is the culprit for it's issue. |
Here's my NixOS box's
|
I managed to start neovide using the opengl branch and patching manually the program
Haven't tried to clean it up yet. |
This issue can probably be closed since #127506 was merged. |
Describe the bug
Due to an issue with Neovide, some computers need to use the
amdvlk
driver instead of the standard version. The package works on non-AMD hardware and usually fixes the issue.To Reproduce
Unfortunately, the issue is inconsistent, however on a number of machines attempting to run Neovide causes the crash. It's a known issue.
Screenshots
Error message:
Additional context
See the Neovide install section.
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: