PDA

View Full Version : Quake 4 Help Please


tpnerdcore
December 2nd, 2005, 05:17 PM
hey everybody. First off, I'm sorta an Ubuntu Newbie. I managed to sucessfully Quake 4!! But, my sound is horrible. Ive seen stuff like "quake4 +set s_device oss" but i dont know where to input this. Does anybody know an easy way to fix the sound problem??? PLEASE HELP

anthony(tpnerdcore)

OptikKnight
December 2nd, 2005, 09:43 PM
You might try the "Multimedia Systems Selector" from the Main Menu: System > Preferences > Multimedia Systems Selector...

Also, there may be a reference to that line of code in a configuration file for Quake 4. As OSS is only recently becoming out-of-date, and being replaced by ALSA, Quake 4 may have automatically set that configuration, or it may have derived it from an existing configuration for, say, Gnome's multimedia support.

Good luck, and don't forget to post a response detailing whatever solutions you find!

tpnerdcore
December 2nd, 2005, 11:10 PM
well i tried going into the multimedia systems selector and changing that to OSS but it was already set to OSS. I bet i could fix it if i knew where the Quake 4 config file was. I've searched all through the directory and its sub folders trying to find something and no luck. Any advice optik or anyone??


anthony(tpnerdcore)

crane
December 3rd, 2005, 02:27 PM
hey everybody. First off, I'm sorta an Ubuntu Newbie. I managed to sucessfully Quake 4!! But, my sound is horrible. Ive seen stuff like "quake4 +set s_device oss" but i dont know where to input this. Does anybody know an easy way to fix the sound problem??? PLEASE HELP

anthony(tpnerdcore)

I believe the correct setting is:
quake4 +set s_driver "oss"

Curlydave
December 3rd, 2005, 03:13 PM
Do this: Go to the sound driver settings in the Quake 4 game itself, and set it to OSS from there.

tpnerdcore
December 4th, 2005, 03:10 AM
where is exactly do i set the driver to OSS is quake 4. All i see is "default" or "OpenAL" no oss. Please help


anthony(tpnerdcore)

mcrosmar
December 4th, 2005, 07:15 AM
hey everybody. First off, I'm sorta an Ubuntu Newbie. I managed to sucessfully Quake 4!! But, my sound is horrible. Ive seen stuff like "quake4 +set s_device oss" but i dont know where to input this. Does anybody know an easy way to fix the sound problem??? PLEASE HELP

anthony(tpnerdcore)
Open terminal and type quake4 +set s_driver oss

Razvan
December 4th, 2005, 04:06 PM
terminal lives in Applications>>System tools

tpnerdcore
December 5th, 2005, 01:42 AM
well when i do this just in the default directory it says im at(anthony@ubuntu:~$)...it says "bash: quake4: command not found"

and when i do this in the quake4 directory it says the same thing??

any more sugestions???

anthony(tpnerdcore)

mcrosmar
December 6th, 2005, 09:03 AM
well when i do this just in the default directory it says im at(anthony@ubuntu:~$)...it says "bash: quake4: command not found"

and when i do this in the quake4 directory it says the same thing??

any more sugestions???

anthony(tpnerdcore)

How did you install Quake4?

metoo
December 6th, 2005, 02:54 PM
I'm just checking out the demo. Thanks to all the posters to get me going.

To make it permanent (it's with the demo, but likely for the real thing as well):

1) in your home directory there is a hidden directory .quake4-demo (or just .quake4 ?) - enter it
2) dive into q4base
3) open Quake4Config.cfg with an editor gedit or kedit for instance
4) search for: s_driver
5) set the value in "" to "oss" the line now says: seta s_driver "oss"
6) save

vtechstu
December 12th, 2005, 01:20 AM
Thanks metoo. This worked like a charm for the demo. I'm assuming it worked for the other guy too, but he forgot to thank you. Fun game!

tpnerdcore
December 12th, 2005, 03:48 AM
Thanks alot, this worked perfectly!!! Thanks to everybody that answered the same way, i just needed a bit more help actaully finding the directories thanks

anthony(tpnerdcore)

pitr
December 12th, 2005, 08:56 AM
Here is another possible solution

1. Open ~/.quake4/q4base/Quake4Config.cfg
2. change the line seta s_alsa_lib "libasound.so.2" to seta s_alsa_lib "libasound.so.0"
3. Save the file

Brynster
December 21st, 2005, 05:47 PM
Thanks Metoo your l33t hacking skills fixed my bad sound too

Many thanks