Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2003 00:32:34 +0100
From:      Ulrich Spoerlein <q@uni.de>
To:        ports@freebsd.org
Cc:        Eric Anholt <eta@lclark.edu>, Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Subject:   Wine and XFree86 4.3
Message-ID:  <20030317233234.GA2339@galgenberg.net>

next in thread | raw e-mail | index | archive | help

--HlL+5n6rz5pIUxbD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi there, I upgraded XFree86 to 4.3.0 and WINE went nuts. I already
recompiled the WINE port and tried the CVS Version too, but it seems
Wine doesn't recognize 4.3.0 properly

% wine winemine
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:reg:GetSystemInfo not yet supported on this system
Wine has detected that you probably have a buggy version
of libXrender.so .  Because of this client side font rendering
will be disabled.  Please upgrade this library.

The winemine window is black, and focussing/defocussing the window
produces flickering and weird color glitches (only for a fraction of a
second)
One interesting thing is, that running winemine a second time everything
seems to look normal.

% wine winemine
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:reg:GetSystemInfo not yet supported on this system
%


The problem seems to be this check in wine/dlls/x11drv/xrender.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;
}

--HlL+5n6rz5pIUxbD
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+dlsSmArGtfDbn0QRAlTgAKDB0m2S9p5HcG5cu7LEuUlsNOJvEQCePz5y
X6AHlvXweMJtaSIusOnbpTg=
=aZ9o
-----END PGP SIGNATURE-----

--HlL+5n6rz5pIUxbD--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030317233234.GA2339>