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

Re: Disable touchpad on Dell E6410 (Squeeze)



On Fri, Nov 12, 2010 at 09:16:15AM +0200, Johann Spies wrote:
> On 11 November 2010 16:14, ael <law_ence.dev@ntlworld.com> wrote:
> 
> > Both of those were used by older versions of xorg for a while.
> > Either one or the other, not both together. I can't remember the
> 
> I did not look there :)  I did not even know about the .fdi-files.  In
> the past I just configured my xorg.conf and it did the job.

On reflection, there is another possibility: you do realise the
syntax of xorg.conf has changed? man xorg.conf. 
Here is the section that I use (on this netbook):

-----------------------------------------------------
Section "InputClass"

        Identifier      "SynPS/2 Synaptics TouchPad"

        Option  "LeftEdge"      "1700"
        Option  "RightEdge"     "5700"
        Option  "TopEdge"       "1700"
        Option  "BottomEdge"    "5100"
        Option  "FingerLow"     "25"
        Option  "FingerHigh"    "30"
        Option  "MaxTapTime"    "180"
        Option  "MaxTapMove"    "220"
        Option  "VertScrollDelta"       "100"
        Option  "MinSpeed"      "0.09"
        Option  "MaxSpeed"      "0.6"
        Option  "HorizEdgeScroll"       "true"
        Option  "TapButton1"    "1"
        Option  "SHMConfig"     "true"
EndSection

------------------------------------------------------------
As I recall, the Identifier has to match what lshal finds.

ael


Reply to: