[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mouse wheel doesn't work after sarge upgrade



Tom Vier wrote:
Anyone else experience this? I hadn't updated my sarge install in a few
weeks, til it last night. Now the scroll wheels on my mouse and keyboard
don't work. I don't have time to track down the problem right now, so if
anyone already has a solution, please post it.


I did.
Changing configuration in /etc/X11/XF86Config-4 helped.
Before:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection


After:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

tom,



Reply to: