|
发表于 2003-10-18 02:48:49
|
显示全部楼层
For USB mouse, you may need to recompile your kernel (in case the modules are not included by default), enable the following options:
Input core support -> Input core support
Input core support -> Mouse support
USB support -> Support for USB
USB support -> UHCI (Intel PIIX4, VIA, ...) support
USB support -> USB Human Interface Device (full HID) support
USB support -> HID input layer support
If you compile the above options as modules, you may have to load the modules into memory before using the mouse.
If you want to use wheel, add the following line into your /etc/X11/XF86Config (or XF86Config-4)'s "InputDevice" section of your mouse:
Option "ZAxisMapping" "4 5"
Thats it, good luck ;p |
|