Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Video mode set failed: Couldn't find matching GLX visual
02-10-2006, 02:07 AM,
#7
Video mode set failed: Couldn't find matching GLX visual
Hrm, it could have to do with the fact that VDrift likes to use a 24-bit depth buffer. If you have a really old card, it may only support 16-bit depth buffers. Try searching for this line in main.cpp:SDL_GL_SetAttribute( SDL_GL_DEPTH_SIZE, 24 );and replacing it with:SDL_GL_SetAttribute( SDL_GL_DEPTH_SIZE, 16 );
Reply


Messages In This Thread
Video mode set failed: Couldn't find matching GLX visual - by joevenzon_phpbb2_import3 - 02-10-2006, 02:07 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)