Home > Tips and tricks > Enemy Territory on Fedora 13 x86_64

Enemy Territory on Fedora 13 x86_64

Assumptions:

  • Fedora 13 x86_64 is installed and updated with yum update
  • et-linux-2.60.x86.run is installed
  • the et-2.60b.zip patch is installed
  • kmod-catalyst is installed from rpmfusion.org

There are two parts to make this work: Graphics and Sound

Graphics:

  • get xorg-x11-drv-catalyst-libs.i686 rpm from rpmfusion.org (note the .i686 extension. It must be the same version as the x86_64 one you previously installed)

Sound:

You need to add a couple of lines to /etc/rc.local to make sure sound works properly:

/sbin/modprobe snd_seq_oss
/sbin/modprobe snd_mixer_oss
/sbin/modprobe snd_pcm_oss
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss

Alternatively you could use et-sdl-sound.

Other solutions or improvement are most welcome in the comments.

Categories: Tips and tricks Tags:
  1. No comments yet.
  1. No trackbacks yet.