I'm trying to run Chromium inside docker container. Here's the output I get:
Created new window in existing browser session.
libGL error: failed to open drm device: No such file or directory
libGL error: failed to load driver: vmwgfx
I've searched a lot on the internet about this issue but cannot find anything clear. Do you have any suggestions on how can I solve this problem ?
Thank you in advance.
As Mark Wragg wrote in a comment; this guide from wiki.ros.org is pretty good
It seems like you're missing the vmwgfx GL drivers, at mesa3d.org you can see how to install them.
Myself ran into this issue after all drivers was installed, but then I found out that I also need to mount the graphic card to the docker container. For Intel cards that's made with
docker run --device=/dev/dri:/dev/dri ...
For other graphic cards I recommend the guide from wiki.ros.org
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With