Giorgos
02-15-2004, 09:33 AM
I have Logitech's usb Mouseman Wheel but in linux it works like a generic two button usb mouse. The wheel, which also acts like a third button, doesn't work at all. I found a lot of suggestions in this forum but nothing worked for me. The XF86Config-4 file is like:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "EmulateWheel"
# Option "EmulateWheelButton" "2"
EndSection
I disabled the Emulatexxx options. Any help please?
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "EmulateWheel"
# Option "EmulateWheelButton" "2"
EndSection
I disabled the Emulatexxx options. Any help please?