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
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
UserModAudio.desktop | 0000000297 297 Bytes | |
locale_usermodaudio.tar | 0000006656 6.5 KB | |
rt-config.changes | 0000001254 1.22 KB | |
rt-config.spec | 0000003155 3.08 KB | |
rt-config.tar.gz | 0000000638 638 Bytes | |
usermodaudio | 0000000852 852 Bytes | |
usermodaudio.svg | 0000003419 3.34 KB |
Revision 7 (latest revision is 10)
Giordano Boschetti (geekositalia)
committed
(revision 7)
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".