Ignacio Vazquez-Abrams wrote:
On Fri, 2007-12-07 at 14:07 -0600, Jon Ciesla wrote:
Looks great, here's a devel build with this patch:
http://koji.fedoraproject.org/koji/buildinfo?buildID=27296
Try 'er out, kick the tires.
Much better. Now if only I could get it to work with PA...
What sound system does it use, SDL, SDL_mixer, openal?
openal.
Regards,
Hans
Fedora-games-list mailing list Fedora-games-list@redhat.com http://www.redhat.com/mailman/listinfo/fedora-games-list
On Tue, 2007-12-11 at 10:23 -0600, Jon Ciesla wrote:
What sound system does it use, SDL, SDL_mixer, openal?
openal.
I've been having trouble with this as far back as FC6. OpenAL defaults to OSS, which is bad. That means it will not get along with anything else. I've been having to edit my /etc/openalrc like so, on every system I want to run Second Life on:
(define devices '(alsa native))
(define alsa-device "default")
Which worked great pre-pulseaudio. But now in F8 even this seems to have trouble. OpenAL and pulse's ALSA redirection seem to not get along.
This really needs to be worked out for Second Life to run acceptably "out of the box" one I get the darn thing merged...
Callum Lerwick wrote:
On Tue, 2007-12-11 at 10:23 -0600, Jon Ciesla wrote:
What sound system does it use, SDL, SDL_mixer, openal?
openal.
I've been having trouble with this as far back as FC6. OpenAL defaults to OSS, which is bad. That means it will not get along with anything else. I've been having to edit my /etc/openalrc like so, on every system I want to run Second Life on:
(define devices '(alsa native))
(define alsa-device "default")
Which worked great pre-pulseaudio. But now in F8 even this seems to have trouble. OpenAL and pulse's ALSA redirection seem to not get along.
This really needs to be worked out for Second Life to run acceptably "out of the box" one I get the darn thing merged...
Has anyone tried putting this in openalrc: (define devices '(sdl))
From: http://www.pulseaudio.org/wiki/PerfectSetup
?
Regards,
Hans
On Tue, 2007-12-11 at 22:07 +0100, Hans de Goede wrote:
Has anyone tried putting this in openalrc: (define devices '(sdl))
Appears to work. Seems kind of oblique to me, though.
On Tue, 2007-12-11 at 22:07 +0100, Hans de Goede wrote:
Has anyone tried putting this in openalrc: (define devices '(sdl))
From: http://www.pulseaudio.org/wiki/PerfectSetup
?
That's done it, thanks.
Ignacio Vazquez-Abrams wrote:
On Tue, 2007-12-11 at 22:07 +0100, Hans de Goede wrote:
Has anyone tried putting this in openalrc: (define devices '(sdl))
From: http://www.pulseaudio.org/wiki/PerfectSetup
?
That's done it, thanks.
Good!
Bug filed requesting to make this the default for F-8 and up: https://bugzilla.redhat.com/show_bug.cgi?id=420991
Regards,
Hans