I've just patched my ati driver and DRM video sync works now. Since the
original scope of this bug report was OpenGL video sync, I'm not sure if
it's appropriate but oh well..

I modified the ATI driver as suggested in that thread on mythtv-users.
Here's the diff; use at your own risk:


--- xserver-xorg-video-ati-6.8.0.mod/src/radeon_dri.c   2008-01-29 
18:08:44.000000000 +0100
+++ xserver-xorg-video-ati-6.8.0/src/radeon_dri.c       2008-04-08 
16:11:27.906662736 +0200
@@ -2125,11 +2125,11 @@

     RADEONChangeSurfaces(pScrn);

-    info->want_vblank_interrupts = FALSE;
-    RADEONDRISetVBlankInterrupt(pScrn, FALSE);
+    info->want_vblank_interrupts = TRUE;
+    RADEONDRISetVBlankInterrupt(pScrn, TRUE);

     if (info->cursor)
-       xf86ForceHWCursor (pScreen, FALSE);
+       xf86ForceHWCursor (pScreen, TRUE);
 }

-- 
Gutsy upgrade to Hardy Alpha 2 broke mythfrontend video playback
https://bugs.launchpad.net/bugs/180814
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to