• # Une piste

    Posté par  . Évalué à 2.

    zless /usr/share/doc/xserver-xorg-input-synaptics/NEWS.Debian.gz
    extrait :

    * Tapping has been disabled by default on many touchpads by upstream, see
    the "NOTES" section in the synaptics(4) manpage for a short overview
    about how defaults are calculated.
    If you want to re-enable it, you can do so from within the X
    environment by running the following commands in a terminal:

    $ synclient TapButton1=1
    $ synclient TapButton2=2
    $ synclient TapButton3=3

    Note that the configuration will not be permanently modified, to do
    so assign the above option values in your xorg.conf or custom fdi file
    (see the synaptics(4) manpage or the documents in
    /usr/share/doc/xserver-xorg-input-synaptics for additional details).
    Another alternative is to use desktop environment specific tools
    like gpointing-device-settings or touchfreeze.
    • [^] # Re: Une piste, suite

      Posté par  . É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
    • [^] # Re: Une piste

      Posté par  . Évalué à 3.

      avec un peu de chance y a un menu de reglage dans KDE pour activer/desactiver le click sur le touchpad
      • [^] # Re: Une piste

        Posté par  . Évalué à 0.

        Merci pour vos réponses. Je pense que je vais utiliser les boutons pour cliquer car, vu le peu d'utilisation que je fais ça me parait lourd de reconfigurer. Ceci dit bravo pour la réactivité et la gentillesse.

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.