-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build of GLMakie fails despite having a GPU card and drivers installed on Arch Linux #630
Comments
I too am having this issue on Arch Linux, using X11 and having installed GLFW via |
FWIW: There seems to be a workaround #486 (comment) |
For those failing to use Makie because of this - you can also use the WebGL Makie backend inside, for example, Pluto.jl: fonsp/Pluto.jl#155 (comment) |
Have the same issue on Ubuntu 20.04. |
I had the same issue (exact same error) on my similar system and I was able to solve it. System
Julia version
GLFW version
To test GPU rendering / computation, I used this example from InteractiveChaos. My julia environment looks like this:
I found that
The solution is launching Julia while forcing to use the dedicated GPU (NVIDIA GeForce MX150) instead of the integrated GPU (Intel UHD Graphics 630). I got the idea from this manjaro forum post. For an Nvidia GPU, you prefix the command with My code used for testing the solution:
I used I hope this helps! |
This should be the issue behind it: JuliaGL/GLFW.jl#198 |
The error is as follows
Julia version
GPU works
System
My version of GLFW is
Packages (1) glfw-x11-3.3.2-1
The text was updated successfully, but these errors were encountered: