LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How do I get scroll button on mouse to work .. (https://www.linuxquestions.org/questions/linux-general-1/how-do-i-get-scroll-button-on-mouse-to-work-24408/)

kato678 06-26-2002 09:08 PM

How do I get scroll button on mouse to work ..
 
Hi. Sorta new to linux and learning C on it and learning Linux itself. Just wondering if there is an easy way to get my scroll wheel to work on my mouse in Linux. Im using redhat 7.2 .

thanks :)

gdrobson 06-26-2002 09:11 PM

edit your /etc/X11/XF86Config file and look for the section

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"

theres mine, i think you need the ZAxisMapping, but it might also be the ImPS/2


All times are GMT -5. The time now is 02:59 PM.