Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: chaotic on August 01, 2007, 04:03:34 pm

Title: Sound lags on Linux...
Post by: chaotic on August 01, 2007, 04:03:34 pm
OK, another problem. Topic says it all: all sounds are coming about one second after the effect. Removing ~/.fs2_open didn´t help  :(

I´m using Kubuntu Feisty, Soundcard is onboard...
Title: Re: Sound lags on Linux...
Post by: taylor on August 01, 2007, 05:42:48 pm
Do you have a ~/.openalrc?  If so then what's in it?

If you don't have it then try this as it's contents:
Code: [Select]
(define devices '( alsa native ))
(define speaker-num '( 2 ))
Title: Re: Sound lags on Linux...
Post by: chaotic on August 02, 2007, 02:59:07 am
Thank you! Problem solved  :yes:  ;)