On Sat, 31 Mar 2001, Stefan Seefeld wrote:
> libGII contains an input module for linux evdev.
> What's the status of that ? How can I configure that ?
It should be as simple as "export GII_INPUT=linux-evdev",
or if you are running a LibGGI application (more likely)
"export GGI_INPUT=linux-evdev". Assuming you have a working
LibGGI installation and a working display target, try running
the inputdump demo in lib/libggi.out/programs/util/ after
doing this and see if you get results. If it doesn't work,
it is possible the evdev IOCTLs have changed and the target
will need updating to work with your kernel.
> May be the relevant documentation is even contained in some hidden corner
> in the docs. But a) the docs don't appear to be terribly well maintained,
> and b) the ggi-project home page has been unaccessible for a couple of
> weeks. Oh well...
See lib/libgii/doc/inputs.txt
--
Brian