On Sat, 8 Sep 2001, dman wrote:
> Thanks. I had built this as a module, but I didn't know what it was.
> When I modprobed it I got /dev/input/event0. I'm not getting anything
> from libgii using it though, with a variety of protocols.
Umm, there is only one protocol spoken on /dev/event. Sounds like
you are trying to use linux-mouse on /dev/event, when you should be
using linux-evdev (a whole other input module).
export GGI_INPUT=evdev:/dev/eventN (adjust N to your mouse evdev #)
If that doesn't work, check that you have input-linux-evdev installed.
(find your ggi library directory, usually /usr/lib/ggi or /usr/local/lib/ggi
and look for the file input/linux_evdev.so
> This is a step forward. Thank you very much for your help. Now if I
> could get the scroll wheel to work, that would be great.
Thanks for mailing in, I fixed the docs so the next time we release,
the lnxusb mouse type will be listed in the docs/manual pages.
--
Brian