Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

[TOUCHPAD] Desactiver le clic

2 réponses
Avatar
laurent HENRY
Salut à tous,

Je cherche à désactiver le clic lorsque j'utilise le touchpad de mon
portable.
ma config de xfree est la suivante:

************************
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
#Option "Protocol" "PS/2"
Option "Protocol" "GlidePointPS/2"
#Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
************************
J'ai configuré une souris usb.
Y-a-t'il une option qui me permettrait de désactiver facilement le clic
sur le pad ? Sinon quelle est la solution.

merci d'avance

laurent


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

2 réponses

Avatar
LENHOF Jean-Yves
On Mar 8 février 2005 20:05, laurent HENRY a écrit :
Salut à tous,

Je cherche à désactiver le clic lorsque j'utilise le touchpad de mon
portable.
ma config de xfree est la suivante:

************************
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
#Option "Protocol" "PS/2"
Option "Protocol" "GlidePointPS/2"
#Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
************************
J'ai configuré une souris usb.
Y-a-t'il une option qui me permettrait de désactiver facilement le clic
sur le pad ? Sinon quelle est la solution.

merci d'avance

laurent


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact





En regardant dans la doc ici :
zless /usr/share/doc/xfree86-driver-synaptics/README.gz

Je dirais :

FastTaps Bool Makes the driver react faster to a single
tap, but

Cordialement,
--
Jean-Yves LENHOF
http://www.lenhof.eu.org

Port Perso : 06 09 39 96 49 Fixe : 03 20 39 62 86
Tel Free ADSL (Dégroupage Free) : 08 71 76 47 32


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Frédéric Bothamy
* LENHOF Jean-Yves [2005-02-08 20:57] :

On Mar 8 février 2005 20:05, laurent HENRY a écrit :
> Salut à tous,
>
> Je cherche à désactiver le clic lorsque j'utilise le touchpad de mon
> portable.
> ma config de xfree est la suivante:
>
> ************************
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/psaux"
> #Option "Protocol" "PS/2"
> Option "Protocol" "GlidePointPS/2"
> #Option "ZAxisMapping" "4 5"
> EndSection
> Section "InputDevice"
> Identifier "Generic Mouse"
> Driver "mouse"
> Option "SendCoreEvents" "true"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> Option "ZAxisMapping" "4 5"
> EndSection
> ************************
> J'ai configuré une souris usb.
> Y-a-t'il une option qui me permettrait de désactiver facilement le clic
> sur le pad ? Sinon quelle est la solution.



[...]

En regardant dans la doc ici :
zless /usr/share/doc/xfree86-driver-synaptics/README.gz

Je dirais :

FastTaps Bool Makes the driver react faster to a single
tap, but



Je dirais plutôt :

TouchpadOff 2

D'après le fichier README.gz :

TouchpadOff Int Switch off the touchpad. Valid values
are:
0 : Touchpad is enabled
1 : Touchpad is switched off
2 : Only tapping is switched off

pour désactiver le "tapping".


Fred

--
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Comment signaler efficacement un bug ?
http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact