From 136ae5ba98401b17cd3cdcfe2caf31bd85d02777 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 17 Feb 2022 15:16:39 +0100 Subject: [PATCH] Remove pre-PipeWire 0.3.44 instructions --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index dc4d256a..d208e2ef 100644 --- a/README.md +++ b/README.md @@ -599,18 +599,12 @@ the yabridge [Discord](https://discord.gg/pyNeweqadf). - The above process also applies to warnings about low `RLIMIT_RTTIME` values when using PipeWire's JACK implementation. If you don't change this, then certain slow loading plugins may crash during initialization or at any other - time. Starting with PipeWire 0.3.44, you only need to make sure your user has - realtime privileges to resolve this warning. If your user does not have these - permissions, then PipeWire will use RTKit instead of regular realtime - scheduling which requires this limit to be set for it to work. - - With PipeWire 0.3.32 through 0.3.43 you'll need to change a configuration file - to prevent this from happening. Simply copy `/usr/share/pipewire/jack.conf` to - `~/.config/pipewire/jack.conf`, uncomment the `rt.time.soft` and - `rt.time.hard` arguments for the `libpipewire-module-rt` module, and then set - both to `-1`. Alternatively, give - [this](https://github.com/robbert-vdh/dotfiles#pipewire) optimized PipeWire - configuration a try. + time. **Starting with PipeWire 0.3.44, you only need to make sure your user + has realtime privileges to resolve this warning.** If your user does not have + these permissions, then PipeWire will use RTKit instead of regular realtime + scheduling which requires this limit to be set for it to work. You may also + want to give [this](https://github.com/robbert-vdh/dotfiles#pipewire) + optimized PipeWire configuration a try. - If you have the `WINEPREFIX` environment variable set and you _don't_ want all of your plugins to use that specific Wine prefix, then you should unset it to