-
Notifications
You must be signed in to change notification settings - Fork 853
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
Pangolin framebuffer error #239
Comments
I don't know, sorry. This error seems to mostly occur on unusual system configurations (such as odd X-servers, VM's, etc). You may have to debug the code yourself (display_x11.cpp, line 116) |
Hi, Have you solved this problem? I met the same problem on ubuntu14.04. It works fine on 16.04 for me. |
I got the same error. Do you have progress on this? Thanks. |
just open |
This is a duplicate of #260 - closing. |
Hello,
when I run ORB_SLAM2(https://github.com/raulmur/ORB_SLAM2), I get following error
terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Unable to retrieve framebuffer options
#74 says we have to comment this two lines
//GLX_SAMPLE_BUFFERS , 1,
//GLX_SAMPLES , 4,
but I can't find this two lines in Pangolin
Why I still got this error?
The text was updated successfully, but these errors were encountered: