On Fri, 2005-06-24 at 02:32 -0400, Egeekial wrote:
> Please be sure that your kernel
> module and all NVIDIA driver files have the same driver version.

Try running:
  locate libXvMCNVIDIA

Delete anything that has a different version number.

If locate doesn't work try using the much slower find instead:
  find / -name "libXvMCNVIDIA*" -print
You might want to try searching just /usr first, since find is so slow.

-- Daniel

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to