[Bug 632352] Re: Clutter fails to update with Mesa 7.9

Launchpad Bug Tracker 632352 at bugs.launchpad.net
Thu Sep 16 14:15:12 BST 2010


This bug was fixed in the package clutter-1.0 - 1.2.12-0ubuntu12

---------------
clutter-1.0 (1.2.12-0ubuntu12) maverick; urgency=low

  * debian/patches/always_select_glx_events.patch:
    - Patch taken from upstream git to fix clutter with mesa 7.9 which
      (correctly) only delivers swap_event events when the client has asked
      for them. (LP: #632352) (LP: #638808)
 -- Christopher James Halse Rogers <raof at ubuntu.com>   Tue, 31 Aug 2010 16:16:09 +1000

** Changed in: clutter-1.0 (Ubuntu)
       Status: Confirmed => Fix Released

-- 
Clutter fails to update with Mesa 7.9
https://bugs.launchpad.net/bugs/632352
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.

Status in “clutter-1.0” package in Ubuntu: Fix Released

Bug description:
Mesa 7.9 fixes a bug where clients would receive swap_event XEvents when the client had not requested them.  When they are available, clutter uses these events to drive the main timer.  However, when applications that use clutter set up their own event handling they don't necessarily request these events.

The attached debdiff contains (a slight backport of) the upstream patch which fixes this by always selecting for the events clutter needs.





More information about the Ubuntu-sponsors mailing list