From: Peter Osterlund <petero2@telia.com>
To: Carl Thompson <cet@carlthompson.net>
Cc: Vojtech Pavlik <vojtech@suse.cz>, linux-kernel@vger.kernel.org
Subject: Re: Problems with touchpad on 2.5
Date: 09 Jul 2003 01:25:23 +0200 [thread overview]
Message-ID: <m2znjoppng.fsf@telia.com> (raw)
In-Reply-To: <1057692706.540499d16346c@carlthompson.net>
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
next prev parent reply other threads:[~2003-07-08 23:13 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 [this message]
2003-07-09 1:52 ` Carl Thompson
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=m2znjoppng.fsf@telia.com \
--to=petero2@telia.com \
--cc=cet@carlthompson.net \
--cc=linux-kernel@vger.kernel.org \
--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.