<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Good morning Matt,</p>
    <div class="moz-cite-prefix">On 3/22/20 6:17 AM, Matt Burke wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:503bce00-8839-6a1c-0592-341cbaccc4d6@9track.net">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div class="moz-cite-prefix">The combinations on lines 3 and 5 are
        invalid. VAXstation = QVSS only (monochrome) and VAXstation/GPX
        = QDSS only (colour). The net result is that line 3 is the same
        as line 1 and line 5 is the same as line 4.<br>
        <br>
        Additionally the combination on line 4 is not currently
        supported so you must use captured input mode with the QDSS.<br>
      </div>
    </blockquote>
    OK. Thanks.<br>
    <blockquote type="cite"
      cite="mid:503bce00-8839-6a1c-0592-341cbaccc4d6@9track.net">
      <div class="moz-cite-prefix"> Having said that captured input mode
        doesn't seem to be working for you even with the QVSS. I haven't
        been able to reproduce this so far (testing on my usual platform
        of Debian 9.9). Which version of SDL are you using (show
        version)? For me it's 2.0.5.<br>
      </div>
    </blockquote>
    <p>I am showing SDL ver 2.0.10. The host is FreeBSD 12.1-p3, the
      guest is VMS 5.5-2H4. If you don't mind, and there is no private
      information, is there any way I see your SIMH config file that
      works for you?<br>
    </p>
    <p><tt>sim> show version</tt><tt><br>
      </tt><tt>VAXstation II (KA630) simulator V4.0-0 Current</tt><tt><br>
      </tt><tt>    Simulator Framework Capabilities:</tt><tt><br>
      </tt><tt>        64b data</tt><tt><br>
      </tt><tt>        64b addresses</tt><tt><br>
      </tt><tt>        Threaded Ethernet Packet
        transports:PCAP:TAP:VDE:NAT:UDP</tt><tt><br>
      </tt><tt>        Idle/Throttling support is available</tt><tt><br>
      </tt><tt>        Virtual Hard Disk (VHD) support</tt><tt><br>
      </tt><tt>        Asynchronous I/O support (Lock free asynchronous
        event queue)</tt><tt><br>
      </tt><tt>        Asynchronous Clock support</tt><tt><br>
      </tt><tt>        FrontPanel API Version 12</tt><tt><br>
      </tt><tt>    Host Platform:</tt><tt><br>
      </tt><tt>        Compiler: GCC 4.2.1 Compatible FreeBSD Clang
        8.0.1 (tags/RELEASE_801/final 366581)</tt><tt><br>
      </tt><tt>        Simulator Compiled as C arch: x64 (Release Build)
        on Mar 19 2020 at 03:33:16</tt><tt><br>
      </tt><tt>        Build Tool: simh-makefile</tt><tt><br>
      </tt><tt>        Memory Access: Little Endian</tt><tt><br>
      </tt><tt>        Memory Pointer Size: 64 bits</tt><tt><br>
      </tt><tt>        Large File (>2GB) support</tt><tt><br>
      </tt><tt>        SDL Video support: SDL Version 2.0.10, PNG
        Version 1.6.37+apng, zlib: 1.2.11</tt><tt><br>
      </tt><tt>        PCRE RegEx (Version 8.43 2019-02-23) support for
        EXPECT commands</tt><tt><br>
      </tt><tt>        OS clock resolution: 1ms</tt><tt><br>
      </tt><tt>        Time taken by msleep(1): 19ms</tt><tt><br>
      </tt><tt>        Ethernet packet info: libpcap version 1.9.0</tt><tt><br>
      </tt><tt>        Time taken by msleep(1): 19ms</tt><tt><br>
      </tt><tt>        OS: FreeBSD freebsd-simh-host.sanyalnet.lan
        12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 GENERIC  amd64</tt><tt><br>
      </tt><tt>        git commit id: 89cd649c</tt><tt><br>
      </tt><tt>        git commit time: 2020-03-18T00:47:48-07:00</tt><tt><br>
      </tt><tt>sim></tt><tt><br>
      </tt></p>
    <p><br>
    </p>
    <blockquote type="cite"
      cite="mid:503bce00-8839-6a1c-0592-341cbaccc4d6@9track.net">
      <div class="moz-cite-prefix"> For line 1 in your table you may be
        able to make the cursor less jumpy by adjusting the pointer
        acceleration in DECwindows. From the Session Manager select
        Customize -> Pointer. I have found that for un-captured input
        mode the pointer speed/acceleration within the guest system
        needs to be closely matched to the host otherwise the two fight
        against each other. For my system the 'slow' setting seems to
        work best.<br>
      </div>
    </blockquote>
    <p>Ah. OK. Thanks.</p>
    <p>BTW, here is the config file as it is currently. The "For now,
      ..." comment near the top is something you wrote probably a year
      ago :)<br>
    </p>
    <p><tt>; Set CPU parmeters</tt><tt><br>
      </tt><tt>; ---</tt><tt><br>
      </tt><tt>;QVSS Monochrome Graphics is selected with SET CPU
        MODEL=VAXstation</tt><tt><br>
      </tt><tt>;QDSS Color Graphics is selected with SET CPU
        MODEL=VAXstationGPX</tt><tt><br>
      </tt><tt>;For now, with libSDL2 and the latest codebase you'll
        probably need:</tt><tt><br>
      </tt><tt>;      sim> SET QVSS CAPTURE</tt><tt><br>
      </tt><tt>;before the SET CPU MODEL=VAXSTATION{GPX}</tt><tt><br>
      </tt><tt>; ---</tt><tt><br>
      </tt><tt>;</tt><tt><br>
      </tt><tt>; for text console only, comment cpu model AND enable
        console below</tt><tt><br>
      </tt><tt>; for graphical console, set qvss/qdss capture and
        vaxstation/vaxstationgpx</tt><tt><br>
      </tt><tt>; base on vaxstation-mouse-comparison.pdf in the doc
        directory</tt><tt><br>
      </tt><tt>;SET QVSS CAPTURE</tt><tt><br>
      </tt><tt>SET QDSS CAPTURE</tt><tt><br>
      </tt><tt>;SET CPU MODEL=VAXSTATIONGPX</tt><tt><br>
      </tt><tt>SET CPU MODEL=VAXSTATION</tt><tt><br>
      </tt><tt>;</tt><tt><br>
      </tt><tt>; max mem is 16mb (more than that results in crash?)</tt><tt><br>
      </tt><tt>set cpu 16m</tt><tt><br>
      </tt><tt>set cpu idle=vms</tt><tt><br>
      </tt><tt><br>
      </tt><tt>; Load CPU microcode and attach non-volatile RAM</tt><tt><br>
      </tt><tt>; Modified firmware to emulate a MicroVAX II</tt><tt><br>
      </tt><tt>load -r ../data/ka630.bin</tt><tt><br>
      </tt><tt>attach nvr ../data/nvram.dat</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;set console telnet=32023,speed=32768</tt><tt><br>
      </tt><tt>;set console telnet=32023,speed=14400</tt><tt><br>
      </tt><tt>set console notelnet</tt><tt><br>
      </tt><tt><br>
      </tt><tt>; First network adapter (TCP/IP)</tt><tt><br>
      </tt><tt>set xq enable</tt><tt><br>
      </tt><tt>set xq mac=52-2f-73-a8-51-19</tt><tt><br>
      </tt><tt>attach xq vde:/tmp/vde-ip.ctl</tt><tt><br>
      </tt><tt><br>
      </tt><tt>; Second network adapter (DECnet 31.38)</tt><tt><br>
      </tt><tt>;-- Set MAC address and attach Ethernet to a network
        interface</tt><tt><br>
      </tt><tt>;   (If using DECnet the MAC address should be set to</tt><tt><br>
      </tt><tt>;   match the DECnet address).</tt><tt><br>
      </tt><tt>set xqb enable</tt><tt><br>
      </tt><tt>set xqb mac=AA-00-04-00-26-7C</tt><tt><br>
      </tt><tt>attach xqb vde:/tmp/vde-dnet.ctl</tt><tt><br>
      </tt><tt>;attach xqb eth2</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;-- Drives</tt><tt><br>
      </tt><tt>set rq enable</tt><tt><br>
      </tt><tt><br>
      </tt><tt>; DUA0 and DUA1</tt><tt><br>
      </tt><tt>;ra92 disk capacity is 1.5GB</tt><tt><br>
      </tt><tt>set rq0 ra92</tt><tt><br>
      </tt><tt>attach rq0
        ../data/vms5.5-2H4-vaxstationII.ra92-1.5gb.disk0.dsk</tt><tt><br>
      </tt><tt>set rq1 ra92</tt><tt><br>
      </tt><tt>attach rq1
        ../data/vms5.5-2H4-vaxstationII.ra92-1.5gb.disk1.dsk</tt><tt><br>
      </tt><tt><br>
      </tt><tt>; DUA2 CD ROM</tt><tt><br>
      </tt><tt>set rq2 rrd40</tt><tt><br>
      </tt><tt>;-- permanently attaching this causes rebooting to CD-ROM</tt><tt><br>
      </tt><tt>;attach rq2 ../data/DECVAXVMS552H4.iso</tt><tt><br>
      </tt><tt><br>
      </tt><tt>; TAPES</tt><tt><br>
      </tt><tt>set tq tk50</tt><tt><br>
      </tt><tt>set tq enable</tt><tt><br>
      </tt><tt>;MUA0 .. MUA3 - see ../data/tapes.txt</tt><tt><br>
      </tt><tt>;</tt><tt><br>
      </tt><tt>;attach tq0 ../data/AQ-LU340-01.F01.tap</tt><tt><br>
      </tt><tt>;attach tq0 ../data/AQ-PXKZO-R1.A01.tap</tt><tt><br>
      </tt><tt>attach tq0 ../data/jnet036.tap</tt><tt><br>
      </tt><tt><br>
      </tt><tt>attach tq1 ../data/AQ-PXL00-R1.A01.tap</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;attach tq2 ../data/....</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;attach tq3 ../data/AQ-FP58C-BN.tap</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;attach tq4 ../data/....</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;Serial terminals telnet port</tt><tt><br>
      </tt><tt>;set dz enable,lines=4</tt><tt><br>
      </tt><tt>;attach -a -m dz 4823</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;-- Disable unused devices. It's also possible to disable
        individual</tt><tt><br>
      </tt><tt>;   devices, using a construction like "set rq2 disable"
        if desired.</tt><tt><br>
      </tt><tt>;</tt><tt><br>
      </tt><tt>set rl disable</tt><tt><br>
      </tt><tt>set ts disable</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;-- Select HALT operation</tt><tt><br>
      </tt><tt>; Return control to VAX console.</tt><tt><br>
      </tt><tt>set cpu conhalt</tt><tt><br>
      </tt><tt>; Return control to simh</tt><tt><br>
      </tt><tt>;set cpu simhalt</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;-- boot</tt><tt><br>
      </tt><tt>;show version</tt><tt><br>
      </tt><tt>;show ether</tt><tt><br>
      </tt><tt>; comment out following line to boot manually (e.g. from
        dua0 when openvms bootable iso is also attached)</tt><tt><br>
      </tt><tt>;set cpu autoboot</tt><tt><br>
      </tt><tt>;dep bdr 0</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;echo ---------------</tt><tt><br>
      </tt><tt>;echo Telnet to port 32023 for console to continue to
        boot</tt><tt><br>
      </tt><tt>;echo Once booted, telnet to port 4823 for terminals</tt><tt><br>
      </tt><tt>;echo ---------------</tt><tt><br>
      </tt><tt><br>
      </tt><tt>;boot cpu</tt><tt><br>
      </tt><tt><br>
      </tt><tt>; Exit the simulator on VAXStation-II shutdown</tt><tt><br>
      </tt><tt>;exit</tt></p>
    <p>Best regards,<br>
      Supratim<br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite"
      cite="mid:503bce00-8839-6a1c-0592-341cbaccc4d6@9track.net">
      <div class="moz-cite-prefix"> <br>
        Matt<br>
        <br>
        On 21/03/2020 10:33, Supratim Sanyal wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:b1129731-7d23-cd14-6848-e44b2f3686ed@riseup.net">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        <p><font face="Arial">Matt,</font></p>
        <p><font face="Arial">I ran through six possible combinations of
            capture and cpu model. Here are the results, also attaching
            in PDF format because non-html mail readers will lose the
            table. This is using microvax2</font><font face="Arial"> git
            id 89cd649c/2020-03-18T00:47:48-07:00 on FreeBSD-12/intel
            x64 with VAX/VMS 5.5-2H4 as the guest. In summary, the best
            combination that works for me is QDSS/VAXstation (monochrome
            but still sweet).</font></p>
        <p><font face="Arial">I will try Paul Hardy's approach with a
            MicroVAX 3100M38 sometime in the near future after playing
            with a couple of unrelated toys waiting for me (VAX/VMS 3.0
            and 4.6) first.</font></p>
        <table class="MsoTableGrid"
style="width:473.15pt;border-collapse:collapse;border:none;mso-border-alt:
          solid windowtext
          .5pt;mso-yfti-tbllook:1184;mso-padding-alt:0in 5.4pt 0in
          5.4pt" width="631" cellspacing="0" cellpadding="0" border="1">
          <tbody>
            <tr
              style="mso-yfti-irow:0;mso-yfti-firstrow:yes;height:35.5pt">
              <td style="width:90.4pt;border:solid windowtext 1.0pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:35.5pt" width="121" valign="top">
                <p class="MsoNormal">SIMH Config file: CAPTURE</p>
              </td>
              <td style="width:102.8pt;border:solid windowtext 1.0pt;
                border-left:none;mso-border-left-alt:solid windowtext
                .5pt;mso-border-alt: solid windowtext .5pt;padding:0in
                5.4pt 0in 5.4pt;height:35.5pt" width="137" valign="top">
                <p class="MsoNormal">SIMH Config file:<br>
                  CPU MODEL</p>
              </td>
              <td style="width:138.9pt;border:solid windowtext 1.0pt;
                border-left:none;mso-border-left-alt:solid windowtext
                .5pt;mso-border-alt: solid windowtext .5pt;padding:0in
                5.4pt 0in 5.4pt;height:35.5pt" width="185" valign="top">
                <p class="MsoNormal">MOUSE AVAILABLE?</p>
              </td>
              <td style="width:141.05pt;border:solid windowtext 1.0pt;
                border-left:none;mso-border-left-alt:solid windowtext
                .5pt;mso-border-alt: solid windowtext .5pt;padding:0in
                5.4pt 0in 5.4pt;height:35.5pt" width="188" valign="top">
                <p class="MsoNormal">Notes</p>
              </td>
            </tr>
            <tr style="mso-yfti-irow:1;height:17.4pt">
              <td style="width:90.4pt;border:solid windowtext 1.0pt;
                border-top:none;mso-border-top-alt:solid windowtext
                .5pt;mso-border-alt:solid windowtext .5pt; padding:0in
                5.4pt 0in 5.4pt;height:17.4pt" width="121" valign="top">
                <p class="MsoNormal">None</p>
              </td>
              <td style="width:102.8pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="137" valign="top">
                <p class="MsoNormal">VAXstation</p>
              </td>
              <td style="width:138.9pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="185" valign="top">
                <p class="MsoNormal">Yes</p>
              </td>
              <td style="width:141.05pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="188" valign="top">
                <p class="MsoListParagraphCxSpFirst"
                  style="text-indent:-.25in;mso-list:l0 level1 lfo1"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>Monochrome</p>
                <p class="MsoListParagraphCxSpLast"
                  style="text-indent:-.25in;mso-list:l0 level1 lfo1"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>No ReleaseKey in title-bar</p>
              </td>
            </tr>
            <tr style="mso-yfti-irow:2;height:17.95pt">
              <td style="width:90.4pt;border:solid windowtext 1.0pt;
                border-top:none;mso-border-top-alt:solid windowtext
                .5pt;mso-border-alt:solid windowtext .5pt; padding:0in
                5.4pt 0in 5.4pt;height:17.95pt" width="121" valign="top">
                <p class="MsoNormal">QVSS</p>
              </td>
              <td style="width:102.8pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.95pt" width="137" valign="top">
                <p class="MsoNormal">VAXstation</p>
              </td>
              <td style="width:138.9pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.95pt" width="185" valign="top">
                <p class="MsoNormal">No</p>
              </td>
              <td style="width:141.05pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.95pt" width="188" valign="top">
                <p class="MsoListParagraphCxSpFirst"
                  style="text-indent:-.25in;mso-list:l1 level1 lfo2"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>Monochrome</p>
                <p class="MsoListParagraphCxSpMiddle"
                  style="text-indent:-.25in;mso-list:l1 level1 lfo2"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>ReleaseKey present in
                  title-bar</p>
                <p class="MsoListParagraphCxSpLast"
                  style="text-indent:-.25in;mso-list:l1 level1 lfo2"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>Mouse pointer disappears when
                  first moved</p>
              </td>
            </tr>
            <tr style="mso-yfti-irow:3;height:17.4pt">
              <td style="width:90.4pt;border:solid windowtext 1.0pt;
                border-top:none;mso-border-top-alt:solid windowtext
                .5pt;mso-border-alt:solid windowtext .5pt; padding:0in
                5.4pt 0in 5.4pt;height:17.4pt" width="121" valign="top">
                <p class="MsoNormal">QDSS</p>
              </td>
              <td style="width:102.8pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="137" valign="top">
                <p class="MsoNormal">VAXstation</p>
              </td>
              <td style="width:138.9pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="185" valign="top">
                <p class="MsoNormal">Yes</p>
              </td>
              <td style="width:141.05pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="188" valign="top">
                <p class="MsoListParagraphCxSpFirst"
                  style="text-indent:-.25in;mso-list:l2 level1 lfo3"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>Monochrome</p>
                <p class="MsoListParagraphCxSpLast"
                  style="text-indent:-.25in;mso-list:l2 level1 lfo3"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>ReleaseKey present in
                  title-bar</p>
              </td>
            </tr>
            <tr style="mso-yfti-irow:4;height:17.4pt">
              <td style="width:90.4pt;border:solid windowtext 1.0pt;
                border-top:none;mso-border-top-alt:solid windowtext
                .5pt;mso-border-alt:solid windowtext .5pt; padding:0in
                5.4pt 0in 5.4pt;height:17.4pt" width="121" valign="top">
                <p class="MsoNormal">None</p>
              </td>
              <td style="width:102.8pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="137" valign="top">
                <p class="MsoNormal">VAXstationGPX</p>
              </td>
              <td style="width:138.9pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="185" valign="top">
                <p class="MsoNormal">No</p>
              </td>
              <td style="width:141.05pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="188" valign="top">
                <p class="MsoListParagraphCxSpFirst"
                  style="text-indent:-.25in;mso-list:l0 level1 lfo1"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>Color</p>
                <p class="MsoListParagraphCxSpLast"
                  style="text-indent:-.25in;mso-list:l0 level1 lfo1"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>No ReleaseKey in title-bar</p>
              </td>
            </tr>
            <tr style="mso-yfti-irow:5;height:17.4pt">
              <td style="width:90.4pt;border:solid windowtext 1.0pt;
                border-top:none;mso-border-top-alt:solid windowtext
                .5pt;mso-border-alt:solid windowtext .5pt; padding:0in
                5.4pt 0in 5.4pt;height:17.4pt" width="121" valign="top">
                <p class="MsoNormal">QVSS</p>
              </td>
              <td style="width:102.8pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="137" valign="top">
                <p class="MsoNormal">VAXstationGPX</p>
              </td>
              <td style="width:138.9pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="185" valign="top">
                <p class="MsoNormal">No</p>
              </td>
              <td style="width:141.05pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="188" valign="top">
                <p class="MsoListParagraphCxSpFirst"
                  style="text-indent:-.25in;mso-list:l0 level1 lfo1"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>Color</p>
                <p class="MsoListParagraphCxSpLast"
                  style="text-indent:-.25in;mso-list:l0 level1 lfo1"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>No ReleaseKey in title-bar</p>
              </td>
            </tr>
            <tr
              style="mso-yfti-irow:6;mso-yfti-lastrow:yes;height:17.4pt">
              <td style="width:90.4pt;border:solid windowtext 1.0pt;
                border-top:none;mso-border-top-alt:solid windowtext
                .5pt;mso-border-alt:solid windowtext .5pt; padding:0in
                5.4pt 0in 5.4pt;height:17.4pt" width="121" valign="top">
                <p class="MsoNormal">QDSS</p>
              </td>
              <td style="width:102.8pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="137" valign="top">
                <p class="MsoNormal">VAXstationGPX</p>
              </td>
              <td style="width:138.9pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="185" valign="top">
                <p class="MsoNormal">No</p>
              </td>
              <td style="width:141.05pt;border-top:none;border-left:
                none;border-bottom:solid windowtext
                1.0pt;border-right:solid windowtext 1.0pt;
                mso-border-top-alt:solid windowtext
                .5pt;mso-border-left-alt:solid windowtext .5pt;
                mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt
                0in 5.4pt;height:17.4pt" width="188" valign="top">
                <p class="MsoListParagraphCxSpFirst"
                  style="text-indent:-.25in;mso-list:l1 level1 lfo2"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>Monochrome</p>
                <p class="MsoListParagraphCxSpMiddle"
                  style="text-indent:-.25in;mso-list:l1 level1 lfo2"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>ReleaseKey present in
                  title-bar</p>
                <p class="MsoListParagraphCxSpLast"
                  style="text-indent:-.25in;mso-list:l1 level1 lfo2"><span
