<p>I think your frustration is due to a little misunderstanding. If the inability to install the nvidia driver is cause for this dissatisfaction, then rest assured that it&#39;s not the packager&#39;s fault. Installing kernel modules means placing the files in the correct directory.</p>
<p>A real-time kernel, or any kernel on a distro _will_ have some sort of &quot;extraver&quot; or &quot;localver&quot;. It&#39;s the extra characters after the actual linux version, sometimes/some distros including the -rc or upstream patch version. Confusing? No worries. Examples galore:<br>
</p><p>$ uname -r<br>2.6.25-rt-sidux<br></p><p>$uname -r<br>2.6.25.4-rt21<br></p><p>Whatever it is, you have to make sure the nvidia stuff go into whatever the correct -rt kernel directory is in /lib/modules ;) The following are the steps similar to what a particular distro buildscript takes:</p>
<p>bash NVIDIA-Linux*pkg0.run --extract-only<br>cd NVIDIA-Linux*pkg0<br>cd usr/src/nv/<br>ln -s Makefile.kbuild Makefile<br>make SYSSRC=/lib/modules/$thelibmoduledirasshownabove/build module<br>install -m644 nvidia.ko /lib/modules/$asabove/kernel/drivers/video/<br>
depmod -v $asbove<br>rmmod nvidia<br>CTRL+ALT+BACKSPACE<br></p><p>Maybe there&#39;s a command you can use try run a help on the proprietary executable. Then, there are other packages like ndiswrapper - and oh yeah catalyst who can forget that one - that may need a little hack or two on the rt-patched kernel. A checklist:</p>
<p>1) Upstream kernel<br>2) Upstream kernel patchset<br>3) RT kernel patchset<br>4) Apply whatever hacks needed (so far only catalyst/fglrx needs one)<br>5) Install proprietary module to correct directory<br>6) Good luck and enjoy!<br>
</p><p>As for performance, I&#39;ve always been having better with older kernels as newer ones roll out. I&#39;m currently on 2.6.23.1-rt11 :) Realtime performance actually is no longer a problem. It used to be a problem sometime ago, but after migration to pam security and all that it&#39;s become a breeze. On Windows recording with my laptop&#39;s Intel HDA is a no-go @ &gt; 500ms latency + ASIO-4-All, but on Linux I get 20+-.</p>