[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2008-05-27 Thread bitsent
Yes, indeed.  It has been fixed in Ubuntu 8.04.  I'm so happy.

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2008-02-11 Thread Leann Ogasawara
This was marked "Fix Committed" a while ago and there has been no recent
activity in this bug report.  I'll assume this is no longer and issue
and will be marking this 'Fix Released'.  Please feel free to reopen if
this is not the case.  Thanks.

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-10-04 Thread Matthew Garrett
** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: New => Fix Committed

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-10-03 Thread Ryan Lortie
i have no idea.  someone from the kernel team should probably look at
this.

it is worth noting that a similar patch has been applied upstream for
2.6.23-rc9...

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-10-03 Thread Gabriele Tassoni
Indeed even on my test macbook I experience this strange behaviour, do
you know if your patch will be applied to the final gutsy kernel? I
don't like to mess around with self compiled kernels on my production
computer (when I'll install gusty on it).

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-09-19 Thread Ryan Lortie
this one is much better.  it's less complex and fixes another bug at the
same time :)

** Attachment added: "appletouch-sleep.patch"
   http://launchpadlibrarian.net/9409110/appletouch-sleep.patch

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-09-19 Thread Ryan Lortie
and here is the patch as recommended by mjg59.

basically, keep track of when the mouse button is down.  if it is, don't
sleep.

this fixes the problem for me

** Attachment added: "don't sleep when holding mouse button down"
   http://launchpadlibrarian.net/9409072/appletouch-sleep.patch

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-09-19 Thread Ryan Lortie
this is actually a kernel bug (i can see that button release events
aren't delivered when watching /dev/input/event6)

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: xorg => linux-source-2.6.22

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-09-19 Thread Ryan Lortie
another discovery:  everything that i have describe above is exactly the
same as if i click and hold the mouse button.

i suspect the problem is that the "mouse release" event isn't being
pushed through to the X server until the next mouse interrupt is
generated

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-09-19 Thread Ryan Lortie
clarification (as i get hit by this a few more times): it seems to only
happen immediately following a mouse click.  in the case of terminal
windows, every time i've gotten this (i think) is when i use the mouse
to click on the terminal to change to it.

so the freeze starts with a mouse click/release and ends with i move the
trackpad again.

ps: i'm clicking with the physical button (not tap-to-click)

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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