PDA

View Full Version : Wolfenstein Enemy Territory video problem


Navyblue
August 2nd, 2005, 04:35 AM
I have installed Enemy Territories and I could not start the game, I get this message after typing "et" at the console.


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 8/8/8 Color bits, 24 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...


I am able to start the game by adding "+set r_allowSoftwareGL 1" as suggested but the game is crawling and definitely not playable. I have installed the fglrx driver. How do I enable the hardware openGL?

Btw, my glxgears score is above 1000 FPS.

Mishura
August 2nd, 2005, 04:42 AM
The reason why it won't work is because you are using the MesaGL libraries instead of Hardware accelerated GL drivers from ATi or Nvidia.

You will need to install the correct drivers for your card. As far as I know, Mesa will not work with the Quake3-based games like ET.

Navyblue
August 2nd, 2005, 05:32 AM
I have installed the fglrx driver for my ATI 9550. And from the glxgears score it seems to be working. My OpenGL screen saver is much faster now compared to before I installed the fglrx.

Navyblue
August 2nd, 2005, 08:56 AM
Does this game only work with xfree86 drivers?

strikeforce
August 2nd, 2005, 09:06 AM
xfree86 and xorg are similar in nature and both are based off of the same thing if you see xorg then equivalate that to xfree86

Navyblue
August 2nd, 2005, 09:47 AM
xfree86 and xorg are similar in nature and both are based off of the same thing if you see xorg then equivalate that to xfree86
So what do I need to do in order to stop it from looking for xfree86 driver and take in my xorg driver?

Is there any command that allows me to force it to do so like the command for software opengl rendering?

Navyblue
August 2nd, 2005, 10:08 AM
Does it has anything to do with the fact that I am running 64 bit cersion of Ubuntu?

Yagisan
August 2nd, 2005, 10:16 AM
I also run amd64 ubuntu. ET needs 32bit opengl drivers. Could you check in /usr/lib32 to see if fglrx installed 32bit opengl drivers. I have a nvidia card, and the ubuntu nvidia package automaticially installed 32bit opengl drivers in /usr/lib32 for me.

Navyblue
August 2nd, 2005, 11:21 AM
Nope, nothing in /usr/lib32. But there is a link in /usr/lib and /usr/lib64.

What can I do?

Yagisan
August 2nd, 2005, 12:05 PM
apt-get install ia32-libs might help

baRRacuda
August 2nd, 2005, 12:18 PM
Nope, nothing in /usr/lib32. But there is a link in /usr/lib and /usr/lib64.

What can I do?
there's something about that here : http://ubuntuforums.org/showthread.php?t=20268
(it's for warthy but you can try on hoary :) )

Navyblue
August 2nd, 2005, 12:45 PM
apt-get install ia32-libs might help
I have the latest version installed already.

Btw, just installed America's Army, when I launch it, it shows a splash screen and restarted X.

I wanted to install wine and it doesn't work too.

So should I be getting the 32 bit version Ubuntu instead in order to play games?

Navyblue
August 2nd, 2005, 12:50 PM
there's something about that here : http://ubuntuforums.org/showthread.php?t=20268
(it's for warthy but you can try on hoary :) )

Thanks, that sounds easy, hopefully I can do it.

Navyblue
August 3rd, 2005, 02:35 AM
there's something about that here : http://ubuntuforums.org/showthread.php?t=20268
(it's for warthy but you can try on hoary :) )

The method WORKS!!!

Thanks so much! :)

baRRacuda
August 3rd, 2005, 01:51 PM
The method WORKS!!!

Thanks so much! :)
You're welcome...

But you would have found the solution faster if you had searched the forum.. [-X :grin: