Author Topic: Sound lags on Linux...  (Read 2442 times)

0 Members and 1 Guest are viewing this topic.

Offline chaotic

  • 25
Sound lags on Linux...
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...

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: Sound lags on Linux...
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 ))

 

Offline chaotic

  • 25
Re: Sound lags on Linux...
Thank you! Problem solved  :yes:  ;)