Skip to content
  • Adam Jackson's avatar
    glx: Require depth > 12 for GLX visuals · 79a71375
    Adam Jackson authored
    
    
    fb is happy to do TrueColor to 8bpp drawables, but mesa is not. Depth 12
    is the biggest pseudocolor anyone ever really did, and 15 is the least
    truecolor.
    
    Without this Xvfb at depth 8 would "have" GLX, but no vendors
    would actually back any of the screens. libGL will attempt to call
    GLXQueryServerString to figure out the GLX version, and vnd will throw
    an error because there's no vendor to dispatch that to, and then clients
    crash.
    
    Signed-off-by: default avatarAdam Jackson <ajax@redhat.com>
    79a71375