[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2007-01-04 Thread anger2headshot
Installed Edgy on an old Compaq 712AU for testing.. yes it is very
annoying. It kept on opening Evoloution mail when I tried to tap the pad
to open Firefox. And the cursor moves too fast.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2007-01-04 Thread James Tait
I had a similar problem on my Acer Ferrari 4005 WLMi.  I added the
FingerHigh and FingerLow options to the InputDevice section as follows:

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0
Option  SHMConfig on
Option  FingerHigh40
Option  FingerLow 20
EndSection

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2007-01-03 Thread Madmoose
Hi James,
after adding FingerHigh and FingerLow options, the tap click is automagically 
disabled after every reboot?

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-12-03 Thread Caleb
Same problem here on my Dell Inspiron 5160. Annoying as hell because
I'll be typing and suddenly it'll start typing in a different place
because the touchpad clicked. This is pretty serious, as far as I know
Synaptics makes all of Dell's touchpads... and Dell's pretty popular.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-11-19 Thread [EMAIL PROTECTED]
I have the same problem on my hpzv5000

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-11-07 Thread Madmoose
Edgy + synaptics-0.14.6 XORG driver package

my xorg.conf synaptics section:

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEvents true
Option  Device /dev/psaux
Option  Protocol auto-dev
Option  HorizScrollDelta 0
Option  TouchpadOff 2
Option SHMConfig on
Option TapButton1 0
Option TapButton2 0
Option TapButton3 0
Option RTCornerButton 0
Option RBCornerButton 0
Option VertScrollDelta 0
Option MaxTapTime 0
Option MaxDoubleTapTime 0
Option MaxTapMove 0
EndSection

Well...after every system boot I have to restart X with CTRL-ALT-BKSPC
to have tap click finally disabled.

Someone out there knows why? :-)

Thanks
Mad

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-10-28 Thread BobNJ
This is merely an 'me too' comment with yet another workaround
suggestion, working for me.

My environment:
HP NX6325
Ubuntu 6.0.6 lts
Linux user-laptop 2.6.15-27-amd64-generic #1 SMP PREEMPT Sat Sep 16 01:50:50 
UTC 2006 x86_64 GNU/Linux

Symptoms, same as with original poster, touchpad started to misbehave
after certain, yet unknown upgrade.

Workaround:
1. Downloaded Synaptics driver package from maintainer's site and recompiled. 
http://web.telia.com/~u89404340/touchpad/files/

2.  The recompile worked fine, but resulted in synaptics_drv.o while
xorg server as it is running at my Ubuntu is requiring shared object,
synaptics_drv.so

3. Hacked the driver package makefile, to force the xorg recognition,
and built the .so driver. Here is my diff to original, quick and dirty,
basically forcing the recognition of xorg.

[EMAIL PROTECTED]:~/Desktop/synaptics-0.14.6$ diff makefile.rs Makefile
29d28
 BUILD_MODULAR = y
33d31
   INSTALLED_X = /usr/X11R6
35d32
   INPUT_MODULE_DIR = /usr/lib/xorg/modules/input
40,41c37
  # SDKDIR = $(shell pkg-config xorg-server --variable=sdkdir)
   SDKDIR = /usr/include/xorg
---
   SDKDIR = $(shell pkg-config xorg-server --variable=sdkdir)
[EMAIL PROTECTED]:~/Desktop/synaptics-0.14.6$

4. Copied .so driver over the original, misbehaving one. Restarted.

5. Writing this post, touchpad back to normal. :)


Conclusion: This is yet another workaround, and Ubuntu packagers should provide 
us with synaptics-0.14.6 XORG driver package, which apparently solved the 
problem, at least on my setup.

Tks,

