Comment 40 for bug 132627

Revision history for this message
oren (orengolan) wrote :

machine: xubuntu 9.10, Dell Inspiron 11z
My touchpad works, but I try to delay or disable tap while I type.

I had no entry for touch in xorg. I added 2 sections and included the SHMConfig line and also added /etc/hal/fdi/policy/shmconfig.fdi but it didn't help - GSynaptics, touchfreeze and syndaemon don't work.

here is my xorg.conf:

Section "Device"
        Identifier "Configured Video Device"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Configured Video Device"
EndSection

Section "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
        Option "HorizScrollDelta" "0"
        Option "SHMConfig" "true"
EndSection

Section "ServerLayout"
        Identifier "Layout0"
        InputDevice "Synaptics Touchpad" "Core Pointer"
        Screen "Default Screen"
EndSection