:
: > I compiled microwin, copied the binary to my elks root disk and it worked.
: > Except that the mouse does not work properly, when I move the mouse the
: > pointer moves all over at ramdom.
:
: First thought is wrong protocol. But normally this means the mouse moves
: to one corner and just jumps around down there. (MouseSystems/Microsoft
: mixup).
:
Actually, the mouse does the same thing on my system, then stops
responding altogether... I have yet to get the mouse to work. The mouse
protocol is set with environment variables (they don't work yet with ELKS, I have
a patch coming) or a recompile of mwin/src/drivers/mou_ser.c.
: > I wondered if anyone had thought of making a driver for the monocrome
: > display (aka herc) that some xt's have for microwin?
:
: There was talk about this a while ago, someone said it should be possible,
: I just assumed microwin used herc already.
No, microwin has support for EGA and VGA only currently, in
4 planes mode, not packed pixels.
:
: > and lastly what does it mean when "Registering action 1 for signal 15" is
: > displayed by the kernal? The numbers change.
:
: This is debugging info from the kernel which basically means that signals
: are working.
Actually signals don't work well yet. Try ^C in a variety of programs,
and you'll find yourself logged out with the original still running, etc.
Greg