Results 1 to 1 of 1

Thread: Classic quake ezquake install help

  1. #1
    Join Date
    Oct 2004
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Thumbs down Classic quake ezquake install help

    I finally got old school quake up and working. Here's some install tips that might help





    ---------- Crappy Sound ------- Blame it on ALSA
    If you should is real choppy edit the config file and under //Sound Settings add s_alsa and edit s_device and s_khz

    gedit ~/.ezquake/config.cfg

    set s_noalsa "1"
    s_device "/dev/dsp"
    s_khz "48"

    or you can run ezquake like this
    ./ezquake-gl.glx +set s_noalsa 1 +set s_device /dev/dsp +set s_khz 48





    ---------- Startup complains about libXxf86dga.so.1 file when loading
    I was having this issue because I was running amd64 (64bit) and ezquake was compiled for 32bit.

    Get this program (http://ubuntuforums.org/showthread.php?t=474790)
    http://www.boundlesssupremacy.com/Ca...etlibs-all.deb

    and install the 32bit library *** I didn't this as non-superuser / not root
    getlibs -l libXxf86dga.so.1






    ---------- Error: Couldn't load gfx/palette.lmp on startup
    This error is because you need to copy the pak0.pak from you full or shareware quake version.
    http://www.mediafire.com/?9m3qyq3e9nu (shareware version)

    you can use doxbox or copy them from a windows install
    Last edited by homerhomer; June 18th, 2008 at 08:02 AM. Reason: typo

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •