From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: No sound in games using sdl-mixer Date: Sun, 04 Oct 2015 14:45:30 +0200 Message-ID: <871tda7qfp.fsf@gnu.org> References: <87d1wxxl5x.fsf@gmail.com> <87vbao4oep.fsf@member.fsf.org> <87vbao9fws.fsf@gmail.com> <871tdbwdot.fsf@member.fsf.org> <87lhbian53.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiifY-0008KN-Sj for guix-devel@gnu.org; Sun, 04 Oct 2015 08:45:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiifV-0006EA-LM for guix-devel@gnu.org; Sun, 04 Oct 2015 08:45:36 -0400 In-Reply-To: <87lhbian53.fsf@gmail.com> (Alex Kost's message of "Sun, 04 Oct 2015 14:28:24 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org FWIW I just tried ExtremeTuxRacer and it works out of the box for me (on GuixSD). I do use PulseAudio though. To allow ETR=E2=80=99s sound output to mix with other things that may be playing sound already, I have this in my ~/.asoundrc: --8<---------------cut here---------------start------------->8--- pcm.!default { type pulse } --8<---------------cut here---------------end--------------->8--- Should we add it to the account skeletons? Ludo=E2=80=99.