diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2018-05-16 09:06:55 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2018-05-16 09:06:55 -0700 |
commit | 530fd7b37e4c57a46cbd83f27b1c09dd8dc25968 (patch) | |
tree | a8838580cf1e562a970e233cbee97aa232702985 | |
parent | a6fd0e313f6f39f67af66779c6429485cd181372 (diff) |
390.59390.59
-rw-r--r-- | kernel.c | 4 | ||||
-rw-r--r-- | version.mk | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 " @@ -1 +1 @@ -NVIDIA_VERSION = 390.48 +NVIDIA_VERSION = 390.59 |