libEGL warning: failed to open /dev/dri/renderD128: Permission denied
See original GitHub issueThe following warnings appear when running mujoco environments on a headless machine using egl.
I’ve set the MUJOCO_GL environment variable to egl using the export MUJOCO_GL=egl
command.
libEGL warning: failed to open /dev/dri/renderD129: Permission denied libEGL warning: failed to open /dev/dri/renderD129: Permission denied libEGL warning: failed to open /dev/dri/renderD128: Permission denied libEGL warning: failed to open /dev/dri/renderD128: Permission denied
As they are warnings not errors, the program terminates normally, but it feels a bit slow.
#209 seems to have solved a similar problem by using the nvidia/cudagl
image,
but I’m using a real machine not a virtual one, so the solution cannot be applied directly.
Any help would be greatly appreciated.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
After adding myself to the group, the warning messages changed to
libnvidia-gl-470-server
works like magic! Thanks a lot.