PDA

View Full Version : [5.10] [q3a] bad audio


truthseek
May 5th, 2006, 03:48 PM
when I play q3 I get a very bad audio (similar to using low KHZ).
some hints to get better performance?
should I solve this in the system or by fixing some vars in the game?

R3linquish3r
May 7th, 2006, 06:28 PM
To fix the sound problems, add the following three lines to your /etc/init.d/bootmisc.sh file:

#-----------------------
# fix sound for Quake 3 and Enemy Territory
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "quake3.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "quake3.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
#------------------------

Do a CTRL+ALT+BKSPC to refresh X and you'll be good to go.

daborg
December 28th, 2006, 01:17 AM
When I do that I get sound, but q3 hangs after loading a map. Any thoughts on how to diagnose that?