French version (English below)

Certaines personnes aiment qu'un tapotement sur le touchpad corresponde à un clique de souris. Sous fedora 9 ce comportement est par défaut annulé pour le remettre il faut donc procédé ainsi :

Rajouter une ligne pour le touchpad dans la section "ServerLayout" du xorg.conf:

InputDevice    "TouchPad" "CorePointer"

Rajouter une nouvelle section, correspondant au nouveau device :

Section "InputDevice"
  Driver      "synaptics"
  Identifier  "TouchPad"
  Option      "SendCoreEvents"
  Option      "Protocol" "auto-dev"
  Option      "SHMConfig" "on"
  Option      “TapButton1″ “1″
  Option      “TapButton2″ “2″
EndSection

Les options TapButton étant les plus importantes ;-)

Et un grand merci à notre amis Carlos de Fedora|Paris qui m'a communiqué l'astuce (que je n'utilise pas puisque je n'aime pas ça :-p) :-)



English version

Some people like that the touchpad on their laptop enable the tap as a click of the mouse. Under Fedora 9 this behavior is disable by default, so to change this there is the howto :

In the section "ServerLayout" of the xorg.conf add the new line :

InputDevice    "TouchPad" "CorePointer"

Create a new section for this device :

Section "InputDevice"
  Driver      "synaptics"
  Identifier  "TouchPad"
  Option      "SendCoreEvents"
  Option      "Protocol" "auto-dev"
  Option      "SHMConfig" "on"
  Option      “TapButton1″ “1″
  Option      “TapButton2″ “2″
EndSection

The option tap are obviously the most important one ;-)

A big thanks to Carlos from Fedora|Paris who gave me the trick (that I do not use since I do not like it :-p) :-)