Page 1 of 1

Issue with GLX Visuals

Posted: 10 Jan 2008, 07:05
by teinedraig
Hi,

I have an NVIDIA 6600 card and while I can run many other games I cannot get Spring to work. Once I select a single player game and have selected the map, mod and AI I get the following error :

Could not set video mode
Couldn't set matching GLX visual

Any ideas very much appreciated

Re: Issue with GLX Visuals

Posted: 10 Jan 2008, 09:19
by thesleepless
what is the output of

Code: Select all

glxinfo | grep direct
and what resolution are you using in spring? it may be one unsupported by your X server, check which ones are supported by running

Code: Select all

xrandr

Re: Issue with GLX Visuals

Posted: 10 Jan 2008, 16:41
by HAARP
You probably need to add the needed res to your Xorg.conf

Re: Issue with GLX Visuals

Posted: 11 Jan 2008, 06:39
by shanepardue
I'm getting the same error message after compiling Spring. I would use the Ubuntu repository, but it's down. I know I got the right resolution in my xorg.conf as I'm getting that resolution on my desktop. Any ideas?

Re: Issue with GLX Visuals

Posted: 11 Jan 2008, 09:38
by teinedraig
Sorry for the long delay - work interferes again :)

Out put is as follows :

Code: Select all

 glxinfo | grep direct
direct rendering: Yes
and

Code: Select all

xrandr
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
   1280x1024      50.0*    54.0  
   1024x768       51.0     59.0     60.0  
   800x600        52.0     65.0     66.0     67.0     68.0     69.0  
   640x480        53.0     74.0     75.0     76.0  
   1280x960       55.0  
   1280x800       56.0  
   1280x768       57.0  
   1152x864       58.0  
   960x600        61.0  
   896x672        62.0  
   840x525        63.0  
   832x624        64.0  
   800x512        70.0  
   720x450        71.0  
   640x512        72.0     73.0  
   640x400        77.0  
   640x384        78.0  
   576x432        79.0  
   512x384        80.0     81.0     82.0  
   416x312        83.0  
   400x300        84.0     85.0     86.0     87.0  
   320x240        88.0     89.0     90.0  

Re: Issue with GLX Visuals

Posted: 11 Jan 2008, 12:19
by Relative
I had this, my problem was the AA setting was too high. It was set to x16 when I could only do x4 AA. Try changing spring setting to lower setting or turn off AA. Springlobby has a settings GUI integrated into it,so use that if you use that lobby. The AA option is found in expert mode and under the tab "Render Quality/Video Mode".

Re: Issue with GLX Visuals

Posted: 11 Jan 2008, 14:35
by teinedraig
Thank you very much - I set AA to 4 and away I went.

I never even noticed that slider.

Now to have some fun :)