On Tue, 2007-08-21 at 15:12 +0200, Florent THIERY wrote: > Hi > > > in alternative, there's the experimental SDL backend which should work > > on more platforms - but it's not as polished and stable as the GLX > > backend. > > I noticed that font size changed a lot when switching from glx to sdl > backend, and you have to readjust it.
the SDL backend has a fixed DPI, while the GLX backend will query the X server for the DPI and adjust the font size accordingly. I need to see whether it's possible with SDL API to do the same. > But overall, it seems to perform > better than the glx one (for our heavy gst-based app) interesting. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
