GLX visual [solved]

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
exile
Explorer
Explorer
Posts: 8
Joined: Wed Sep 22, 2004 9:32 am
Location: germany

GLX visual [solved]

Post by exile »

hi guys

first: RESPECT to the developers
amazing game :!:

my problem:
i can't compile vs 0.4.2 on my linux box (gentoo)
./configure won't finish
  • nvidia-kernel, -glx: 1.0.5336-r4
  • xorg-x11: 6.7.0-r2
  • my config.log
i know this is a known problem but i can't fixed that one
i read this:
  1. FAQ
  2. other thread
  3. and nearly all topics i found :)
what i tried already:
  • copy newer version of glext.h
    in /usr/incude/GL/glext.h and other folders where i found it
  • gl_globals.h:

    Code: Select all

         80 //#endif
         81     #include <OpenGL/glext.h>
         82 #else
         83 #define __glext_h_
         84     #include <GL/glut.h>
         85 #include "gl_undefined_extensions.h"
         86 #undef __glext_h_
         87 
         88     #include <GL/glext.h>
         89 #endif
         90 #ifdef _WIN32
    
    i change it in many ways but i guess it's not neceesary
but nothing works for me :?
please help me and sorry for my english =)
Last edited by exile on Mon Sep 27, 2004 5:58 pm, edited 3 times in total.
exile
Explorer
Explorer
Posts: 8
Joined: Wed Sep 22, 2004 9:32 am
Location: germany

Post by exile »

sorry. solved it by myself
with this

:oops:
exile
Explorer
Explorer
Posts: 8
Joined: Wed Sep 22, 2004 9:32 am
Location: germany

Post by exile »

it compiled but now i*ve got a new probem =(

Couldn't initialize video: Couldn't find matching GLX visualCouldn't initialize video: Couldn't find matching GLX visual

how does it comes ?
forgot something?
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Post by energyman76b »

Hi,

I installed vs on gentoo last night, without moving around gl headers, and I do not get glx errors.

First: your driver is REALLY old. 6111 is the acual version (in portage tree).

Second: did you made an opengl-update nvidia?
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

you gotta make sure your xf86config has "nvidia" instead of "nv" in it
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
exile
Explorer
Explorer
Posts: 8
Joined: Wed Sep 22, 2004 9:32 am
Location: germany

Post by exile »

i thougth that fisrt too and installed the 6111 drivers with the necessary upgrad of
opengl-update to 1.8.1-r1
my 3d - acceleration is on:

Code: Select all

        Load  "glx"
...
Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        BusID       "PCI:1:0:0"
...
and
opengl-update nvidia too.

with glxgears i got my familiar 3000 fps

here is my config.log
and my stdout:

Code: Select all

Vega Strike  
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG = 
Found data in /usr/share/vegastrike/data
Using /usr/share/vegastrike/data as data directory
Found MODDIR = /usr/share/vegastrike/data/mods
USING HOMEDIR : /home/martin/.vegastrike As the home directory 
CONFIGFILE - Found a config file in home directory, using : /home/martin/.vegastrike/vegastrike.config
WARNING: no var named debug_config in section general using default: true
WARNING: no var named datadir in section data using default: 
DATADIR - No datadir specified in config file, using ; /usr/share/vegastrike/data
WARNING: no var named sectors in section data using default: sectors
WARNING: no var named animations in section data using default: animations
WARNING: no var named sprites in section data using default: sprites
WARNING: no var named serialized_xml in section data using default: serialized_xml
WARNING: no var named sharedmeshes in section data using default: meshes
WARNING: no var named sharedunits in section data using default: units
SIMULATION_ATOM: 0.08
WARNING: no var named volume_format in section data using default: pk3
Unable to spawn music player server
MISSION_NAME is empty using : mission/explore_universe.mission
WARNING: no var named debug_fs in section general using default: 0
WARNING: no var named UnitCSV in section data using default: modunits.csv
WARNING: no var named python_modules in section data using default: modules
WARNING: no var named python_bases in section data using default: bases
running import sys
print sys.path
sys.path = [r"/usr/share/vegastrike/data/modules/builtin/",r"/usr/share/vegastrike/data/modules/",r"/usr/share/vegastrike/data/bases/"]
['/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/lib/portage/pym', '/usr/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages/gtk-2.0']
testing VS randomrunning import sys
print sys.path
['/usr/share/vegastrike/data/modules/builtin/', '/usr/share/vegastrike/data/modules/', '/usr/share/vegastrike/data/bases/']
WARNING: no var named DopplerScale in section audio using default: 1
ALSA lib pcm_hw.c:1155:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or resource busy
Couldn't initialize video: Couldn't find matching GLX visualCouldn't initialize video: Couldn't find matching GLX visual
is there any other error file that i could check?
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Post by energyman76b »

Hi,

you could post your config and your xorg.log.
exile
Explorer
Explorer
Posts: 8
Joined: Wed Sep 22, 2004 9:32 am
Location: germany

Post by exile »

ok =)

Xorg.0.log
xorg.conf

thx for helping me in advance :D
exile
Explorer
Explorer
Posts: 8
Joined: Wed Sep 22, 2004 9:32 am
Location: germany

Post by exile »

ok works for me

in my xorg.conf:
DefaultDepth 16

and i tried to play with 32 bit color :roll:

oops, :oops:

I'am impressed of the new features!!!!!

thx anyway
Post Reply