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
-
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...
-
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:
(define devices '( alsa native ))
(define speaker-num '( 2 ))
-
Thank you! Problem solved :yes: ;)