a... kind of crazy detail in it is IBM proposed that the most minimal possible configuration of the machine would be to have zero K of memory on the system board and use the RAM on the CGA card for both video and system memory, like, well, an Apple II or other *really minimal* home computer.
Well, if you consider the Apple II motherboard to be a video card with a computer on the board as well.
I would consider PC video to actually be a UMA architecture, since it places the frame buffers in the same address space as the rest of the memory. The 16K of RAM on the card is just 16K of RAM to the computer, regardless that there's other circuitry also reading from that RAM. Just as the 1K of text/low-res graphics frame buffer RAM or 8K of high-res graphics RAM works on the Apple II. The memory on the original PC works the same way whether it's physically located on the motherboard or on the ISA bus and on the early machines it was normal to install a QuadRAM QuadBoard to add 384K of memory in the range above the 256K you could have on the motherboard itself. There's no reason you couldn't build a straight-up memory board with 16K RAM mapped into the CGA RAM area and the PC would see no difference between that and the 16K on a CGA card.
In fact, with a bit of clever design, I bet that the CGA card could have just used system memory on the motherboard as its frame buffer, just as the Apple II and the like did.
The reasons for not using the video card RAM as sole system RAM are pretty obvious if you start to work out the design: you a kilobyte of memory at $000-$3FF for the interrupt vector table, and working out how to share that with the frame buffer and the program, while it could be done, would be rather a pain.
Many early RGB monitors used the EIAJ connector, which was a Japanese standard:
This is a
Hirose Minicon 1308 connector, and yes, was pretty much the (unofficial) standard for 200-line and some 400-line RGB monitors in Japan from 1979 through the mid-80s. There were actually two pinouts used, one for everything but MSX (usually with just three channels, but sometimes with an intensity bit) and, later, a different pinout for MSX.
Only seen this connector on 80s pro VCRs.
For some reason I thought those were used for control, not video, on VTRs. But I see that e.g. the Sony VO-9800P U-matic deck uses one of these for combined audio/video output. That's composite, though, and an entirely different pinout from the RGB usage.
So in 1981-82 you could use the digital DE9 connector.
It's effectively the same thing, so long as you could solder up (or just buy) a cable. You simply need conductors for R, G, B, I (optionally), hsync, vsync and ground.