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
> >
> > 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)

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


-- 
Best regards,
  Alexander.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to