instant-ngp icon indicating copy to clipboard operation
instant-ngp copied to clipboard

gui error

Open aiyb1314 opened this issue 1 year ago • 3 comments

Uncaught exception: GLFW could not be initialized. GLFW error #65544: X11: The DISPLAY environment variable is missing

aiyb1314 avatar May 15 '23 08:05 aiyb1314

facing the same error...

LeoRainly avatar May 17 '23 03:05 LeoRainly

the same error... T^T

QXmX29 avatar Aug 09 '23 02:08 QXmX29

In my case, the following command solved the issue: export DISPLAY=[your local IP address]:0.0

I connected from my PC to a remote GPU server (Ubuntu) via MobaXterm. I made a Docker container with Docker Image pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel, and installed Instant-NGP (this repository) in the container. I did everything in the remote GPU server. The command ssh -X [your user name]@[GPU server IP address] was necessary before everything, when I connected the GPU server.

A related issue: #512

tetsu-kikuchi avatar Oct 14 '23 14:10 tetsu-kikuchi