<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.3">
</HEAD>
<BODY>
On Mon, 2012-01-30 at 17:40 +0100, Dominique Michel wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,

I have an asus amd64 PC with a nvidia GeForce 8800 GT graphic card. This
PC is working fine with the gentoo-kernel and the nvidia proprietary
kernel module.

I want to experiment with the rt-kernel. It is 3 modules for the
nvidia card. 

- The nvidia proprietary module, I guess that this is not necessarily a
  good choice because it will not be patched for use with the rt-kernel.
  But I am not sure.

- The 2 others are with the kernel, nv and nouveau.

Which module will be best to use with the rt-kernel?

Ciao,
Dominique

</PRE>
</BLOCKQUOTE>
<BR>
nv only!<BR>
<BR>
You can try nvidia, after faking the license for the kernel-rt by<BR>
<BR>
sed -i \<BR>
     's/EXPORT_SYMBOL_GPL(migrate_enable);/EXPORT_SYMBOL(migrate_enable);/' \<BR>
     kernel/sched.c<BR>
  <BR>
  sed -i \<BR>
     's/EXPORT_SYMBOL_GPL(migrate_disable);/EXPORT_SYMBOL(migrate_disable);/' \<BR>
     kernel/sched.c<BR>
  <BR>
  sed -i \<BR>
     's/EXPORT_SYMBOL_GPL(__rt_mutex_init);/EXPORT_SYMBOL(__rt_mutex_init);/' \<BR>
     kernel/rtmutex.c
</BODY>
</HTML>