style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
                    Symbol"><span style="mso-list:Ignore">·<span
                        style="font:7.0pt "Times New Roman"">     
                      </span></span></span>Mouse pointer disappears when
                  first moved</p>
              </td>
            </tr>
          </tbody>
        </table>
        <p><font face="Arial">
            <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;
        mso-font-charset:2;
        mso-generic-font-family:decorative;
        mso-font-pitch:variable;
        mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:roman;
        mso-font-pitch:variable;
        mso-font-signature:3 0 0 0 1 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-536859905 -1073697537 9 0 511 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        mso-style-unhide:no;
        mso-style-qformat:yes;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        mso-add-space:auto;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
        {mso-style-priority:34;
        mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-type:export-only;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        mso-add-space:auto;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
        {mso-style-priority:34;
        mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-type:export-only;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        mso-add-space:auto;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
        {mso-style-priority:34;
        mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-type:export-only;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        mso-add-space:auto;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        font-family:"Calibri",sans-serif;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.WordSection1
        {page:WordSection1;}mso-level-number-format:bullet;
        mso-level-text:;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}</style></font></p>
        <p><font face="Arial">Regards,<br>
            Supratim<br>
          </font></p>
        <div class="moz-cite-prefix">On 3/20/20 5:11 AM, Matt Burke
          wrote:<br>
        </div>
        <blockquote type="cite"
          cite="mid:f5baffab-c546-a0e1-b746-06abe04c3903@9track.net">
          <meta http-equiv="Content-Type" content="text/html;
            charset=UTF-8">
          <div class="moz-cite-prefix">It looks like mouse capture is
            still not enabled as I'm sure the release key should be
            shown in the window title bar. You can toggle the messages
            region with CTRL+F2. I'll give the latest code a try to see
            if I can reproduce the issues.<br>
            <br>
            The QDSS does have some known issues which cause screen
            corruption over time. I hope to fix these one day but
            debugging the QDSS can be quite difficult.<br>
            <br>
            Matt<br>
            <br>
            On 19/03/2020 17:38, Supratim Sanyal wrote:<br>
          </div>
          <blockquote type="cite"
            cite="mid:f9771196-110e-4e20-3615-acd666efa9a0@riseup.net">
            <meta http-equiv="Content-Type" content="text/html;
              charset=UTF-8">
            <p><font face="Arial">Very interesting. With "qvss capture"
                below "cpu model", mouse now works (jumpy, but better
                than no mouse).</font> Also, I am getting console
              replies at the top of the graphical desktop, and have lost
              color. Here's a screenshot.<br>
            </p>
            <p><img src="cid:part1.784E60BE.516F6216@riseup.net" alt=""
                class=""></p>
            <div class="moz-cite-prefix">On 3/19/20 1:25 PM, Supratim
              Sanyal wrote:<br>
            </div>
            <blockquote type="cite"
              cite="mid:e7588c3e-366a-cb88-9acf-1d12ab456c2d@riseup.net">
              <meta http-equiv="Content-Type" content="text/html;
                charset=UTF-8">
              <div class="moz-cite-prefix">On 3/19/20 11:09 AM, Hittner,
                David T [US] (MS) wrote:<br>
              </div>
              <blockquote type="cite"
                cite="mid:f82371b31f08420f8e4a080300dcd2ef@XCGVAG30.northgrum.com">
                <p class="MsoNormal" style="margin-left:.5in">et cpu
                  model=vaxstationgpx<o:p></o:p></p>
                <p class="MsoNormal" style="margin-left:.5in">set qvss
                  enable                        ; if required – I think
                  ‘set cpu model = vaxstationgpx’ does this implicitly<o:p></o:p></p>
                <p class="MsoNormal" style="margin-left:.5in">set qvss
                  capture </p>
              </blockquote>
              <p>Tried this sequence:</p>
              <p><tt>set cpu model=vaxstationgpx</tt><tt><br>
                </tt><tt>set qvss enable</tt><tt><br>
                </tt><tt>set qvss capture</tt><br>
              </p>
              <p>Trying to set capture after the CPU model produces
                this:</p>
              <p>"<tt>Capture Mode Can't be changed with device enabled</tt>"</p>
              <p>BTW, an explicit "set qvss enable" produces this twice,
                so I think your thoughts on implicit enable is correct
                ...</p>
              <p>"<tt>QDSS Display Created.  Uncaptured Input Mode</tt><tt><br>
                </tt><tt>QVSS Display Created.  Uncaptured Input Mode</tt>"<br>
              </p>
              <pre class="moz-signature" cols="72">-- 
Supratim Sanyal, W1XMT
39.19151 N, 77.23432 W
QCOCAL::SANYAL via HECnet</pre>
            </blockquote>
            <pre class="moz-signature" cols="72">-- 
Supratim Sanyal, W1XMT
39.19151 N, 77.23432 W
QCOCAL::SANYAL via HECnet</pre>
            <br>
            <fieldset class="mimeAttachmentHeader"></fieldset>
            <pre class="moz-quote-pre" wrap="">_______________________________________________
Simh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Simh@trailing-edge.com" moz-do-not-send="true">Simh@trailing-edge.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.trailing-edge.com/mailman/listinfo/simh" moz-do-not-send="true">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></pre>
          </blockquote>
          <br>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <pre class="moz-quote-pre" wrap="">_______________________________________________
Simh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Simh@trailing-edge.com" moz-do-not-send="true">Simh@trailing-edge.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.trailing-edge.com/mailman/listinfo/simh" moz-do-not-send="true">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></pre>
        </blockquote>
        <pre class="moz-signature" cols="72">-- 
Supratim Sanyal, W1XMT
39.19151 N, 77.23432 W
QCOCAL::SANYAL via HECnet</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <pre class="moz-quote-pre" wrap="">_______________________________________________
Simh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Simh@trailing-edge.com" moz-do-not-send="true">Simh@trailing-edge.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.trailing-edge.com/mailman/listinfo/simh" moz-do-not-send="true">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Simh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.trailing-edge.com/mailman/listinfo/simh">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Supratim Sanyal, W1XMT
39.19151 N, 77.23432 W
QCOCAL::SANYAL via HECnet</pre>
  </body>
</html>