-
Notifications
You must be signed in to change notification settings - Fork 3
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
[docker][mayavi] libGL error: No matching fbConfigs or visuals found #1
Comments
完美的解决了docker的UI显示问题,哈哈,thanks |
Hi, there.
And I got:
So I
Got:
Got:
Is |
Did you fix this problem? |
Is the directory Hope your reply. Thanks. |
Hi @SoonminHwang thanks for this tutorial. I am struggling with these issues in the last week to connect CARLA with APollo and launch the simulator: https://github.com/AuroAi/carla_apollo_bridge Can you please help me? I have already tried a lot of approaches: https://askubuntu.com/questions/541343/problems-with-libgl-fbconfigs-swrast-through-each-update/566522#566522 I think the Docker commands you suggested can work , however did not work on my system. i tried to adjust your commands to my case: In my case I am using nvidia-470 and in the folder /usr/lib I have the folder "nvidia" not the folder "nvidia-470".... Command 1 docker run -it Command 2 export PATH="/usr/lib/nvidia/bin":${PATH} have added in addition other flags to enable NVIDIA and opengl library communicates with Docker, however the error persists... In addition, I Have already reinstalled nvidia-drivers, installed clang compilers, ninja-build, nvidia-container toolkit, nvidia-docker2, libvulkan, mesa-grip driver, have also added ENV Nvidia_capabilities, display in Docker image, have exported paths, set symbolic links to libGl versions, restarted docker,daemon and gdm, etc, etc but nothing worked :( |
Error:
Solution:
Connect nvidia-driver volume when docker image runs, add proper path to ${PATH} and ${LD_LIBRARY_PATH}.
Example:
In docker container,
The text was updated successfully, but these errors were encountered: