Michael,

Have you looked into seeing if this bug was filed with upstream xorg?

On Tue, Apr 8, 2008 at 9:37 AM, laga <[EMAIL PROTECTED]> wrote:

> 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 MythTV
> Ubuntu Maintainers, which is subscribed to MythTV.
>


-- 
Mario Limonciello
[EMAIL PROTECTED]


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/13249328/unnamed

-- 
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