summarylogtreecommitdiffstats
path: root/110-nvidia-open-change-dkms-conf.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-05-12 01:41:49 -0300
committerDaniel Bermond2022-05-12 01:41:49 -0300
commitccb65edbe54358d903530f525f0a0d8d7e814ab2 (patch)
tree167cf53641e5b4f39fcfe461633f20b8414fdd19 /110-nvidia-open-change-dkms-conf.patch
downloadaur-ccb65edbe54358d903530f525f0a0d8d7e814ab2.tar.gz
Initial commit
Diffstat (limited to '110-nvidia-open-change-dkms-conf.patch')
-rw-r--r--110-nvidia-open-change-dkms-conf.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/110-nvidia-open-change-dkms-conf.patch b/110-nvidia-open-change-dkms-conf.patch
new file mode 100644
index 000000000000..cc973b0f4b89
--- /dev/null
+++ b/110-nvidia-open-change-dkms-conf.patch
@@ -0,0 +1,27 @@
+--- a/kernel-open/dkms.conf
++++ b/kernel-open/dkms.conf
+@@ -1,12 +1,21 @@
+ PACKAGE_NAME="nvidia"
+-PACKAGE_VERSION="__VERSION_STRING"
++PACKAGE_VERSION="515.43.04"
+ AUTOINSTALL="yes"
+
+ # By default, DKMS will add KERNELRELEASE to the make command line; however,
+ # this will cause the kernel module build to infer that it was invoked via
+ # Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting
+ # the 'make' command name to suppress this behavior.
+-MAKE[0]="'make' -j__JOBS NV_EXCLUDE_BUILD_MODULES='__EXCLUDE_MODULES' KERNEL_UNAME=${kernelver} modules"
++MAKE[0]="'make' -j"$(nproc)" NV_EXCLUDE_BUILD_MODULES='__EXCLUDE_MODULES' KERNEL_UNAME=${kernelver} modules"
+
+ # The list of kernel modules will be generated by nvidia-installer at runtime.
+-__DKMS_MODULES
++BUILT_MODULE_NAME[0]="nvidia"
++DEST_MODULE_LOCATION[0]="/kernel/drivers/video"
++BUILT_MODULE_NAME[1]="nvidia-uvm"
++DEST_MODULE_LOCATION[1]="/kernel/drivers/video"
++BUILT_MODULE_NAME[2]="nvidia-modeset"
++DEST_MODULE_LOCATION[2]="/kernel/drivers/video"
++BUILT_MODULE_NAME[3]="nvidia-drm"
++DEST_MODULE_LOCATION[3]="/kernel/drivers/video"
++BUILT_MODULE_NAME[4]="nvidia-peermem"
++DEST_MODULE_LOCATION[4]="/kernel/drivers/video"