game problem

Rick rickmorn at gmail.com
Mon Apr 12 13:43:50 UTC 2010


On Sunday 11 April 2010 20:23:58 you wrote:
> the linux games seem to be turning off the game sound aat the begining the
> sound will crackle a little and then its fine and later it will go silent.
>  I am runing ubuntu 9.10 on my Hp Pavilion Slimline s3020n pc the games are
> 

I had the same experience playing Regnum Online.  I solved the problem by 
temporarily disabling pulseaudio.

To temporarily disable pulseaudio:

    sudo mv /usr/bin/pulseaudio /usr/bin/pulseaudio.o
    sudo mv /usr/bin/pulse-session /usr/bin/pulse-session.o
    sudo killall pulseaudio

To re-enable pulseaudio after you've finished playing:

    sudo mv /usr/bin/pulseaudio.o /usr/bin/pulseaudio
    sudo mv /usr/bin/pulse-session.o /usr/bin/pulse-session


Regards,

Rick




More information about the ubuntu-users mailing list