Problem with Synaptics Touchpad: Tapping does not work

From: Yoichi Aso (aso-pc_at_granite.phys.s.u-tokyo.ac.jp)
Date: 05/31/04

  • Next message: Jason Parks: "RE: Problem with Synaptics Touchpad: Tapping does not work"
    Date: Mon, 31 May 2004 08:11:15 +0900
    To: fedora-list@redhat.com
    
    

    Hi,

    My laptop has a Synaptics Touchpad and it worked fine with FC1, i.e. a
    tapping on the pad was recognized as a left click, and with a double
    tapping I could perform a drag.

    But after I upgraded to FC2, the system doesn't recognize tapping at all.
    Any tapping is just ignored, though I can still control the cursor
    position by the touchpad.

    Does any one have similar trouble or any suggestion ?

    My laptop is Panasonic CF-T2: CPU Centrino 1GHz, Memory 768MB.
    I also use a Logitech usb mouse as a pointer device.

    The following lines are excerpts from dmesg and xorg.conf which (I
    think) are related to this issue.

    Thanks in advance, Yoichi.

    ------------dmesg-------------
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    PCI: Setting latency timer of device 0000:00:1d.7 to 64
    ehci_hcd 0000:00:1d.7: irq 11, pci mem f00a4000
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    PCI: cache line size of 32 is not supported by device 0000:00:1d.7
    ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    USB Universal Host Controller Interface driver v2.2
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    PCI: Setting latency timer of device 0000:00:1d.0 to 64
    uhci_hcd 0000:00:1d.0: irq 9, io base 00001820
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    usbcore: registered new driver hiddev
    usbcore: registered new driver hid
    drivers/usb/input/hid-core.c: v2.0:USB HID core driver
    mice: PS/2 mouse device common for all mice
    i8042.c: Detected active multiplexing controller, rev 1.1.
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 port at 0x60,0x64 irq 12
    Synaptics Touchpad, model: 1
     Firmware: 5.9
     Sensor: 57
     new absolute packet format
     Touchpad has extended capability bits
     -> multifinger detection
     -> palm detection
    input: SynPS/2 Synaptics TouchPad on isa0060/serio4
    serio: i8042 KBD port at 0x60,0x64 irq 1
    input: AT Translated Set 2 keyboard on isa0060/serio0
    Advanced Linux Sound Architecture Driver Version 1.0.4rc2 (Tue Mar 30
    08:19:30 2004 UTC).
    PCI: Setting latency timer of device 0000:00:1f.5 to 64
    usb 2-1: new low speed USB device using address 2
    input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on
    usb-0000:00:1d.0-1

    ------------xorg.conf-----------------------------

    Section "ServerLayout"
            Identifier "single head configuration"
            Screen 0 "Screen0" 0 0
            InputDevice "Mouse0" "CorePointer"
            InputDevice "TouchPad" "AlwaysCore"
            InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    ---snip ----

    Section "InputDevice"
            Identifier "Mouse0"
            Driver "mouse"
            Option "Protocol" "IMPS/2"
            Option "Device" "/dev/input/mice"
            Option "ZAxisMapping" "4 5"
            Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
            Identifier "TouchPad"
            Driver "mouse"
            Option "Protocol" "PS/2"
            Option "Device" "/dev/psaux"
            Option "ZAxisMapping" "4 5"
            Option "Emulate3Buttons" "true"
    EndSection

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Jason Parks: "RE: Problem with Synaptics Touchpad: Tapping does not work"