1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197 | diff -Nurp nvidia-settings-384.69/doc/version.mk nvidia-settings-384.90/doc/version.mk
--- nvidia-settings-384.69/doc/version.mk 2017-08-17 05:04:47.000000000 +0200
+++ nvidia-settings-384.90/doc/version.mk 2017-09-20 04:25:34.000000000 +0200
@@ -1 +1 @@
-NVIDIA_VERSION = 384.69
+NVIDIA_VERSION = 384.90
diff -Nurp nvidia-settings-384.69/samples/version.mk nvidia-settings-384.90/samples/version.mk
--- nvidia-settings-384.69/samples/version.mk 2017-08-17 05:04:47.000000000 +0200
+++ nvidia-settings-384.90/samples/version.mk 2017-09-20 04:25:34.000000000 +0200
@@ -1 +1 @@
-NVIDIA_VERSION = 384.69
+NVIDIA_VERSION = 384.90
diff -Nurp nvidia-settings-384.69/src/gtk+-2.x/ctkgridlicense.c nvidia-settings-384.90/src/gtk+-2.x/ctkgridlicense.c
--- nvidia-settings-384.69/src/gtk+-2.x/ctkgridlicense.c 2017-08-17 05:04:48.000000000 +0200
+++ nvidia-settings-384.90/src/gtk+-2.x/ctkgridlicense.c 2017-09-20 04:25:34.000000000 +0200
@@ -49,11 +49,11 @@
static const char * __manage_grid_licenses_help =
"Use the Manage GRID License page to obtain licenses "
-"for GRID vGPU or GRID Virtual Workstation on supported Tesla products.";
+"for GRID vGPU or Quadro Virtual Datacenter Workstation on supported Tesla products.";
static const char * __grid_virtual_workstation_help =
-"Select this option to enable GRID Virtual Workstation license.";
+"Select this option to enable Quadro Virtual Datacenter Workstation license.";
static const char * __tesla_unlicensed_help =
-"Select this option to disable the GRID Virtual Workstation license.";
+"Select this option to disable the Quadro Virtual Datacenter Workstation license.";
static const char * __license_edition_help =
"This section indicates the status of GRID licensing for the system.";
static const char * __license_server_help =
@@ -752,7 +752,7 @@ static gboolean update_manage_grid_licen
}
}
- /* Set correct status message when Grid Virtual Workstation
+ /* Set correct status message when Quadro Virtual Datacenter Workstation
* checkbox selected */
if ((licenseStatus == NV_GRID_UNLICENSED_TESLA) &&
(ctk_manage_grid_license->license_edition_gvw_selected == TRUE)) {
@@ -777,7 +777,7 @@ static gboolean update_manage_grid_licen
licenseState = "Your system is licensed for GRID vGPU.";
break;
case NV_GRID_LICENSE_ACQUIRED_GVW:
- licenseState = "Your system is licensed for GRID Virtual "
+ licenseState = "Your system is licensed for Quadro Virtual Datacenter "
"Workstation Edition.";
break;
case NV_GRID_LICENSE_REQUESTING_VGPU:
@@ -785,16 +785,16 @@ static gboolean update_manage_grid_licen
"Your system does not have a valid GRID vGPU license.";
break;
case NV_GRID_LICENSE_REQUESTING_GVW:
- licenseState = "Acquiring license for GRID Virtual Workstation "
- "Edition.\n"
- "Your system does not have a valid GRID Virtual "
+ licenseState = "Acquiring license for Quadro Virtual Datacenter "
+ "Workstation Edition.\n"
+ "Your system does not have a valid Quadro Virtual Datacenter "
"Workstation license.";
break;
case NV_GRID_LICENSE_FAILED_VGPU:
licenseState = "Failed to acquire NVIDIA vGPU license.";
break;
case NV_GRID_LICENSE_FAILED_GVW:
- licenseState = "Failed to acquire NVIDIA GRID Virtual "
+ licenseState = "Failed to acquire NVIDIA Quadro Virtual Datacenter "
"Workstation license.";
break;
case NV_GRID_LICENSE_EXPIRED_VGPU:
@@ -802,14 +802,14 @@ static gboolean update_manage_grid_licen
"Your system does not have a valid GRID vGPU license.";
break;
case NV_GRID_LICENSE_EXPIRED_GVW:
- licenseState = "Failed to renew license for GRID Virtual "
- "Workstation Edition.\n"
- "Your system is currently running GRID Virtual "
- "Workstation (unlicensed).";
+ licenseState = "License for Quadro Virtual Datacenter Workstation "
+ "has expired.\n"
+ "Your system does not have a valid Quadro Virtual Datacenter "
+ "Workstation license.";
break;
case NV_GRID_LICENSE_RESTART_REQUIRED:
licenseState = "Restart your system for Tesla Edition.\n"
- "Your system is currently running GRID Virtual "
+ "Your system is currently running Quadro Virtual Datacenter "
"Workstation Edition.";
break;
default:
@@ -892,8 +892,8 @@ static void license_edition_toggled(GtkW
if (GPOINTER_TO_INT(user_data) == GRID_LICENSED_FEATURE_TYPE_GVW) {
gtk_widget_set_sensitive(ctk_manage_grid_license->box_server_info, TRUE);
- licenseState = "You selected GRID Virtual Workstation Edition.";
- ctk_manage_grid_license->feature_type =
+ licenseState = "You selected Quadro Virtual Datacenter Workstation Edition.";
+ ctk_manage_grid_license->feature_type =
GRID_LICENSED_FEATURE_TYPE_GVW;
ctk_manage_grid_license->license_edition_gvw_selected = TRUE;
} else if (GPOINTER_TO_INT(user_data) == GRID_LICENSED_FEATURE_TYPE_TESLA) {
@@ -1077,10 +1077,10 @@ GtkWidget* ctk_manage_grid_license_new(C
}
/* GRID M6 is licensable gpu so we want to allow users to choose
- * GRID virtual workstation and Unlicensed Tesla mode on baremetal setup.
+ * Quadro Virtual Datacenter Workstation and Unlicensed Tesla mode on baremetal setup.
* When virtualization mode is NV_CTRL_ATTR_NVML_GPU_VIRTUALIZATION_MODE_NONE
* treat it same way like NV_CTRL_ATTR_NVML_GPU_VIRTUALIZATION_MODE_PASSTHROUGH.
- * So that it will show the GRID Virtual Workstation interface in case of
+ * So that it will show the Quadro Virtual Datacenter Workstation interface in case of
* baremetal setup.
*/
if (mode == NV_CTRL_ATTR_NVML_GPU_VIRTUALIZATION_MODE_NONE) {
@@ -1209,9 +1209,9 @@ GtkWidget* ctk_manage_grid_license_new(C
vbox3 = gtk_vbox_new(FALSE, 5);
gtk_container_add(GTK_CONTAINER(vbox1), vbox3);
gtk_container_set_border_width(GTK_CONTAINER(vbox3), 5);
-
+
button1 = gtk_radio_button_new_with_label(NULL,
- "GRID Virtual Workstation");
+ "Quadro Virtual Datacenter Workstation");
slist = gtk_radio_button_get_group(GTK_RADIO_BUTTON(button1));
gtk_box_pack_start(GTK_BOX(vbox3), button1, FALSE, FALSE, 0);
g_object_set_data(G_OBJECT(button1), "button_id",
@@ -1386,11 +1386,11 @@ GtkWidget* ctk_manage_grid_license_new(C
g_signal_connect(G_OBJECT(ctk_manage_grid_license->btn_apply), "clicked",
G_CALLBACK(apply_clicked),
(gpointer) ctk_manage_grid_license);
-
+
/* Set license edition toggle button active */
if (button2 && button1) {
if (strcmp(griddConfig->str[NV_GRIDD_FEATURE_TYPE], "2") == 0) {
- /* Set 'GRID Virtual Workstation' toggle button active */
+ /* Set 'Quadro Virtual Datacenter Workstation' toggle button active */
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button1), TRUE);
}
else {
@@ -1433,8 +1433,8 @@ GtkTextBuffer *ctk_manage_grid_license_c
ctk_help_para(b, &i, "%s", __manage_grid_licenses_help);
if (ctk_manage_grid_license->license_edition_state ==
- NV_CTRL_ATTR_NVML_GPU_VIRTUALIZATION_MODE_PASSTHROUGH) {
- ctk_help_heading(b, &i, "GRID Virtual Workstation");
+ NV_CTRL_ATTR_NVML_GPU_VIRTUALIZATION_MODE_PASSTHROUGH) {
+ ctk_help_heading(b, &i, "Quadro Virtual Datacenter Workstation");
ctk_help_para(b, &i, "%s", __grid_virtual_workstation_help);
ctk_help_heading(b, &i, "Tesla (Unlicensed)");
diff -Nurp nvidia-settings-384.69/src/libXNVCtrl/version.mk nvidia-settings-384.90/src/libXNVCtrl/version.mk
--- nvidia-settings-384.69/src/libXNVCtrl/version.mk 2017-08-17 05:04:47.000000000 +0200
+++ nvidia-settings-384.90/src/libXNVCtrl/version.mk 2017-09-20 04:25:34.000000000 +0200
@@ -1 +1 @@
-NVIDIA_VERSION = 384.69
+NVIDIA_VERSION = 384.90
diff -Nurp nvidia-settings-384.69/src/nv_grid_dbus.h nvidia-settings-384.90/src/nv_grid_dbus.h
--- nvidia-settings-384.69/src/nv_grid_dbus.h 2017-08-17 05:04:49.000000000 +0200
+++ nvidia-settings-384.90/src/nv_grid_dbus.h 2017-09-20 04:25:35.000000000 +0200
@@ -41,14 +41,14 @@ typedef enum
NV_GRID_UNLICENSED_TESLA, // Your system is currently running on Tesla (unlicensed).
NV_GRID_UNLICENSED_GVW_SELECTED, // Your system is currently running on Tesla (unlicensed). Enter license server details and apply.
NV_GRID_LICENSE_ACQUIRED_VGPU, // Your system is licensed for GRID vGPU.
- NV_GRID_LICENSE_ACQUIRED_GVW, // Your system is licensed for GRID Virtual Workstation Edition.
+ NV_GRID_LICENSE_ACQUIRED_GVW, // Your system is licensed for Quadro Virtual Datacenter Workstation Edition.
NV_GRID_LICENSE_REQUESTING_VGPU, // Acquiring license for GRID vGPU Edition. Your system does not have a valid GRID vGPU license.
- NV_GRID_LICENSE_REQUESTING_GVW, // Acquiring license for GRID Virtual Workstation Edition. Your system does not have a valid GRID Virtual Workstation license.
+ NV_GRID_LICENSE_REQUESTING_GVW, // Acquiring license for Quadro Virtual Datacenter Workstation Edition. Your system does not have a valid Quadro Virtual Datacenter Workstation license.
NV_GRID_LICENSE_FAILED_VGPU, // Failed to acquire NVIDIA vGPU license.
- NV_GRID_LICENSE_FAILED_GVW, // Failed to acquire NVIDIA GRID Virtual Workstation license.
+ NV_GRID_LICENSE_FAILED_GVW, // Failed to acquire NVIDIA Quadro Virtual Datacenter Workstation license.
NV_GRID_LICENSE_EXPIRED_VGPU, // Failed to renew license for GRID vGPU Edition. Your system does not have a valid GRID vGPU license.
- NV_GRID_LICENSE_EXPIRED_GVW, // Failed to renew license for GRID Virtual Workstation Edition. Your system is currently running GRID Virtual Workstation (unlicensed).
- NV_GRID_LICENSE_RESTART_REQUIRED, // Restart your system for Tesla Edition. Your system is currently running GRID Virtual Workstation Edition.
+ NV_GRID_LICENSE_EXPIRED_GVW, // License for Quadro Virtual Datacenter Workstation has expired. Your system does not have a valid Quadro Virtual Datacenter Workstation license.
+ NV_GRID_LICENSE_RESTART_REQUIRED, // Restart your system for Tesla Edition. Your system is currently running Quadro Virtual Datacenter Workstation Edition.
} gridLicenseStatus;
#endif // _NVIDIA_NV_GRID_DBUS_H_
diff -Nurp nvidia-settings-384.69/src/version.h nvidia-settings-384.90/src/version.h
--- nvidia-settings-384.69/src/version.h 2017-08-17 05:04:47.000000000 +0200
+++ nvidia-settings-384.90/src/version.h 2017-09-20 04:25:34.000000000 +0200
@@ -1 +1 @@
-#define NVIDIA_VERSION "384.69"
+#define NVIDIA_VERSION "384.90"
diff -Nurp nvidia-settings-384.69/src/version.mk nvidia-settings-384.90/src/version.mk
--- nvidia-settings-384.69/src/version.mk 2017-08-17 05:04:47.000000000 +0200
+++ nvidia-settings-384.90/src/version.mk 2017-09-20 04:25:34.000000000 +0200
@@ -1 +1 @@
-NVIDIA_VERSION = 384.69
+NVIDIA_VERSION = 384.90
diff -Nurp nvidia-settings-384.69/version.mk nvidia-settings-384.90/version.mk
--- nvidia-settings-384.69/version.mk 2017-08-17 05:04:47.000000000 +0200
+++ nvidia-settings-384.90/version.mk 2017-09-20 04:25:34.000000000 +0200
@@ -1 +1 @@
-NVIDIA_VERSION = 384.69
+NVIDIA_VERSION = 384.90
|