You are not logged in.

#1 2008-07-10 17:16:04

caldwellbailey
Member
Registered: 2008-05-27
Posts: 8

Disabling scroll bar and only having 2 finger scrolling

Hi I was wondering if you could disable the one finger scrollbar for synaptics and just have the two finger scroll enabled.

Thanks

Offline

#2 2008-07-11 12:31:00

Gluffs
Member
Registered: 2008-01-25
Posts: 25

Re: Disabling scroll bar and only having 2 finger scrolling

Try putting Left and Right edge at same value, i tried it on my synaptics config and it worked fine, whit this config i only have 2 finger scroll.

Section "InputDevice"
    Identifier    "Touchpad"
    Driver        "synaptics"
    Option    "Device"    "/dev/input/mouse0"
    Option    "Protocol"    "auto-dev"
#    Option    "LeftEdge"    "1700"
#    Option    "RightEdge"    "5300"
    Option    "LeftEdge"    "6143"
    Option    "RightEdge"    "6143"
    Option    "TopEdge"    "1700"
    Option    "BottomEdge"    "4200"
    Option    "FingerLow"    "25"
    Option    "FingerHigh"    "30"
    Option    "MaxTapTime"    "180"
    Option    "MaxTapMove"    "220"
    Option    "VertScrollDelta" "100"
    Option    "MinSpeed"    "0.06"
    Option    "MaxSpeed"    "0.24"
    Option    "AccelFactor"    "0.0020"
    Option    "SHMConfig"    "on"
    Option    "VertTwoFingerScroll"    "1"
EndSection

And to restore the scroll you just change the active Edges

The value 6143 is taken from synaptics official guide
http://www.synaptics.com/decaf/utilities/ACF126.pdf

Last edited by Gluffs (2008-07-11 12:35:57)

Offline

Board footer

Powered by FluxBB