File load-failure.diff of Package nvidia-gfx
--- nv.c.orig 2007-07-20 16:08:01.000000000 +0200
+++ nv.c 2007-07-20 16:42:34.244853818 +0200
@@ -1217,16 +1217,14 @@
if (num_probed_nv_devices != count)
{
nv_printf(NV_DBG_ERRORS,
- "NVRM: The NVIDIA probe routine was not called for %d device(s).\n",
- count - num_probed_nv_devices);
- nv_printf(NV_DBG_ERRORS,
- "NVRM: This can occur when a driver such as rivafb, nvidiafb or\n"
- "NVRM: rivatv was loaded and obtained ownership of the NVIDIA\n"
- "NVRM: device(s).\n");
- nv_printf(NV_DBG_ERRORS,
- "NVRM: Try unloading the rivafb, nvidiafb or rivatv kernel module\n"
- "NVRM: (and/or reconfigure your kernel without rivafb/nvidiafb\n"
- "NVRM: support), then try loading the NVIDIA kernel module again.\n");
+ "NVRM: NVIDIA legacy driver found no supported graphics card!\n",
+ "NVRM: This can have several kinds of reasons:\n",
+ "NVRM: * Your card is not supported by this legacy driver but\n",
+ "NVRM: possibly by the newer \"G01\" driver, which is also\n",
+ "NVRM: available for openSUSE and Novell products.\n",
+ "NVRM: * The rivafb, nvidiafb or rivatv drivers are active and\n",
+ "NVRM: grabbed the card. Unload these modules or reconfigure\n",
+ "NVRM: your kernel without rivafb/nvidiafb/rivatv support.\n");
}
if (num_probed_nv_devices == 0)