• [^] # Re: My 2 cents -> Success

    Posté par . En réponse au message Redhat 9.0 et souris a molette. Évalué à 1.

    Bon alors en m'inspirant de ta config, j'ai ajouté une rubrique:

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

    Que j'ai référencé dans la section ServerLayout, a la place de "DevInputMice":

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    #InputDevice "DevInputMice" "AlwaysCore"
    InputDevice "HPMouse" "AlwaysCore"
    EndSection


    Et ca marche !

    Merci ;-)