public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: j.romildo@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] synaptic touchpad stopped scrolling!
Date: Tue, 25 Nov 2008 13:00:16 -0200	[thread overview]
Message-ID: <20081125150016.GA32757@darling.DHCP-GERAL> (raw)
In-Reply-To: <492C0153.20500@netspace.net.au>

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.
> 
> I've had the same section layout for aaaages:
> Section "InputDevice"
>     Identifier     "Synaptic Touchpad"
>     Driver         "synaptics"
>     Option         "Device" "/dev/input/mouse0"
>     Option         "SendCoreEvents" "true"
>     Option         "Protocol" "auto-dev"
> EndSection
[...]
> 
> I'm sure theres some simple USE flag or option that I need to use but I 
> can't find it!  More to the point I would like to understand why it 
> worked for so long but doesn't now (I've been using a similar xorg.conf 
> file for... a long time!).
> 
> any suggestions?

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:

Section "InputDevice"
	Identifier	"Touchpad"
	Driver		"synaptics"
	Option		"Device" "/dev/input/mice"
	Option		"Protocol" "auto-dev"
	Option		"Emulate3Buttons" "yes"
	Option		"SendCoreEvents" "true"
	Option		"SHMConfig" "true"
	Option		"TapButton1" "1"       # Left button
	#Option		"TapButton2" "2"       # Right button
	#Option		"TapButton3" "3"       # Middle button
EndSection

Romildo



  parent reply	other threads:[~2008-11-25 18:34 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 [this message]
2008-11-26  3:23   ` [gentoo-user] [SOLVED] " Iain Buchanan
2008-11-25 17:32 ` [gentoo-user] " 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=20081125150016.GA32757@darling.DHCP-GERAL \
    --to=j.romildo@gmail.com \
    --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