Hardware aceleration in Linux (windowed)

Hello,

there’s any way I can get hardware aceleration in Linux? (in a window, not
fullscreen)

Thank you in advance,

Andr?

Hello,

there’s any way I can get hardware aceleration in Linux? (in a window, not
fullscreen)

Thank you in advance,

Andr?

You are using X? Just install the appropriate drivers and use OpenGL.
The questions, of course, are what version of Linux and what video card?
Now days it is pretty trivial for most cards and versions of Linux.

Bob PendletonOn Thu, 2006-09-28 at 12:51 +0000, Andr? Wagner wrote:

SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

±-------------------------------------+

Well, there is DGA, but I have no idea about it’s current state WRT
driver support (accelerated blits, that is), windowing support,
security issues etc.

XRender seems to be the proper way of doing it now, but I’m not sure
about the state of driver support. Never seen it fully accelerated
myself, and I’m not even sure it’s possible unless you happen to have
the “right” video card. (The only sensible option would be
implementing it over OpenGL, it seems to me. As long as all serious
hardware is closed, we’re not going to see any serious drivers for
anything else.)

So, I would suggest OpenGL. It’s the API for serious accelerated
rendering, and there are tried and tested drivers for most video
cards.

If you still want to use the SDL API, you might get away with using
glSDL (wrapper or backend patch), until SDL 1.3/2.0 (which has
renderers for OpenGL and Direct3D) is mature enough.

//David Olofson - Programmer, Composer, Open Source Advocate

.------- http://olofson.net - Games, SDL examples -------.
| http://zeespace.net - 2.5D rendering engine |
| http://audiality.org - Music/audio engine |
| http://eel.olofson.net - Real time scripting |
’-- http://www.reologica.se - Rheology instrumentation --'On Thursday 28 September 2006 14:51, Andr? Wagner wrote:

Hello,

there’s any way I can get hardware aceleration in Linux? (in a
window, not fullscreen)

2006/9/28, David Olofson :> On Thursday 28 September 2006 14:51, Andr? Wagner wrote:

Hello,

there’s any way I can get hardware aceleration in Linux? (in a
window, not fullscreen)

Well, there is DGA, but I have no idea about it’s current state WRT
driver support (accelerated blits, that is), windowing support,
security issues etc.

AFAIK DGA support was removed from 1.3 tree.


Roman Kyrylych (??? ???)