NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
15.8k stars 1.9k forks source link

GLFW error #65542: GLX: GLX version 1.3 is required #1246

Open shreyasaha1997 opened 1 year ago

shreyasaha1997 commented 1 year ago

I am running instant NGP inside my docker container, and I plan on viewing the GUI visualizations via VNC server. However, I get the following error -

GLFW error #65542: GLX: GLX version 1.3 is required

I did read another similar post where the user was facing the same issue running OpenGL in a raspberry pi, and in the end he connected to a physical monitor. I am not sure what I should do here.

This is the following Nvidia image I am using - nvidia/cuda:11.6.0-cudnn8-devel-ubuntu20.04

toomy0toons commented 1 year ago

I had to move to noVnc for the same issue. Trying to setup display for x11, or vnc caused so many problems, so i had to use noVnc to render container display to HTML. Then i can connect to display with browser.

1130xinxin commented 7 months ago

我也有同样问题,博主你最终怎么解决的?