Synaptics Touchpad problems

Derek Broughton news at pointerstop.ca
Fri Feb 3 14:04:43 UTC 2006


L.V.Gandhi wrote:

> On 2/2/06, Derek Broughton <news at pointerstop.ca> wrote:
>> L.V.Gandhi wrote:
>>
>> > On 1/30/06, Derek Broughton <news at pointerstop.ca> wrote:
>> >
>> >> Wouldn't surprise me.  Dell has moved from using Synaptics to ALPS. 
>> >> They both use the same driver, but the configuration can be slightly
>> >> different for the ALPS.
>> > I have dell inspiron 600m. Has anybody got touchpad working properly
>> > with (k)ubuntu? If so kindly help me what should be done. I have
>> > installed kynaptics also. I have kde3.5 and tried but without any
>> > sucess.
>>
>> Assuming it's using the same ALPS touchpad as the 6000, make sure you
>> have ksynaptics installed and look
>> at /usr/share/doc/xserver-xorg-input-synaptics/README.alps.  It worked
>> for me.
> I have edited /etc/X11/xorg.conf as per the file. but file location in
> kubuntu is
> vgandhi at lvgdell600m:~$ ls -l
> /usr/share/doc/xorg-driver-synaptics/README.alps

Right - that's an old driver. I'm using dapper. Note the change from
xorg-driver-synaptics to xserver-xorg-input-synaptics.  

I haven't configured anything in ksynaptics, just used the defaults, but
without ksynaptics installed, my touchpad acceleration was much too slow.

Here's the important stuff in xorg.conf - it may not be optimal, but I just
took it straight from the README.alps settings:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
  Driver        "synaptics"
  Identifier    "alps"
        Option          "SendCoreEvents"        "true"
  Option        "Device"                "/dev/psaux"
  Option        "Protocol"              "auto-dev"
  Option        "LeftEdge"              "120"
  Option        "RightEdge"             "830"
  Option        "TopEdge"               "120"
  Option        "BottomEdge"            "650"
  Option        "FingerLow"             "14"
  Option        "FingerHigh"            "15"
  Option        "MaxTapTime"            "180"
  Option        "MaxTapMove"            "110"
  Option        "EmulateMidButtonTime"  "75"
  Option        "VertScrollDelta"       "20"
  Option        "HorizScrollDelta"      "20"
  Option        "MinSpeed"              "0.3"
  Option        "MaxSpeed"              "0.75"
  Option        "AccelFactor"           "0.015"
  Option        "EdgeMotionMinSpeed"    "200"
  Option        "EdgeMotionMaxSpeed"    "200"
  Option        "UpDownScrolling"       "1"
  Option        "CircularScrolling"     "1"
  Option        "CircScrollDelta"       "0.1"
  Option        "CircScrollTrigger"     "2"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "alps"
EndSection

-- 
derek





More information about the ubuntu-users mailing list