LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Quake3 sound bug with Mandrake 9 (https://www.linuxquestions.org/questions/linux-software-2/quake3-sound-bug-with-mandrake-9-a-78945/)

raynet11 08-04-2003 01:42 PM

Quake3 sound bug with Mandrake 9
 
I am running Mandrake 9 with the retail (linux) version of Quake3, I have numerous Linux games and they all play nicely with the sound in Linux but for some reason Quake3 does not. I start up Quake3 and play everything works the sound the vid, and the mouse but after I exit the game it seems that my sound server will not work for any other program that wants to access it. I can reboot the station and the problem goes away but rebooting is for windows.. I even try to go over to /etc/rc.d/init.d/ and restart the sound (which it does) but I still don't get my sound back.. Has anyone seen this problem??

raynet11 08-12-2003 12:31 PM

Found the solution....
 
I found the solution to my problem:

start quake3 with the following command line:

artsdsp -m quake3

Not sure why arts locks up but using this option keeps my Mandrake sound running after I exit quake3: To automate the task you can create a sh script so you don't have to run quake3 from the command line everytime.. This trick also works for the other ID games that lock up your sound:

Example: my quake3.run script:

#!/bin/sh
cd /
cd /usr/local/games/quake3
artsdsp -m quake3


All times are GMT -5. The time now is 05:09 PM.