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
Issue with GLX Visuals
Moderator: Moderators
- thesleepless
- Posts: 417
- Joined: 24 Oct 2007, 04:49
Re: Issue with GLX Visuals
what is the output of
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
glxinfo | grep direct
Code: Select all
xrandr
Re: Issue with GLX Visuals
You probably need to add the needed res to your Xorg.conf
-
- Posts: 22
- Joined: 14 Jan 2007, 06:39
Re: Issue with GLX Visuals
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?
-
- Posts: 3
- Joined: 10 Jan 2008, 06:57
Re: Issue with GLX Visuals
Sorry for the long delay - work interferes again :)
Out put is as follows :
and
Out put is as follows :
Code: Select all
glxinfo | grep direct
direct rendering: Yes
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
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".
-
- Posts: 3
- Joined: 10 Jan 2008, 06:57
Re: Issue with GLX Visuals
Thank you very much - I set AA to 4 and away I went.
I never even noticed that slider.
Now to have some fun :)
I never even noticed that slider.
Now to have some fun :)