[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#251307: xserver-xfree86: A problem with the new ATI driver: XVideo apps crash X server (on ATI Range IIc (Mach64) card)



Saturday 29 May 2004 13:45, Michel Dänzer rašė:
> X server symbols aren't automatically visible to modules though; they
> need to be exported with SYMFUNC() in
> xc/programs/Xserver/hw/xfree86/loader/xf86sym.c . It looks like that
> file was overlooked in the patch.

Michel, thank you for the hint! I have made a patch (attached) according to 
your guidelines, put it into debian/patches and recompiled xfree86 
4.3.0.dfsg.1-4 And, yes, there is no message about the unresolved symbol in 
the log anymore. Moreover, a quick test revealed, that mplayer and kaffeine 
seem to work fine and, of course, X doesn't crash. Thus, I think, the bug is 
fixed!
diff -uNr xc.old/programs/Xserver/hw/xfree86/loader/xf86sym.c xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
--- xc.old/programs/Xserver/hw/xfree86/loader/xf86sym.c	2004-05-30 20:07:16.000000000 +0300
+++ xc/programs/Xserver/hw/xfree86/loader/xf86sym.c	2004-05-30 20:07:44.000000000 +0300
@@ -569,6 +569,7 @@
    SYMFUNC(xf86XVFreeVideoAdaptorRec)
    SYMFUNC(xf86XVFillKeyHelper)
    SYMFUNC(xf86XVClipVideoHelper)
+   SYMFUNC(xf86XVCopyYUV12ToPacked)
 
    /* xf86xvmc.c */
    SYMFUNC(xf86XvMCScreenInit)

Attachment: pgpn89DTSrVa9.pgp
Description: signature


Reply to: