Mouse Wheel on Linux

Previous topic - Next topic

Kitty Hello

Edit the /etc/X11/XF86Config-4.
Maybe it will be like following. Another lines may differ from yours.

Code (glbasic) Select
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "ZAxisMapping"          "4 5"  # ADD THIS LINE!!!
EndSection