x11-drivers/nvidia-drivers: Handle NVIDIA Version upgrades#762
x11-drivers/nvidia-drivers: Handle NVIDIA Version upgrades#762sayanchowdhury merged 1 commit intomainfrom
Conversation
| doexe "${FILESDIR}/bin/setup-nvidia" | ||
| insinto "/usr/share/oem" | ||
| doins -r "${FILESDIR}/units" | ||
| exeinto "/usr/share/nvidia" |
There was a problem hiding this comment.
It could also be insinto and doins, or?
pothos
left a comment
There was a problem hiding this comment.
The file needs to be in a separate package that is installed in the generic image
eaa2f2d to
dc19207
Compare
| . /usr/share/nvidia/release | ||
|
|
||
| NVIDIA_DRIVER_VERSION=450.80.02 | ||
| NVIDIA_PRODUCT_TYPE=tesla |
There was a problem hiding this comment.
Can the product type change with the release version? I thought it was associated with the card in the machine and thus it would be hardware dependent, not release dependent, no?
There was a problem hiding this comment.
Can the product type change with the release version? I thought it was associated with the card in the machine and thus it would be hardware dependent, not release dependent, no?
No, the product type cannot change with the release version. tesla is the name behind the data center GPUs that NVIDIA manufactures. The product type is an umbrella for a couple of hardware in that category. Though I read somewhere NVIDIA is planning to drop the name tesla to avoid confusion.
dc19207 to
c2bab6e
Compare
30aee11 to
7c764fc
Compare
Move the NVIDIA variables into a seperate file inorder to handle them when Flatcar upgrade happens Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
7c764fc to
ada06ee
Compare
x11-drivers/nvidia-drivers: Handle NVIDIA Version upgrades
x11-drivers/nvidia-drivers: Handle NVIDIA Version upgrades
x11-drivers/nvidia-drivers: Handle NVIDIA Version upgrades
Move the NVIDIA variables into a seperate file inorder to handle them
when Flatcar upgrade happens
Signed-off-by: Sayan Chowdhury sayan@kinvolk.io
How to use
Testing done
No testing done yet.