summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2018-05-16 09:06:55 -0700
committerAaron Plattner <aplattner@nvidia.com>2018-05-16 09:06:55 -0700
commit530fd7b37e4c57a46cbd83f27b1c09dd8dc25968 (patch)
treea8838580cf1e562a970e233cbee97aa232702985
parenta6fd0e313f6f39f67af66779c6429485cd181372 (diff)
390.59390.59
-rw-r--r--kernel.c4
-rw-r--r--version.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/kernel.c b/kernel.c
index 4cc2bad..6c450eb 100644
--- a/kernel.c
+++ b/kernel.c
@@ -1254,9 +1254,9 @@ static int ignore_load_error(Options *op, Package *p,
"built against the wrong or improperly configured "
"kernel sources, with a version of gcc that differs "
"from the one used to build the target kernel, or "
- "if a driver such as rivafb, nvidiafb, or nouveau is "
+ "if another driver, such as nouveau, is "
"present and prevents the NVIDIA kernel module from "
- "obtaining ownership of the NVIDIA graphics device(s), "
+ "obtaining ownership of the NVIDIA GPU(s), "
"or no NVIDIA GPU installed in this system is supported "
"by this NVIDIA Linux graphics driver release.\n\n"
"Please see the log entries 'Kernel module load "
diff --git a/version.mk b/version.mk
index 5cd2f7d..0c7fa3a 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 390.48
+NVIDIA_VERSION = 390.59