On Thu, Mar 20, 2003 at 11:00:06AM +0100, Ulrich Spoerlein wrote:
> Hello,
>
> does anyone here have WINE running with XFree86 4.3.0? Everytime I start
> up wine it complains about a broken libXrender and the palette is
> completely screwed (or the window remains totally black).
>
> The failing test is at wine/dlls/x11drv/render.c:163
>
> screen_format = pXRenderFindVisualFormat(gdi_display, visual);
> if(!screen_format) { /* This fails in buggy versions of libXrender.so */
> wine_tsx11_unlock();
> WINE_MESSAGE(
> "Wine has detected that you probably have a buggy version\n"
> "of libXrender.so . Because of this client side font rendering\n"
> "will be disabled. Please upgrade this library.\n");
> X11DRV_XRender_Installed = FALSE;
> return;
> }
>
> XRenderVisualFormat changed only slightly between 4.2.1 and 4.3.0, so I
> guess the error is somewhere else.
>
> I'm running the newest WINE release on FreeBSD 4.8.
What does the output of xdpyinfo say?
Huw.
--
Huw Davies
huw(a)codeweavers.com