[SDL] problem with DGA

Stephane Marchesin stephane.marchesin at wanadoo.fr
Tue Feb 17 10:54:01 PST 2004


Muzero wrote:

>Hi to all,
>on non accellerated linux box i use in my programs these statements before open video screen:
>
>#ifdef __linux__
>putenv("SETVIDEODRIVER=DGA");
>#endif
>
This putenv doesn't do anything in SDL. Maybe you meant 
SDL_VIDEODRIVER=dga ?

Stephane






More information about the SDL mailing list