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

Touchpad with seperate wheel, wheel does not work anymore



Hi list,

I own a Toshiba Satellite Pro 2100 with an ALPS Touchpad installed. This
one works almost perfect now, except the seperate wheel between the
buttons does not work anymore. I can choose to use the synaptics driver
to use all touchpad specific features (including scrolling on the right
or bottom edges for vertical and horizontal movement) without the
seperate wheel working, or to use the normal mouse driver, without
tochpad specific features but the wheel works. Somehow annoying.

I played around a bit with the xorg.conf, several device sections,
several orders of them, several options, several devices used
(from /dev/psaux to udev style /dev/input/*, different button statements
(from 5 up to 11), with and without ZAxisMapping, and nothing seems to
work. So either the wheel with driver mouse or with driver "synaptics"
with emulated wheel on the pads edges... not both at the same time. If I
start xev with driver synaptics loaded I even don't get any events for
the wheel.

Any ideas? Any help is appreciated! As a starting point I paste my
touchpad section underneath.

greetings
Michael

P.S.: as a side note, I use sometimes an USB mouse, this mouse works
too, I just neeed to add another device section with /dev/input/mice as
device.

Section "InputDevice"
       Driver          "synaptics"
       Identifier      "ALPS Touchpad"
       Option          "Protocol"      "auto-dev"
       Option          "Device"        "/dev/input/mouse1"
       Option          "LeftEdge"      "150"
       Option          "RightEdge"     "900"
       Option          "TopEdge"       "170"
       Option          "BottomEdge"    "680"
       Option          "FingerLow"     "25"
       Option          "FingerHigh"    "30"
       Option          "MaxTapTime"    "180"
       Option          "MaxTapMove"    "110"
       Option          "EmulateMidButtonTime"  "75"
       Option          "VertScrollDelta"       "50"
       Option          "HorizScrollDelta"      "50"
       Option          "MinSpeed"      "0.35"
       Option          "MaxSpeed"      "0.75"
       Option          "AccelFactor"   "0.15"
       Option          "EdgeMotionMinSpeed"    "500"
       Option          "EdgeMotionMaxSpeed"    "500"
       Option          "RTCornerButton"        "3"
       Option          "LTCornerButton"        "2"
       Option          "LockedDrags"           "0"
       Option          "UpDownScrolling"       "1"
       Option          "TouchPadOff"           "Off"
       Option          "SHMConfig"             "On"
       Option          "CircularScrolling"     "0"
       Option          "PalmDetect"    "1"
       Option          "PalmMinWidth"  "10"
       Option          "PalmMinZ"      "20"
#       Option          "ZAxisMapping"          "4 5
#       Option          "Buttons"               "11"
EndSection




Reply to: