Re: exporting DISPLAY question/problem




When login using ssh and -X, ssh will set the DISPLAY variable for you
since it is creating a tunnel for you. Thus you should NOT reexport
the DISPLAY variable to something else.

$ ssh -YX 192.168.30.116

Without exporting:

$ xclock &
[1] 13894
$ Error: Can't open display:

[1] + Done(1) xclock &
$

Any other suggestions?
.