SDL_InitVideo error

Hi

On ubuntu
SDL_InitVideo returns -1 when I run testbitmp.
It doesn’t find a video driver.

How should I resolve this issue?

Thanks.

Jeff Cai

On ubuntu
SDL_InitVideo returns -1 when I run testbitmp.
It doesn’t find a video driver.

If you built SDL from source, make sure you have all the X11 development
packages installed…it’s likely that it didn’t find headers it needs,
so it didn’t build the X11 video target.

–ryan.