I need to use remotely some graphical application in a linux machine. For very basic applications, I just connect remotely from my OS X Lion using
ssh -X machine:
and then
./gedit &
and it works. But for more complex graphical applications, they hang up constantly and I get the error:
Xlib: extension "NV-GLX" missing on display "localhost:11.0".
I wonder how could I circumvent this. Somebody recommended vncserver and vncclient, while others X -query