LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mouse scrollwheel wont work (https://www.linuxquestions.org/questions/linux-hardware-18/mouse-scrollwheel-wont-work-97994/)

jscerb 09-28-2003 06:43 PM

mouse scrollwheel wont work
 
first of all, I am new to linux, so please bare with me.

I have a regular optical logitech 2-button mouse w/scrollwheel. Everything works except for the scroll wheel.

Ay ideas?

jscerb 09-28-2003 06:45 PM

I forgot to mention: I have Mandrake 9.1 and am using KDE 3.1.

Thanks!

ehdwuld 09-28-2003 06:46 PM

search forum for
mouse

several posts today on that very subject

linuxetcx11 09-28-2003 08:54 PM

you need to modify the /etc/X11/XF86Config file
somewhere in the file you'll see an area like this:
__________________________________________________
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
___________________________________________________

I think u may be missing the ZAxisMapping 4 5 line.
add it like it shows in my file, and save and restart. and see what happens


All times are GMT -5. The time now is 09:18 PM.