[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2012-05-08 Thread Bug Watch Updater
** Changed in: xserver-xorg-input-synaptics (Debian) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/133060 Title: Synaptic touchpad fails to register some of

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2011-02-02 Thread To Do
That code works for me too except that the id is not always the same: sometimes it's 11 and sometimes it's 10. So I have to check each time with xinput list and then pass the xinput command. I tried creating a partial xorg.conf with only the section for the touchpad but it doesn't seem to work.

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2011-02-02 Thread Nicolas Cavallari
I have been told that my patch to do edge detection with the initial touch position has been merged, but it's not pushed yet. Expect it to pop in the official tree anytime. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2011-02-02 Thread Josh Schneider
That's great news. Thanks. I hope it actually does make it in, since this bug has been out there for several years now. On Wed, Feb 2, 2011 at 5:21 AM, Nicolas Cavallari 133...@bugs.launchpad.net wrote: I have been told that my patch to do edge detection with the initial touch position has

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2011-01-31 Thread Josh Schneider
This variation on the command worked for me: codexinput --set-prop 12 Synaptics Tap Action 0 0 0 1 1 0 0/code -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/133060 Title: Synaptic touchpad fails to

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2011-01-31 Thread Josh Schneider
And it seems to have worked to just go to System/Preferences/Startup Applicationsand just create a new entry with this code in the Command line -- executes at boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2011-01-22 Thread To Do
Hi, I have a Dell Inspiron 6400 runnung ubuntu 10.10 and the xinput command solved the problem but I have to keep doing it once per session. I would like to make these settings permanent. I tried to edit the xorg.conf but the file doesn't exist. Any ideas? Thanks, To -- You received this

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2011-01-20 Thread Bug Watch Updater
** Changed in: xserver-xorg-input-synaptics (Debian) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/133060 Title: Synaptic touchpad fails to register some of the taps

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-12-08 Thread Bryce Harrington
* Add quirk for Dell Inspiron 6400 to register taps more reliably. The touchpad hardware occasionally sends invalid (1, 5855) coords for taps, which the driver then interprets as a corner tap, which by default get ignored. Instead of ignoring them, we treat them as

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-12-08 Thread Bryce Harrington
* Add quirk for Dell Inspiron 6400 to register taps more reliably. The touchpad hardware occasionally sends invalid (1, 5855) coords for taps, which the driver then interprets as a corner tap, which by default get ignored. Instead of ignoring them, we treat them as

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-12-01 Thread Bryce Harrington
** Description changed: Binary package hint: xserver-xorg-input-synaptics When using tap-to-click, the synaptics driver fails to register some taps as clicks. I have managed to link this with abnormal coordinates reported by the driver using synclient -m 10. Whenever a tap is not

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-12-01 Thread Bryce Harrington
Looking at the current upstream git tree for synaptics there's been a lot of changes, but it doesn't look like this particular bug has been fixed (near as I can tell anyway). Nicolas' patch is tempting however I'm worried it would potentially affect behavior for non-bugged hardware too.

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-12-01 Thread Bryce Harrington
Regarding Nicolas' patch to do edge detection prior to calling SelectTapButton, to get that in I would suggest posting it to the xorg- devel mailing list on freedesktop.org for review first. ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Confirmed = Fix Committed --

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-11-26 Thread Bryce Harrington
** Tags added: karmic lucid -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-11-24 Thread Gursimran singh Mohar
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Importance: Undecided = Low -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-07-10 Thread Bryce Harrington
** Tags added: feisty -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-06-26 Thread Josh Schneider
I finally got around to trying Nicholas' one-line patch, and so far, so good. Thanks for all your help. I'm attaching my patch file. I created a patched amd64 deb, which I could also upload if anyone else wants to install. Don't have an x86 install to compile that, but I could upload all my files

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-06-15 Thread Nicolas Cavallari
Well, i think that the line just above is responsible : SelectTapButton(priv, edge); it will detect that the tap is made in the bottom left corner, and by default, corner taps are disabled. hopefully, corner taps can be configured with your graphical interface or with xinput. if you want to test

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-06-14 Thread Nicolas Cavallari
Well, seems that the problem got fixed, but another code was added that broke the thing again. I bet those lines in synaptics.c:1473 ( in HandleTapProcessing() ) are responsible : switch (priv-tap_state) { [...] case TS_1: if (move) { [...] } else if (release) {

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-06-14 Thread Nicolas Cavallari
forget what i said in the previous post about the code, this is disabled by default. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-06-13 Thread Josh Schneider
Well, the fix worked again, and I now have a patched x64 version of 1.2.2. Thanks again. FYI, on my end the patch applies at line 2090. There isn't even a line 2518 in that file. The difficulty for me (who doesn't really know what he's doing) is tracking where the patch is placed as the driver is

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-06-03 Thread Kris
Josh, follow the steps given by Valentin Neacsu (posted 2007-09-01) The file to modify is in xserver-xorg-input-synaptics-1.2.2/src/synaptics.c just after the line 2518 where it says: Bool inside_active_area; /* update hardware state in shared memory */ if (shm) { shm-x = hw-x;

Re: [Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-06-03 Thread Josh Schneider
Thanks very much for the updated fix. I'll give it a try. On Thu, Jun 3, 2010 at 5:44 AM, Kris kmbr...@gmail.com wrote: Josh, follow the steps given by Valentin Neacsu (posted 2007-09-01) The file to modify is in xserver-xorg-input-synaptics-1.2.2/src/synaptics.c just after the line 2518

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2010-05-15 Thread Josh Schneider
Just for giggles, I'm posting again in this thread. I'm finding that in Lucid (10.04), synaptics 1.2.2-1ubuntu4 is still no better in terms of accurately registering tap clicks, no matter how I tweak synclient settings. If anyone can walk me through a patch of this newer driver, it would be

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-12-14 Thread Bryce Harrington
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Assignee: Bryce Harrington (bryceharrington) = (unassigned) -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-11-02 Thread Josh Schneider
This will never be fixed, will it? Now in Karmic, the behavior is still less-than-great. I tried applying the patch to the latest driver, but I'm failing now to make a version that I can install. Anyone able to do this? Anyone know if this bug will ever be handled? Thanks. -- Synaptic touchpad

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-06-08 Thread BUGabundo
is https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input- synaptics/+bug/384968 a karmic regression on this ? -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-06-08 Thread Josh Schneider
If you consider an already malfunctioning driver totally losing a functionality, then maybe. The original problem here was poor tap-to- click behavior on specific touchpads, not NO tap-to-click functionality. Seems to be a driver with problems, though. -- Synaptic touchpad fails to register some

Re: [Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-06-08 Thread William Grant
On Mon, 2009-06-08 at 22:07 +, BUGabundo wrote: is https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input- synaptics/+bug/384968 a karmic regression on this ? No. -- William Grant -- Synaptic touchpad fails to register some of the taps for tap-to-click

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-05-19 Thread Susan Cragin
As of a couple of days ago, tapping on the mousepad no longer works on my ASUS G1S at all. Synaptics touch pad. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-04-26 Thread Josh Schneider
I just did a clean install of Jaunty, and lo and behold, the problem is still there on my e1505/6400 Synaptics touchpad. I think a patch needs to be incorporated into the driver. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-04-26 Thread Valentin Neacsu
Marking as confirmed as per Josh Schneider's comment. I don't have the E1505/6400 any more so I can't test it out. ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Fix Released = Confirmed -- Synaptic touchpad fails to register some of the taps for tap-to-click

Re: [Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-04-26 Thread Josh Schneider
FYI, obtaining the latest source, applying the patch, and rebuilding per the instructions above still remedies the problem. Also, FYI, I am running 64-bit, but I think that's not an issue. On Sun, Apr 26, 2009 at 9:38 AM, Valentin Neacsu bkrap...@gmail.com wrote: Marking as confirmed as per Josh

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-01-27 Thread Bryce Harrington
If I understand right, the git version mentioned in the last few comments as solving the issue is now released as 0.99.3 which we include in jaunty. So I'm guessing this issue is now resolved. If I'm wrong, please feel free to reopen and I'll look into incorporating that patch. Thanks! **

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2009-01-17 Thread Bryce Harrington
** Description changed: Binary package hint: xserver-xorg-input-synaptics When using tap-to-click, the synaptics driver fails to register some taps as clicks. I have managed to link this with abnormal coordinates reported by the driver using synclient -m 10. Whenever a tap is not

Re: [Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-12-12 Thread Josh Schneider
Thanks for clarifying that. On Wed, Dec 3, 2008 at 9:09 AM, Nicolas Cavallari batch...@free.fr wrote: The bug is fixed in Xorg's Git. Not in Ubuntu. (yet) -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-12-03 Thread Nicolas Cavallari
The bug is fixed in Xorg's Git. Not in Ubuntu. (yet) -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-12-02 Thread Nicolas Cavallari
If you tried to contact the old upstream ( http://web.telia.com/~u89404340/touchpad/ ) then it's dead. The project have since moved to xorg's git and this bug is fixed there. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-12-02 Thread Josh Schneider
Please ignore the first part of my last post. You can still patch, at least using the hackish version. However, I would also like to figure out a way to get this problem fixed upstream. Any help is appreciated. -- Synaptic touchpad fails to register some of the taps for tap-to-click

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-12-02 Thread Josh Schneider
I don't remember what I tried, but I didn't get anywhere. The bug also isn't fixed on my laptop (Inspiron E1505/6400). In Intrepid, it behaves as it has since I first got this laptop, ignoring most taps in a way that isn't remedied through sensitivity adjustments. -- Synaptic touchpad fails to

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-12-01 Thread Josh Schneider
In Intrepid, this method of patching no longer works. There are 7 Ubuntu patches to the Debian source (I think), and if you manually patch synaptics.c, the deb won't build. I actually figured out a way around this once, and now I can't repeat it. Anyone? Also, can anyone suggest how to pass this

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-10-15 Thread Bryce Harrington
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Assignee: Bryce Harrington (bryceharrington) = (unassigned) Status: Confirmed = In Progress -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-07-15 Thread Nicolas Cavallari
No wonder why nobody wants to fix it. this drivers' code isn't really pretty. and upstream seems to be dead... Can someone tests my less-hackish patch and see if it works ? My touchpad seems to be faster than yours so it's more difficult to trigger this bug, but it seems to fix the problems for

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-05-28 Thread unggnu
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Assignee: (unassigned) = Bryce Harrington (bryceharrington) -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-05-17 Thread Richard
Also a problem on a Medion MD96360. The patch works fine. I also filed a bug report and then I found this :). Thanks anyway. I hope they will fix this -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-05-02 Thread Valentin Neacsu
The patch still works, but Update Manager constantly wants to replace the modified package with the original un-patched one. I'm attaching the patch so we could maybe see it included in future releases. ** Attachment added: Patch for registering all taps with Synaptics touchpad on Dell Inspiron

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-03-24 Thread Josh Schneider
Upgraded to Hardy, which has a new version of the synaptics xorg driver, and the problem returned. It still hasn't been fixed. I'm going to try the same workaround on the new driver soon. -- Synaptic touchpad fails to register some of the taps for tap-to-click

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2008-03-19 Thread aachen
Thanks a lot Valentin. It works well for me also. I am also using Dell inspiron 6400 with synaptics. I just installed ubuntu few days ago and found it wonderful but was about to delete it because of this annoying problem. -- Synaptic touchpad fails to register some of the taps for tap-to-click

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-11-10 Thread Josh Schneider
Thank you, Valentin. This has worked well for me in Ubuntu on my e1505/6400. Though no one would solve this problem, as everyone was trying to address it through synclient tweaks. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-09-01 Thread Valentin Neacsu
I think I have found a way around this bug. It's not pretty, and I must give credit for the idea to Nicolas Caval, the person who reported the same bug on the Debian bug tracker. He found a way around the bug for his needs, but it didn't work for me. Here's what I did to make it work: 1. apt-get

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-09-01 Thread Pascal De Vuyst
Valentin Neacsu, Putting status back to Confirmed. Fix commited means the changes are pending and to be uploaded soon or the fix is in CVS/SVN/bzr and shouldn't be used when a patch is attached to a bug. See https://wiki.ubuntu.com/Bugs/Status. ** Tags added: patch ** Changed in:

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-09-01 Thread Valentin Neacsu
Whoops, sorry. I'm still new to this. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-30 Thread Valentin Neacsu
This bug has been confirmed on the Debian bug tracker. Check the link at the top for possible solution. ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: New = Confirmed -- Synaptic touchpad fails to register some of the taps for tap-to-click

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-19 Thread Bug Watch Updater
** Changed in: xserver-xorg-input-synaptics (Debian) Status: Unknown = New -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Pascal De Vuyst
Thanks for your bug report, can you also attach the missing information described here: https://wiki.ubuntu.com/DebuggingTouchpadDetection. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
** Attachment added: devices http://launchpadlibrarian.net/8885794/devices -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
** Attachment added: laptop http://launchpadlibrarian.net/8885795/laptop -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
** Attachment added: lspci-vvnn http://launchpadlibrarian.net/8885796/lspci-vvnn -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
** Attachment added: uname-a http://launchpadlibrarian.net/8885797/uname-a -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
** Attachment added: version_signature http://launchpadlibrarian.net/8885798/version_signature -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
** Attachment added: Xorg.0.log http://launchpadlibrarian.net/8885799/Xorg.0.log -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
If there's anything missing please let me know. Thanks. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
Also, in case it helps, someone else filed a similar bug report over at debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437254 -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Pascal De Vuyst
** Also affects: xserver-xorg-input-synaptics (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437254 Importance: Unknown Status: Unknown -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Pascal De Vuyst
You forgot the dmesg information. -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-18 Thread Valentin Neacsu
Sorry about that. I must have overlooked it when attaching the files. ** Attachment added: dmesg http://launchpadlibrarian.net/8885954/dmesg -- Synaptic touchpad fails to register some of the taps for tap-to-click https://bugs.launchpad.net/bugs/133060 You received this bug notification

[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click

2007-08-16 Thread Valentin Neacsu
Forgot to mention, my laptop is a Dell Inspiron 6400 with a Synaptics touchpad (verified in /proc/bus/input/devices): I: Bus=0011 Vendor=0002 Product=0007 Version= N: Name=SynPS/2 Synaptics TouchPad P: Phys=isa0060/serio1/input0 S: Sysfs=/class/input/input3 H: Handlers=mouse1 event3 ts1 B: