|
发表于 2005-10-15 22:09:37
|
显示全部楼层
happened to find this:
发现在X里居然不能俺的usb logitech。先去查一下俺的2.4.5的内核,嗯,有usb支持。于是modprobe uchi; modprobe hdi,不错,鼠标发出可爱的红色激光。然后改/etc/X11/XF86Config,加上
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
再把ServerLayout里的Mouse改成
InputDevice "Mouse1" "CorePointer"
再启动X,结果,X说找不到这个鼠标。有点妖。经过一番狂搜,发觉是还有个模块要启:
modprobe mousedev
ok,己可用了,把这三个modprobe加到/etc/rc.d/rc.modules里。 |
|