LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-07-2005, 08:45 PM   #1
lovetto
LQ Newbie
 
Registered: Aug 2005
Location: missouri
Distribution: Fedora Core 4
Posts: 29

Rep: Reputation: 15
Enemy Territory Help


i installed Enemy Territory fine, but when i open the gamei get this message...

ET 2.60 linux-i386 Mar 10 2005
----- FS_Startup -----
Current search path:
/home/Zexter/.etwolf/etmain
/usr/local/games/enemy-territory/etmain/pak2.pk3 (22 files)
/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 (6 files)
/usr/local/games/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
Xlib: extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
XFree86-VidModeExtension Activated at 800x600
Using 8/8/8 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
XFree86-VidModeExtension Activated at 640x480
Received signal 11, exiting...
[Zexter@172 ~]$



and then i tried to open enemy territory using thi +set r_allowSoftwareGL 1 command
and it the game opens but its way to laggy to even do anything.

so i opened xorg.conf and this is what the driver device section says...

# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"


and also i ran flgrxinfo and this is what came up..

display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)


CAN SOMEONE PLEASE HELP ME OUT

Last edited by lovetto; 09-07-2005 at 08:52 PM.
 
Old 09-07-2005, 09:21 PM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Using XFree86-VidModeExtension Version 2.2
This bit looks funny to me - FC4 uses xorg.

Have you searched LQ for others with this problem? For eg:
http://www.linuxquestions.org/questi...hreadid=361268
"Mesa GLX Indirect is a software opengl renderer and ET won't run on that."

I also see (google)
http://www.fedoraforum.org/forum/sho...ewpost&t=75203
https://www.redhat.com/archives/fedo.../msg00274.html

That should be a start.
 
Old 09-07-2005, 09:35 PM   #3
lovetto
LQ Newbie
 
Registered: Aug 2005
Location: missouri
Distribution: Fedora Core 4
Posts: 29

Original Poster
Rep: Reputation: 15
but that refers to nvidia not ati... and i dont understand any of it
 
Old 09-07-2005, 09:47 PM   #4
lovetto
LQ Newbie
 
Registered: Aug 2005
Location: missouri
Distribution: Fedora Core 4
Posts: 29

Original Poster
Rep: Reputation: 15
[QUOTE]Originally posted by Simon Bridge
[B]Using XFree86-VidModeExtension Version 2.2
This bit looks funny to me - FC4 uses xorg.

Have you searched LQ for others with this problem? For eg:
http://www.linuxquestions.org/questi...hreadid=361268
"Mesa GLX Indirect is a software opengl renderer and ET won't run on that."


then how would i get rid od the mesa glx and just use opengl???
 
Old 09-07-2005, 09:54 PM   #5
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
I gave you three links - there are many more.

Your initialisation failed to find any xfree gl stuff it looked for because you don't have xfree86 - this is fine, xorg is better. The initialisation then uses
GL_RENDERER: Mesa GLX Indirect

However, that message you faled to understand points out that ET will not work with MESA. You must obtain and install the opengl drivers for your video card. nvidia was used as an example.

You're other try at getting ET to run involved, in effect, not using and acceleration. Naturally this is very slow - as you found out.

Note:
You don't have to understand all the stuff on a technical discussion to get value out of it - try to get the gist from the bits you do understand. Skim a thread for when someone says "thanks, that worked real good", then read the previous post (referring backwards until you get all the references). Research is a skill.

Where you need to understand something you think is crucial - then you can easily state what that is and post a question about it specifically. "I don't understand" dosn't help me help you
 
Old 09-07-2005, 10:49 PM   #6
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Your ATI drivers aren't working properly. Actually, they aren't working at all. I use Nvidia so I don't have to deal with all these stupid ATI problems but from my best guess, reinstalling the drivers should fix the issue. I'd say that since you've installed the ATI drivers, you've installed Mesa and it's overwritten the ATI symlinks with it's own which means your OpenGL apps are using that instead of the OpenGL supplied by your graphics card. Software 3D is crap.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Enemy Territory Leviathan Linux - Newbie 8 02-02-2005 08:03 PM
Enemy Territory help the_sLiDe Linux - Games 9 10-27-2004 09:23 AM
Enemy Territory the_sLiDe Linux - Games 3 10-02-2004 06:50 PM
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

All times are GMT -5. The time now is 03:22 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