Welcome, Guest. Please login or register.

Author Topic: Timedemo Demo 2 in Quake2  (Read 3603 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline LozzaTopic starter

  • Newbie
  • *
  • Join Date: Apr 2004
  • Posts: 11
    • Show only replies by Lozza
Timedemo Demo 2 in Quake2
« on: April 23, 2004, 07:40:30 AM »
Hi all :)
Please post your results for the timedemo demo 2 in Quake2. I would like to know what the average is. An axample would be:
Amiga: A1200
Memory: 256Mb
Resolution: 640x480
Graphics Card: Voodoo5
68060: 50Mhz
PPC: 240Mhz
FPS: 16.4

And any other relevant info.
Thank you :)
 

Offline whabang

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 7270
    • Show only replies by whabang
Re: No title
« Reply #1 on: April 23, 2004, 07:44:58 AM »
PC: Celeron 2.4 GHz
Memory: 768 megs
Resolution: 1024*768
Graphics card: ATI Radeon 9200, PCI, 128 megs RAM
FPS: 300-ish

I had to! :-D
Beating the dead horse since 2002.
 

Offline whabang

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 7270
    • Show only replies by whabang
Re: No title
« Reply #2 on: April 23, 2004, 07:51:17 AM »
Is it the PCI-bus that is the bottleneck in your setup?
A 240 MHz 604e and a Voodoo 5 should be able to perform much better than that. My 120 MHz 486 gave better FPS than that! :-o

Is there any major performance difference between the old Permedia 2-based cards and the Voodoo cards?
Beating the dead horse since 2002.
 

Offline LozzaTopic starter

  • Newbie
  • *
  • Join Date: Apr 2004
  • Posts: 11
    • Show only replies by Lozza
Re: No title
« Reply #3 on: April 23, 2004, 07:54:28 AM »
That was just an example... :) and please stick with Amigas for this test :) :) :)
 

Offline whabang

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 7270
    • Show only replies by whabang
Re: No title
« Reply #4 on: April 23, 2004, 08:04:09 AM »
Oh, I know! I was just kidding. Anyway, I'd like to try the 68k version under WinUAE sometime, if possible (does it require an MMU?).

However, framerates are generally lower on Amiga games, even though the hardware is equivalent to the PC-hardware you compare it with. There has to be a bottleneck somewhere...
Beating the dead horse since 2002.
 

Offline ikir

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1659
    • Show only replies by ikir
    • http://www.ikirsector.it
Re: No title
« Reply #5 on: April 23, 2004, 11:16:39 AM »
Sorry i misread the topic! I was referring to Quake 1 :-P
 

Offline StevenJGore

  • Sr. Member
  • ****
  • Join Date: Apr 2003
  • Posts: 347
    • Show only replies by StevenJGore
Re: No title
« Reply #6 on: April 23, 2004, 12:45:17 PM »
Quote
Oh, I know! I was just kidding. Anyway, I'd like to try the 68k version under WinUAE sometime, if possible (does it require an MMU?).


Amiga: WinUAE (see sig below for spec)
Memory: 138Mb
Resolution: 1024x768x32Bit
Graphics Card: WinUAE/Picasso96 32MB RTG RAM
68040: 1040Mhz (According to benchmark progs!)
FPS: 78.2 :-D
 

Offline jj

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4052
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show only replies by jj
Re: No title
« Reply #7 on: April 23, 2004, 01:42:40 PM »
Hi whabang

long time no speak, dont get chance to sit there all day posting from work like i  used to, remeber the long threads me u and red used to creat on out political discussions

hows tricks what u up to these days
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show only replies by Kronos
    • http://www.SteamDraw.de
Re: No title
« Reply #8 on: April 23, 2004, 02:12:03 PM »
@whabang

The lack of L2-cache on the PPC, and the 68k tripping it's feet once in a while are certainly not performance-booster.

And you still got some parts of the GFX-system running on 68k.

Bout PCI, the GRex SHOULD give the same bandwidth as PCI on a Pentium1/2, but the other solution are bound in via Z3 or some hacked up Z2 (the Z4-mediator and the ones on the trapdoor-slot).
1. Make an announcment.
2. Wait a while.
3. Check if it can actually be done.
4. Wait for someone else to do it.
5. Start working on it while giving out hillarious progress-reports.
6. Deny that you have ever announced it
7. Blame someone else
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: No title
« Reply #9 on: April 23, 2004, 04:07:12 PM »
If you are talking about MiniGL / W3D based Quake 2 (as distinct from the software renderer), some issues are

1) The gfx bus is a major bottleneck on almost all existing classic amiga PCI solutions. 10Mb/s is not especially good for shovelling large amounts of vertex data to the GPU. Most people have a mediator which in my experience peaks at about 13Mb/s for a good 060. PPC performance is likely not much higher.

2) Existing W3D drivers do not implement multitexture support. Quake engines really benefit from this since the environmental lighting is applied as a texture map. Hence, this ultimately requires two complete passes of a scene to render the textures and lighting.

Simply try "r_fullbright 1" to see how much faster you get without light mapping (consider that all the geometry transformation is supposedly done already and you are just retexturing an already calculated scene) to see the sort of improvements a genuine multitexture supported version could give.

3) A major improvement was added to Warp3D 4 in terms of vertex array rendering. If a MiniGL implementation doesn't make full use of this, relying instead on older v3 interfaces, you can expect a performance hit also.

In all, I think given the above, 16fps is not terrible. With multitexture support and optimal use of vertex arrays, double that ought to be feasabe.
int p; // A
 

Offline darksun9210

Re: No title
« Reply #10 on: April 26, 2004, 09:17:07 AM »
might also be due to the Voodoo5 having to run in emulated Voodoo3 mode, as the 3D drivers don't support the Voodoo4/5's GFX chips directly, but as the board can run a cut down emulation of the Voodoo3's GFX chips.

you might find better performance with a true Voodoo3.

A500, A600, A1200x3, A2000, A3000, A4000 & a CD32.
and probably just like the rest of you, crates full of related "treasure" for the above XD
 

Offline LozzaTopic starter

  • Newbie
  • *
  • Join Date: Apr 2004
  • Posts: 11
    • Show only replies by Lozza
Re: No title
« Reply #11 on: April 26, 2004, 10:03:14 AM »
Timedemo 1  demomap demo1.dm2

Amiga: A1200
BPPC 266MHz + 68060 60MHz
258Mb Ram
Voodoo5500 64Mb
FastATA
IDE HardDisk
AmgaOS3.9

FPS = 17.4 at 640x480 16bit

PC: Athlon3000XP+ 2.17GHz
1.5Gb Ram
Radeon9700Pro 128Mb
ATA133 7200 Hard Disk
WinXP

FPS = 398+ at any OpenGL resolution 320x200 to 1600x1200

I think the hard disk has something to do with the performance too since the loading times are slower on miggy. Can anyone with a SCSI hard disk post the results?

Amiga rulez :)



 
 

Offline zipper

Re: No title
« Reply #12 on: April 27, 2004, 05:07:19 PM »
You get about 26 fps with CSPPC233 and Voodoo3 (Prometheus bus); voodoo4/5 give about the same speed. With overclocking the card you may get a little more speed but the greatest bottleneck is the slow bus interface.
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: No title
« Reply #13 on: April 27, 2004, 05:45:23 PM »
How fast do you get with lightmapping disabled? (to test it, use r_fullbright 1 in the game console)
int p; // A
 

Offline LozzaTopic starter

  • Newbie
  • *
  • Join Date: Apr 2004
  • Posts: 11
    • Show only replies by Lozza
Re: No title
« Reply #14 on: April 28, 2004, 07:31:30 AM »
@Karlos

r-fullbright 1 improved the framerate by 1.5fps so it's now upto 18.4 fps on A1200 Voodoo5 258Mb PPC 266MHz 060 60MHz...I know we can do better...just keep them coming ;)

Amiga Rulez!