https://bugs.winehq.org/show_bug.cgi?id=41639
--- Comment #36 from Byeongsik Jeon bsjeon@hanmail.net --- Created attachment 62658 --> https://bugs.winehq.org/attachment.cgi?id=62658 temperary patch disable subpixel rendering check for the XQurtz 2.7.11
Please test this new patch.
Simply, in the dlls/gdi32/freetype.c
case WINE_GGO_VBGR_BITMAP: /* disable subpixel rendering checking */ break;
if (is_subpixel_rendering_enabled()) break; *aa_flags = GGO_GRAY4_BITMAP; TRACE("subpixel rendering disabled. fallback aa_flags = %d\n", *aa_flags); /* fall through */ case GGO_GRAY2_BITMAP: case GGO_GRAY4_BITMAP: