|
04-20-2007, 08:21 PM | #1 |
Pledge
Join Date: Apr 2007
Posts: 2
|
OpenGL update for Ubuntu?
When I hit "Play" button, the game just close down.
In "error_log" it says: [GameClient][game_client.cpp(616)] Needed OpenGL extensions not found: Texture Compression (GL_ARB_texture_compression) S3TC textures (GL_EXT_texture_compression_s3tc) S3TC textures (GL_S3_s3tc) If you know your video card support this capabilities, try updating your video drivers to the last available version. [Game][game_client.cpp(518)] Engine3D::Renderizer::get_active_renderizer()->finish_graphics_system() Where I can download these updates? I have ATI Mobility Radeon X1400 512mb graphic card, and Ubuntu 6.06 LTS system. |
04-20-2007, 11:03 PM | #2 |
Count
Join Date: Mar 2007
Location: Germany
Posts: 1,164
|
what graphics driver do you use? fglrx?
__________________
French Warriors of Syrtis: Nessa Telrunya (Hunter) - Myxir (Warlock) - Estra (Conjurer)
In War it does not matter who is right, but who is left. |
04-21-2007, 08:10 AM | #3 |
Pledge
Join Date: Dec 2006
Posts: 1
|
I am getting the same error using a nvidia card. And the Nvidia drivers. On Ubuntu 7.04
NVIDIA-Linux-x86-1.0-9755-pkg1 |
04-21-2007, 09:50 AM | #4 | |
Pledge
Join Date: Apr 2007
Posts: 2
|
Quote:
|
|
04-21-2007, 11:37 AM | #5 |
Count
Join Date: Mar 2007
Location: Germany
Posts: 1,164
|
The package xorg-driver-fglrx must be installed.
Additionally you must check if a section in your /etc/X11/xorg.conf looks like this: Code:
Section "Device" Identifier "ATI Technologies, Inc. Radeon X550 XT" Driver "fglrx" BusID "PCI:1:0:0" EndSection
__________________
French Warriors of Syrtis: Nessa Telrunya (Hunter) - Myxir (Warlock) - Estra (Conjurer)
In War it does not matter who is right, but who is left. |
04-21-2007, 10:11 PM | #6 |
Pledge
Join Date: Mar 2007
Posts: 18
|
is direct rendering active? What says glxinfo | grep direct ?
|
05-01-2007, 04:11 PM | #7 | |
Pledge
Join Date: May 2007
Posts: 6
|
Quote:
and regarding your question: I get a : Code:
glxinfo |grep direct direct rendering: Yes Afaik i got all packages installed correctly - so anyone's got a good guess ? |
|
|
|