Congratulations Dalamar, I am very happy that this can be accomplished with AmigaOS :-)
Someone had requested pics of X running...getting xdm going was tricky/archaic. Once I figured out what was wrong, finding the solution didn't take too terribly long. But look at this user-friendly way to enable xdm:
pmadm -d -p screens -s con10
sacadm -a -p xdm -t xdm -v1 -c /usr/X/bin/xdmpmadm is "port monitor" admin tool...I found a lot of posts from bitter Solaris users about this gem. sacadm, couldn't tell you. In addition, the /usr/X/lib/xdm/Xsession file was not set executable, so logins would give you a crappy xterm and no window management. Making the file executable got twm going, but without the never-gonna-find-one-A2410 card the display is so small, and in 1-bit color, so that the experience is fairly "meh".
Behold the xdm login screen in all its 1-bit glory:
Ta-daah!Yeah not so exciting. But this is X, so we don't have to be limited by that video hardware since we have the network.
xdm in 24 bit color!Well, that's only really 4 colors but it *could* be displaying millions if it really wanted to! That's an X server on a Linux box talking to the xdm on the Amiga. I was actually surprised how responsive this was. For graphical applications (to use the term loosely, I'm talking about xeyes here) the network was faster at rendering than on the Amiga locally.
X session over the networkFor some reason applications that generate color do not display at all, but color is working since I set the background color in AMIX and you can see the windows are a different color. I think it might work if I run at 8-bit depth. I had similar problems with old Solaris apps.
Fun stuff. You have to respect open standards like X11. These two machines talking to each other, it would be like Windows 3.11 displaying applications natively on a Windows Server 2003 machine, in terms of the age difference.