Merge be0dcc2d5d748b09127c081605fc3186bdf25a00 into 25bef4626e6c5ccf5b433e1c22b6b1bd59e6f1bd

This commit is contained in:
Majal 2025-03-05 11:39:34 +01:00 committed by GitHub
commit 3949c200f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,6 +76,13 @@ The NVIDIA open kernel modules support the same range of Linux kernel
versions that are supported with the proprietary NVIDIA kernel modules.
This is currently Linux kernel 4.15 or newer.
On some Linux distributions, `nvidia-driver-*-open` does not work by default
after installation. If so, the `NVreg_OpenRmEnableUnsupportedGpus` kernel
parameter may need to be enabled first. Here is a sample command to enable it:
```
echo "options nvidia NVreg_OpenRmEnableUnsupportedGpus=1" | sudo tee /etc/modprobe.d/nvidia-driver-open.conf
```
## How to Contribute