<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 27, 2016 at 2:39 PM, Paul Koning <span dir="ltr"><<a href="mailto:paulkoning@comcast.net" target="_blank">paulkoning@comcast.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Jan 27, 2016, at 9:48 AM, Paul Hardy 2 <<a href="mailto:paulhardy2@btinternet.com">paulhardy2@btinternet.com</a>> wrote:<br>
><br>
> As a hobbyist, I successfully run VMS on a Simh emulated VAX (actually on a Raspberry Pi, but that’s irrelevant). I’m doing some software archeology trying to preserve some historic software which produced maps and charts on VAXstations and AlphaStations. This used 8-bit pseudocolor graphics, manipulating bit planes and colormaps. Variants of the software exist for VWS and for DECwindows/Motif.<br>
</span>>  ...<br>
<span class="">> So,<br>
> a) Does anyone know of an Xserver implementation that runs under Windows on a modern PC and supports depth 8 pseudocolor visuals?<br>
> b) Does anyone know of a SimH implementation of the VCB02/QDSS or SPX card?<br>
> c) any other ideas?<br>
<br>
</span>I'm curious what level of 8 bit color support is needed.  There seem to be two rather different flavors.<br>
<br>
1. Given a preset 256-entry color map, handle 8 bit indexed color.  This would be quite easy.  It's basically what happens when you display a GIF file.<br>
<br>
2. Handle 8 bit color, *including* updating the look of the display dynamically if entries in the color map are changed.  That would be  harder.  You'd have to keep a backing store of the 8-bit data, and regenerate the truecolor image whenever the color map is changed.  Doable, but messy.<br>
<br>
Is #2 actually important in practice?<br></blockquote><div><br></div><div>Yes.  That's how the X Window System works.  Apps can use the color map for animation and other effects.</div><div><br></div><div>I can't imagine doing SIMH emulation of the QDSS/Drag-on chip would be a productive use of time.  An implementation of PseudoColor visuals on TrueColor displays in the XServer would be more widely useful.</div><div><br></div><div>There are some hints around the interwebs that VNC may present a path forward, but I didn't chase down the leads.</div><div><br></div><div>Tom</div></div></div></div>