Fix is like this, but I cannot find the xdisplay.c in master, so how does node-gyp or such generate that file? ``` char* display = getenv("DISPLAY"); if (display == NULL) display = displayName; mainDisplay = XOpenDisplay(display); ```