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 > > Sorry, I didn't understood the point.
Hi Alexander, > 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) -- mdc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
