LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Scroll mouse not working in RHL7.2 (https://www.linuxquestions.org/questions/linux-newbie-8/scroll-mouse-not-working-in-rhl7-2-a-74747/)

kghoshal 07-21-2003 11:31 PM

Scroll mouse not working in RHL7.2
 
I've a scroll mouse (A4 tech) -but the mouse wheel does not run under red hat Linux 7.2.I've tried a lot to configure the wheel but in vain.Do I need to install the driver for this mouse ?can anyone help

-kaustav ghoshal

MasterC 07-26-2003 05:13 AM

Normally this is resolved by simply editing your /etc/X11/XF86Config file. Here's an exerpt from mine, you may have to tinker around with some of the options for yours to work (this is from the Pointer Section or Mouse Section):
Code:

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping""4 5"

The main part of that to note is the ZAxisMapping. That line is the scroll line ;)

Cool


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