RT Config
This package allows you to autoconfigure your pc for realtime use (the user must be in the @audio and @pipewire group).
* add rtc and hped read permission by @audio adn @pipewire group, for realtime clock access from alsa
* Incrementing max_user_whatces to 524288 for prevent not enough limit to monitor all files inside a directory
* Setting Swappiness at 25 for prevent xrun when swapping
* rtprio 95
* memlock unlimited
also add ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl-gnutls.so.4 for ubuntu vst compatibility
* nice -10
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout multimedia:proaudio/rt-config && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| UserModAudio.desktop | 0000000297 297 Bytes | |
| locale_usermodaudio.tar.gz | 0000001693 1.65 KB | |
| rt-config.changes | 0000001803 1.76 KB | |
| rt-config.spec | 0000003581 3.5 KB | |
| rt-config.tar.gz | 0000001107 1.08 KB | |
| usermodaudio | 0000001093 1.07 KB | |
| usermodaudio.svg | 0000003419 3.34 KB |
Comments 1
I just noticed, that this breaks pipewire. The "nice" limit is set to -10, but pipewire wants to set -11. On systems without this package, it works nicely. With limits introduced by this package I get "mod.rt: could not set nice-level to -11: Permission denied".