Andreas Beck wrote:

> Um - you read the docs to the end, did you ? It expects
> 
> ------ snip --------
> mouse ps2
> mdev /dev/psaux
> ------ snip --------
> 
> to be in the file. The latter entry can probably be pointed to /dev/mouse,
> given a proper symlink.

I did read the docs, yet it was not obvious that the file should look like the
above. Anyway, I did it, then I changed read permissions for /dev/psaux, et voila !

Now a question: when I move the mouse, the queue will fill up rapidly with events.
I'd like to be able to 'compress' them, i.e. to only process the last move event
from a series. Such a series of course needs to be contigous, i.e. as soon as there
is a click or other event, I need to stop compressing since the current mouse position
may matter. It would be nice to have such a GGI (GII) function. The simples would
be a function which lets me inspect the next event without removing it from the queue,
such that I can do the rest myself.

Best regards,   Stefan

PS: it starts to be much fun !

_______________________________________________________              
              
Stefan Seefeld
Departement de Physique
Universite de Montreal
email: [EMAIL PROTECTED]

_______________________________________________________

      ...ich hab' noch einen Koffer in Berlin...

Reply via email to