21.12.2019 18:10, Dave Howorth пишет:
I have a Raspberry Pi with a display and I'd like to run a program on my openSUSE PC but display the results on the pi's display. At the moment I'm running everything from the keyboard on my openSUSE box (i.e. the pi is just a display, no input).
So I have opened an ssh session to the pi and disabled access control:
$ ssh -X pi@RpiBplus pi@rpibplus's password: Linux RpiBplus 4.19.57-v7+ #1244 SMP Thu Jul 4 18:45:25 BST 2019 armv7l [etc] pi@RpiBplus:~ $ DISPLAY=:0 xhost + access control disabled, clients can connect from any host pi@RpiBplus:~ $
but if I then use another session on the openSUSE box to try to use the remote display, it fails:
$ DISPLAY=192.168.1.22:0.0 xeyes
It is not the same as DISPLAY=:0 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org