On Wednesday 17 March 2021 20:06:11 deloptes wrote:
ajh-valmer wrote:
> # export DISPLAY=10
> # echo $DISPLAY
> 10
export DISPLAY=:10
you need some xstuff (xauth for example you need on the client side)
what you also could do is use -v option or -vv or -vvv
Must be written on the SSH server ? :
export DISPLAY=:10
root@association-starinux:~# echo $DISPLAY
:10
# xclock
Error: Can't open display: :10
The DISPLAY is never accepted, whatever the number.
# xauth -v
Using authority file /root/.Xauthority
# xauth>
What am I supposed to write?
Thanks,
André