summaryrefslogtreecommitdiffstats
path: root/nvidia-kernel
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-03-14 13:28:10 +0000
committer Eric Hameleers <alien@slackware.com>2016-03-14 13:28:10 +0000
commit730404d89f5e72590242a5cb0070f1b2c2ca347a (patch)
tree9a56eba51620b377331d0090d8c2e8b04a6a2040 /nvidia-kernel
parentffcee298ec8d1b0206b51b339c0d569a6ce73473 (diff)
downloadasb-730404d89f5e72590242a5cb0070f1b2c2ca347a.tar.gz
asb-730404d89f5e72590242a5cb0070f1b2c2ca347a.tar.xz
Initial revision
Diffstat (limited to 'nvidia-kernel')
-rw-r--r--nvidia-kernel/build/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/nvidia-kernel/build/README b/nvidia-kernel/build/README
new file mode 100644
index 00000000..efb27956
--- /dev/null
+++ b/nvidia-kernel/build/README
@@ -0,0 +1,13 @@
+This is the kernel-module needed by the proprietary binary nvidia driver.
+You also need the nvidia-driver package from SlackBuilds.org.
+
+To build the package for a kernel different from the running one,
+start the script setting the KERNEL variable as in
+ KERNEL=3.18.19 ./nvidia-kernel.SlackBuild
+
+A default config file is placed at /usr/share/X11/xorg.conf.d/10-nvidia.conf
+to make sure that X loads the nvidia module. If you need to make changes,
+copy that file to /etc/X11/xorg.conf.d/ and edit the copy. You do not need
+this file at all if you have a proper and complete xorg.conf.
+
+The xf86-video-nouveau-blacklist package from /extra is required.