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

Re: synaptics touchpad forgets configuration at start up



You need to edit your x-driver configuration in "/etc/X11/xorg.conf". I
mean the section inputdevice which controls your mouse. Attach some
synaptics-specific configurations there. You'll find my configuration
stated below.

Bye

Goran


Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "synaptics"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "SHMConfig"             "on"
        Option          "LeftEdge"              "120"
        Option          "RightEdge"             "830"
        Option          "TopEdge"               "120"
        Option          "BottomEdge"            "650"
        Option          "FingerLow"             "14"
        Option          "FingerHigh"            "15"
        Option          "MaxTapTime"            "180"
        Option          "MaxTapMove"            "110"
        Option          "MaxDoubleTapTime"      "180"
        Option          "ClickTime"             "100"
        Option          "EmulateMidButtonTime"  "75"
        Option          "VertScrollDelta"       "20"
        Option          "HorizScrollDelta"      "20"
        Option          "MinSpeed"              "0.2"
        Option          "MaxSpeed"              "0.5"
        Option          "AccelFactor"           "0.01"
        Option          "EdgeMotionMinZ"        "30"
        Option          "EdgeMotionMaxZ"        "160"
        Option          "EdgeMotionMinSpeed"    "15"
        Option          "EdgeMotionMaxSpeed"    "30"
        Option          "EdgeMotionUseAlways"   "0"
        Option          "UpDownScrolling"       "1"
        Option          "TouchpadOff"           "0"
        Option          "GuestMouseOff"         "1"
        Option          "LockedDrags"           "0"
        Option          "RTCornerButton"        "2"
        Option          "RBCornerButton"        "3"
        Option          "LTCornerButton"        "0"
        Option          "LBCornerButton"        "0"
        Option          "TapButton1"            "1"
        Option          "TapButton2"            "2"
        Option          "TapButton3"            "3"
        Option          "CircularScrolling"     "1"
        Option          "CircScrollDelta"       "0.1"
        Option          "CircScrollTrigger"     "8"
        Option          "CircularPad"           "0"
        Option          "CorePointer"           "true"
EndSection


Am Dienstag, den 17.10.2006, 04:59 -0700 schrieb roy.nico@free.fr:
> Hej everybody,
> 
> i have some troubles with my synaptics touchpad. Namely, by default it
> has a feature which i don't like (a sort of scrollling, when i touch
> the bottom part of the pad). I can switch it off, by running gsynaptics
> as root, and then uncheck "activate horizontal/vertical scrolling"
> (translation from french). This works perfectly, but this setting is
> forgotten as soon as i reboot.
> 
> Some idea will be welcome,
> 
> configuration  :debian testing, kde, Xorg 
> 
> regards, 
> 
> nicolas
> 
> 



Reply to: