Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5196

General discussion • Re: X window from old IBM server with AIX 4.1 to Pi 5

$
0
0
The brief answer (I'll leave it to you to goole the details):
  1. Change you Pi to use X11 instead of the default (for a Pi 5) Wayland. (Hint: sudo raspi-config then look under Advanced options)
  2. Reboot
  3. Either:
    On the Pi run

    Code:

    ssh -X user@host somecommand
    to the target box. This will only work if yoiur AIX server supports ssh.
    or
    1. Configure the Pi's X server to listen for incoming connection over TCP
    2. Restart Pi or its X server
    3. Adjust security to unblock remote connections from the AIX server (hint: man xhost)
    4. Connect to the AIX server.
    5. Set $DISPLAY to point to the Pi
    6. Run application
    This is standard X11 stuff and not in anyway Pi specific. [edit] Apart from step 1 that is [/edit]

Statistics: Posted by thagrol — Thu Apr 04, 2024 8:42 pm



Viewing all articles
Browse latest Browse all 5196

Trending Articles