笔记本上插的USB鼠标一直不能用,求解决方法;
IBM T42;
目前 触摸板和小红帽都正常,但是我外接的一个USB鼠标不能工作,问下怎么解决;
debian:/dev$ uname -a
Linux debian 2.6.18-5-686 #1 SMP Fri Jun 1 00:47:00 UTC 2007 i686 GNU/Linu
xorg.conf
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option " rotocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option " rotocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
另外问下,USB的鼠标需要加载哪些必须的模块 |