On Mon, 18 Jan 2010 09:47:00 +0100 giggzounet <[email protected]> wrote:
> Hi, > > I have Lenny with backports on the 1201N. I'm running unter the 2.6.30 of > lenny backports. The two finger scrolling doesn't work at all unter X (with > e17 as wm). I have enable it in my xorg.conf : just a thought - is there a reason for not using the sid repositories? the 1201N is bleeding edge hardware... you'd expect to find the best support for it in experimental. > > Option "SHMConfig" "on" > Option "VertTwoFingerScroll" "1" > Option "HorizTwoFingerScroll" "1" > > then restart X. nothing...I have tested with a more recent kernel (2.6.32 of > sid), it doesn't work too. > I have installed gsynaptics and it doesn't work too. > > Is Lenny too old for the two fingers scrolling ? > > I have read a few pages on elantech touchpad...How can I know, if the 1201N > has or hasn't an elantech touchpad ? > check http://wiki.debian.org/DebianEeePC/HowTo/ElantechTouchpad ... try #cat /proc/bus/input/devices ... on my 901 shows I: Bus=0011 Vendor=0002 Product=000e Version=0000 N: Name="ETPS/2 Elantech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input6 U: Uniq= H: Handlers=mouse0 event6 B: EV=f B: KEY=6420 0 70000 0 0 0 0 0 0 0 0 B: REL=3 B: ABS=f0003 or hal # hal-device $(hal-find-by-capability --capability input.touchpad) udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' linux.hotplug_type = 2 (0x2) (int) linux.subsystem = 'input' (string) input.device = '/dev/input/event6' (string) input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string) input.product = 'ETPS/2 Elantech Touchpad' (string) input.x11_options.HorizTwoFingerScroll = '1' (string) input.x11_options.TapButton1 = '1' (string) input.x11_options.VertTwoFingerScroll = '1' (string) input.x11_options.TapButton3 = '3' (string) input.x11_options.TapButton2 = '2' (string) info.subsystem = 'input' (string) info.product = 'ETPS/2 Elantech Touchpad' (string) linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input6/event6' (string) info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string) info.category = 'input' (string) info.capabilities = { 'input', 'input.mouse', 'input.touchpad' } (string list) info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' (string) linux.device_file = '/dev/input/event6' (string) if you are using lenny repositories this may not apply, but check which versions of xserver-xorg-core and xserver-xorg-input-synaptics you are using... for the latest ones I had to use udev rules instead of hal .fdi policy file. I use synclient rather than gsynaptics to test from the commandline. Shawn > Best regards, > Guillaume -- Shawn Lamson shawn /dot/ lamson /at/ att /dot/ net _______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
