I’m just trying to get my programme to use DGA with the XFree86 4.0.3 nv
driver so I can use a proper hardware SDL_Flip() and to speed up blitting. I
have run the dga test application that comes with X and it works fine, so I
assume dga is set up OK. Setting SDL_VIDEODRIVER=dga also works as I check
the video info settings before setting the video mode and that reports lots
of nice hardware goodies it can use compared to the X11 software
everything
However, my programme crashes with the standard SDL Parachute SEGFAULT signal
handler when I issue the SDL_SetVideoMode function as below:
I’m just trying to get my programme to use DGA with the XFree86 4.0.3 nv
driver so I can use a proper hardware SDL_Flip() and to speed up blitting.
I have run the dga test application that comes with X and it works fine, so
I assume dga is set up OK. Setting SDL_VIDEODRIVER=dga also works as I
check the video info settings before setting the video mode and that
reports lots of nice hardware goodies it can use compared to the X11
software everything
However, my programme crashes with the standard SDL Parachute SEGFAULT
signal handler when I issue the SDL_SetVideoMode function as below: