1input-linux-mouse(7) GGI input-linux-mouse(7)
2
3
4
6 input-linux-mouse : Direct mouse input
7
9 input-linux-mouse: [<mousetype>] [,<file>] [,[b<bauds>][r<rts>][d<dtr>]]
10
11
13 This input opens a file (usually a device file or pipe) and reads mouse
14 protocol data from it.
15
17 mousetype
18 Indicates what type of mouse is attached. The following types
19 are supported:
20
21 · ms, Microsoft : Two button Microsoft compatible mice.
22
23 · ms3, IntelliMouse, mman+ : Serial Intellimouse or compati‐
24 ble. Supports four buttons for mice like the Logitech Mouse‐
25 Man+.
26
27 · MouseSystems, msc : MouseSystems compatible (used in most
28 3-button mice).
29
30 · Logitech, logi : Used in older Logitech serial mice.
31
32 · mm, MMSeries : MM series mice.
33
34 · Sun : Sun mice. The protocol is the same as 'msc' protocol
35 except it used only 3 bytes per packet.
36
37 · MouseMan, mman : MouseMan protocol.
38
39 · BusMouse, bm : Non-PS/2 busmice.
40
41 · LinuxUSB, lnxusb : IMPS2 that doesn't choke on USB (no init
42 attempted).
43
44 · ps2, PS/2 : PS/2 mice (most non-serial mice use this proto‐
45 col)
46
47 · imps2, IMPS/2 : PS/2 IntelliMouse and compatible (not USB,
48 see lnxusb for that.)
49
50 · mmanps2, MouseManPlusPS/2 : PS/2 Logitech MouseMan+ and com‐
51 patible.
52
53 Most of the strings supported by GPM, SVGAlib and XFree can be
54 specified. If you find one that isn't, please report.
55
56 The special value auto tells input-linux-mouse to read
57 ~/.ggi/input/linux-mouse, and if that fails,
58 $sysconfdir/ggi/input/linux-mouse. If none of the two files are
59 found, input-linux-mouse tries to auto-detect the mouse, and as
60 a last resort uses the mouse information specified in
61 /etc/vga/libvga.config.
62
63
64 file The file to read mouse protocol data from; defaults to
65 /dev/mouse.
66
67
68 baud Baud rate of mouse device.
69
70
71 rts Turns off RTS if set to 0; turns RTS on if set to a number
72 greater than 0.
73
74
75 dtr Turns off DTR if set to 0; turns DTR on if set to a number
76 greater than 0.
77
78
80 · Generates evPtr* events.
81
83 ~/.ggi/input/linux-mouse and $sysconfdir/ggi/input/linux-mouse consists
84 of the following entries:
85
86 mouse mousetype
87 mdev file
88
89 where mousetype and file has the same semantics as the invocation
90 options of the same names.
91
92
93
94libgii-1.0.x 2003-08-11 input-linux-mouse(7)