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

Re: Turning off touchpad "scroll"



On Thu, Aug 21, 2008 at 12:27 PM, Curt Howland <Howland@priss.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi. Up to date Sid.
>
> Back before the recent changes in X, I had put this in my xorg.conf:
>
> Section "InputDevice"
>        Identifier      "Synaptics Touchpad"
>        Driver          "synaptics"
>        Option          "SendCoreEvents"        "true"
>        Option          "Device"                "/dev/psaux"
>        Option          "Protocol"              "auto-dev"
>        Option          "VertEdgeScroll"        "false"
>        Option          "HorizEdgeScroll"       "false"
> EndSection
>
> and the very annoying "scroll" areas were gloriously gone.
>
> But now, after the change in X where most of the specific
> configuration options are autodetected, I'm back to having "scroll"
> areas.
>
> So I put the following into the only place available in the new
> xorg.conf
>
> Section "InputDevice"
>        Identifier      "Configured Mouse"
>        Driver          "mouse"
>        Option          "VertEdgeScroll"        "false"
>        Option          "HorizEdgeScroll"       "false"
> EndSection
>
> but the annoying "scroll" remains.
>
> Suggestions?

Curt, did you get this fixed? If not, does adding the line:

Option "TouchpadOff" "1"

switch off your touchpad completely?

Jaime


Reply to: