Just like the title says. SEVERE sound lag in FC3, KDE and Gnome. Almost a second behind the game, which makes it unbearable.
At first I thought it was my sound card (SB Live 5.1) or system (AMD T-Bird 900,) so I didn't bother messing with it and just used Openbox for a GUI which doesn't have the issue. I just recently bought a new system (AMD 64 3400+) with a completely different sound card (onboard VIA sound) and the issue persists.
I've looked all over the web for this issue, because it doesn't just happen in Armagetron; I had sound lag issues in XMMS until I changed it from ArtsD to OSS, and in Doom3 until I set it to use OSS as well. I've tried changing the buffer length for Arts down to almost nothing, with no effect, and changing the native sound server to OSS and ALSA in the KDE control panel.
Does anyone know what this is all about? I'm sure it's something n00bish that I just didnt' google for correctly. Maybe there's some compile-time options I missed?
Sound Lag: Fedora Core 3: KDE and Gnome
-
Gryphon
- Posts: 2
- Joined: Thu Apr 21, 2005 12:42 am
Sound Lag: Fedora Core 3: KDE and Gnome
~Sometimes you have fun, and sometimes the fun has you~
- Lucifer
- Project Developer
- Posts: 8765
- Joined: Sun Aug 15, 2004 3:32 pm
- Location: Republic of Texas
Yeah, if you eat beans, you will fArtsd.
I shut off Arts when I do serious work with sound. It's funny when you click something and it takes a second and a half to hear the click.
Arts is a program that only delivers on one of its promises: it allows all applications to make sound at the same time. However, ALSA does it too and is alsa low latency.
ALSA rules.
I shut off Arts when I do serious work with sound. It's funny when you click something and it takes a second and a half to hear the click.
Arts is a program that only delivers on one of its promises: it allows all applications to make sound at the same time. However, ALSA does it too and is alsa low latency.
ALSA rules.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
-
tgrey
- On Lightcycle Grid
- Posts: 26
- Joined: Tue Apr 19, 2005 8:50 pm
- Lucifer
- Project Developer
- Posts: 8765
- Joined: Sun Aug 15, 2004 3:32 pm
- Location: Republic of Texas
No, there's the alsa daemon that I think came out with the 1.1 series. I could be wrong about when it came out, but it's out. Now, ALSA doesn't support mixing all these different sound streams when some are using the oss emulation layer, if I recall correctly.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
-
Gryphon
- Posts: 2
- Joined: Thu Apr 21, 2005 12:42 am
I just tried disabling the sound system altogether..of course, no sound. After I launched the game I launched XMMS (which I presume fired up some OSS daemon) because I then got sound. Perfectly synched with the game. Yay!
But then after playing for about 1/2 an hour the sound started lagging out again.
But then after playing for about 1/2 an hour the sound started lagging out again.
~Sometimes you have fun, and sometimes the fun has you~
- Z-Man
- God & Project Admin
- Posts: 11770
- Joined: Sun Jan 23, 2005 6:01 pm
- Location: Cologne
- Contact:
Have you tried forcing SDL to use the native alsa driver? You can do so by starting AA with
Things like that, when they turn out to be useful, can also be implemented in the game itself.
Code: Select all
SDL_AUDIODRIVER=alsa armagetronad