GLBasic forum

Main forum => FAQ => Topic started by: Kitty Hello on 2005-Jul-15

Title: Mouse Wheel on Linux
Post by: Kitty Hello on 2005-Jul-15
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