I just noticed fgfs SDL just won't run on a 16 bpp X.

    When I run it I get:

Fatal error: Failed to set SDL video mode: Couldn't find matching GLX
visual


    Passing --bpp=16 or --bpp=24 doesn't make a difference.

    Any ideas?


    I also just noticed in fg_os_sdl.cxx it is hardcoded to do:

    if (SDL_SetVideoMode(w, h, 16, VidMask) == 0)

    so how does this actually work with 24 bpp mode?


Pigeon.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to