[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem with touchpad



On November 25, 2003 05:01 am, Mattia Dongili wrote:
> On Mon, Nov 24, 2003 at 12:35:09AM +0100, Christian Stalp wrote:
> > Hello together,
>
> [...]
>
> > (II) Module synaptics: vendor="The XFree86 Project"
> > compiled for 4.2.0, module version = 1.0.0
> > Module class: XFree86 XInput Driver
> > ABI class: XFree86 XInput driver, version 0.3
> > (EE) module ABI minor version (3) is newer than the server's version (2)
>
> X is telling you that the synaptics_drv has been compiled for a
> different version of x-server (4.2.x v/s 4.1.x)
> Compiling the synaptics driver for X4.1 is quite boring, you have to
> supply a configured xfree-4.1 source tree (I don't know if you really
> can though), I'd suggest to upgrade X to the 4.2 using a woody backport
> (see www.apt-get.org)

That's only a warning though, so I'm not sure it's a real problem.  My config 
uses:
Section "InputDevice"
  Driver        "synaptics"
  Identifier    "Touchpad"
        Option          "CorePointer"
  Option        "Device"        "/dev/psaux"
  Option        "Edges"         "1900 5400 1800 3900"
  Option        "Finger"        "25 30"
  Option        "MaxTapTime" "20"
  Option        "MaxTapMove" "220"
  Option        "VertScrollDelta" "100"
  Option        "MinSpeed"      "0.02"
  Option        "MaxSpeed"      "0.18"
  Option        "AccelFactor" "0.0010"
EndSection

- drop the repeater and SHMConfig params (I actually have them but commented 
out - I'm guessing they caused a problem...)
-- 
derek



Reply to: