LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 03-28-2005, 08:25 PM   #1
dustynus
Member
 
Registered: Jan 2005
Location: Canada
Distribution: Suse 9.1
Posts: 83

Rep: Reputation: 15
Can't get enemy territory running....


This is what I get when I type "et" :

Code:
ET 2.60 linux-i386 Mar 10 2005
----- FS_Startup -----
Current search path:
/root/.etwolf/etmain
/root/enemy-territory/etmain/pak2.pk3 (22 files)
/root/enemy-territory/etmain/pak1.pk3 (10 files)
/root/enemy-territory/etmain/pak0.pk3 (3725 files)
/root/enemy-territory/etmain/mp_bin.pk3 (6 files)
/root/enemy-territory/etmain

----------------------
3763 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
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 800x600
Using 4/4/4 Color bits, 16 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect


***********************************************************
 You are using software Mesa (no hardware acceleration)!
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (4)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 640x480
Received signal 11, exiting...
linux:~ #ET 2.60 linux-i386 Mar 10 2005
----- FS_Startup -----
Current search path:
/root/.etwolf/etmain
/root/enemy-territory/etmain/pak2.pk3 (22 files)
/root/enemy-territory/etmain/pak1.pk3 (10 files)
/root/enemy-territory/etmain/pak0.pk3 (3725 files)
/root/enemy-territory/etmain/mp_bin.pk3 (6 files)
/root/enemy-territory/etmain

----------------------
3763 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
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 800x600
Using 4/4/4 Color bits, 16 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect


***********************************************************
 You are using software Mesa (no hardware acceleration)!
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (4)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 640x480
Received signal 11, exiting...
linux:~ #
any help?
And when I do add "+set r_allowSoftwareGL 1" to the command line, I get the game running but it is sooo slow I can't even move my cursor across the page properly.

Regards,
Michael
 
Old 03-28-2005, 10:37 PM   #2
granth
Member
 
Registered: Jul 2004
Location: USA
Distribution: Slackware64
Posts: 212

Rep: Reputation: 55
You cant run ET at a decent speed using software acceleration. You need to get some opengl drivers working for your video card. If you have a NVIDIA card, it wont be too difficult. If you have an ATI card, it will take some extra effort and a little luck.

1. What distro are you running?
2. What kernel are you using?
3. What video card do you have?
4. Have you ever recompiled a kernel?
 
Old 03-29-2005, 11:11 AM   #3
dustynus
Member
 
Registered: Jan 2005
Location: Canada
Distribution: Suse 9.1
Posts: 83

Original Poster
Rep: Reputation: 15
Here are the answers to your questions:

1. Suse 9.1
2. 2.6
3. ATI Radeon 9200 SE
4. i don't think so.... I'm not sure what that is.

Regards,
Michael
 
Old 04-02-2005, 01:46 AM   #4
macarena_gamer
LQ Newbie
 
Registered: Apr 2005
Posts: 4

Rep: Reputation: 0
I'm having a similiar problem but I also get this line:

Using 4/4/4 Color bits, 16 depth, 0 stencil display.
Xlib: extension "XFree86-DRI" missing on display ":0.0".
GL_RENDERER: Mesa GLX Indirect

My answers:

1. Fedora Core 3
2. 2.6
3. Radeon 9600Pro256
4. Nope but I could just ask my dad for help.

Last edited by macarena_gamer; 04-02-2005 at 01:12 PM.
 
Old 04-09-2005, 11:05 AM   #5
granth
Member
 
Registered: Jul 2004
Location: USA
Distribution: Slackware64
Posts: 212

Rep: Reputation: 55
Ok Radeon cards are hard to get the driver to do hardware opengl (glx). Mesa GLX Indirect is a software opengl renderer and ET won't run on that.

Bottom line...You must recompile your kernel with an appropriate apgart module and the Direct Rendering Manager module for Ati Radeon.

Then, check your xorg.conf or XF86config-4 for Load "glx" and Load "dri"; you do not want a # in front of them.

Use the command glxgears to check if its working.
If you are totally lost try google or here is a link (gentoo related but will still help)
http://odin.prohosting.com/wedge01/g...adeon-faq.html
 
Old 04-23-2005, 05:01 PM   #6
JackieBrown
Member
 
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481

Rep: Reputation: 31
You need to change your color depth to 24 in eithe you XF86Confif or Xorg file. That will fix it.
 
Old 05-20-2005, 10:08 PM   #7
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Rep: Reputation: 30
hi all. here are the errors i'm running into
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
XF86DGA Mouse (Version 2.0) initialized
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
XF86DGA Mouse (Version 2.0) initialized
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

politisj@JasonHP:~>


i'm running suse 9.3 64-bit. I have an nvidia video card with 64mb memory. and i don't like the sound or recompiling kernels, unless it's popcorn. does this have anything to do with enabling/disabling 3D?
 
Old 05-20-2005, 11:49 PM   #8
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Rep: Reputation: 30
nm, i enabled 3d and it works, the game that is, but i have other problems now. if it's ok wit u, i'll just mention my problem here.

when i have 3D enabled, all my graphics, including games, run killer fast...way ton better than in windows...problem is, thouh, whith 3D enabled, the right 2.5 inches of my screen is black, with the exception of this itty bit of it that is acctualy a mirror of another part of my screen...also the bottom half inch of my screen ins screwed up. i can play the game fine, and do everything fine, but my screen is still screwed up. I will try to restart my computer and see what will happen, but my guess is that things will still be screwed up. any ideas? thnx
 
Old 05-22-2005, 01:22 AM   #9
mrbass
LQ Newbie
 
Registered: Jul 2004
Posts: 25

Rep: Reputation: 15
take out any resolutions like 1280x1024 or whatever. I will prevent ET from running. 15.4" widescreen hmmmm I do think there is one widescreen mode in ET something like 960x?? I forgot.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with running Enemy Territory Rastlink Linux - Games 6 11-19-2005 05:20 PM
Enemy Territory tykkea811 Slackware 2 12-12-2004 07:31 PM
problems running enemy territory - help!! darksmiley Linux - Games 3 06-23-2004 05:54 AM
Enemy-Territory Jimbo99 Linux - Software 6 06-01-2004 12:19 AM
Enemy Territory Help coolmatty1000 Linux - Newbie 3 10-07-2003 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 09:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration