Re: X11R7'fied Xsun servers

Izumi Tsutsui <[email protected]> Sun, 19 Jul 2020 00:07:16 +0900
Newsgroups gmane.os.netbsd.devel.x11,gmane.os.netbsd.ports.sun3
Message-ID <[email protected]>
I wrote:

> Known problems
> --------------
 :
> - Mouse doesn't work properly on TME
>   (works fine on the real 3/60 with Type-4 ones).
>   Not sure what's wrong.

With the following AllocDevicePair() change,
https://github.com/tsutsui/xorg-server-Xsun/commit/50258f8e9ac32148de775a15d2c8616ca7bf8896
mouse on TME works a bit better, though sometimes "[mi] EQ overflowing."
error happens.

Maybe it's caused because the tick time slice of the emulator is
not so fast then too many mouse events are qeueud at once.
(i.e. I guess no Xsun server side issue.)

---
Izumi Tsutsui