The brief answer (I'll leave it to you to goole the details):
- Change you Pi to use X11 instead of the default (for a Pi 5) Wayland. (Hint: sudo raspi-config then look under Advanced options)
- Reboot
- Either:
On the Pi runto the target box. This will only work if yoiur AIX server supports ssh.Code:
ssh -X user@host somecommand
or- Configure the Pi's X server to listen for incoming connection over TCP
- Restart Pi or its X server
- Adjust security to unblock remote connections from the AIX server (hint: man xhost)
- Connect to the AIX server.
- Set $DISPLAY to point to the Pi
- Run application
Statistics: Posted by thagrol — Thu Apr 04, 2024 8:42 pm