[i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers and page flipping

Bug #377090 reported by Eric Appleman
40
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Linux
Invalid
Undecided
Unassigned
Mesa
Invalid
Undecided
Unassigned
X.Org X server
Invalid
Undecided
Unassigned
xf86-video-intel
Fix Released
Wishlist
linux (Ubuntu)
Fix Released
High
Unassigned
Nominated for Maverick by madbiologist
Karmic
Won't Fix
High
Unassigned
mesa (Ubuntu)
Fix Released
Wishlist
Unassigned
Nominated for Maverick by madbiologist
Karmic
Won't Fix
Undecided
Unassigned
x11proto-dri2 (Ubuntu)
Fix Released
Wishlist
Unassigned
Nominated for Maverick by madbiologist
Karmic
Won't Fix
Medium
Unassigned
xorg-server (Ubuntu)
Fix Released
Wishlist
Unassigned
Nominated for Maverick by madbiologist
Karmic
Won't Fix
Undecided
Unassigned
xserver-xorg-video-intel (Ubuntu)
Fix Released
Wishlist
Unassigned
Nominated for Maverick by madbiologist
Karmic
Won't Fix
High
Unassigned

Bug Description

Binary package hint: xserver-xorg-video-intel

I'm not really sure how to best describe this bug, so I think it would be best to invoke the wisdom of the person working on it: http://virtuousgeek.org/blog/index.php/jbarnes/2009/05/07/pageflipping_blocking_etc

Jesse Barnes and others are hard at work at this moment to deliver tear-free output (read vsync) over DRI2. Unfortunately, only 95% of the requisite code may make it into Karmic if 2.6.30 is the chosen kernel for the release.

Short of a backport of the needed kernel modifications and a merging of the dri2-swapbuffers branches into certain packages, Ubuntu may find itself lacking proper vsync in an DRI2+UXA+KMS setup until at least next April.

In order to properly implement DRI2 swapbuffers, the following modifications are needed:

    * dri2-swapbuffers branches of dri2proto, mesa, xserver and xf86-video-intel
    * kms-pageflip from the drm tree
    * i915-dri2-swapbuffers-15.patch from the “[RFC] DRI2 swapbuffers (yes yet again)” thread on <email address hidden>

[lspci]
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
     Subsystem: Dell Device [1028:01d8]
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
     Subsystem: Dell Device [1028:01d8]

Revision history for this message
In , Gordon Jin (gordon-jin) wrote :

I'm not sure who is working on this? (CCing bunch of people)

Revision history for this message
In , Michel Dänzer (michel-daenzer) wrote :

FWIW, at least compiz and xfwm4 can be configured to unredirect fullscreen windows.

Revision history for this message
In , Jesse Barnes (jbarnes-virtuousgeek) wrote :

*** Bug 19458 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Jesse Barnes (jbarnes-virtuousgeek) wrote :

Updated the summary and changed to an RFE. Last patch set went to dri-devel under the subject "Another page flipping update".

Basically, compositing managers need a way of making sure their front buffer rendering can occur w/o tearing. This includes composited video. This RFE covers an tear-free glXSwapBuffers implementation that any OpenGL application can use for this purpose. It's possible to do this in other ways, for example through an X extension or something, but that's a subject for another RFE if someone wants to take it on.

Revision history for this message
In , unggnu (unggnu) wrote :

Maybe it is stupid but why not enable vsync for the whole composite output? I mean who needs more than 60 fps anywhere? For benchmark reasons there could be an option which disables it which results in video tearing.

Revision history for this message
In , Jesse Barnes (jbarnes-virtuousgeek) wrote :

I think a lot of compositing managers will choose that option (when they have updated frames to display of course). Right now though there's no good way for them to sync all output. They can block on a given pipe's vblank event, but that's racy, since the compositor process may not be woken up in time or may not finish its drawing in time to draw w/o tearing. So we really need glXSwapBuffers to be sync'd automatically, which allows the compositor (or other GL apps) to prepare a whole frame, swap buffers, and then continue rendering the next frame and not worry about tearing at all.

Revision history for this message
In , unggnu (unggnu) wrote :

Are there any patches to test or a plan for integration. Is it likely that it make it into stable until October?

If so the next release will be really great for Composite.

Revision history for this message
In , Jesse Barnes (jbarnes-virtuousgeek) wrote :

I just updated the patches to incorporate some feedback last week; I hope to have them integrated for this release.

Revision history for this message
Eric Appleman (erappleman) wrote : [RFC Karmic] DRI2 swapbuffers

Binary package hint: xserver-xorg-video-intel

I'm not really sure how to best describe this bug, so I think it would be best to invoke the wisdom of the person working on it: http://virtuousgeek.org/blog/index.php/jbarnes/2009/05/07/pageflipping_blocking_etc

Jesse Barnes and others are hard at work at this moment to deliver tear-free output (read vsync) over DRI2. Unfortunately, only 95% of the requisite code may make it into Karmic if 2.6.30 is the chosen kernel for the release.

Short of a backport of the needed kernel modifications and a merging of the dri2-swapbuffers branches into certain packages, Ubuntu may find itself lacking proper vsync in an DRI2+UXA+KMS setup until at least next April.

description: updated
Revision history for this message
Bryce Harrington (bryce) wrote :

(Btw, use the 'Also affects distribution' link to add tasks to other source packages in ubuntu, rather than the 'Also affects project' link, which just adds an upstream watch.)

This bug is a request for a backport of the DRI2 swapbuffer kernel patches that jbarnes is working on. There is no work to be done for -intel; but we're keeping this bug open simply for tracking purposes.

Changed in xserver-xorg-video-intel (Ubuntu Karmic):
importance: Undecided → High
status: New → Triaged
Revision history for this message
Bryce Harrington (bryce) wrote :

[Setting a milestone on this since we'll want to make a decision on this one once the kernel version for karmic is determined.]

Changed in xserver-xorg-video-intel (Ubuntu Karmic):
milestone: none → karmic-alpha-3
Changed in xserver-xorg-video-intel:
status: Unknown → Confirmed
Revision history for this message
Eric Appleman (erappleman) wrote :

The other day, Jesse mentioned that the dri2-swapbuffers branch would be merged with the master for intel, I'm not sure about the other git trees though.

Revision history for this message
Eric Appleman (erappleman) wrote :

*would be merged within a few days

Revision history for this message
Bryce Harrington (bryce) wrote :

Hi llstarks,

Please attach the output of `lspci -vvnn`, and attach your /var/log/Xorg.0.log (and maybe Xorg.0.log.old) file from after reproducing this issue. If you've made any customizations to your /etc/X11/xorg.conf please attach that as well.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: needs-xorglog
tags: added: needs-lspci-vvnn
Revision history for this message
Eric Appleman (erappleman) wrote :
Revision history for this message
Eric Appleman (erappleman) wrote :
summary: - [RFC Karmic] DRI2 swapbuffers
+ [945gm] [RFC Karmic] DRI2 swapbuffers
Bryce Harrington (bryce)
summary: - [945gm] [RFC Karmic] DRI2 swapbuffers
+ [i945gm] [RFC Karmic] DRI2 swapbuffers
Revision history for this message
Bryce Harrington (bryce) wrote : Re: [i945gm] [RFC Karmic] DRI2 swapbuffers

[Unnecessary to have this filed against the xorg meta package as well]

Changed in xorg (Ubuntu Karmic):
status: New → Invalid
Revision history for this message
In , Jesse Barnes (jbarnes-virtuousgeek) wrote :

commit ec2fde7c8250fdc30984f16c8a1d3587d70b0144
Author: Jesse Barnes <email address hidden>
Date: Tue Jun 2 16:42:56 2009 +0100

    Sync DRI2 CopyRegion to vertical retrace

Bryce Harrington (bryce)
description: updated
Changed in xserver-xorg-video-intel:
status: Confirmed → Fix Released
Revision history for this message
Leann Ogasawara (leannogasawara) wrote : Re: [i945gm] [RFC Karmic] DRI2 swapbuffers

FYI, at UDS it was decided that the Karmic kernel would target 2.6.31.

Changed in linux (Ubuntu Karmic):
importance: Undecided → High
status: New → Triaged
Revision history for this message
In , Łukasz Kuryło (lukasz-kurylo) wrote :

(In reply to comment #9)
> commit ec2fde7c8250fdc30984f16c8a1d3587d70b0144
> Author: Jesse Barnes <email address hidden>
> Date: Tue Jun 2 16:42:56 2009 +0100
>
> Sync DRI2 CopyRegion to vertical retrace
>

This commit caused screen to stop redrawing. I use two monitors, laptop screen and external one. Works ok if I disconnect external monitor but it it's connected screen freezes.

Revision history for this message
In , Jesse Barnes (jbarnes-virtuousgeek) wrote :

(In reply to comment #10)
> (In reply to comment #9)
> > commit ec2fde7c8250fdc30984f16c8a1d3587d70b0144
> > Author: Jesse Barnes <email address hidden>
> > Date: Tue Jun 2 16:42:56 2009 +0100
> >
> > Sync DRI2 CopyRegion to vertical retrace
> >
>
> This commit caused screen to stop redrawing. I use two monitors, laptop screen
> and external one. Works ok if I disconnect external monitor but it it's
> connected screen freezes.

Did you pull the updates after this commit? Eric fixed a few issues with this patch in a later commit...

If things are still broken with master, please open a new bug.

Revision history for this message
In , Łukasz Kuryło (lukasz-kurylo) wrote :

(In reply to comment #11)
> (In reply to comment #10)
> > (In reply to comment #9)
> > > commit ec2fde7c8250fdc30984f16c8a1d3587d70b0144
> > > Author: Jesse Barnes <email address hidden>
> > > Date: Tue Jun 2 16:42:56 2009 +0100
> > >
> > > Sync DRI2 CopyRegion to vertical retrace
> > >
> >
> > This commit caused screen to stop redrawing. I use two monitors, laptop screen
> > and external one. Works ok if I disconnect external monitor but it it's
> > connected screen freezes.
>
> Did you pull the updates after this commit? Eric fixed a few issues with this
> patch in a later commit...
>
> If things are still broken with master, please open a new bug.
>

I used version updated up to commit
4698b3bd79452ae2066a3d195cf58dd5e30c93f3, so with those fixes.

Revision history for this message
In , Łukasz Kuryło (lukasz-kurylo) wrote :

I've found out what causes the problem. As I said before I have 2 monitors and I use them in extended desktop configuration:
xrandr --output VGA --right-of LVDS --auto.

The problem is that my LVDS is 1680x1050 and VGA is 1920x1200. So what I get after xrandr is virtual screen 3600x1200.

______________________
| | |
| S1 | S2 |
| | |
|_________| |
|XXXXXXXXX|___________|

if I instead did:

xrandr --output VGA --right-of LVDS --mode 1680x1050
_____________________
| | |
| S1 | S2 |
| | |
|_________|_________|

everything works fine.

So I believe the problem is when driver has to redraw area that is bigger then physical screen. Maybe then there is no MI_WAIT_FOR_PIPEB_SCAN_LINE_WINDOW for
region which includes XXXXXXXX part (is partially below the screen).

Revision history for this message
In , Łukasz Kuryło (lukasz-kurylo) wrote :

(In reply to comment #11)
> (In reply to comment #10)
> > (In reply to comment #9)
> > > commit ec2fde7c8250fdc30984f16c8a1d3587d70b0144
> > > Author: Jesse Barnes <email address hidden>
> > > Date: Tue Jun 2 16:42:56 2009 +0100
> > >
> > > Sync DRI2 CopyRegion to vertical retrace
> > >
> >
> > This commit caused screen to stop redrawing. I use two monitors, laptop screen
> > and external one. Works ok if I disconnect external monitor but it it's
> > connected screen freezes.
>
> Did you pull the updates after this commit? Eric fixed a few issues with this
> patch in a later commit...
>
> If things are still broken with master, please open a new bug.
>

Opened bug 22203.

Bryce Harrington (bryce)
Changed in linux:
status: New → Invalid
Changed in mesa:
status: New → Invalid
Changed in xorg-server:
status: New → Invalid
summary: - [i945gm] [RFC Karmic] DRI2 swapbuffers
+ [i945gm] (Needs kernel 2.6.31) DRI2 swapbuffers
Revision history for this message
Martin Pitt (pitti) wrote : Re: [i945gm] (Needs kernel 2.6.31) DRI2 swapbuffers

Taking off the miestone list, 2.6.31 might not land in time for a3.

Changed in xserver-xorg-video-intel (Ubuntu Karmic):
milestone: karmic-alpha-3 → none
Revision history for this message
Eric Appleman (erappleman) wrote :

While I understand that Karmic is pretty much guaranteed to ship with 2.6.31, there needs to be a focus right now on making sure the other components (mesa, xorg, drm, intel, etc.) have necessary code merges in order to take advantage of the new kernel.

Revision history for this message
Eric Appleman (erappleman) wrote :

Here's a rather fascinating workaround(?) that can guarantee (on my laptop at the very least) tear-free playback in MPlayer without the need for any further tricks:

gconftool-2 --type bool --set /apps/metacity/general/compositing_manager false

Kernel: 2.6.30 (2.6.31-rc1 works too!)
Driver: Intel git master
Mesa: git master
DRM: git master
DRI: git master
Xorg: 1.6.1

Revision history for this message
Steve Langasek (vorlon) wrote :

Now that the kernel is at 2.6.31 (pre) in karmic, is there more to be done here on the userspace packages?

Changed in x11proto-dri2 (Ubuntu Karmic):
importance: Undecided → High
Revision history for this message
Martin Pitt (pitti) wrote :

Can people who affected by this please upgrade to latest karmic, reboot (to get Linux 2.6.31) and check if this is fixed, or the behavior changed? Thanks!

Revision history for this message
Martin Pitt (pitti) wrote :

This was fixed in the kernel, closing the other tasks (just confirmed with Bryce).

Changed in xserver-xorg-video-intel (Ubuntu Karmic):
status: Triaged → Invalid
Changed in x11proto-dri2 (Ubuntu Karmic):
status: New → Invalid
Changed in mesa (Ubuntu Karmic):
status: New → Invalid
Revision history for this message
Martin Pitt (pitti) wrote :

2.6.31rc1 has the upstream patch mentioned in the upstream bug report, so this should be fixed. Please yell here if you still have the problem in current Karmic. Thank you!

Changed in linux (Ubuntu Karmic):
status: Triaged → Fix Released
Revision history for this message
Eric Appleman (erappleman) wrote :

As far as I've heard, this bug, as a whole, is still far from being fixed.

Sure, the needed changes have been implemented at the kernel level, but the dri2 branches for dri2proto, mesa, xserver and xf86-video-intel are still not fully merged.

Revision history for this message
Martin Pitt (pitti) wrote :

Eric, indeed. These will trickle into Ubuntu when they are merged to upstream trunk. Reopening, but not as release critical.

Changed in mesa (Ubuntu Karmic):
status: Invalid → Won't Fix
Martin Pitt (pitti)
Changed in mesa (Ubuntu):
importance: Undecided → Wishlist
status: Invalid → Triaged
Changed in x11proto-dri2 (Ubuntu Karmic):
importance: High → Medium
status: Invalid → Won't Fix
Changed in x11proto-dri2 (Ubuntu):
importance: Medium → Wishlist
status: Invalid → Triaged
affects: xorg (Ubuntu Karmic) → xorg-server (Ubuntu Karmic)
Changed in xorg-server (Ubuntu Karmic):
status: Invalid → Won't Fix
Martin Pitt (pitti)
Changed in xorg-server (Ubuntu):
importance: Undecided → Wishlist
status: Invalid → Triaged
Changed in xserver-xorg-video-intel (Ubuntu Karmic):
status: Invalid → Won't Fix
Martin Pitt (pitti)
Changed in xserver-xorg-video-intel (Ubuntu):
importance: High → Wishlist
status: Invalid → Triaged
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package xserver-xorg-video-intel - 2:2.7.99.902+git20090720.bb300738-0ubuntu1

---------------
xserver-xorg-video-intel (2:2.7.99.902+git20090720.bb300738-0ubuntu1) karmic; urgency=low

  * Update to git 20090720 (master branch) up to commit bb300738
    - Fix intel driver reports Couldn't find PLL settings on i915
      (LP: #312133)
    - Fix X freezing on intel 855GM
      (LP: #370292)
    - Implement vblank sync'd GL buffer swap
      (LP: #377090)

 -- Bryce Harrington <email address hidden> Mon, 20 Jul 2009 22:05:31 -0700

Changed in xserver-xorg-video-intel (Ubuntu Karmic):
status: Won't Fix → Fix Released
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

dri2proto 2.1 is in karmic now.

Changed in x11proto-dri2 (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

sorry, I noticed that the swapbuffers-branch isn't merged to 2.1..

Changed in x11proto-dri2 (Ubuntu):
status: Fix Released → Triaged
Revision history for this message
In , unggnu (unggnu) wrote :

This is still an issue with -intel 2.8 and i915. It is much better than before but still tears often during tracking shots.
So atm I have to disable KMS to use Overlay again.

Revision history for this message
In , Łukasz Kuryło (lukasz-kurylo) wrote :

(In reply to comment #15)
> This is still an issue with -intel 2.8 and i915. It is much better than before
> but still tears often during tracking shots.
> So atm I have to disable KMS to use Overlay again.
>

Try using Option "SwapbuffersWait" "true" in xorg.conf

Revision history for this message
In , unggnu (unggnu) wrote :

Yeah, the option >>Option "SwapbuffersWait" "true"<< seems to fix the problem for me.

Many thanks!

Bryce Harrington (bryce)
Changed in mesa (Ubuntu):
status: Triaged → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote : Re: [i945gm] (Needs kernel 2.6.31) DRI2 swapbuffers

This bug was fixed in the package mesa - 7.6.0~git20090817.7c422387-0ubuntu1

---------------
mesa (7.6.0~git20090817.7c422387-0ubuntu1) karmic; urgency=low

  [Bryce Harrington]
  * Checkout from git 20090817 (master branch) up to commit
    7c4223876b4f8a78335687c7fcd7448b5a83ad10
    + Add DRI2 support to -ati
      (LP: #329654, #404428, #327698, #321108)
    + Fix portion of MythTV Frontend does not work with RADEON DRI
      (LP: #341898)
    + Fix selection mode on RS482
      (LP: #273329)
    + Fix issue running 3D acceleration games on ATI chipsets
      (LP: #374590)
    + Provide DRI2 swap buffers
      (LP: #377090)
    + Fix blender unusable with UXA when DRI2 enabled
      (LP: #353763)
  * Drop 108_bo_assertion.patch (applied upstream)

  [Robert Hooker]
  * Only added debian/ tree from origin/ubuntu
  * Enable r600 driver. Note that it requires seperate drm modules
    not provided in this PPA or in ubuntu, and also does not work with
    KMS.

 -- Bryce Harrington <email address hidden> Fri, 21 Aug 2009 16:13:50 -0700

Changed in mesa (Ubuntu Karmic):
status: Won't Fix → Fix Released
Revision history for this message
Eric Appleman (erappleman) wrote :

Bryce, are the remaining components fixed upstream in the xorg-edgers or Sarvatt/xorg-testing PPA?

Revision history for this message
Mark Shuttleworth (sabdfl) wrote :

Bryce, this is interesting to me too. Could you check with Jesse Barnes about the state of the dri2-swapbuffer branch, and whether it's suitable for merging into our DRI2? And if there are any other bits required to make it all happy?

Revision history for this message
Jesse Barnes (jbarnes-virtuousgeek) wrote :

The kernel portion of this work is targeted at kernel 2.6.32 (Kristian Hogsberg has been posting the patches most recently). There are also libdrm, mesa, xserver and driver changes required, which should land in the Intel gfx Q3 release, and in the next stable X server release.

Revision history for this message
Bryce Harrington (bryce) wrote :

Hi Mark,

Sure thing. I checked with jesse; he posted the status in the previous comment, and in regards to the suitability, he said, "I wouldn't recommend it for karmic. It would be good to have in edgers though, but I'd just wait until it lands. Shouldn't be long now before those branches are merged into master of the various repos."

So it sounds like a good thing to look at for karmic+1, and would be worthwhile for us to integrate into xorg-edgers so people can begin testing on it.

summary: - [i945gm] (Needs kernel 2.6.31) DRI2 swapbuffers
+ [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers
Changed in xserver-xorg-video-intel (Ubuntu Karmic):
status: Fix Released → Incomplete
Changed in linux (Ubuntu Karmic):
status: Fix Released → Incomplete
Changed in mesa (Ubuntu Karmic):
status: Fix Released → Incomplete
Changed in x11proto-dri2 (Ubuntu):
status: Triaged → Incomplete
Changed in xserver-xorg-video-intel:
status: Fix Released → Incomplete
Changed in xorg-server (Ubuntu):
status: Triaged → Incomplete
Bryce Harrington (bryce)
Changed in mesa (Ubuntu Karmic):
status: Incomplete → Won't Fix
Changed in linux (Ubuntu Karmic):
status: Incomplete → Won't Fix
Changed in xserver-xorg-video-intel (Ubuntu Karmic):
status: Incomplete → Won't Fix
Revision history for this message
Mark Shuttleworth (sabdfl) wrote : Re: [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers

Thanks Bryce, Jesse, looking forward to this in K+1.

Changed in xserver-xorg-video-intel:
status: Incomplete → Fix Released
Bryce Harrington (bryce)
Changed in mesa (Ubuntu):
status: Incomplete → Confirmed
Bryce Harrington (bryce)
Changed in x11proto-dri2 (Ubuntu):
status: Incomplete → Confirmed
Changed in xorg-server (Ubuntu):
status: Incomplete → Confirmed
Bryce Harrington (bryce)
Changed in xserver-xorg-video-intel (Ubuntu):
status: Incomplete → Confirmed
Changed in xserver-xorg-video-intel:
status: Fix Released → Confirmed
Changed in xserver-xorg-video-intel:
status: Confirmed → Fix Released
Revision history for this message
Eric Appleman (erappleman) wrote :

BWU is wrong.

The intel driver will require additional patching. A lot has changed since this component of the bug was originally declared "fixed".

Revision history for this message
In , unggnu (unggnu) wrote :

The option "SwapbuffersWait" prevents the tearing of long lines but there are still from time to time fractals like short rectangles slower than the rest which makes watching a movie still kind of annoying some times.
The main problem is that it isn't possible to use Overlay again with KMS.

Revision history for this message
Michal Charvát (dog.big) wrote : Re: [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers

Bug remains in Karmic...

Revision history for this message
Michal Charvát (dog.big) wrote :

Please fix it! It is critical!

Revision history for this message
Francisco Villalobos (belhor) wrote :

Jaunty & Karmic sucks because of this!

Again have slow rendering on Intel 945GM.

I install Kernel 2.6.32 and now have good performance.

Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

Jesse / Eric,

Has anyone been able to verify if this fix has been released in the .32 kernel? I have added this to my list.

Thanks,

-JFo

Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

Francisco,
     Are you able to definitively determine that this fix has solved your issue in the .32 kernel?

-JFo

Revision history for this message
Eric Appleman (erappleman) wrote :

Cannot confirm or deny. All I know is that Flash and fullscreen games stil tear regardless of whether vsync is activated or not.

Bryce Harrington (bryce)
summary: - [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers
+ [i945] [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers
Bryce Harrington (bryce)
summary: - [i945] [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers
+ [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package x11proto-dri2 - 2.2-1

---------------
x11proto-dri2 (2.2-1) unstable; urgency=low

  [ Timo Aaltonen ]
  * New upstream release. (LP: #377090, closes: #569259)

  [ Julien Cristau ]
  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
    good reason. Thanks, Colin Watson!
  * Remove myself from Uploaders

  [ Brice Goglin ]
  * Add myself to Uploaders.
 -- Robert Hooker <email address hidden> Wed, 10 Mar 2010 11:51:54 +0000

Changed in x11proto-dri2 (Ubuntu):
status: Confirmed → Fix Released
summary: - [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers
+ [i945gm] (Needs kernel 2.6.32) DRI2 swapbuffers and page flipping
Bryce Harrington (bryce)
tags: removed: needs-lspci-vvnn needs-xorglog
Revision history for this message
Zack Evans (zevans23) wrote :

For clarity - is this fixed in Lucid's kernel? Or is there still farther to go? I'd like to help you keep a lid on Intel-driver-bashing in the forum when Lucid is out, but can't figure out if you're expecting this to work or not.

Revision history for this message
Achim (ach1m) wrote :

No, doesn't work yet. You need at least xserver 1.8 and Mesa7.8.

tags: added: cherry-pick kernel-fs
tags: added: kernel-graphics
removed: kernel-fs
Revision history for this message
Robert Hooker (sarvatt) wrote :

Everything for this is now available in maverick.

Changed in linux (Ubuntu):
status: Incomplete → Fix Released
Changed in mesa (Ubuntu):
status: Confirmed → Fix Released
Changed in xorg-server (Ubuntu):
status: Confirmed → Fix Released
Changed in xserver-xorg-video-intel (Ubuntu):
status: Confirmed → Fix Released
Changed in xserver-xorg-video-intel:
importance: Unknown → Wishlist
Changed in xserver-xorg-video-intel:
importance: Wishlist → Unknown
Changed in xserver-xorg-video-intel:
importance: Unknown → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.