https://bugzilla.novell.com/show_bug.cgi?id=272875 pierre.baldensperger@wanadoo.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #21 from pierre.baldensperger@wanadoo.fr 2007-05-19 16:25 MST ------- (In reply to comment #20)
Patch applied. Fixed.
Updated to this package lately and it does not seem to work for me. Xorg says DRI is enabled but glxinfo doesn't agree. Somehow, the problem seems to be related to this shared library modification. Trying to enable AIGLX or enabling LIBGL_DEBUG results in the following message (in Xorg.log and stderr respectively): libGL error: dlopen /usr/lib/dri/r200_dri.so failed (/usr/lib/dri/r200_dri.so: undefined symbol: _generic_read_RGBA_span_RGB565_MMX) After looking around, this symbol is in libmesa_private, but nm says it is local (not external):
nm /usr/lib/libmesa_private.so.1.0 | grep _generic_read_RGBA_span_RGB565_MMX
00187cf0 t _generic_read_RGBA_span_RGB565_MMX ..so the linker resolution fails. Maybe I'm missing something... But I'll dare re-open this bug just in case... Sorry if this comment had nothing to do here. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.