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

Problem/regression on ETPS elantech touchpad



  Hi all,
after last upgrade of Squeeze i am in severe troubles with my touchpad:

cat /proc/bus/input/devices | grep ETPS
N: Name="ETPS/2 Elantech Touchpad"

Above all I can't find an usable (not "confortable" or "more usable"!) set of scrolling options... Since this upgrade the touchpad woked out of the box, and now I created a

/etc/X11/xorg.conf.d/20-touchpad.conf:
Section "InputClass"
        Identifier      "Touchpad"                      # required
        MatchIsTouchpad "yes"                           # required
        Driver          "synaptics"                     # required
        Option          "SHMConfig"             "true"
        Option          "MinSpeed"              "0.5"
        Option          "MaxSpeed"              "1.0"
        Option          "AccelFactor"           "0.075"
        Option          "TapButton1"            "1"
        Option          "TapButton2"            "2"     # multitouch
        Option          "TapButton3"            "3"     # multitouch
        Option          "VertTwoFingerScroll"   "true"     # multitouch
        Option          "HorizTwoFingerScroll"  "true"     # multitouch
        Option          "VertScrollDelta"       "70"
        Option          "HorizScrollDelta"      "70"
        Option          "UpDownScrolling"       "false"
        Option          "LeftRightScrolling"    "false"
#        Option          "VertEdgeScroll"        "1"
#        Option          "CoastingSpeed"         "0"
#        Option          "CornerCoasting"        "true"
#        Option          "CircularScrolling"     "true"
#       Option           "CircScrollDelta"      "30"
#        Option          "CircScrollTrigger"     "1"
#        Option          "EdgeMotionUseAlways"   "0"
#        Option          "LBCornerButton"        "0"     # set as 8 for browser "back" btn
#        Option          "RBCornerButton"        "0"     # set as 9 browser "forward" btn
EndSection

here the last version.

In Xorg log there is indeed something veryvery strange:
(II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7)
(**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
(**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
(**) ETPS/2 Elantech Touchpad: Applying InputClass "Touchpad"
(II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
(II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
(II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
(II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
(II) ETPS/2 Elantech Touchpad: buttons: left right middle double triple
(--) ETPS/2 Elantech Touchpad: touchpad found
(**) ETPS/2 Elantech Touchpad: always reports core events
(II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
(**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
(**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
(**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
(**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
(--) ETPS/2 Elantech Touchpad: touchpad found
(II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
(**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
(**) ETPS/2 Elantech Touchpad: Applying InputClass "Touchpad"
ETPS/2 Elantech Touchpad no synaptics event device found
(--) ETPS/2 Elantech Touchpad: no supported touchpad found
(EE) ETPS/2 Elantech Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "ETPS/2 Elantech Touchpad"
(--) ETPS/2 Elantech Touchpad: touchpad found
(--) ETPS/2 Elantech Touchpad: touchpad found

actually i'm referring to the EE lines...

Someone having the same problem out there?

Thx, Pier Paolo.

Reply to: