Re: exporting DISPLAY question/problem




1) Check the DISPLAY variable. Should be set to something like :
localhost:12:0

$ echo $DISPLAY

$

2) Check that the AIX package X11.apps.config is installed.
$ lslpp -l | grep X11.apps.config

$ lslpp -l | grep X11.apps.config
X11.apps.config 5.3.0.0 COMMITTED AIXwindows Configuration

3) Check that X-Forwarding is allowed thus the /etc/ssh/sshd_config
contains a line with:
X11Forwarding yes

Host *
ForwardAgent yes
ForwardX11 yes

.


Quantcast