You are not logged in.

#1 2009-08-20 13:02:55

k0r0v
Member
Registered: 2009-08-20
Posts: 1

Acer Aspire One D250-0bk Touchpad

I can't get the touchpad working on Acer Aspire One D250-0bk netbook. Info follows.

/etc/X11/xorg.conf:

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
    InputDevice    "USB Mouse" "CorePointer"
        InputDevice    "SynapticsTouchpad" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
        Load "synaptics"
        ...
EndSection

Section "InputDevice"
       Identifier "SynapticsTouchpad"
       Driver     "synaptics"
       Option     "Device" "/dev/input/psaux"
       Option     "Protocol" "auto-dev"
       Option  "SHMConfig"     "true"
       Option     "LeftEdge"  "1472"
       Option  "RightEdge"     "5472"
       Option  "TopEdge"       "1408"
       Option  "BottomEdge"    "4448"
       Option  "FingerLow"     "25"
       Option  "FingerHigh"    "30"
       Option  "MaxTapTime"    "180"
       Option  "MaxTapMove"    "220"
       Option  "VertScrollDelta" "100"
       Option  "MinSpeed"      "0.02"
       Option  "MaxSpeed"      "0.18"
       Option  "AccelFactor"   "0.0015"
       Option  "ClickFinger1"  "1"
       Option  "ClickFinger2"  "0"
       Option  "ClickFinger3"  "0"
       Option  "HorizTwoFingerScroll"  "0"
       Option  "VertTwoFingerScroll"   "0"
       Option  "HorizScrollDelta"      "100"
       Option  "PressureMotionMinZ"    "10"
       Option  "FingerPress"   "256"
       Option  "PalmDetect"    "0"
       Option  "PalmMinWidth"  "10"
       Option  "PalmMinZ"      "200"
       Option  "MaxDoubleTapTime"      "200"
       Option  "TapButton1"    "1"
       Option  "TapButton2"    "2"
       Option  "TapButton3"    "0"
       Option  "RTCornerButton"        "2"
       Option  "RBCornerButton"        "3"
       Option  "LTCornerButton"        "0"
       Option  "LBCornerButton"        "0"
       Option  "CircularScrolling"     "0"
       Option  "HorizEdgeScroll"       "0"
       Option  "VertEdgeScroll"        "0"
EndSection

/var/log/Xorg.0.log:

(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
...
(II) Synaptics touchpad driver version 1.1.2
(--) SynapticsTouchpad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(II) SynapticsTouchpad: x-axis range 1472 - 5472
(II) SynapticsTouchpad: y-axis range 1408 - 4448
(II) SynapticsTouchpad: pressure range 0 - 255
(II) SynapticsTouchpad: finger width range 0 - 0
(II) SynapticsTouchpad: buttons: left right middle
(**) Option "SHMConfig" "true"
(**) Option "LeftEdge" "1472"
(**) Option "RightEdge" "5472"
(**) Option "TopEdge" "1408"
(**) Option "BottomEdge" "4448"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(**) Option "TapButton1" "1"
(**) Option "MinSpeed" "0.02"
(**) Option "MaxSpeed" "0.18"
(**) Option "AccelFactor" "0.0015"
(--) SynapticsTouchpad: touchpad found
(**) Option "SendCoreEvents"
(**) SynapticsTouchpad: always reports core events
(II) XINPUT: Adding extended input device "SynapticsTouchpad" (type: TOUCHPAD)
(**) SynapticsTouchpad: (accel) keeping acceleration scheme 1
(**) SynapticsTouchpad: (accel) filter chain progression: 2.00
(**) SynapticsTouchpad: (accel) filter stage 0: 20.00 ms
(**) SynapticsTouchpad: (accel) set acceleration profile 0
(--) SynapticsTouchpad: touchpad found

hal-device output:

31: udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input'
  linux.subsystem = 'input'  (string)
  input.device = '/dev/input/event9'  (string)
  input.product = 'SynPS/2 Synaptics TouchPad'  (string)
  input.x11_options.TapButton1 = '1'  (string)
  input.x11_driver = 'synaptics'  (string)
  input.x11_options.TapButton2 = '2'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port'  (string)
  input.x11_options.TapButton3 = '3'  (string)
  linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input9/event9'  (string)
  info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port'  (string)
  info.subsystem = 'input'  (string)
  info.product = 'SynPS/2 Synaptics TouchPad'  (string)
  info.category = 'input'  (string)
  info.capabilities = { 'input', 'input.touchpad' } (string list)
  linux.device_file = '/dev/input/event9'  (string)
  info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
pacman -Qs xf86-input
local/xf86-input-evdev 2.2.4-1 (xorg-input-drivers)
    X.org evdev input driver
local/xf86-input-keyboard 1.3.2-2 (xorg-input-drivers)
    X.Org keyboard input driver
local/xf86-input-mouse 1.4.0-2 (xorg-input-drivers)
    X.org mouse input driver
local/xf86-input-synaptics 1.1.2-2 (xorg-input-drivers)
    synaptics driver for notebook touchpads
Xorg -version

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686 
Current Operating System: Linux localhost 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
Build Date: 14 August 2009  11:31:10AM

Any ideas on what can be wrong?


UPD:
Forget it) Fn+F7 to enable touch pad...

Last edited by k0r0v (2009-08-20 17:03:25)

Offline

Board footer

Powered by FluxBB