-
Notifications
You must be signed in to change notification settings - Fork 67
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
Get GLX visual
problem in Arch Linux, SBCL 1.3.6
#16
Comments
+1 same problem here, Arch Linux and SBCL. |
Thanks for reporting. No way to test this now though, so I'll leave the issue open. |
Same problem on Fedora 27 and SBCL It seems that using optirun after deactivating SELinux fixed the problem. glxgears # it works
optirun glxgears # SDL Error: Couldn't find matching GLX visual
sbcl --load test.lisp # SDL Error: Couldn't find matching GLX visual
optirun sbcl --load test.lisp # SDL Error: Couldn't find matching GLX visual
sudo setenforce permissive # as the Bumblebee package I use has a wrong SELinux policy
glxgears # it works
optirun glxgears # it works
sbcl --load test.lisp # SDL Error: Couldn't find matching GLX visual
optirun sbcl --load test.lisp # it works To conclude, everything work at the end except running sketch on my Intel GPU (but work on the nvidia one). It seems to be closely linked with the loaded library. |
I am having the same problem. server glx version string: 1.4 Setting export SDL_VIDEO_X11_VISUALID= changes the error to SDL Error: Could not create GL context. |
Sorry, I still have no idea how to fix this :( Could you guys maybe edit your posts to include information about which GPUs you're using with which drivers? |
I'm on wayland running on intel skylake. I want to make this work, let me know if you need more information. |
Here's what I did on Debian stable:
And that did it. I followed the advice found on this stackoverflow post Hope that helps. I ended up having an additional error too, but it was because my system didn't support OpenGL 3.3 when I first tried, and was unrelated to this issue. |
I get the "GLX visual" error on Fedora 32 (on wayland) but setting the environment variable
Setting |
Discussion here might be relevant: 3b/cl-opengl#30
|
In Arch Linux, SBCL 1.3.6. Installed SDL2 successfully. Get errors in the
hello-world
examples:Any help? Thank you. ;-)
The text was updated successfully, but these errors were encountered: