summaryrefslogtreecommitdiffstats
path: root/audio/jack-audio-connection-kit/README
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-12 17:37:05 +0200
committer David Somero2010-05-12 17:37:05 +0200
commitf9af97f54ab4003b181f491e42fb179708286ead (patch)
treeb044ce2f74fb9e9c44880418568c8f678f8c0cf4 /audio/jack-audio-connection-kit/README
parenta6dae2a080293fba90d29536e2feafbd0550418f (diff)
downloadslackbuilds-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/README8
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.