How To Enable SCROLL Wheel
Hello,
I am using Red Hat Linux 7.3 and I have trouble making the scroll wheel on my Microsoft Intelimouse Section "InputDevice"
work. It is a USB mouse but is plugged in via USB to PS/2 connector.
Here is the content of my XF86Config-4 file
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Thank you very much!
Hopefully this thread still lives...
I am running FC5 with a HP optical 2 button scroll wheel mouse.
All but one thing is working ... when you click the wheel down, instead of getting the 4-way scrolling, it takes you to a random page. Sometimes it is orielly.com, sometimes it is google, sometimes it the previous page.
Here is part of my xorg.conf -- any help would be greatly appreciated.
Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection