public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Iain Buchanan <iaindb@netspace.net.au>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] [SOLVED] synaptic touchpad stopped scrolling!
Date: Wed, 26 Nov 2008 12:53:37 +0930	[thread overview]
Message-ID: <492CC139.3090007@netspace.net.au> (raw)
In-Reply-To: <20081125150016.GA32757@darling.DHCP-GERAL>

j.romildo@gmail.com wrote:
> On Tue, Nov 25, 2008 at 11:14:51PM +0930, Iain Buchanan wrote:
>> Hi,
>>
>> I can't live without my touchpad extentions (scrolling, tap to click,
>> etc).  All provided somehow by the synaptics driver, but I've never
>> really looked into how.
>>
>> Recently I noticed it stopped working but I don't know what I've changed
>> as I've been docked for so long with a usb mouse.

[snip]

> Yesterday I was just looking for a solution to this same problem on my
> notebook.
>
> I have found out that synaptics now defaults to dual finger scrolling
> (see the man mage), and tap to click is off by default. I have added the
> following in my configuration file:

hm, I don't like it when defaults change so dramatically!  So the 
problem wasn't evdev / hal related.  Why on earth would tap to click be 
turned off by default now?

Two finger scrolling was on, but "broken" on the new synaptic driver, as 
every time I scroll up, then lift my finger off, it scrolls down further 
than I can scroll up!

Even the acceleration had changed to make it unusable.  I've left the 
evdev mouse driver as a second mouse to catch all usb mice, and I have 
my touchpad as the default:

Section "InputDevice"
     Identifier     "Synaptic Touchpad"
     Driver         "synaptics"
     Option         "Device" "/dev/input/mouse0"
     Option         "SendCoreEvents" "true"
     Option         "Protocol" "auto-dev"

     # turn on finger tap:
     Option		"TapButton1" "1"       # Left button

     # don't use two finger scrolling:
     Option "VertTwoFingerScroll" "false"
     Option "HorizTwoFingerScroll" "false"

     # use edge scroll areas:
     Option "VertEdgeScroll" "true"
     Option "HorizEdgeScroll" "true"

     #continue scrolling when touchpad end reached
     Option "CornerCoasting" "true"
     Option "CoastingSpeed" "2"

     #set speed and accel:
     Option	    "MinSpeed" "0.20"
     Option	    "MaxSpeed" "0.60"
     Option	    "AccelFactor" "0.020"
EndSection

Note I only used TapButton1, not 2 and 3, as I want to double tap for a 
double click, not double tap for a midle/right click.

thanks for all the suggestions!
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Binary, adj.:
	Possessing the ability to have friends of both sexes.



  reply	other threads:[~2008-11-26  3:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-25 13:44 [gentoo-user] synaptic touchpad stopped scrolling! Iain Buchanan
2008-11-25 14:55 ` Florian Philipp
2008-11-25 15:21   ` Jorge Peixoto de Morais Neto
2008-11-25 15:28     ` Jorge Peixoto de Morais Neto
2008-11-25 21:30       ` Florian Philipp
2008-11-25 14:59 ` Uwe
2008-11-25 15:00 ` j.romildo
2008-11-26  3:23   ` Iain Buchanan [this message]
2008-11-25 17:32 ` Andrey Vul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=492CC139.3090007@netspace.net.au \
    --to=iaindb@netspace.net.au \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox