summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20101217/001759.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/20101217/001759.html')
-rw-r--r--zarb-ml/mageia-dev/20101217/001759.html194
1 files changed, 194 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20101217/001759.html b/zarb-ml/mageia-dev/20101217/001759.html
new file mode 100644
index 000000000..735840d3d
--- /dev/null
+++ b/zarb-ml/mageia-dev/20101217/001759.html
@@ -0,0 +1,194 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] mageia sound tasks
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20mageia%20sound%20tasks&In-Reply-To=%3CAANLkTiktTTp7c_%2BmmxHFAc5TWKkSFgdi_mjL5guCBc04%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="001758.html">
+ <LINK REL="Next" HREF="001761.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] mageia sound tasks</H1>
+ <B>Daniel Kreuter</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20mageia%20sound%20tasks&In-Reply-To=%3CAANLkTiktTTp7c_%2BmmxHFAc5TWKkSFgdi_mjL5guCBc04%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] mageia sound tasks">daniel.kreuter85 at googlemail.com
+ </A><BR>
+ <I>Fri Dec 17 18:17:25 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001758.html">[Mageia-dev] mageia sound tasks
+</A></li>
+ <LI>Next message: <A HREF="001761.html">[Mageia-dev] mageia sound tasks
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1759">[ date ]</a>
+ <a href="thread.html#1759">[ thread ]</a>
+ <a href="subject.html#1759">[ subject ]</a>
+ <a href="author.html#1759">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>I can help you packaging after i worked myself through the rpm guides.
+
+On Fri, Dec 17, 2010 at 5:49 PM, SaschaS &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">ungleichklang at gmail.com</A>&gt; wrote:
+
+&gt;<i> After having a looong chat with the guys from linux4audio and reading tons
+</I>&gt;<i> of posts in ccrma forum, I must say .....
+</I>&gt;<i>
+</I>&gt;<i> Idea with an rt-kernel for netbooks ....... DISMISSED .... it simply makes
+</I>&gt;<i> no sense.
+</I>&gt;<i> Those guys mostly use gentoo and build their own kernel for years now and
+</I>&gt;<i> they gave me the following hints, that also can be found in discussions of
+</I>&gt;<i> other distributions:
+</I>&gt;<i> 1) the kernel (without preemption-patch) should have
+</I>&gt;<i>
+</I>&gt;<i> Processor type and features &gt;&gt; Preemption Mode &gt;&gt; Complete Preemption (Real-Time)
+</I>&gt;<i> Processor type and features &gt;&gt; Timer frequency &gt;&gt; 1000 HZ
+</I>&gt;<i>
+</I>&gt;<i> General setup &gt;&gt; RCU Subsystem &gt;&gt; RCU Implementation (Preemptable tree-based hierarchical RCU)
+</I>&gt;<i>
+</I>&gt;<i> Proccesor Type and features &gt;&gt; Tickless System (Dynamic Ticks) should be
+</I>&gt;<i> excluded
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Idea with multiple tasks .... DISMISSED ...... one task that installs
+</I>&gt;<i> drivers likje ffado and stuff like Jackit and sessionhandling and .... the
+</I>&gt;<i> other little stuff one needs, is a really good Idea.
+</I>&gt;<i> (a big discussion should be held here on wich would be the best tools)
+</I>&gt;<i> The rest, like LADSPA, DSSI, Soundfonts or apps like ardour, lmms ......
+</I>&gt;<i> should not be included, it's simply too much.
+</I>&gt;<i>
+</I>&gt;<i> We could provide a script that adds the content we need, like:
+</I>&gt;<i> 1) alter /etc/security/limits.conf
+</I>&gt;<i> @audio - rtprio 99
+</I>&gt;<i> @audio - memlock unlimited
+</I>&gt;<i>
+</I>&gt;<i> 2) add to /etc/rc.d/rc.local
+</I>&gt;<i> echo 2048 &gt;/sys/class/rtc/rtc0/max_user_freq
+</I>&gt;<i> echo 2048 &gt;/proc/sys/dev/hpet/max-user-freq
+</I>&gt;<i>
+</I>&gt;<i> maybe add 2 new files to /lib/udev/rules.d
+</I>&gt;<i> a) 40-rtc-permissions.rules with: KERNEL==&quot;rtc0&quot;, GROUP=&quot;audio&quot;
+</I>&gt;<i> b) 40-hpet-permissions.rule with: KERNEL==&quot;hpet&quot;, GROUP=&quot;audio&quot;
+</I>&gt;<i>
+</I>&gt;<i> On fedora ccrma, audio4linux and other forums, the musicians eaven do not
+</I>&gt;<i> use the RT-Kernel anymore since 2.6.33.
+</I>&gt;<i> They report that it works better without the Preemption RT Patch with the
+</I>&gt;<i> stuff above and they get a really low latency (~ 2 ms) mit an old M-Audio
+</I>&gt;<i> 2496 without Jack XRUNS.
+</I>&gt;<i>
+</I>&gt;<i> I tested these hints (exept compiling a kernel) today and it really works
+</I>&gt;<i> much better.
+</I>&gt;<i> I could reduce the latency on my laptop with build in soundcard from 23.2ms
+</I>&gt;<i> to 5.8ms (44100 kHz)
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> 2010/12/17 Romain d'Alverny &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">rdalverny at gmail.com</A>&gt;
+</I>&gt;<i>
+</I>&gt;&gt;<i> On Fri, Dec 17, 2010 at 13:27, Michael Scherer &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">misc at zarb.org</A>&gt; wrote:
+</I>&gt;&gt;<i> &gt; Le vendredi 17 d&#233;cembre 2010 &#224; 12:35 +0100, Sascha Schneider a &#233;crit :
+</I>&gt;&gt;<i> &gt;&gt; [...]
+</I>&gt;&gt;<i> &gt;&gt; Work to be done:
+</I>&gt;&gt;<i> &gt;&gt; - provide sound packages like hydrogen, ardour, jackit ......
+</I>&gt;&gt;<i> &gt;&gt; - provide TWO good realtimekernel, one for desktop and another for
+</I>&gt;&gt;<i> netbooks
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; Given the fact that each kernel add a certain load on hdlists, I think
+</I>&gt;&gt;<i> &gt; we should really try to avoid their proliferation.
+</I>&gt;&gt;<i> &gt; ( kernel represent 33% of the size of contribs hdlist at Mandriva ).
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> This is not necessarily proliferation if it has a legitimate purpose
+</I>&gt;&gt;<i> for the user needs. Maybe this could be merged with other existing rt
+</I>&gt;&gt;<i> kernels.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> If that makes for a really big issue for the final repository index
+</I>&gt;&gt;<i> files in the end, then it may be a good reason to have a music studio
+</I>&gt;&gt;<i> derivative distribution. Or find another solution?
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> you are right, too many kernels is not what makes it better.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;&gt;<i> &gt;&gt; - provide a script or someting like that, that scanns and adds sound
+</I>&gt;&gt;<i> &gt;&gt; specific stuff to the limits.conf, /etc/udev/rules.d and
+</I>&gt;&gt;<i> /etc/rc.d/rc.local
+</I>&gt;&gt;<i> &gt;&gt; and other places
+</I>&gt;&gt;<i> &gt;&gt; - provide tasks files that really only install good and necessary sound
+</I>&gt;&gt;<i> &gt;&gt; stuff.
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; Good luck with deciding what is &quot;good and necessary&quot;. You will always
+</I>&gt;&gt;<i> &gt; end frustrating people whose definition of good and necessary to be
+</I>&gt;&gt;<i> &gt; different.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Nothing will ever please everyone. But it's good to have a
+</I>&gt;&gt;<i> recommandation/selection of whatever works best/best fits some
+</I>&gt;&gt;<i> purpose, to avoid having to test everything everytime to have a
+</I>&gt;&gt;<i> working setup; here a music studio.
+</I>&gt;&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> This might be an idea, to simply provide an iso containing the basic setup
+</I>&gt;<i> like above with LXDE that uses the standard mageia repos for installation
+</I>&gt;<i> and updates.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;&gt;<i> So this may not be the best way to put it (using a rpm task), but it
+</I>&gt;&gt;<i> looks like it. Having a basic recommendation set for a particular
+</I>&gt;&gt;<i> purpose, on top of all available software in the distribution, does
+</I>&gt;&gt;<i> not sound bad to me (further than that, having a way to
+</I>&gt;&gt;<i> customize/store/retrieve this set).
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Althought trying new stuff is great too, there are times you prefer to
+</I>&gt;&gt;<i> focus on production and just install/restore tools that just works,
+</I>&gt;&gt;<i> without taking too much time in this.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> (we're not to the point of having something like a allmyapps.com
+</I>&gt;&gt;<i> equivalent though).
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> &gt; And secondary, I think we should also try to avoid having too much task-
+</I>&gt;&gt;<i> &gt; rpms. Their values is in the fact they allow to quickly install a set of
+</I>&gt;&gt;<i> &gt; rpm without searching in the whole set of rpm.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Indeed.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Romain
+</I>&gt;&gt;<i>
+</I>&gt;<i> greetings, Sascha
+</I>&gt;<i>
+</I>
+
+
+--
+Mit freundlichen Gr&#252;&#223;en
+
+Greetings
+
+Daniel Kreuter
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-dev/attachments/20101217/37379c70/attachment-0001.html&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001758.html">[Mageia-dev] mageia sound tasks
+</A></li>
+ <LI>Next message: <A HREF="001761.html">[Mageia-dev] mageia sound tasks
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1759">[ date ]</a>
+ <a href="thread.html#1759">[ thread ]</a>
+ <a href="subject.html#1759">[ subject ]</a>
+ <a href="author.html#1759">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>