
My IBM R51 has a Touchpad for mouse navigation. I accidentialy hit the touchbad while scrolling the mouse (press to much ?), so that an unwanted click is started. Is there a way to configure the click of the touchpad ? Best would be to disable the click on the touchpad. Matthias -- --------------------------------------------------------------- Matthias Pospiech Schneiderberg 28, 30167 Hannover email: matthias79@gmx.de Web: www.matthiaspospiech.de ---------------------------------------------------------------

Am Donnerstag, 13. Juli 2006 18:52 schrieb Matthias Pospiech:
My IBM R51 has a Touchpad for mouse navigation. I accidentialy hit the touchbad while scrolling the mouse (press to much ?), so that an unwanted click is started.
Is there a way to configure the click of the touchpad ? Best would be to disable the click on the touchpad.
/etc/X11/xorg.conf (or similar X-server config) # see "man synaptics" Section "InputDevice" Driver "synaptics" Identifier "Mouse[3]" Option "Buttons" "5" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "on" Option "InputFashion" "Mouse" Option "Name" "Synaptics;Touchpad" Option "Protocol" "explorerps/2" Option "SHMConfig" "true" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" Option "TouchpadOff" "1" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # switch on: synclient TouchpadOff=0 EndSection Jürgen -- Dr.rer.nat. Juergen Vollmer, Viktoriastrasse 15, D-76133 Karlsruhe Tel: +49(721) 92 04 87 1 Fax: +49(721) 92 04 87 2 Juergen.Vollmer@informatik-vollmer.de www.informatik-vollmer.de Internet-Telefonie: www.skype.com Benutzer: juergen.vollmer

Am Donnerstag, 13. Juli 2006 20:20 schrieb Dr. Jürgen Vollmer:
Am Donnerstag, 13. Juli 2006 18:52 schrieb Matthias Pospiech:
My IBM R51 has a Touchpad for mouse navigation. I accidentialy hit the touchbad while scrolling the mouse (press to much ?), so that an unwanted click is started.
Is there a way to configure the click of the touchpad ? Best would be to disable the click on the touchpad.
/etc/X11/xorg.conf (or similar X-server config)
# see "man synaptics" Section "InputDevice" [...] Option "ZAxisMapping" "4 5" Option "TouchpadOff" "1" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # switch on: synclient TouchpadOff=0
Zum nachlesen für andere: Mit der Option 'TouchpadOff=1' wird das gesamte touchpad deaktiviert. Die Option zum deaktivieren von nur dem Mausklick wird über die Option 2 geschaltet. Matthias-- --------------------------------------------------------------- Matthias Pospiech Schneiderberg 28, 30167 Hannover email: mail@matthiaspospiech.de Web: www.matthiaspospiech.de ICQ: 60941314 ---------------------------------------------------------------
participants (2)
-
Dr. Jürgen Vollmer
-
Matthias Pospiech