Re: Disable touchpad on Dell E6410 (Squeeze)
- To: debian-laptop@lists.debian.org
- Subject: Re: Disable touchpad on Dell E6410 (Squeeze)
- From: ael <law_ence.dev@ntlworld.com>
- Date: Fri, 12 Nov 2010 11:58:38 +0000
- Message-id: <20101112115838.GA2246@elf.conquest>
- In-reply-to: <AANLkTinO7ON-9CnbP4_NB=VfdyDjxPcmSWXgsqt+hqvn@mail.gmail.com>
- References: <AANLkTikmburhUxr9v0L=DZWM9ZQOO9gJJTYzXZB5Ox2j@mail.gmail.com> <20101111141448.GA2267@elf.conquest> <AANLkTinO7ON-9CnbP4_NB=VfdyDjxPcmSWXgsqt+hqvn@mail.gmail.com>
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: