Make sure that the driver to your 3D graphic card is proper installed and working.
To make ETQW work on 64bit the 32bit layer libs needs to be installed. Open the terminal and type;
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install ia32-libs
Download the linux client right here to your Desktop.
Insert ETQW DVD-disc.
Back to the terminal;
Code:
cd ~/Desktop chmod +x ETQW-client-1.5-full.x86.run sudo ./ETQW-client-1.5-full.x86.run sudo ln -s /usr/local/games/etqw/etqw.x86 /usr/local/bin/etqw
There's some questions and agreements to going through, the installation takes some time.
Open the terminal and type;
Code:
sudo nano /usr/share/applications/etqw.desktop
Add the following;
Code:
[Desktop Entry] Name=Quake Wars Comment=Enemy Territory: Quake Wars pits the armies of Earth against the invading alien Strogg in an online strategic shooter. Exec=/usr/local/games/etqw/etqw.x86 Icon=/usr/local/games/etqw/etqw_icon.png Terminal=false Type=Application Categories=Application;Game;
Save (ctrl)+(o) and Exit (ctrl)+(x)
You can now launch Quake Wars by Applications —> Games —> Quakewars
Or by typing etqw in the terminal.
Enjoy!