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

Another libGL error: No matching fbConfigs or visuals found #2

Closed
zhaozhongch opened this issue Feb 6, 2020 · 2 comments
Closed

Another libGL error: No matching fbConfigs or visuals found #2

zhaozhongch opened this issue Feb 6, 2020 · 2 comments

Comments

@zhaozhongch
Copy link

zhaozhongch commented Feb 6, 2020

I know this problem has been mentioned in #1. But in my case, it may be different.
My Nvidia driver is 430, my GPU is GTX1050 and I use Nvidia docker1.
In problem #1 it suggests connecting the driver with docker. However, I don't have nvidia-430 folder in /usr/lib but I have it in /usr/lib/x86_64-linux-gnu. I don't have anything about nvidia in /usr/lib32 ... So I cannot implement the solution from #1
My docker run command is

docker run \
     --name ubuntu16_cuda8_con \
     --user=root \
     --gpu all \
     --rm \
     --detach=false \
     -e DISPLAY=${DISPLAY} \
     -v /tmp/.X11-unix:/tmp/.X11-unix \
     -v `pwd`:/mnt/shared \
     -it \
     ubuntu16_cuda8_img /bin/bash -c "cd /mnt/shared && cd Pangolin/build/examples/HelloPangolin && ./HelloPangolin"

I just try to run the simple HelloPangolin example to test. And get the following error

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
terminate called after throwing an instance of 'std::runtime_error'
  what():  Pangolin X11: Unable to retrieve framebuffer options
@minna-ust
Copy link

have the same problem

@zhaozhongch
Copy link
Author

I fix this by pull the docker cudagl image

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

2 participants