You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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 #1My docker run command is
I just try to run the simple
HelloPangolin
example to test. And get the following errorThe text was updated successfully, but these errors were encountered: