public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor_core@ameritech.net>
To: "Marcos D. Marado Torres" <marado@student.dei.uc.pt>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.0-mm2
Date: Mon, 29 Dec 2003 23:15:08 -0500	[thread overview]
Message-ID: <200312292315.08854.dtor_core@ameritech.net> (raw)
In-Reply-To: <Pine.LNX.4.58.0312300247570.25540@student.dei.uc.pt>

On Monday 29 December 2003 10:05 pm, Marcos D. Marado Torres wrote:
[..SKIP..]
> If I select SYNAPTICS then my mouse taps are over, so I don't use
> synaptics at all...
>
> In -mm sources (and as I can see in -bk1 it will be in the main branch
> too) the patch to remove synaptics configuration option was added, so I
> have no way (as far as I can see) to just say that I don't want to use
> Synaptics, so I can't solve this problem... .config goes:
>
[..SKIP..]
>
> Of course that being my mouse a Synaptics (at least according to ASUS),
> Synaptics should give me the mouse taps, but seeing it does not, I
> would like at least to have the option not to compile it...
>
> Further, the idea I got from this patch:
>
> http://www.kernel.org/pub/linux/kernel/v2.5/testing/cset/cset-dtor_core
>@ameritech.net|ChangeSet|20031219053552|02923.txt
>
> was that the option made no sense since people with no (or bad)
> synaptics support wouldn't "suffer" from this (in my case I should
> still have those mouse taps...)
>
> Well, there's a chance that there's something I am doing wrong or
> somewhere my logic fails, so feedback on this is wanted...
>

OK, I understand your concerns. Synaptics support had its share of problems
and being incompatible with all other mice "scared" off a lot of people.
Since then translation from absolute to relative (compatible with other mice)
mode was added to mousedev. This translation allows userspace see touchpad
as a regular PS2 mice, bare protocol and no support for tapping or any
advanced features. This is what you seem to be using at the moment. It is 
there to ease transition from older kernels, the mouse should just work. 
There was a couple quirks with it but they should be resolved in the latest
bk.

I think the best solution for you would be to grab the native Synaptics
driver for XFree86 at http://w1.894.telia.com/~u89404340/touchpad/index.html
and install it. Together with kernel piece it will give you support for
all Synaptics bells and whistles, such as multi-finger taps, corner taps,
edge scrolling. If you concerned with GPM console support there is a set
of patches for GPM at http://www.geocities.com/dt_or/gpm/gpm.html

If for some reason you do not want use your touchpad in native mode you can
disable it by passing psmouse_proto={bare|imps|exps} to the kernel. Any one
of them will suffice. It will disable touchpad's absolute mode and will
switch it to PS/2 hardware emulation, much like in 2.4. Now, in latest -bk
there is a problem passing parameters to psmouse if its compiled directly
into the kernel (you have to specify psmouse.psmouse_proto=... instead of
just psmouse_proto=...) but I will be sending patch for it shortly.

Please tell me if you still have any concerns regarding Synaptics support
and I will try to answer them.

Regards,

Dmitry  

  reply	other threads:[~2003-12-30  4:15 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-29  9:32 2.6.0-mm2 Andrew Morton
2003-12-29 11:06 ` 2.6.0-mm2 Joshua Kwan
2003-12-29 14:46 ` 2.6.0-mm2 Ian Soboroff
2003-12-29 16:39 ` 2.6.0-mm2 GCS
2003-12-29 20:10   ` 2.6.0-mm2 Marcos D. Marado Torres
2003-12-29 23:32     ` 2.6.0-mm2 Dmitry Torokhov
2003-12-30  3:05       ` 2.6.0-mm2 Marcos D. Marado Torres
2003-12-30  4:15         ` Dmitry Torokhov [this message]
2003-12-30  5:03           ` 2.6.0-mm2 Marcos D. Marado Torres
2003-12-30  5:21             ` 2.6.0-mm2 Dmitry Torokhov
2003-12-30  6:26               ` 2.6.0-mm2 Marcos D. Marado Torres
2003-12-29 18:31 ` 2.6.0-mm2 Dax Kelson
2003-12-29 18:53   ` 2.6.0-mm2 Joshua Kwan
2003-12-29 18:55   ` 2.6.0-mm2 Joshua Kwan
2003-12-29 19:28 ` 2.6.0-mm2 Stef van der Made
2003-12-29 20:24   ` 2.6.0-mm2 Shawn
2003-12-29 21:35     ` 2.6.0-mm2 Stef van der Made
2003-12-29 22:48     ` 2.6.0-mm2 Mike Fedyk
2003-12-29 23:01       ` 2.6.0-mm2 Linus Torvalds
2003-12-29 19:59 ` 2.6.0-mm2 Ramon Rey Vicente
2003-12-29 20:57   ` 2.6.0-mm2 Felipe Alfaro Solana
2003-12-29 21:52     ` 2.6.0-mm2 Davide Libenzi
2003-12-29 22:26       ` 2.6.0-mm2 Felipe Alfaro Solana
2003-12-29 22:38     ` 2.6.0-mm2 Diego Calleja
2003-12-30  9:45       ` 2.6.0-mm2 Jens Axboe
2003-12-31  1:25 ` 2.6.0-mm2 (compile stats) John Cherry
     [not found] <1822L-89t-7@gated-at.bofh.it>
2003-12-29 12:08 ` 2.6.0-mm2 Ronny V. Vindenes

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=200312292315.08854.dtor_core@ameritech.net \
    --to=dtor_core@ameritech.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marado@student.dei.uc.pt \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox