diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 17:37:05 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:37:05 +0200 |
commit | f9af97f54ab4003b181f491e42fb179708286ead (patch) | |
tree | b044ce2f74fb9e9c44880418568c8f678f8c0cf4 /audio/jack-audio-connection-kit/README | |
parent | a6dae2a080293fba90d29536e2feafbd0550418f (diff) | |
download | slackbuilds-f9af97f54ab4003b181f491e42fb179708286ead.tar.gz |
audio/jack-audio-connection-kit: Updated for version 0.116.2
Diffstat (limited to 'audio/jack-audio-connection-kit/README')
-rw-r--r-- | audio/jack-audio-connection-kit/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/jack-audio-connection-kit/README b/audio/jack-audio-connection-kit/README index 98f7449221..ad26ef868f 100644 --- a/audio/jack-audio-connection-kit/README +++ b/audio/jack-audio-connection-kit/README @@ -15,4 +15,12 @@ If you don't accept the script's default, you'll need to have the appropriate mountpoint set up in fstab and mounted, but a discussion of how to do that is outside the scope of this document. +jackd has to run with realtime priviledges. One way to do this on Slackware would +be to use set_rlimits. Since 12.2 there's another way, though experimental. If +you have a filesystem that supports posix capabilities (reiserfs does not), you +can grant jackd the rights to run in realtime mode, even when started as normal user +with the following command: + + setcap cap_sys_nice=ep /usr/bin/jackd + jack optionally uses libsndfile which is also available at SlackBuilds.org. |