input-linux-mouse : Direct mouse input
input-linux-mouse: [<mousetype>] [,<file>] [,[b<bauds>][r<rts>][d<dtr>]]
This input opens a file (usually a device file or pipe) and reads mouse protocol data from it.
Indicates what type of mouse is attached. The following types are supported:
Most of the strings supported by GPM, SVGAlib and XFree can be specified. If you find one that isn't, please report.
The special value auto tells input-linux-mouse to read ~/.ggi/input/linux-mouse, and if that fails, $sysconfdir/ggi/input/linux-mouse. If none of the two files are found, input-linux-mouse tries to auto-detect the mouse, and as a last resort uses the mouse information specified in /etc/vga/libvga.config.
The file to read mouse protocol data from; defaults to /dev/mouse.
Baud rate of mouse device.
Turns off RTS if set to 0; turns RTS on if set to a number greater than 0.
Turns off DTR if set to 0; turns DTR on if set to a number greater than 0.
~/.ggi/input/linux-mouse and $sysconfdir/ggi/input/linux-mouse consists of the following entries:
mouse mousetype mdev file
where :p:`mousetype` and :p:`file` has the same semantics as the invocation options of the same names.