On Sun, Sep 09, 2001 at 12:26:47AM -0400, Brian S. Julin wrote:
|
| 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).
Ahh, this makes sense.
| export GGI_INPUT=evdev:/dev/eventN (adjust N to your mouse evdev #)
Shouldn't that be GII_INPUT? Well, I tried GII_INPUT (and just now
noticed it was different in the mail) and it works, but no scroll
wheel yet.
| 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.
Cool. This is sure to help people out. I think that a note to check
the lnxusb section should be added to the imps2 section because that's
where I would/did look first for my mouse.
Is there a way to globally specify the default input method
(linux-evdev or linux-mouse) other than with environment variables?
Perhaps in the libgii.conf file?
-D