LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Issues with Logitech USB Wheel Mouse in X (https://www.linuxquestions.org/questions/linux-hardware-18/issues-with-logitech-usb-wheel-mouse-in-x-51871/)

ziekke 03-26-2003 01:37 PM

Issues with Logitech USB Wheel Mouse in X
 
Hello, I'm having problems getting the mouse wheel to work on the mouse.

I have tried the following :

Identifier "Mouse"

Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

and

Identifier "Mouse"

Option "Protocol" "usb"
Option "Device" "/dev/input/mouse0"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

They both allow my mouse to move and click around, but the mouse wheel doesn't function at all.

I am using XFree86 Version 4.3.0 kernel 2.4.20 dist Slack 9.0

MitchM99 03-26-2003 02:59 PM

Option "Device" "/dev/mouse"




try this in your strain, I have the same mouse and I use slack 8.1

Faecal 03-26-2003 04:54 PM

I'm using a logitech USB mouse successfully, with the little USB->PS2 adaptor, on psaux. I don't specify Buttons, my zaxismapping is the same as yours, I also use IMPS/2. I additionally use Option "Emulate3Buttons" "yes", but that shouldn't be relevant. I'm using a logitech Dual Mouseman optical. What specific model are you using?


All times are GMT -5. The time now is 05:11 PM.