summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2018-04-11 14:18:58 -0700
committerAaron Plattner <aplattner@nvidia.com>2018-04-11 14:18:58 -0700
commit4826c73ff59efd7ae69d7ed35fbf5267ebbb1500 (patch)
treec2d9c6aab6a8c4245fc47c13125412420349b6e3
parent41701e3d9e5632efb35df748cc2d1fed2b49670f (diff)
396.18396.18
-rw-r--r--nvidia-cfg.h3
-rw-r--r--option_table.h3
-rw-r--r--version.mk2
3 files changed, 6 insertions, 2 deletions
diff --git a/nvidia-cfg.h b/nvidia-cfg.h
index cac7565..c0c97a2 100644
--- a/nvidia-cfg.h
+++ b/nvidia-cfg.h
@@ -380,6 +380,9 @@ NvCfgBool nvCfgIsPrimaryDevice(NvCfgDeviceHandle handle,
* responsibility to free the returned array of strings. On success,
* NVCFG_TRUE will be returned and serials will be assigned. On failure,
* NVCFG_FALSE will be returned.
+ *
+ * Note that this function is deprecated and will always return an empty array
+ * on recent drivers, since QuadroPlex devices are no longer supported.
*/
NvCfgBool nvCfgGetTeslaSerialNumbers(char ***serials);
diff --git a/option_table.h b/option_table.h
index 87718df..7ea85f3 100644
--- a/option_table.h
+++ b/option_table.h
@@ -254,7 +254,8 @@ static const NVGetoptOption __options[] = {
"name of each X screen." },
{ "enable-all-gpus", 'a', 0, NULL,
- "Configure an X screen on every GPU in the system." },
+ "Delete all existing X screens in the current configuration, "
+ "then configure an X screen on every GPU in your system." },
{ "exact-mode-timings-dvi",
XCONFIG_BOOL_VAL(EXACT_MODE_TIMINGS_DVI_BOOL_OPTION),
diff --git a/version.mk b/version.mk
index 5cd2f7d..8837937 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 390.48
+NVIDIA_VERSION = 396.18