-
Notifications
You must be signed in to change notification settings - Fork 869
pangolin docker error #36
Comments
Are you using |
yes, i have used the runtime option. now i have tried on 2 different machines (both with NVIDIA and Ubuntu 16.04, one has the Titan X and the other has dual graphics one NVIDIA GTX 970M, the other is intel on board but it is using solely NVIDIA in ubuntu). here is the output on the machine with the Titan X (which is exactly the same error like on the other machine from yesterday): libGL error: No matching fbConfigs or visuals found |
Sorry for the late reply. Umm... could you try
|
thx. that helped to debug the problem. xeyes worked but glxgears didn't. i got the following errors:
then i found a solution here which suggests to do the following:
in the docker container:
|
im using nvidia-docker 2 and followed all the instructions.
the build was successful and the docker image starts but as soon as i want to try one of the mapping examples, i get the following error:
error: XDG_RUNTIME_DIR not set in the environment. 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
any idea what the problem could be?
The text was updated successfully, but these errors were encountered: