I don’t play games much but I wanted to see how Quake 4 would perform now that I have an SMP kernel, decent video card, and Quake’s SMP support. The results are pretty astounding. Even running at 1600×1200 with high quality and all the effects turned on the game plays at or near its 60 FPS cap. You can see my hardware specs here.
Installation is easy. You just download a free file, buy the Windows version, copy some files from the CDs onto your harddrive, and then run the downloaded file. The process is detailed here.
The most common issue seems to be garbled sound. It’s easily corrected by launching the game with “./quake4.x86 +set s_driver oss” or, if you don’t want to type that each time you start the game, modifying the last line of Quake4 file that launches the application:
Old
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd “/your/path/to/quake4/”
export LD_LIBRARY_PATH=”$LD_LIBRARY_PATH:.”
exec ./quake4.x86 “$@”
New
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd “/your/path/to/quake4/”
export LD_LIBRARY_PATH=”$LD_LIBRARY_PATH:.”
exec ./quake4.x86 +set s_driver oss $@”
You may also get the same results by setting the sound driver to oss in the Quake config file but it didn’t work for me when I installed the Quake 4 demo.
Related:
Installing Quake 4 (Windows version) on Ubuntu AMD-64 5.10 (Breezy)
Ubuntu Forum Threads: 1 | 2 | 3
Ubuntu Forum’s Gaming Central
The Linux Gamer’s FAQ
Performance:
Quake 4 Tweak Guide
Ubuntu Available at Best Buy
Screenshot of My Ubuntu 8.04 LTS Workstation (View Large) My favorite operating system is finding it’s way in front of a new audience. Details were announced on the Canonical Blog:...
ASUS Expands Express Gate Linux Motherboard Offering
Linux continues to spread in very interesting ways: ASUS on Friday released details on its P5Q motherboard, which the company says sports five exclusive features. Key among them is Linux-based...
eeeXubuntu: Ubuntu for Your ASUS Eee PC
A ton of Ubuntu users have snapped up ASUS’ awesome Eee PC so it was just a matter of time before someone created a custome distro. Behold eeeXubuntu: eeeXubuntu is...
Where the Magic Happens
I don’t usually require anything other than my main Ubuntu workstation and it’s four or more virtual desktops. I may pull out the laptops if there’s a major crisis and...
Linux: openSUSE 10.3
I took the latest version of openSUSE for a spin on a spare notebook. It installed flawlessly and looks great. The only real negative (outside of the awful but easily...





[...] Running Quake 4 on Ubuntu Linux – A brief overview of the installation process, SMP performance, common problems, and useful links. Game video included. [...]