symerio/visit-docker

LibGL support

rth opened this issue · 1 comments

rth commented

Currently when running the visit in this Docker image, the following error message appears,

libGL error: pci id for fd 9: 8086:1916, driver (null)
libGL error: No driver found
libGL error: failed to load driver: (null)
libGL error: failed to open drm device: No such file or directory
libGL error: failed to load driver: i965

which probably means the Visit doesn't have access to hardware acceleration.

rth commented

https://github.com/thewtex/docker-opengl might be a way around this..