Comment 31 for bug 341898

Revision history for this message
Mario Limonciello (superm1) wrote : Re: Mythtv frontend does not display any fonts

Using git bisect on the xserver-xorg ubuntu git branch, i've identified the commit causing the failures:

commit 8b967b24690cb072fc37c463eceb2b886cef80c4
Author: Eric Anholt <email address hidden>
Date: Mon Feb 2 10:13:46 2009 -0800

    glx: Don't match fbconfigs to visuals with mismatched channel masks.

    This fixes at least one known bug, where the depth 32 visual would end up
    with a depth 24 fbconfig attached, angering compiz.
    (cherry picked from commit 5100d829a4d71ce4a9fbc2b81694a1fb90066ccf)

    Signed-off-by: Keith Packard <email address hidden>