LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   scroll section on mouse pad (https://www.linuxquestions.org/questions/suse-opensuse-60/scroll-section-on-mouse-pad-258705/)

iomari 11-24-2004 04:26 AM

scroll section on mouse pad
 
Ever since I started using SuSE 9.1 and now 9.2, the scroll section of my mouse pad on my HP nx7010 notebook does not function. It was working with Mandrake before so I kow it can work. What can I do to get it to work in SuSE?

mjrich 11-25-2004 06:04 PM

You could attempt to use Yast, though in my experience it doesn't always do such a good job with the correct detection of mice.

I'd open up your X config file (/etc/X11/XF86Config-4) as root, back it up, then find your mouse entry and add a line for Z Axis mapping, e.g.
Code:

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"              "5"

The other options may vary, depending on where your mouse is connected etc.

Good luck :)

mj

iomari 11-26-2004 12:04 AM

Thanks but I solved my prob. I had to alter the XF86 file and cahnge the mouse drove to synaptic.


All times are GMT -5. The time now is 06:26 AM.