Accel. X & SDL ONCE AGAIN

hi all,

I need help with this problem and requesting you people once again expecting a reply this time.

I want to run my SDL application on Accelerated X (AX) server by XiG (www.xig.com). I want to access the H/W acceleration and the H/W accelerated plane overlays of AX. I am trying to use this feature from SDL with colorkey blits.

I did the same thing with DGA under XFree86 server.For that I had to define the environment variable:

SDL_VIDEODRIVER = dga

My question is that what server extension should I use under AX for this purpose. I’ve tried

SDL_VIDEODRIVER = xda

but it doesn’t work.

I hope that I’ve made the problem clear to all & hope to hear from you guys soon.

sandra

Hey Sandra, X always hands out a software surface
so you’ll always see a software sufrace from and
accelled X server. see the SDL Development FAQ at
http://www.libsdl.org/faq.php?action=listentries&category=2#20

— Sandra <sandra.jhonson at softhome.net> wrote:> hi all,

I need help with this problem and requesting you
people once again expecting a reply this time.

I want to run my SDL application on Accelerated X
(AX) server by XiG (www.xig.com). I want to access
the H/W acceleration and the H/W accelerated plane
overlays of AX. I am trying to use this feature from
SDL with colorkey blits.

I did the same thing with DGA under XFree86
server.For that I had to define the environment
variable:

SDL_VIDEODRIVER = dga

My question is that what server extension should I
use under AX for this purpose. I’ve tried

SDL_VIDEODRIVER = xda

but it doesn’t work.

I hope that I’ve made the problem clear to all &
hope to hear from you guys soon.

sandra


Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

My question is that what server extension should I use under AX for this purpose. I’ve tried

SDL_VIDEODRIVER = xda

What is xda? I don’t have an Accel. X server here, so I’m not sure what that is.
Feel free to use the DGA driver as a guide to writing an xda driver though. :slight_smile:
If you do, go ahead and submit it as a patch to the mailing list.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment