* [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient
@ 2007-04-24 6:50 Alexander Skwar
2007-04-24 8:10 ` Matthias Guede
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Alexander Skwar @ 2007-04-24 6:50 UTC (permalink / raw
To: gentoo-user
Hello.
I'm having a hell of a time configuring my Synaptics Touchpad. Basically,
I'd like to disable the annoying "tapping" feature; with tapping, they
mean, that the user shortly "hits" (taps) the touchpad and this is then
interpreted as a click. This annoys the hell out of me, as I accidently
tap the touchpad when I type something and as a result, I continue to
type at the wrong location. Anyway, enough of the whining - I'd like to
disable tapping...
On various places on the internet, like http://linux-on-laptops.com/forum/showthread.php?t=112
or http://copland.udel.edu/~doke/dell_d810/, I found, that it should be
good enough, to add
Option "MaxTapTime" "0"
to the Section "InputDevice" in the xorg.conf file. As you can see in
my xorg.conf file at <http://askwar.pastebin.ca/453131>, I did that.
Nonetheless, I'm sadly still able to use that annoying tapping feature :(
As this did not work, I tried to use graphical configuration tools
like gsynaptics, ksynaptics or synclient to access the touchpad. All
of these tools require, that
Option "SHMConfig" "on"
is added to the xorg.conf. Instead of "on", I also tried "true", "1"
and "yes". None of these work - all the time, when I run one of the
aforementioned tools, I get an error message, stating something reg.
SHMConfig. For synclient, it is:
alexander@blattli ~ $ synclient -m 20
Can't access shared memory area. SHMConfig disabled?
I'm using on ~x86:
alexander@blattli /etc/X11 $ X -version
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.19-suspend2-r3.045 i686
Current Operating System: Linux blattli 2.6.19-suspend2-r3.neu.001 #3 Sun Apr 15 11:44:24 CEST 2007 i686
Build Date: 19 March 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Is anyone able to configure a Synaptics Touchpad? If so, any idea
what I'm doing wrong?
Thanks,
Alexander Skwar
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient
2007-04-24 6:50 [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient Alexander Skwar
@ 2007-04-24 8:10 ` Matthias Guede
2007-04-24 8:46 ` [gentoo-user] " Alexander Skwar
2007-04-24 9:16 ` [gentoo-user] " Michael Schreckenbauer
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Matthias Guede @ 2007-04-24 8:10 UTC (permalink / raw
To: gentoo-user
2007/4/24, Alexander Skwar <listen@alexander.skwar.name>:
> Hello.
>
> I'm having a hell of a time configuring my Synaptics Touchpad. Basically,
> I'd like to disable the annoying "tapping" feature; with tapping, they
> mean, that the user shortly "hits" (taps) the touchpad and this is then
> interpreted as a click. This annoys the hell out of me, as I accidently
> tap the touchpad when I type something and as a result, I continue to
> type at the wrong location. Anyway, enough of the whining - I'd like to
> disable tapping...
>
> On various places on the internet, like http://linux-on-laptops.com/forum/showthread.php?t=112
> or http://copland.udel.edu/~doke/dell_d810/, I found, that it should be
> good enough, to add
>
> Option "MaxTapTime" "0"
>
> to the Section "InputDevice" in the xorg.conf file. As you can see in
> my xorg.conf file at <http://askwar.pastebin.ca/453131>, I did that.
> Nonetheless, I'm sadly still able to use that annoying tapping feature :(
>
> As this did not work, I tried to use graphical configuration tools
> like gsynaptics, ksynaptics or synclient to access the touchpad. All
> of these tools require, that
>
> Option "SHMConfig" "on"
>
> is added to the xorg.conf. Instead of "on", I also tried "true", "1"
> and "yes". None of these work - all the time, when I run one of the
> aforementioned tools, I get an error message, stating something reg.
> SHMConfig. For synclient, it is:
>
> alexander@blattli ~ $ synclient -m 20
> Can't access shared memory area. SHMConfig disabled?
>
> I'm using on ~x86:
>
> alexander@blattli /etc/X11 $ X -version
>
> X Window System Version 7.2.0
> Release Date: 22 January 2007
> X Protocol Version 11, Revision 0, Release 7.2
> Build Operating System: Linux 2.6.19-suspend2-r3.045 i686
> Current Operating System: Linux blattli 2.6.19-suspend2-r3.neu.001 #3 Sun Apr 15 11:44:24 CEST 2007 i686
> Build Date: 19 March 2007
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> Module Loader present
>
> Is anyone able to configure a Synaptics Touchpad? If so, any idea
> what I'm doing wrong?
>
> Thanks,
>
> Alexander Skwar
>
> --
> gentoo-user@gentoo.org mailing list
>
>
This may not be exactly what you are looking for. But with
"ksynaptics" (kde-misc/ksynaptics) tapping can be disabled - and it
works, at least for me.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Cannot configure Synaptics Touchpad - Disabling Tapping & synclient
2007-04-24 8:10 ` Matthias Guede
@ 2007-04-24 8:46 ` Alexander Skwar
2007-04-24 18:08 ` Francesco Talamona
0 siblings, 1 reply; 7+ messages in thread
From: Alexander Skwar @ 2007-04-24 8:46 UTC (permalink / raw
To: gentoo-user
Matthias Guede <matthias.guede@googlemail.com> wrote:
> This may not be exactly what you are looking for. But with
> "ksynaptics" (kde-misc/ksynaptics) tapping can be disabled - and it
> works, at least for me.
With gsynaptics, tapping can be disabled as well. But how do
I use ksynaptics with XFCE?
Alexander Skwar
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient
2007-04-24 6:50 [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient Alexander Skwar
2007-04-24 8:10 ` Matthias Guede
@ 2007-04-24 9:16 ` Michael Schreckenbauer
2007-04-24 10:20 ` Benno Schulenberg
2007-04-24 10:47 ` Bo Ørsted Andresen
3 siblings, 0 replies; 7+ messages in thread
From: Michael Schreckenbauer @ 2007-04-24 9:16 UTC (permalink / raw
To: gentoo-user
Am Dienstag, 24. April 2007 schrieb Alexander Skwar:
> Hello.
> alexander@blattli ~ $ synclient -m 20
> Can't access shared memory area. SHMConfig disabled?
> I'm using on ~x86:
are you shure, your server uses the "right" input section to drive your pad?
Also verify, x11-drivers/synaptics is installed and loaded by X.
> Thanks,
> Alexander Skwar
Hth,
Michael
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient
2007-04-24 6:50 [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient Alexander Skwar
2007-04-24 8:10 ` Matthias Guede
2007-04-24 9:16 ` [gentoo-user] " Michael Schreckenbauer
@ 2007-04-24 10:20 ` Benno Schulenberg
2007-04-24 10:47 ` Bo Ørsted Andresen
3 siblings, 0 replies; 7+ messages in thread
From: Benno Schulenberg @ 2007-04-24 10:20 UTC (permalink / raw
To: gentoo-user
Alexander Skwar wrote:
> I'm having a hell of a time configuring my Synaptics Touchpad.
> Basically, I'd like to disable the annoying "tapping" feature;
Option "TapButton0" "0"
Option "TapButton1" "0"
Option "TapButton2" "0"
And restart X.
Benno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient
2007-04-24 6:50 [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient Alexander Skwar
` (2 preceding siblings ...)
2007-04-24 10:20 ` Benno Schulenberg
@ 2007-04-24 10:47 ` Bo Ørsted Andresen
3 siblings, 0 replies; 7+ messages in thread
From: Bo Ørsted Andresen @ 2007-04-24 10:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2231 bytes --]
On Tuesday 24 April 2007 08:50:52 Alexander Skwar wrote:
> Hello.
>
> I'm having a hell of a time configuring my Synaptics Touchpad. Basically,
> I'd like to disable the annoying "tapping" feature; with tapping, they
> mean, that the user shortly "hits" (taps) the touchpad and this is then
> interpreted as a click. This annoys the hell out of me, as I accidently
> tap the touchpad when I type something and as a result, I continue to
> type at the wrong location. Anyway, enough of the whining - I'd like to
> disable tapping...
>
> On various places on the internet, like
> http://linux-on-laptops.com/forum/showthread.php?t=112 or
> http://copland.udel.edu/~doke/dell_d810/, I found, that it should be good
> enough, to add
>
> Option "MaxTapTime" "0"
>
> to the Section "InputDevice" in the xorg.conf file. As you can see in
> my xorg.conf file at <http://askwar.pastebin.ca/453131>, I did that.
> Nonetheless, I'm sadly still able to use that annoying tapping feature :(
From askwar.pastebin.ca/453131:
Section "ServerLayout"
[SNIP]
InputDevice "Maus" "CorePointer"
#InputDevice "Synaptics" "AlwaysCore"
# InputDevice "Maus" "AlwaysCore"
# InputDevice "Synaptics" "CorePointer"
[SNIP]
Section "Module"
[SNIP]
# Load "synaptics"
Which shows that both the loading of the synaptics driver and the synaptics
inputdevice under serverlayout are commented. Not sure if this is just a
mistake in what you pasted or if it's the actual cause...
A MaxTapTime of 0 does work for me. From `man synaptics` :
TouchpadOff (Integer)
Switch off the touchpad. Valid values are:
[...]
2 Only tapping and scrolling is switched off
Sounds like that too is what you want.
Also I'm wondering why you would use the synaptics driver at all if you don't
want any of it's features. At least on my laptop the ordinary mouse driver
works fine for the touchpad if it wasn't for the fact that I do want those
features.. ;)
Finally just to be absolutely certain that you're editing the right config
file..
# grep "Using config" /var/log/Xorg.0.log
--
Bo Andresen
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Cannot configure Synaptics Touchpad - Disabling Tapping & synclient
2007-04-24 8:46 ` [gentoo-user] " Alexander Skwar
@ 2007-04-24 18:08 ` Francesco Talamona
0 siblings, 0 replies; 7+ messages in thread
From: Francesco Talamona @ 2007-04-24 18:08 UTC (permalink / raw
To: gentoo-user
On Tuesday 24 April 2007, Alexander Skwar wrote:
> Matthias Guede <matthias.guede@googlemail.com> wrote:
> > This may not be exactly what you are looking for. But with
> > "ksynaptics" (kde-misc/ksynaptics) tapping can be disabled - and it
> > works, at least for me.
>
> With gsynaptics, tapping can be disabled as well. But how do
> I use ksynaptics with XFCE?
>
> Alexander Skwar
Xfce isn't so picky :-)
Even if you haven't KDE few packages are required:
aemaeth ~ # emerge -pe ksynaptics | grep "\ kde"
[ebuild R ] kde-base/arts-3.5.5
[ebuild R ] kde-base/kdelibs-3.5.6-r5
[ebuild N ] kde-misc/ksynaptics-0.3.1 USE="arts -debug -xinerama"
But there are 94 for x11-* ...
YMMV: this result is dependent on the flags set in my system, maybe arts
can be avoided.
Ciao
Francesco
--
Linux Version 2.6.20-gentoo-r6, Compiled #2 PREEMPT Fri Apr 20 17:31:11
CEST 2007
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2003.99 Bogomips Total
aemaeth
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-04-24 18:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-24 6:50 [gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient Alexander Skwar
2007-04-24 8:10 ` Matthias Guede
2007-04-24 8:46 ` [gentoo-user] " Alexander Skwar
2007-04-24 18:08 ` Francesco Talamona
2007-04-24 9:16 ` [gentoo-user] " Michael Schreckenbauer
2007-04-24 10:20 ` Benno Schulenberg
2007-04-24 10:47 ` Bo Ørsted Andresen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox