Diff for "Nexuiz"


Differences between revisions 15 and 16
Revision 15 as of 2008-06-27 10:15:17
Size: 1546
Editor: localhost
Comment: converted to 1.6 markup
Revision 16 as of 2008-11-15 18:32:58
Size: 1488
Editor: n166s231
Comment: up version, add compiz warning, style cleanup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Parent: [[Games]] ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<BR>><<TableOfContents(2)>>||
Line 3: Line 3:
[[http://www.alientrap.org/nexuiz/|Nexuiz]] is a modern, first person online shooter fully licensed under the GPL which is developed by [[http://www.alientrap.org/|Alientrap]]. = Introduction =
This page provides a guide to installing and configuring [[http://www.nexuiz.com/|Nexuiz]], a multiplayer first person shooter freely released under the GPL.
Line 5: Line 6:
The latest version of Nexuiz is 2.4, which is provided in Ubuntu 8.04 - Users of earlier versions of Ubuntu should use the second installation method. = Installation Instructions =
== Ubuntu 8.10 (Intrepid Ibex) ==
[[InstallingSoftware|Install]] Nexuiz through the Ubuntu repositories.
== Ubuntu 8.04 or Earlier ==
The latest release of the game is 2.4.2, [[http://downloads.sourceforge.net/nexuiz/nexuiz-242.zip|Download here]] (376MB)
Line 7: Line 12:
= How to install =
Nexuiz is a graphically demanding game which requires [[http://en.wikipedia.org/wiki/Direct_Rendering_Infrastructure|direct rendering]].
You can use the following command to see if you have this feature enabled.
There is no installer step; simply unzip the game and launch using `nexuiz-linux-sdl.sh`.<<FootNote(~-The other included script, `nexuiz-linux-glx.sh`, does not work with PulseAudio-~)>>

= Configuration =
== Desktop Effects ==
Before starting the game, disable [[https://help.ubuntu.com/7.10/desktop-effects/C/|Desktop Effects]]. Otherwise you may get display errors, or the game may run too slowly.
== Direct Rendering ==
Nexuiz is a graphically demanding game which requires [[http://en.wikipedia.org/wiki/Direct_Rendering_Infrastructure|Direct Rendering]].

If following command returns "No", see [[Video]] to install the proper drivers for your video card.
Line 13: Line 24:
If this command returns "No", see [[Video]] to install the proper drivers for your video card.
Line 15: Line 25:
== Using Ubuntu 8.04 ==
Install the game through the repositories:
{{{
sudo apt-get install nexuiz nexuiz-music
}}}
== Using Ubuntu 7.10 and earlier ==
Download the game from [[http://downloads.sourceforge.net/nexuiz/nexuiz-24.zip?|Sourceforge]]. There is no installation; simply extract the nexuiz zip archive where you wish to store the game.
Line 23: Line 26:
To start the game, run either `nexuiz-linux-sdl.sh` or `nexuiz-linux-glx.sh` in your unzipped Nexuiz directory.<<FootNote(~-Both of these scripts will launch the game, the difference is that each uses a different method of accessing your hardware.-~)>>

=== Official Support Channels for Nexuiz ===
 * Forum: [[http://alientrap.org/forum]]
 * [[XChatHowTo|IRC]]: #nexuiz on irc.quakenet.org
 * FAQ: [[http://www.alientrap.org/nexuiz/faq.php]]
= External Links =
 * [[http://www.alientrap.org/nexuiz/|Nexuiz]] - The Nexuiz homepage with support forum, FAQ and more info.

Introduction

This page provides a guide to installing and configuring Nexuiz, a multiplayer first person shooter freely released under the GPL.

Installation Instructions

Ubuntu 8.10 (Intrepid Ibex)

Install Nexuiz through the Ubuntu repositories.

Ubuntu 8.04 or Earlier

The latest release of the game is 2.4.2, Download here (376MB)

There is no installer step; simply unzip the game and launch using nexuiz-linux-sdl.sh.1

Configuration

Desktop Effects

Before starting the game, disable Desktop Effects. Otherwise you may get display errors, or the game may run too slowly.

Direct Rendering

Nexuiz is a graphically demanding game which requires Direct Rendering.

If following command returns "No", see Video to install the proper drivers for your video card.

glxinfo | grep direct

External Links

  • Nexuiz - The Nexuiz homepage with support forum, FAQ and more info.


CategoryGames

  1. The other included script, nexuiz-linux-glx.sh, does not work with PulseAudio (1)

Nexuiz (last edited 2017-08-30 21:33:26 by ckimes)