Re: Tragic State of FreeBSD Audio/Sound

Gleb Popov <[email protected]> Tue, 21 Jul 2026 13:13:11 +0300
Newsgroups gmane.os.freebsd.devel.hackers,gmane.os.freebsd.current,gmane.os.freebsd.stable
Message-ID <CALH631mZWS9e9FDXPUT8N8W8WnNnpfYaoPuRyqXhqNTW9=atLw@mail.gmail.com>
On Tue, Jul 21, 2026 at 12:57=E2=80=AFPM Kevin Bowling <kevin.bowling@kev00=
9.com> wrote:
>
> Only major outstanding work is pipewire/pipewire-pulse don't know how to
> elevate their priority on FreeBSD and they really should be RT.

What's needed for that?

> Disable the stock PulseAudio autostart.

Why, what's wrong with it?

>    if [ -z "$XDG_RUNTIME_DIR" ]; then
>        export XDG_RUNTIME_DIR=3D"/var/run/user/$(id -u)"
>        mkdir -p "$XDG_RUNTIME_DIR"
>        chmod 700 "$XDG_RUNTIME_DIR"
>    fi

This is done by pam_xdg, you shouldn't do that yourself.