LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Trying to get enemy territory to work (https://www.linuxquestions.org/questions/linux-software-2/trying-to-get-enemy-territory-to-work-150973/)

jeempc 02-26-2004 08:55 PM

Trying to get enemy territory to work
 
Here is the skinny:
My sound works fine.
I sucessfully installed the Nvidia driver for my gforce card. I get the Nvidia splash screen so I assume it is working properly.
I installed Enemy Territory and when I run it here are the errors
I could not get it to work before because I couldn't get my video card installed. Now it is installed I thought problem solved.
Anyways, here is the error I receive.
Please help
TIA
Jeem

jeem@slackstar:~$ et
ET 2.56 linux-i386 Sep 10 2003
----- FS_Startup -----
Current search path:
/home/jeem/.etwolf/etmain
/usr/local/games/enemy-territory/etmain/pak1.pk3 (10 files)
/usr/local/games/enemy-territory/etmain/pak0.pk3 (3725 files)
/usr/local/games/enemy-territory/etmain/mp_bin.pk3 (4 files)
/usr/local/games/enemy-territory/etmain

----------------------
3739 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok

------- Input Initialization -------
Joystick is not active.
------------------------------------
Bypassing CD checks
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Initializing OpenGL display
...setting mode 4: 800 600
Using XFree86-VidModeExtension Version 2.2
Xlib: extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
XFree86-VidModeExtension Activated at 800x600
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Couldn't get a visual
...WARNING: could not set the given mode (4)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XFree86-VidModeExtension Activated at 640x480
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Couldn't get a visual
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsystem

DrOzz 02-26-2004 08:57 PM

what is the output of :
glxinfo | grep rendering
and also :
cat /etc/X11/XF86Config | grep glx

jeempc 02-26-2004 09:20 PM

ready to play fixed sound also
 
Thanks very much. I needed to uncomment the Load glx.
FYI, all
My sound did not work at first I had to change permissions on /dev/dsp0
Here is how ith now looks

crw-rw--w- 1 root sys 14, 51 Aug 29 03:47 dsp3
crw-rw--w- 1 root sys 14, 35 Aug 29 03:47 dsp2
crw-rw--w- 1 root sys 14, 19 Aug 29 03:47 dsp1
crwxrwxrwx 1 root sys 14, 3 Aug 29 03:47 dsp0
lrwxrwxrwx 1 root root 4 Feb 23 12:29 dsp -> dsp0

Now I can help the next lost soul who want's to Play.
Cheers.


Thanks again.

schindler 06-01-2004 05:38 AM

Hi,
I have the exact same problem when i load up ET, the thing is, im a noob to linux and have no idea what you mean to solve it.

proudclod 06-01-2004 09:01 AM

What distribution of linux do you use, and what version of X?

jeempc 06-01-2004 10:35 AM

Follow the thread from the beginning. I had to uncomment a line in the /etc/X11/XF86Config file.
Look for a line like this.
# load "glx"
or something like that.
To uncomment it just remove the # so it looks like
load "glx"
In Linux programs skip over line that start with #
It's like rem in DOS
good luck
Jeem


All times are GMT -5. The time now is 07:39 PM.