| 
				Video mode set failed: Couldn't find matching GLX visual 
				 
					Yes, I seem to get all the modes, plus some strange dupes. It seems to me like those dupes probably have a purpose, like perhaps there are different refresh rates or color depths available at each mode.It probably would make sense to look at the different sources of video mode lists - SDL, and our text file - and cut out any dupes. As long as we are using the text file, though, we limit users to the modes listed there. If someone has a funky-sized widescreen monitor we will not have their resolution unless they add it themselves. So perhaps we need to figure out exactly what is causing these duplicates and deal with that.
				 
				
				
				
				
				 
			 |