LinuxQuestions.org
Visit Jeremy's Blog.
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 02-15-2004, 01:13 AM   #16
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45

Glad you have it working now
 
Old 02-15-2004, 03:06 AM   #17
sneeze
LQ Newbie
 
Registered: Jul 2003
Location: Canada
Distribution: Xandros Deluxe 2, Windows XP
Posts: 20

Rep: Reputation: 0
I got the file but can't decompress it ....

Here's the error i get in console:
tar -xvjf ut2004-lnx-demo-3120.run.bz2
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

What's that base-64 ? I use Xandros and i'm pretty new to this so, thanks for the help !
 
Old 02-15-2004, 03:22 AM   #18
sneeze
LQ Newbie
 
Registered: Jul 2003
Location: Canada
Distribution: Xandros Deluxe 2, Windows XP
Posts: 20

Rep: Reputation: 0
Nervermind, i got it !

It not even a TAR archive it's Bzip2 so i used bunzip2 -v filename
My mistake....

Thanks anyway
 
Old 02-15-2004, 12:01 PM   #19
fader
Member
 
Registered: Feb 2004
Location: Farmville, VA
Distribution: Desktop: Ubuntu 8.04, Beowulf: Slackware & Dragonfly BSD, Tablet: Fedora 9, Toughbook: Arch Current
Posts: 98

Rep: Reputation: 16
I can't get UT2004 Demo to run on Slackware. It says Couldn't set video mode: Couldn't find matching GLX visual. I have the generic ATI Radeon driver from XFree86 and glxinfo and glxgears reports no errors. I really want to play this game on linux. Someone help
 
Old 02-15-2004, 01:12 PM   #20
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by fader
I can't get UT2004 Demo to run on Slackware. It says Couldn't set video mode: Couldn't find matching GLX visual. I have the generic ATI Radeon driver from XFree86 and glxinfo and glxgears reports no errors. I really want to play this game on linux. Someone help
Maybe there's the problem about the S3TC all over again?
 
Old 02-15-2004, 01:56 PM   #21
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Rep: Reputation: 34
Do me a favor and please post your cpu/videocard and average ONLINE and OFFLINE Frame Per Second (FPS) (ingame and menu) . I would like to compair..

I have a Athlon XP 1900+ / GeForce FX5900 128 non ultra and i'll post my FSP in a min.. im using nvagp 1 and 2xAA

thanks

also i'm at 1024/768 fullscreen @ 85herz i hope :P
 
Old 02-15-2004, 02:58 PM   #22
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Here's my FPS score (offline) with my benchmark script:
@ 1024x768x32 (ATi-Linux does not support 16-bit ):
Code:
Benchmark Name: ATi-3.2.8-2XAA
Unreal Tournament 2004 Demo
OS: Linux 2.6.2 i686 athlon
RADEON 9500 Athlon (3DNow!) 

Processor: AMD Athlon(tm) XP 1800+

Speed: 1527.110
Memory (Mb): 503


Botmatch benchmark

map		min	mean	max	score
dm-rankin	15.383	40.493	103.010	40.463
Online FPS are about the same (depending on how much action there's in a scene).

Last edited by Thetargos; 02-15-2004 at 03:00 PM.
 
Old 02-15-2004, 03:01 PM   #23
BeBop
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Rep: Reputation: 0
FPS issues

My fps in UT2004 sucks, i'm gettin 4-6, maybe 10 max. I have P4 2.54, 1 gig ram, GeForce ti 4600. Could someone please tell possible reasons and the steps I could take to correct them. Thank You.
 
Old 02-15-2004, 03:06 PM   #24
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
My first question would be what distribution/kernel/driver versions?

There's this theory about the directory /usr/X11R6/lib/tls, if you only remove the libGL's contained there you may boost performance (even in Radeon cards its true). This only applies to some distros, however: Mandrake, SuSE, Red Hat, Fedora, Debian (maybe), Xandros (maybe). Distros I know don't have this directory are Gentoo and Slackware (to the best of my knowledge).

And of course there's the thing about glx, you do have glx running correctly, right? (you may run any other game 3D accelerated, or the glxgers demo at 1k+ fps, windowed.)
 
Old 02-15-2004, 06:52 PM   #25
BeBop
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Rep: Reputation: 0
I have suse 9 and i'm new to it so i don't know what kernel i have. But the drivers should be the newest ones since I updated through the YOU thing. I have no idea what glx is, i hope this helps you help me.
 
Old 02-15-2004, 07:06 PM   #26
Moebius
Member
 
Registered: Dec 2002
Location: Milwaukee, WI
Distribution: Ubuntu, Kubuntu, Debian, CentOS
Posts: 216

Rep: Reputation: 30
OK I ran the run file, then what?

Code:
[zac@localhost Downloads]$ ./ut2004-lnx-demo-3120-2.run
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2004 Demo for GNU/Linux 3120.....................................................
I saw an earlier post here that says all you have to do is type ut2004demo and it'll start? That didn't happen:

Code:
[zac@localhost zac]$ ut2004demo
bash: ut2004demo: command not found
I don't see anything that was extracted. In fact i did a find files for *ut2004* and didn't see anything that was extracted. Did the run file even do anything?

Thanks for the help...
 
Old 02-15-2004, 07:19 PM   #27
fader
Member
 
Registered: Feb 2004
Location: Farmville, VA
Distribution: Desktop: Ubuntu 8.04, Beowulf: Slackware & Dragonfly BSD, Tablet: Fedora 9, Toughbook: Arch Current
Posts: 98

Rep: Reputation: 16
About the "Maybe there's the problem about the S3TC all over again?":

I have no idea was S3TC is, sorry. I installed UT2004 in my home directory. I have an ATI Radeon 9700 and I use the ATI Driver provided during xf86config, since Slackware does not have rpms. I try to run UT2004 in terminal and get the message: "Couldn't set video mode: Couldn't find matching GLX visual." I know I have all the openGL library files and glxgears and glxinfo work. However, I did find something about this on Tuxracer's website that be helpful. This applies to tuxracer, but it says something about set bpp_mode to 0 in the options file of tuxracer. Is there anything like this under the .ut2004 folder in the home directory. Just a thought.
 
Old 02-15-2004, 10:04 PM   #28
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by BeBop
I have suse 9 and i'm new to it so i don't know what kernel i have. But the drivers should be the newest ones since I updated through the YOU thing. I have no idea what glx is, i hope this helps you help me.
Your kernel version (right now) don't matter much, just so you know what kernel you have, type in a console this:
Code:
uname -r
That will return a number.

You need the kernel sources to install any drivers for you videocard (nVidia or ATi). So go get them! (should be as easy as yum install kernel-source or something like that). Once you have that and if your videocard is nVidia or ATi go get their drivers (the links are on their web pages). Try following their gudes, if that doesn't work, post back
 
Old 02-15-2004, 10:07 PM   #29
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by Moebius
OK I ran the run file, then what?

Code:
[zac@localhost Downloads]$ ./ut2004-lnx-demo-3120-2.run
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2004 Demo for GNU/Linux 3120.....................................................
I saw an earlier post here that says all you have to do is type ut2004demo and it'll start? That didn't happen:

Code:
[zac@localhost zac]$ ut2004demo
bash: ut2004demo: command not found
I don't see anything that was extracted. In fact i did a find files for *ut2004* and didn't see anything that was extracted. Did the run file even do anything?

Thanks for the help...
Let me get that straight. You successfully installed the demo? do you actually have the directory created and stuff? You should see an installer window similar to that of Quake3/UT/UT2003.

In that window you have the location of the packages (where will it be installed to) and the location of the links so you may start it vi a simple command. If you did not see any window like the one I'm describing, you did not install correctly the demo (you may need to be root in order to do so).
 
Old 02-15-2004, 10:11 PM   #30
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by fader
About the "Maybe there's the problem about the S3TC all over again?":

I have no idea was S3TC is, sorry. I installed UT2004 in my home directory. I have an ATI Radeon 9700 and I use the ATI Driver provided during xf86config, since Slackware does not have rpms. I try to run UT2004 in terminal and get the message: "Couldn't set video mode: Couldn't find matching GLX visual." I know I have all the openGL library files and glxgears and glxinfo work. However, I did find something about this on Tuxracer's website that be helpful. This applies to tuxracer, but it says something about set bpp_mode to 0 in the options file of tuxracer. Is there anything like this under the .ut2004 folder in the home directory. Just a thought.
Ok for Slackware go get a program called rpm2tgz, after all RPMs are tar.gz/bz2 files that are uncompressed in a special manner trhough an included script. So you may convert them easily to a standard tarball. Decompress the tarball and place the directories at their suggested locations (fglrx under /lib/modules, ATI under /usr/src/, etc). For a more in depth HowTo, please visit http://www.rage3d.com/board/forumdis...?s=&forumid=61, Who_Knows has compiled a very handy How To.
 
  


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
UT2004 Demo problems DarkNebula Linux - Games 2 03-08-2005 05:23 PM
Yet another UT2004 Demo Question OutKaster Linux - Games 1 08-05-2004 07:24 AM
Ut2004 demo installing Jere Linux - Software 18 07-02-2004 04:51 AM
ut2004 demo won't run wrepti Linux - Games 0 06-13-2004 02:13 AM
Has anybody installed UT2004 demo? Thaidog Linux - Games 13 02-18-2004 05:25 PM

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

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