Je viens de m'apercevoir après un an d'utilisation de mon portable que le touchpad ne fonctionne pas (le pointeur bouge mais pas de click)
Je suis sous squeeze/kde4.3
quelqu'un aurait-il une piste pour ce petit problème ?
* 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:
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.
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) (...)
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.
# Une piste
Posté par Anonyme . É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 Anonyme . É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)
(...)
Enfin pour connaitre la configuration de synaptics, utilise la commande:Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
(...)
synclient -l
[^] # Re: Une piste
Posté par NeoX . Évalué à 3.
[^] # Re: Une piste
Posté par xavier dumont . Évalué à 0.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.