[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dell 700m Touchpad problem - TAP isn't recognized



Hi Jerome

Thanks, it worked. I will explain in detail what I have done, hopefuly 
somebody else will find it useful.

Instal the package

apt-get install xfree86-driver-synaptics

Input the following lines to the XF86Config-4 file under the Section "Module"

Load    "synaptics"

Input the following entry by the Input Devices

Section "InputDevice"
        Driver        "synaptics"
        Identifier    "Mouse[1]"
        Option        "Device"        "/dev/psaux"
        Option        "Protocol"      "auto-dev"
        Option        "LeftEdge"      "1700"
        Option        "RightEdge"     "5300"
        Option        "TopEdge"       "1700"
        Option        "BottomEdge"    "4200"
        Option        "FingerLow"     "25"
        Option        "FingerHigh"    "30"
        Option        "MaxTapTime"    "180"
        Option        "MaxTapMove"    "220"
        Option        "VertScrollDelta" "100"
        Option        "MinSpeed"      "0.06"
        Option        "MaxSpeed"      "0.12"
        Option        "AccelFactor" "0.0010"
#       Option        "SHMConfig"     "on"
#       Option        "Repeater"      "/dev/ps2mouse"
EndSection


Now go to the bottom to the  Section "ServerLayout"

Insert a line 

InputDevice     "Mouse[1]" "CorePointer"

and also comment out the "Configured Mouse" line

#       InputDevice     "Configured Mouse"

Restart X and voila

Ben



Jerome B Wrote:

maybe try this : 

xfree86-driver-synaptics - Synaptics TouchPad driver for XFree86 server



On Tue, 14 Dec 2004 15:13:16 -0800, Benedek Frank <linux@celifornia.com> 
wrote:
> Hi
> 
> I have a Dell Inspiron laptop, which works mostly with Debian Sarge. One 
thing
> that bothers me, is that the touchpad wont recognize the TAP of a finger. 
For
> example, I cannot click with the touchpad itself, but I have to press the
> buttons below the touchpad. Does anybody experienced this?
> 
> Here is my XF86Config-4
> 
> Thanks
> 
> BEN
> 
> Section "Files"
>         FontPath        "unix/:7100"                    # local font server
>         # if the local font server has problems, we can fall back on these
>         FontPath        "/usr/lib/X11/fonts/misc"
>         FontPath        "/usr/lib/X11/fonts/cyrillic"
>         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
>         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
>         FontPath        "/usr/lib/X11/fonts/Type1"
>         FontPath        "/usr/lib/X11/fonts/CID"
>         FontPath        "/usr/lib/X11/fonts/Speedo"
>         FontPath        "/usr/lib/X11/fonts/100dpi"
>         FontPath        "/usr/lib/X11/fonts/75dpi"
> EndSection
> 
> Section "Module"
>         Load    "GLcore"
>         Load    "bitmap"
>         Load    "dbe"
>         Load    "ddc"
>         Load    "dri"
>         Load    "extmod"
>         Load    "freetype"
>         Load    "glx"
>         Load    "int10"
>         Load    "record"
>         Load    "speedo"
>         Load    "type1"
>         Load    "vbe"
> EndSection
> 
> Section "InputDevice"
>         Identifier      "Generic Keyboard"
>         Driver          "keyboard"
>         Option          "CoreKeyboard"
>         Option          "XkbRules"      "xfree86"
>         Option          "XkbModel"      "pc104"
>         Option          "XkbLayout"     "us"
> EndSection
> 
> Section "InputDevice"
>         Identifier      "Configured Mouse"
>         Driver          "mouse"
>         Option          "CorePointer"
>         Option          "Device"                "/dev/psaux"
>         Option          "Protocol"              "ImPS/2"
>         Option          "Emulate3Buttons"       "true"
>         Option          "ZAxisMapping"          "4 5"
> EndSection
> Section "InputDevice"
>         Identifier      "Generic Mouse"
>         Driver          "mouse"
>         Option          "SendCoreEvents"        "true"
>         Option          "Device"                "/dev/input/mice"
>         Option          "Protocol"              "ImPS/2"
>         Option          "Emulate3Buttons"       "true"
>         Option          "ZAxisMapping"          "4 5"
> EndSection
> 
> Section "Device"
>         Identifier      "Generic Video Card"
>         Driver          "i810"
> EndSection
> 
> Section "Monitor"
>         Identifier      "Generic Monitor"
>         HorizSync       30-90
>         VertRefresh     50-160
>         Option          "DPMS"
>         # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
>         Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 
828
> -HSync +Vsync
> EndSection
> 
> Section "Screen"
>         Identifier      "Default Screen"
>         Device          "Generic Video Card"
>         Monitor         "Generic Monitor"
>         DefaultDepth    24
>         SubSection "Display"
>                 Depth           24
>                 Modes           "1280x800"
>         EndSubSection
> EndSection
> 
> Section "ServerLayout"
>         Identifier      "Default Layout"
>         Screen          "Default Screen"
>         InputDevice     "Generic Keyboard"
>         InputDevice     "Configured Mouse"
>         InputDevice     "Generic Mouse"
> EndSection
> 
> Section "DRI"
>         Mode    0666
> EndSection
> 
> --
> To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact 
listmaster@lists.debian.org
> 
>



Reply to: