Me he equivocado, quería decir esta configuración:

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


Supongo que tu ratón tiene rueda, si no la tiene, y tiene 3
botones, prueba esta otra:

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

Attachment: pgpF3pdd2ew1C.pgp
Description: PGP signature

Responder a