what can be the reason?
wat shall i do?

Try to define Protocol explicitly (not just "auto") and add ZAxisMapping option. It works for me.monupmit wrote:my mouse' scroll is not working on gentoo?
what can be the reason?
wat shall i do?
Code: Select all
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection