Every time I start a ssh session I received this 3 lines:
Xlib: extension “NV-GLX” missing on display “localhost:11.0”.
Xlib: extension “NV-GLX” missing on display “localhost:11.0”.
Xlib: extension “NV-GLX” missing on display “localhost:11.0”.
Everything looks to work fine, just those lines at the begin. I guessing it is about try to execute some graphics functionality in my host machine, but my host machine is Windows, so I don’t have this extension installed.
Maybe this topic is not new, here is the closest to a solution I found:
but at the end there is not a solution in this thread.
I am not using any desktop, in fact I removed gdm. I had this problem before remove it. Remake all the system is not a solution for me because there are codes from different developers.
You still need to run something like startx or xinit because the application you want to use still needs X11 as protocol. Gdm was helping you enable that but you disabled it.
first, I am sorry for the delay in my answers, for some reason I am not receiving the notifications.
I am not using any GUI, I am only access remotely by a terminal connection. Sometime and just for debugging, I need to forward the X-11 to my host machine (export DISPLAY=:0.0) when I do that I received this message.