How does GG build Torque on Linux?
by SM3 · in Torque Game Engine · 01/28/2005 (7:41 am) · 8 replies
Hi,
I'm curious as to how Garage Games actually builds the TGE SDK for Linux.
Specifically, what distribution are they using? What hardware platform, video card etc..
Tried Torque with a stock Ubuntu installation on a laptop (Compaq Evo N610c). It worked fine initially and even loaded the starter.fps game but that's when it freezes. The Evo N610c has an ATI Mobility Radeon (M700 I think).
An ldd on the Torque.bin didn't reveal it was missing any libraries.
Anybody have any luck with Torque on Linux?
I guess I could always rebuild everything and make sure Torque uses those libraries instead of what comes with Ubuntu.
I'm curious as to how Garage Games actually builds the TGE SDK for Linux.
Specifically, what distribution are they using? What hardware platform, video card etc..
Tried Torque with a stock Ubuntu installation on a laptop (Compaq Evo N610c). It worked fine initially and even loaded the starter.fps game but that's when it freezes. The Evo N610c has an ATI Mobility Radeon (M700 I think).
An ldd on the Torque.bin didn't reveal it was missing any libraries.
Anybody have any luck with Torque on Linux?
I guess I could always rebuild everything and make sure Torque uses those libraries instead of what comes with Ubuntu.
#3
http://www.garagegames.com/docs/torque/general/apbs04.php
01/28/2005 (2:45 pm)
Have you read this documentation?http://www.garagegames.com/docs/torque/general/apbs04.php
#4
01/28/2005 (2:47 pm)
@Adrian, no, I guess I missed that!! I thank you for pointing it out to me though. I feel like an idiot now. :)
#5
in ubuntu linux and i don't have sound :(
06/03/2005 (1:03 pm)
Hi all , i can't download the OpenAL form garagegames http://www.garagegames.com/downloads/openal-linux-3-29-02.tar.gz , compile the engine in ubuntu linux and i don't have sound :(
#6
06/03/2005 (2:08 pm)
Please post new questions in new threads. It makes it easier for people to find the answers, and it's also more likely people will help you out.
#7
Should be "To do this".
06/06/2005 (5:16 am)
Typo in that section, under "Debugging Tools":Quote:Do to this, use the "ps" command to get the pid of torque (ps -aux | grep "torque"), then kill torque by sending SIGSEGV to the lowest pid reported by ps (e.g.: kill -11 8686).
Should be "To do this".
#8
Here is my basic configuration
Suse 9.1
P4 2.8 GHz
1GB DDR
GeForce 4 TI 4200 8xAGP 128MB
Latest nVidia driver installed
06/09/2005 (10:40 am)
Compiled and runs perfectly well, even longer than a hour for a single session. No weird errors were seen.Here is my basic configuration
Suse 9.1
P4 2.8 GHz
1GB DDR
GeForce 4 TI 4200 8xAGP 128MB
Latest nVidia driver installed
Torque Owner John Quigley
Hard lockups when a level is loaded typically indicate video card driver problems.