[ltp] full support for UltraNav

Stephen Ryan linux-thinkpad@linux-thinkpad.org
Thu, 7 Dec 2006 20:49:35 -0500


On 12/7/06, Peter F. Patel-Schneider <pfps@comcast.net> wrote:
> I see quite a number of web pages that claim that various Linux
> distributions support the UltraNav device "out of the box".  However,
> when I put Fedora Core 6 up on my T60p the reality was quite different.
>
> Yes, the trackpoint and the touchpad worked, however, there was no
> control interface for the touchpad, in particular no way to turn off
> "tap to select".  (There was a way to turn off "press to select" on the
> trackpoint, but that is different.)
>
> So, my question is how can I get full control of the UltraNav device,
> including tap to select on the touchpad.
>
> Peter F. Patel-Schneider
>
> PS:  I have other issues with Linux on my T60p, but that is the more
> annoying one right now.

Not sure about the rest of it, but on my T40, adding

Option          "MaxTapTime"            "0"

to /etc/X11/xorg.conf disabled the "tap to click" feature without
changing anything else.  I have a section that looks like this (the
rest was generated by the Ubuntu installation, so don't just paste the
block unless you have a corresponding reference to "Synaptics
Touchpad" in your ServerLayout section, too).

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "XAxisMapping"          "6 7"
        Option          "MaxTapTime"            "0"
EndSection

I do hope the other issues with the T60p aren't too serious, as I
ordered one yesterday.