The only way I found to fix this problem was:
* create the script /usr/local/bin/pakiller that kills pulseaudio and restarts 
it afterwards
* create the file ~/.pulse/client.conf to prevent pulseaudio from automatically 
restarting
* call ETQW with "pakiller etqw-rthread"
It works really fine now, but I think the real solution would be a new 
libSDL-1.2.id.so.0 that uses pulseaudio by default.

Contents of /usr/local/bin/pakiller: 
#!/bin/sh
killall pulseaudio
$*
pulseaudio -D

Contents of ~/.pulse/client.conf:
autospawn = no

-- 
Ubuntu 10.04 sound lag with enemy territory quake wars
https://bugs.launchpad.net/bugs/577727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to