rendering on Xvfb is working great except for one major area (for what I am using it for) and that is utilizing alpha. When I save I get black where it should be transparent.
I traced through the code and discovered that it might be when the get_mode(s) is called on the screen it requires VidMode naturally from looking at the code. I discovered that Xvfb does not in fact use VidMode and the code is buried deep within the bowels of specific areas of xserver, not common. Everyone pretty much reported that VidMode's day has gone and to use XRandR. There is a comment in the code (perhaps many, I didn't search) that reports XRandR is broken. Is this still the case? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
