[gpm]mixing [im]ps2 + imps2 -> raw -> X

Alessandro Rubini rubini@gnu.org
Mon, 3 Jun 2002 10:41:02 +0200


Hi.
Looks like nobody replied, yet.

> What does raw repeat mode mean when using multiple mice?

It means the exact packets are send through the fifo. It means
that if different protocols are used the process readingt he fifo will
not be able to decode them using a specific (and unique) protocol.

I think this explains the behaviour you're facing.

> Repeating as imps2 works fine for both mice:
>  gpm -m /dev/psaux -t imps2 -M -m /dev/input/mice -t imps2 -Rimps2

All incoming packets are re-translated from the internal form to
the protocol specified. With the raw repeater data is retransmitted
before it is turned to the internal form. This allows repeating
protocols that are have features unsupported in gpm, while still allowing
X to use them.

/alessandro