USBMouse
出自DebianWiki
[編輯] 首先你的 kernel 必須支援
Input core support ---> <M> Input core support <M> Mouse support USB support ---> <M> Support for USB <M> USB Human Interface Device (full HID) support <M> USB HIDBP Mouse (basic) support
[編輯] 要載入以下的 modules
- usbcore
- input
- hid
- mousedev
- (PS: 安裝 usbmgr 則會自動載入 modules)
- apt-get install xserver-xorg-input-mouse (/usr/lib/xorg/modules/input/mouse_drv.so)
[編輯] 檢查 xorg.conf(Lenny) 的設定
-----------------------------------
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
#Option "Emulate3Buttons" "true"
#Option "ZAxisMapping" "4 5"
EndSection
-----------------------------------
![[Main Page]](/upload/4/49/Debian_taiwan_out.png)