--- a/src/main.c Fri Sep 17 20:05:34 2010 +1000 +++ b/src/main.c Fri Oct 22 20:55:32 2010 +1000 @@ -254,6 +254,9 @@ ERROR( "Video driver '%s' failed to initialize (could not connect to display?)", display_driver->name ); exit(2); + } else if( display_driver->capabilities.has_gl == FALSE ) { + ERROR( "Video driver '%s' has no GL capabilities.", display_driver_name ); + exit(2); } glPrintInfo(stdout); exit(0);