LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mouse (https://www.linuxquestions.org/questions/linux-newbie-8/mouse-32610/)

joshuajameswoma 10-12-2002 11:37 AM

Mouse
 
I have linux redhat 7.3 GNOME running. I have a 3 button scroll mouse. How do I get linux to recognise the scroll feature??

mrGee 10-12-2002 01:57 PM

Hi
the windowmanager/desktopmanager is not the issue
You have to make changes in your /etc/X11/XF86Config-4
concerning your inputdevice like this;
Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

note the ZAxisMapping and make sure to use the right protocol

take a look here for more info
http://www.mandrakeuser.org/docs/xwin/xmouse.html
it's mandrakes but it is useful for other distro's as well
otherwise do a search on this forum it has been asked before
good luck


All times are GMT -5. The time now is 03:53 PM.