<p>Since kernel 2.9 we have almost all rt patches included in the vanilla kernel, including irq threading if I'm not mistaken. Do we really need more than that? I've seen latencies of 5ms and even 2ms (probably not much processing) reported on the web.</p>

<p>This is also the kernel that AVlinux uses (almost vanilla).</p>
<p>Not sure if this one has any problems with nvidia drivers but being mainstream I       tend to think it works ok.</p>
<p>More cents (we're going to be rich!!)<br>
n.-</p>
<div class="gmail_quote">On 2 Oct 2011 04:09, "Ralf Mardorf" <<a href="mailto:ralf.mardorf@alice-dsl.net">ralf.mardorf@alice-dsl.net</a>> wrote:<br type="attribution">> On Sat, 2011-10-01 at 20:15 -0400, Justin M. Streiner wrote:<br>
>> There was for a long time, and might still be an issue with getting<br>>> nvidia video drivers to build on machines that are running RT kernels.<br>> <br>> I experienced this for many distros.<br>> <br>
> #! /bin/sh<br>> # /etc/rcS.d/Switch_xorg_conf<br>> <br>> rm /etc/X11/xorg.conf<br>> case $(uname -r) in<br>>     *rt*)<br>>         cp /etc/X11/xorg.conf.nv /etc/X11/xorg.conf<br>>         ;;<br>
>     *)<br>>       cp /etc/X11/xorg.conf.nvidia /etc/X11/xorg.conf<br>>         ;;<br>> esac<br>> <br>> ;D<br>> <br>> Ralf<br>> <br>> _______________________________________________<br>> Ardour-Users mailing list<br>
> <a href="mailto:ardour-users@lists.ardour.org">ardour-users@lists.ardour.org</a><br>> <a href="http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org">http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org</a><br>
</div>