3.3.2 USB-M�use
Stellen Sie sicher, dass Sie alle ben�tigten Kernel-Elemente einkompiliert oder
als Modul vorliegen haben:
Die kleingeschriebenen Namen sind Modulnamen.
Wird devfs nicht genutzt, so ist eine Ger�tedatei /dev/input/mice
mit major 13 und minor 63 wie folgt anzulegen:
# cd /dev
# mkdir input
# mknod input/mice c 13 63
F�r typische USB-Scroll-M�use, ist folgende Konfiguration zu
empfehlen:
/etc/gpm.conf | /etc/X11/XF86Config-4
=========================+======================================
device=/dev/input/mice | Section "InputDevice"
responsiveness= | Identifier "Konfigurierte Maus"
repeat_type=raw | Driver "mouse"
type=autops2 | Option "SendCoreEvents" "true"
append="" | Option "Device" "/dev/input/mice"
sample_rate= | Option "Protocol" "IMPS/2"
| Option "Buttons" "5"
| Option "ZAxisMapping" "4 5"
| EndSection
Man vergleiche
das Linux USB
Projekt
f�r weitere Informationen.