我原本系統灌好( 2.4.18 )很像裝了一個 usbmgr 之後
在 kde 下滑鼠就能動了
後來抓了 kernel-source-2.6.x 回來編譯..怎麼弄就是弄不出來滑鼠
後來又抓了 kernel-image-2.6.x..還是一樣
照理來講用 kernel-image + usbmgr 應該滑鼠就能動了吧
lsmod =>usbcore、mousedev、usbhid..等相關都有
ps. 2.6 用gpm滑鼠也沒出來..
redjoe 寫:參考http://www.debian.org/doc/manuals/reference/ch-install.zh-tw.html
3.3.2節
usbcore usbhid usbmouse ehci_hcd
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "GlidePointPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
...
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Mouse0"
InputDevice "Mouse1"
EndSection
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客