Subject: Xpmax bugs
To: None <port-pmax@netbsd.org>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 05/04/1999 01:55:04
1) screenblank during idle leaves cursor sprite visible on sfb.

2)  On an lk-201, caps-lock seems to only sense one direction
    of the capslock key. To toggle capslock *off*, I have to
    bounce it twice.     e.g., if I type
    "hello world<CL>hello world<CL>hello world<CL>hello world<CL>"

    I get:
 
     hello worldHELLO WORLDHELLO WORLDHELLO WORLDhello world

Looking at xev output, it seems like the driver is only getting one
message per capslock up/down - if I bounce <capslock> and watch in
xev, i get an KeyPress for an  up/donw, then a KeyRelease for the next
up/down, then a KeyPress for the next up/down, usw.
That seems to be FUBARing the state machine.

I dont recall ever seeing this with the old Xserver. I'd guess the
casplock key needs to be in "report up/down" state, and a reset string
in Xpmax is putting it in some other mode?