Bob

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-10-28 Thread BobNJ
** Also affects: xorg-driver-synaptics (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-10-28 Thread BobNJ
And now realizing that this package has already been built, for feisty:
https://launchpad.net/distros/ubuntu/feisty/+package/xserver-xorg-input-synaptics

Learning to use launchpad.net ... I apologize for triple-posting...
probably just too excited about working touchpad...

Bob

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-10-28 Thread BobNJ
Undoing wrong assignment

** Changed in: xorg-driver-synaptics (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-10-23 Thread otchete
Um, I know this will sound stupid, but I have no idea what anyone here
has said in this post except the problem

I am having this same problem with my laptops ALPS mouse, but I do not
understand any of the solution because I'm not incredible with computer
know-how or open source, etc. I'm sure some people will say, Well
you're in the wrong place-, but this is the only place I've found where
people have said they are having the same problem, let alone that there
is a solution.

Is there anyway somebody here could dumb this solution down, step-by-
step it, or guide me to some place where I could find an easier or more
detailed explaination?

I'm sorry if I'm being a pain, but I would very very much appreciate
this.

Thanks.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-10-19 Thread Andrew Hunter
For the SHMconfig option in Xorg.conf, you must change it to on
 for programs like ksynaptic (and possibly others) to work.

See https://launchpad.net/distros/ubuntu/+source/ksynaptics/+bug/63276
for more info.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-10-19 Thread Andrew Hunter
Just a note: I am using the xorg driver, but used ksynaptics to disable
touch clicking. Ksynaptics is a nice gui for modifying synaptic options.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-10-06 Thread Saviq
Yeah well... Dapper 6.06.1 LTS... none of the above work for me :| I
always get the SHMConfig disabled? error, even though it's enabled
*and* I've installed the xfree driver :|

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-25 Thread Alex Bennee
The ubuntu driver showed up as 0.14.3 and upstream 0.14.4 had a bunch of
fixes for 64 bit issues.

I was having the same problem with random pastes caused by phantom 3rd
button presses each time I put my finger on the touchpad (even if I had
disabled tapping). I have since manually updated to the latest version
from the git tree. It's working a lot better now.

I would recommend the synaptics driver is updated to the latest release.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: [Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-25 Thread Jimmy the shoe
Perhaps downloading and dpkging
http://packages.ubuntu.com/edgy/x11/xserver-xorg-input-synaptics or
http://packages.ubuntu.com/edgy/x11/xfree86-driver-synaptics as they are
from the edgy release?

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: [Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-18 Thread Kristian Hermansen
On 9/18/06, AaronPeterson [EMAIL PROTECTED] wrote:
 It's just generally broken, and I was happy to actually stumble across
 somebody saying similar stuff.

Yes, MaxTapTime is very broken and I have seen this bug on more than
one machine now...
-- 
Kristian Hermansen

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-17 Thread Alex Muntada
Had no problem with my ALPS touchpad (Sony VAIO) on Dapper, but double-
tapping started to behave badly after upgrading to Edgy.  It seems that
that ugly APLS hack could be the cause, isn't it?

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-17 Thread AaronPeterson
Option  MaxTapTime0

MaxTapTime is the biggest deal here.

This bug needs to stay open until gnome and kde have a control panel
module to configure this.


Aaron Peterson

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Protocol  PS/2
Option  Device/dev/psaux
#   Option  Protocol  auto-dev
Option  HorizScrollDelta  0
Option  SHMConfig on
Option  TappingOff1
Option  MaxTapTime0

EndSection

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-17 Thread AaronPeterson
ok, I should have seen that this was another issue, and I know nothing
about it.. but it took me a couple of weeks to find the Option
MaxTapTime 0 way to turn off the dang touch pad.

It's just generally broken, and I was happy to actually stumble across
somebody saying similar stuff.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-14 Thread yusufm
** Bug 49270 has been marked a duplicate of this bug

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-13 Thread Sarah Hobbs
Another toshiba A10 satellite here, and i'm getting this bug, since the
last upgrade.

The only change seems to be:

xserver-xorg-input-synaptics (0.14.6-0ubuntu3) edgy; urgency=low

  * Add the ugly ALPS hack back

 -- Matthew Garrett [EMAIL PROTECTED]  Mon,  7 Aug 2006 22:55:42
+0100

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-13 Thread Lakin Wecker
I also have a similar problem on an Acer Ferrari 4005 WLMi.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-10 Thread paultbeck
I can confirm on emachines laptop running 64 bit dapper on AMD64. Fix
with xfree worked perfectly.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: [Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-09-10 Thread dsiddens
Hi Paul,
Can you send me detailed lines as to making the xfree fix?

I'm a transplant from MS land and do not know how to get around in Linux 
if it doesn't exist on the GUI.

Thank you, Doug

paultbeck wrote:
 I can confirm on emachines laptop running 64 bit dapper on AMD64. Fix
 with xfree worked perfectly.



-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-30 Thread Kaleo
** Bug 40636 has been marked a duplicate of this bug

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-30 Thread dsiddens
** Tags added: amd64 touchpad

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-30 Thread Kristian Hermansen
THIS IS NOT AN AMD64 SPECIFIC ISSUE!  YOU CANNOT DISABLE THE TOUCHPAD EVEN ON 
AN IBM THINKPAD (PENTIUM 32-BIT) RUNNING AN i386 KERNEL!!!
--
Kristian Hermansen

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-30 Thread dsiddens
This is a me too note.  I think I can claim to have experienced all
the behaviors above at various times.  I'm ignorant of the linux command
line;  just want the pad to work as a full-on synaptics optioned device.
System is a hp dv8000, amd turion64, 1meg ram, ubuntu 6.06.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-29 Thread Kristian Hermansen
I saw this tapping issue after a recent update on an IBM ThinkPad T41
running Dapper.  Any fix yet?  MaxTapTime was already set previously,
and somehow, things broke after we updated.  I can say that it did work
in kernel revision 2.6.15-25-386, but broke when we upgraded an booted
2.6.15-26-386.  However, trying kernel 2.6.15-25-386 from GRUB does not
resolve the issue now.  It appears that something got really broken
between the update a few weeks ago, and the recent update like a week
and a half ago.  Hrm...

Any ETA on a fix yet?  Does anyone even have an idea what happened?
Could it be that it got broken in the attempt to fix the crazy
touchpad symptoms mentioned in June?  And that the July fix broke the
ability to disable the tapping functionality?

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: [Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-28 Thread Jimmy the shoe
We know. This is the first step we tried. The lack of effectiveness is noted
in the origional bug report. This fix was developed when adding this didn't
work, but thanks for the suggestion.

On 7/27/06, Travis Watkins [EMAIL PROTECTED] wrote:

 Add
 Option MaxTapTime 0
 to your synaptics section in xorg and it should fix this (it also disables
 tap-to-click completely).

 --
 synaptics touch pad(laptop) clicks when i dont want it to
 https://launchpad.net/bugs/47971



-- 
On 5/17/6, a spammer known as PharmaMaster (PM) attacked Blue Security (BS).

Using a program called Blue Frog, BS created a distributed network of over ½
mil users who would automatically send opt out requests to spammers'
clients. This was so effective that PM declared that BS found the right
solution to stop spam, and I can't let this continue. PM then DDoSd BS,
endangered the net by hacking a major router on the net's backbone to block
BS' webpage and finally attacked typepad, where BS had just surrendered 30
min earlier. This attack caused about 2000 servers to go down including
typepad and livejournal.While BS gave up because they felt this would
prevent a full-scale cyber-war that we just don't have the authority to
start The community disagreed and started a Blue Frog clone called okopipi
which will prevents DDOS attacks by using decentralization.

With your help we can fight back against PM and his spam mafia. Please join
at okopipi.org and help take back our internet.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-27 Thread hardhu
In fact it doesn't work now for me too. I don't know why at this point,
maybe because of some other updates in dapper to the kernel (I am using
2.6.15-26-amd64-k8) or to xserver-xorg, or to ati drivers for my x700 (I
am using the the proprietary one, version 8.26.18).

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-27 Thread Travis Watkins
Add 
Option MaxTapTime 0
to your synaptics section in xorg and it should fix this (it also disables 
tap-to-click completely).

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-26 Thread Carthik Sharma
Sorry, hardhu, but the xserver-xorg-input-synaptics version you
mentioned does not work fine on my AMD64 system that I installed today
(Jul 26 2006) - Dapper Final, fully up to date.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-08 Thread hardhu
This bug seems to be solved (at least on my laptop) with new xserver-
xorg-input-synaptics 0.14.3

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-01 Thread dutchfan
I am having the same problem, intermittently my pointer will go crazy
- jerking all over the screen and appearing to have random mouse clicks
without me moving or even touching the mouse or touchpad. Open programs
get focus, and often taskbar menu commands are randomly activated. This
behaviour occurs when I am using the mouse or the touchpad. I followed
the instructions to above regarding this issue (Synaptic touchpad) but
this did not resolve my problem.

This issue making it exteremly difficult to use Ubuntu... In fact almost
imipossible. I am a noob to Linux having used Windows for many years,
but am otherwise enjoying my Ubuntu experience.

I am using an Dell Inspiron 3800 with touchpad, with dapper installed,
mouse is Logitech PS2. Any help with this would be greatly appreciated.
If there is any further information that I could provide to assist with
resolution please let me know, I may need detailed instructions (I'm new
to Linux :-)  ) if debugging info is required.

Thanks!

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: [Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-07-01 Thread Jimmy the shoe
This thread has degenerated into two seperate issues: 1) Cannot disable the
tap to click feature 2) crazy and random mouse. This fix resolves the tap
to click issue. It has had mixed success on the random mouse issue. If you
are sure that your setup works with windows, I would try using a purely
xfree and xorg environment and see if one or the other works better. This
will require using two different live CDs I believe debian has xfree86
instead of xorg, so I recommend you give it a try and see if it works. If it
does not, it is likely a probelem with the configuration of your kernel. You
might try scaling back your mouse module to the most basic mouse by adding
the proper switch to the proper module in the /etc/modules file. Also,
previously ALPS pads were slightly different than synaptics pads. You should
find out which pad you use (which can be a chore) and see if anyone else is
having a problem with it. At one point I had to build a custom configged and
patched kernel to get this feature work because the ALPS pad was not
supported by the kernel at that time. This issue sounds like the mouse is
getting out of sync with the driver. This is a common problem among those
who use KVM switches. Try to also make sure that you are not doing anything
weird with your screen. You may be able to fix the issue by switching to a
terminal (ctrl + alt + f1) and then switching back to the graphical
interface (... + f7).

Sorry I don't have a definite answer for you reguarding this issue.

James

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: [Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-06-14 Thread Jimmy the shoe
You might try to remove the xorg driver. Also you can download the xfree one
and force install it using dpkg. What distro of linux are you using and are
you sure that you do not have xfree86 installed (instead of x11)?

On 6/14/06, necronudist [EMAIL PROTECTED] wrote:

 i've the same problem with my HP Pavillion zv6000 (AMD64) and the
 solution above doesn't work. mainly because:

 - sudo apt-get install xfree86-driver-synaptics, it says that I'm
 trying to install a package (the one for xorgs) who's already installed.
 on my desktop-i686 distribution the package for xfree exists.

 - sudo ln -sf /usr/X11R6/lib/modules/input/synaptics_drv.o
 /usr/lib/xorg/modules/input/synaptics_drv.o, I haven't a directory like
 that, neither in /usr/X11R6/lib/, nor in /usr/X11R6/lib64/ I've a
 modules directory.

 I should install the i686 version on my AMD64 laptop, but I think there
 will be much more problems...

 --
 synaptics touch pad(laptop) clicks when i dont want it to
 https://launchpad.net/bugs/47971



-- 
On 5/17/6, a spammer known as PharmaMaster (PM) attacked Blue Security (BS).

Using a program called Blue Frog, BS created a distributed network of over ½
mil users who would automatically send opt out requests to spammers'
clients. This was so effective that PM declared that BS found the right
solution to stop spam, and I can't let this continue. PM then DDoSd BS,
endangered the net by hacking a major router on the net's backbone to block
BS' webpage and finally attacked typepad, where BS had just surrendered 30
min earlier. This attack caused about 2000 servers to go down including
typepad and livejournal.While BS gave up because they felt this would
prevent a full-scale cyber-war that we just don't have the authority to
start The community disagreed and started a Blue Frog clone called okopipi
which will prevents DDOS attacks by using decentralization.

With your help we can fight back against PM and his spam mafia. Please join
at okopipi.org and help take back our internet.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 47971] Re: [Bug 47971] Re: synaptics touch pad(laptop) clicks when i dont want it to

2006-06-14 Thread Jimmy the shoe
Not sure. I've never had that problem before... Sorry.

On 6/14/06, necronudist [EMAIL PROTECTED] wrote:

 thanks Jimmy, now it works, but I have another problem (maybe is another
 bug?): if I leave the finger off the touchpad and then put on again, the
 arrow jump on another point of the window (like if the window was
 mapped on the touchpad :-s )

 can you almost tell me if it is another bug and where to find further
 infos?

 --
 synaptics touch pad(laptop) clicks when i dont want it to
 https://launchpad.net/bugs/47971



-- 
On 5/17/6, a spammer known as PharmaMaster (PM) attacked Blue Security (BS).

Using a program called Blue Frog, BS created a distributed network of over ½
mil users who would automatically send opt out requests to spammers'
clients. This was so effective that PM declared that BS found the right
solution to stop spam, and I can't let this continue. PM then DDoSd BS,
endangered the net by hacking a major router on the net's backbone to block
BS' webpage and finally attacked typepad, where BS had just surrendered 30
min earlier. This attack caused about 2000 servers to go down including
typepad and livejournal.While BS gave up because they felt this would
prevent a full-scale cyber-war that we just don't have the authority to
start The community disagreed and started a Blue Frog clone called okopipi
which will prevents DDOS attacks by using decentralization.

With your help we can fight back against PM and his spam mafia. Please join
at okopipi.org and help take back our internet.

-- 
synaptics touch pad(laptop) clicks when i dont want it to
https://launchpad.net/bugs/47971

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs