Am Sonntag 30 Oktober 2005 18:35 schrieb "Alexander S. Usov" <[EMAIL PROTECTED]>: > On Sunday 30 October 2005 14:00, [EMAIL PROTECTED] wrote: > > Am Samstag 29 Oktober 2005 22:13 schrieb "Alexander S. Usov" > > <[EMAIL PROTECTED]>: > > > > > > - Edit "xorg.conf" > > > > > > ========== [extract of "/etc/X11/xorg.conf"] ========== > > > > > > > > Section "InputDevice" > > > > Driver "synaptics" > > > > Identifier "Mouse[1]" > > > > Option "Device" "auto-dev" > > > > Option "SHMConfig" "on" > > > > EndSection > > > > > > > > Section "InputDevice" > > > > Driver "mouse" > > > > Identifier "Mouse[3]" > > > > Option "Buttons" "5" > > > > Option "Device" "/dev/input/mice" > > > > Option "Protocol" "imps/2" > > > > Option "ZAxisMapping" "4 5" > > > > EndSection > > > > > > > > > > ========== [/extract of "/etc/X11/xorg.conf"] ========== > > > > man synaptics > > > You mean that one doesn't have to specify the exact device for > > > synaptics driver? > > the InputDevice stanza that sax generated does not work properly > > for me. The Device for a synaptics touchpad is not /dev/input/mice. > > auto-dev should find the correct device (/dev/input/eventX). Maybe > > you have to use another Device for the external mouse, for me > > /dev/input/mice works, but if not, try /dev/input/eventY Also the > > Protocol is not explorerps2 because synaptics has much more > > features, look at the man-page. (Substitute X and Y by the correct > > numbers for your system) > > Strange, it seems to work fine for me. I have a following entry for > the touchpad: > > Section "InputDevice" > Driver "synaptics" > Identifier "Mouse[3]" > Option "Device" "/dev/input/mice" > Option "Emulate3Buttons" "on" > Option "Name" "Touchpad" > Option "SHMConfig" "on" > Option "Vendor" "Synaptics" > Option "ZAxisMapping" "4 5" > EndSection
Hi Alexander, try the package "ksynaptic" and try to make the two-finger-tap or three- finger-tap work. Did not work for me with /dev/input/mice and explorerps2. Also I tried two different mice: one Logitech USB and one NoName (well...Hama) USB. Logitech and Synaptics work if both have /dev/input/mice, their timing (resolution) seems to be close enough. But the second mouse didn't: either the touchpad was too slow or the mouse was too fast, their timing (resolution) were too different. But as I used two different devices (/dev/input/event1 and /dev/input/event2), I was able to use both. -- mdc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
