[SOLVED] Audio issues with Linux - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] Audio issues with Linux (/showthread.php?tid=2638) |
Audio issues with Linux - ImageJPEG - 02-19-2012 I'm currently using Debian as my distro. I have a 5.1 surround sound setup also. When listening to music I usually have the "Center" and "Surround Sound" speakers checked (to have stereo sound "upmixed" to surround sound. However, I disable these options (via the GNOME sound applet). I try to enable 5.1 surround sound in the game but nothing comes out of the center speakers or rear speakers. This is the output from the terminal. Code: Loading OpenGL driver libGL.so.1 RE: Audio issues with Linux - Mr. Bougo - 02-19-2012 What is your version of Xonotic? (just in case) 0.5 alright What is the output when you go into the audio menu in Xonotic, select 5.1 and click apply? It works fine here in ALSA. Can you post the output of aplay -L too? Code: Wanted audio Specification: RE: Audio issues with Linux - edh - 02-19-2012 Is this under SDL or GLX? They may work a little differently soundwise. RE: Audio issues with Linux - Mr. Bougo - 02-19-2012 Both use ALSA, I don't think it matters. RE: Audio issues with Linux - s1lence - 02-19-2012 (02-19-2012, 05:29 AM)Mr. Bougo Wrote: Both use ALSA, I don't think it matters. I used to have issues with GLX in 0.1 preveiw, but not SDL. I think they interact with alsa differently. /layman speculation RE: Audio issues with Linux - frostwyrm333 - 02-19-2012 nexuiz and xonotic GLX always went silent for me after a few secs/minutes, use SDL executable RE: Audio issues with Linux - ImageJPEG - 02-19-2012 Wow, that's what did it. I launched the SDL version and I have surround sound working Thanks. RE: Audio issues with Linux - edh - 02-22-2012 Well that's good then. It may be that some more troubleshooting can be done here to try and get the GLX version sound working correctly. It might be that the SDL version might perform better for you but maybe we can help someone else out in the process by resolving this sound issue? RE: Audio issues with Linux - Mr. Bougo - 02-22-2012 Perhaps SDL doesn't use alsa. Can we get a startup log from the sdl binary? Maybe he's missing a surround51 pcm device in his alsa config (which is why I'd like to know what aplay -L shows) RE: Audio issues with Linux - adem - 02-24-2012 mb updating of ALSA drivers should help? http://www.stchman.com/alsa_update.html RE: Audio issues with Linux - Mr. Bougo - 02-24-2012 Why would one do that instead of using package management? Surely this is a way to interfere with ubuntu's package manager. Besides, the link you gave is for ubuntu, and OP uses Debian. And it's probably a better idea to try to understand the problem before applying fixes at random |