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

Pangolin framebuffer error #239

Closed
jerrywiston opened this issue May 3, 2017 · 5 comments
Closed

Pangolin framebuffer error #239

jerrywiston opened this issue May 3, 2017 · 5 comments

Comments

@jerrywiston
Copy link

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?

@stevenlovegrove
Copy link
Owner

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)

@Gyiming
Copy link

Gyiming commented Aug 3, 2017

Hi, Have you solved this problem? I met the same problem on ubuntu14.04. It works fine on 16.04 for me.

@holovincent
Copy link

I got the same error. Do you have progress on this? Thanks.

@jaysite001
Copy link

jaysite001 commented May 7, 2018

just open
Pangolin/src/display/device/display_x11.cpp
and change
GLX_DOUBLEBUFFER , glx_doublebuffer ? True : False,
to
GLX_DOUBLEBUFFER , glx_doublebuffer ? False : False,
then make and install Pangolin

@stevenlovegrove
Copy link
Owner

This is a duplicate of #260 - closing.

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

5 participants