Leon Anavi
IT Tips && Tricks

Mobile & Embedded

Created: 20.07.2016 21:44 Last Modified: 20.07.2016 23:17 Views: 6187
Keywords: Linux, OpenArena, PocketC.H.I.P., Quake

OpenArena on PocketC.H.I.P.

Getting Started

OpenArena appeared as a project in 2005. It is a free and open source first person shooter game made by the community. It looks similar and have identical game play as Quake III Arena. I even remember that a decade ago I used to play it at after work with my colleagues in the office on GNU/Linux distributions. This tutorial will explain how to get it working on PocketC.H.I.P.

Beware that the performance of this version the game on PocketC.H.I.P. is not good and you might be disappointed.

I guess that the performance of OpenArena on PocketC.H.I.P. could be improved with the proper EGL drivers and by recompiling the game from scratch. I have seen videos of it and another version of Quake 3 working far better on Orange Pi and Odroid boards. Both Orange Pi and C.H.I.P have Allwinner SoC.

PocketC.H.I.P. comes with mainline Linux kernel and there is a driver issue with the hardware acceleration of Mali GPU. In this particular case, probably OpenArena and Quake 3 will work better on image with Linux-sunxi version 3.4 of the kernel and its Mali drivers.

Installing OpenArena

Follow the steps below to install OpenArena on PocketC.H.I.P. and to configure it to the bare minimum by disabling graphics and sounds effects:

  • Ensure that PocketC.H.I.P. is connected to a WiFi and open a terminal
  • Update list of packages:
  • sudo apt-get update
    
  • Install OpenArena:
  • sudo apt-get install openarena -y
    
  • Download configurations:
  • mv ~/.openarena/baseoa/q3config.cfg ~/.openarena/baseoa/q3config.cfg.backup
    wget -O ~/.openarena/baseoa/q3config.cfg http://bit.ly/29NCtfb
    

Note: the default password is chip.

Playing OpenArena

Connect a headset and a USB mouse. After that type the following command in the terminal to start OpenArena:

openarena


  Home | About | Contact | Disclaimer | Sitemap © 2009-2022 Leon Anavi. All rights reserved.