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

Re: touchpad too sensitive



On Fri, Jul 29, 2005 at 12:27:12PM -0600, Andy Dolbey wrote:
> I thought I had loaded the synaptics driver, but it was the "synaptic
> package manager" I had loaded.   Different piece altogether.

Truly. You'll want the driver, then, not the package manager (although that's
fine, too).

> Section "InputDevice"
>         Identifier      "Configured Mouse"
>         Driver          "mouse"
>         Option          "CorePointer"
>         Option          "Device"                "/dev/input/mice"
>         Option          "Protocol"              "ImPS/2"
>         Option          "Emulate3Buttons"       "true"
>         Option          "ZAxisMapping"          "4 5"
> EndSection

My Thinkpad has three InputDevice sections: one for the keyboard, one for the
mouse, and another for the touchpad:

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

> The MinSpeed, MaxSpeed, AccelFactor you mention were not included
> during the debian sarge install.  Nor was the synaptics driver.  I'll
> look into these today.

I don't have those configured, either, but they'd be used to tune the speed, I
think. My touchpad sensitivity was fine out of the box, though...

-- 

Will Maier



Reply to: