On Wednesday 17 March 2021 00:04:25 deloptes wrote:
ajh-valmer wrote:
Made, and always : "X11 connection rejected because of wrong authentication. Error: Can't open display: localhost:11.0" This problem seems irresolvable for me...
the display is localhost:10.0 unless you connect second time (see X11DisplayOffset) And you access with :10 (no .0 at the end) short: ~$ export DISPLAY=:10 ~$ xeyes worked always and worked this time as well Actually I do not even have to export DISPLAY - it is set automatically by SSH PS: If you change SSH config, you have to restart sshd and connect again (ssh -X)
Hello,
Thanks for your help.
# export DISPLAY=10 # echo $DISPLAY 10 # xeyes Error: Can't open display: 10
I'm with ssh -X sshd_config : X11DisplayOffset 10
Do I have to install a Xorg on the server ? # lspci VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450
Have a good day,
André