• [^] # Re: Une piste, suite

    Posté par . En réponse au message problème de touchpad avec un portable extensa 7220. Évalué à 2.

    man 4 synaptics

    extrait:
    Option "TapButton1" "integer"
    Which mouse button is reported on a non-corner one-finger tap.
    Set to 0 to disable. Property: "Synaptics Tap Action"

    Option "TapButton2" "integer"
    Which mouse button is reported on a non-corner two-finger tap.
    Set to 0 to disable. Property: "Synaptics Tap Action"

    Option "TapButton3" "integer"
    Which mouse button is reported on a non-corner three-finger tap.
    Set to 0 to disable. Property: "Synaptics Tap Action"


    En pratique, il faut que tu ajoutes ces options dans la section "InputDevice" du fichier de configuration /etc/X11/xorg.conf
    Exemple d'un fichier xorg.conf (extrait)
    (...)

    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection

    (...)
    Enfin pour connaitre la configuration de synaptics, utilise la commande:

    synclient -l