SDL_FULLSCREEN logs out GNOME Session

SDL_FULLSCREEN logs out GNOME Session

On a toshiba 330CDT, a
SDL_SetVideoMode(640,480,0,SDL_FULLSCREEN)
will log the Gnome session out and take me to the login screen

Here’s my SDL_GetVideoInfo();

Video Information:
hw_available? 0
wm_available? 1
blit_hw? 0
blit_hw_CC? 0
blit_hw_A? 0
blit_sw? 0
blit_sw_CC? 0
blit_sw_A? 0
blit_fill? 0
video memory(in K)? 0
bits per pixel? 16

SDL_FULLSCREEN logs out GNOME Session

That usually means that there is a bug in the X server and it’s crashing.
Make sure you have the latest version of the X server and any updates.

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

Sam Lantinga wrote:

SDL_FULLSCREEN logs out GNOME Session

That usually means that there is a bug in the X server and it’s crashing.
Make sure you have the latest version of the X server and any updates.

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


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

I’ve seen this before on comp.graphics.api.opengl :
http://groups.google.fr/groups?selm=pan.2003.11.09.07.03.45.378549%40earthlink.net&oe=UTF-8&output=gplain

Stephane