summaryrefslogtreecommitdiffstats
path: root/system/nvidia-legacy390-kernel/patches/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/nvidia-legacy390-kernel/patches/README')
-rw-r--r--system/nvidia-legacy390-kernel/patches/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/nvidia-legacy390-kernel/patches/README b/system/nvidia-legacy390-kernel/patches/README
new file mode 100644
index 0000000000..6f7b193d18
--- /dev/null
+++ b/system/nvidia-legacy390-kernel/patches/README
@@ -0,0 +1,19 @@
+HOW TO PATCH
+
+1. Extract NVidia Driver (64 bit)
+ ./NVIDIA-Linux-x86_64-390.138.run --extract-only
+2. Go to the extracted directory
+ cd NVIDIA-Linux-x86_64-390.138
+3. Patch it
+ patch -p1 < /path/to/kernel-4.16.patch
+ patch -p1 < /path/to/kernel-5.8.patch
+ patch -p1 < /path/to/kernel-5.8-license-bypass.patch
+ patch -p1 < /path/to/kernel-5.9.patch
+ patch -p1 < /path/to/kernel-5.10.patch
+4. Run the nvidia-installer
+ ./nvidia-installer --no-unified-memory
+5. Have fun :)
+
+
+20 December 2020
+Willy Sudiarto Raharjo