On Tue, 2007-08-21 at 15:12 +0200, Florent THIERY wrote:
> 
> I noticed that font size changed a lot when switching from glx to sdl
> backend, and you have to readjust it.

The DPI setting is probably truer with the GLX backend (I dont think SDL
can detect DPI so its fixed around ~92dpi)

>  But overall, it seems to perform
> better than the glx one (for our heavy gst-based app)
> 

I would have expected SDL to be slightly slower as its basically another
layer of abstraction over GLX (on linux) and its event loop isn't very
efficient, having to poll. It would be interesting if you can back this
up with some figures ?

  -- Matthew

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to