All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carl Thompson <cet@carlthompson.net>
To: Peter Osterlund <petero2@telia.com>
Cc: Vojtech Pavlik <vojtech@suse.cz>, linux-kernel@vger.kernel.org
Subject: Re: Problems with touchpad on 2.5
Date: Tue,  8 Jul 2003 18:52:24 -0700	[thread overview]
Message-ID: <1057715544.891a8306dd477@carlthompson.net> (raw)
In-Reply-To: <m2znjoppng.fsf@telia.com>

Thanks, this works for me.  I had tried the Synaptics driver also, but with
the psmouse_noext option set which didn't work.  It should be noted
somewhere (in the config help?) that the 2.4 behavior of just being able to
use the psaux device with the default X driver no longer works.

Now that this is taken care of and I have ported my 802.11a/b/g wireless
adapter's driver to use 2.5 I can try to use 2.5 full time.  I take it's
about that time when the kernel folks want non-kernel folks to start
banging on 2.5 (soon to be 2.6pre) and send the lkml problem reports,
correct?

Thank you,
Carl Thompson

Quoting Peter Osterlund <petero2@telia.com>:

> Carl Thompson <cet@carlthompson.net> writes:
>
> > My laptop (emachines M5305 Widescreen) has a Synaptics touchpad with a
> > scroll area.  This scroll area serves the same purpose as mouse wheel
> on a
> > normal ps2 mouse.  The touchpad uses a ps2 interface.
> >
> > Under 2.4, everything works fine.  With X I just configure it to use
> > /dev/psaux with the IMPS/2 protocol.  The touchpad and the scroll area
> work
> > correctly.
> >
> > Under 2.5, there are two problems.  The first problem is that the
> touchpad
> > won't work at all with normal settings.  However, if I start the kernel
> > with "psmouse_noext" the touchpad works.  I believe that the kernel
> should
> > not require any options to use this very common touchpad.
> >
> > The second problem is that once I get the touchpad working with the
> boot
> > option above, the scroll area still will not work.  I have tried the
> same
> > setup (X cofigured to point to /dev/psaux and using protocol IMPS/2).
> I
> > have also tried using /dev/input/mouse0 and /dev/input/mice.  I have
> tried
> > the XFree86 Synaptics driver instead of the X built in "mouse" driver
> but
> > that does not work at all under 2.5 (works under 2.4).
>
> You need an updated driver with 2.5 support:
>
>         http://w1.894.telia.com/~u89404340/touchpad/index.html
>
> (There is no GPM support yet unfortunately.) Boot without the
> psmouse_noext option. Use something like this in your XF86Config file.
>
>         Section "InputDevice"
>                 Identifier      "TouchPad"
>                 Driver  "synaptics"
>                 Option  "Device"        "/dev/input/event3"
>                 Option  "Protocol"      "event"
>                 Option  "MinSpeed"      "0.08"
>                 Option  "MaxSpeed"      "0.10"
>                 Option  "AccelFactor"   "0.0010"
>                 Option  "SHMConfig"     "on"
>         EndSection
>
> Note that you need to replace the "3" with the correct number for your
> hardware setup.
>
> Vojtech. Is it possible to figure out automatically from user space
> which eventX device is connected to the touchpad? It's not very user
> friendly to have to figure out this number manually, and it's quite
> annoying that you get a different number if a USB mouse is connected
> to the computer.
>
> --
> Peter Osterlund - petero2@telia.com
> http://w1.894.telia.com/~u89404340
>
>




      reply	other threads:[~2003-07-09  1:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-08 19:31 Problems with touchpad on 2.5 Carl Thompson
2003-07-08 23:25 ` Peter Osterlund
2003-07-09  1:52   ` Carl Thompson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1057715544.891a8306dd477@carlthompson.net \
    --to=cet@carlthompson.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=petero2@telia.com \
    --cc=vojtech@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.