Skip to content
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

unable to load GLMakie #231

Closed
IgorDouven opened this issue Aug 12, 2023 · 2 comments
Closed

unable to load GLMakie #231

IgorDouven opened this issue Aug 12, 2023 · 2 comments

Comments

@IgorDouven
Copy link

Hi,

I updated my packages and am now unable to load GLMakie. I'm getting the following message:

┌ Warning:     GLFW couldn't create an OpenGL window.
│     This likely means, you don't have an OpenGL capable Graphic Card,
│     or you don't have an OpenGL 3.3 capable video driver installed.
│     Have a look at the troubleshooting section in the GLMakie readme:
│     https://github.com/MakieOrg/Makie.jl/tree/master/GLMakie#troubleshooting-opengl.
└ @ GLMakie ~/.julia/packages/GLMakie/9nid7/src/screen.jl:228
ERROR: LoadError: GLFWError (VERSION_UNAVAILABLE): GLX: Failed to create context: BadValue

I also updated Arch, so I'm not sure what is causing the problem. Any help would be much appreciated.

@matthieu-perso
Copy link

Hi @IgorDouven - this looks like your GPU isn't compatible with your OpenGL version.

Check your OpenGL version. Once you have this, you can check your GPU.

For mac :
system_profiler SPDisplaysDataType
For windows:
wmic path win32_videocontroller get caption, name, deviceid, adapterram

Based on this, you should be able to downgrade OpenGL to the relevant version supported by our computer.

@IgorDouven
Copy link
Author

IgorDouven commented Aug 14, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants