Jump to content
HWBOT Community Forums

Guide: 3D Benchmarking with OpenArena


Recommended Posts

Hey guys,

 

So in the Raspberry Pi overclocking guide I published last weekend you can only find a run-down for 3D benching with HWBOT Prime. Of course the Raspberry Pi can also do 3D overclocking! So of course we want this too. So far there are not really any decent 3D benchmarks out there for ARM-based Linux devices, so we will have to stick with our regular game benchmarks. In this thread I will help you install the OpenArena benchmark. OpenArena is based on the Quake3 engine, so benchmarking is pretty much like it was ten years ago :D.

 

1) Install Openarena

 

Log in to your Raspberry Pi, stay in command mode. Then run the following commands:

 

$ sudo apt-get install openarena
$ wget http://www.berryterminal.com/dl/ioquake3_99.1.36-rpi01_armhf.deb
$ sudo dpkg -i ./ioquake3_99.1.36-rpi01_armhf.deb

 

The total filesize is about 700MB, so make sure you have enough space. Normally, the download packages will remain on your SD card unless you delete them yourself. You can use this command to remove the files. Don't worry, you don't need them anymore.

 

$ sudo apt-get clean

 

After this, you have installed OpenArena.

 

2) Benchmarking

 

Again, stay in command mode and run the following command to start OpenArena.

 

$ sudo /usr/games/openarena

 

The game will load now. If you were aware during the '90s you will surely recognise the interface. Now, to benchmark use the default config settings and default demo. To start the benchmark, use the following commands in the console. To enable console, press '~'.

 

timedemo 1 (enables benchmark mode)
cg_drawfps 1 (shows fps when benchmarking)
demo demo001_test1 (loads demo map)

 

Just wait until it's finished. On my default Raspberry Pi (700arm, 250gpu) it took 434.8 seconds to render 3398 frames at 7.8 fps. 7min 14.6s is a great time for Haswell 4G 32M, but horribly long for a 3D benchmark. So be prepared.

 

Results (arm/core/gpu/sdram):

  • 7.8FPS at 700/250/250/500
  • 13.2FPS at 1000/500/300/575
  • 15.2FPS at 1050/550/350/600
  • 15.5FPS at 1100/550/375/600

Enjoy!

 

1003329_10151570832781275_2144242639_n.jpg

 

Sources

 

- http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=8673&sid=01dcd4952ec1ce854d1367642f155265&start=25

- http://openarena.wikia.com/wiki/index.php?search=benchmark&fulltext=Search&ab=38%2C46

Edited by Massman
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...