summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-02 11:30:27 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-02 11:30:27 +0100
commitbd2ef85f53fb7a939926bc385b9fc2854c39161d (patch)
tree2c0e7f7b7c76b74eb3200dbf3f326056fbe49b34
parent4b48539ecf578e53866acd78f4a620d99ed35052 (diff)
Add a README.
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f2a5c84
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+Compile using
+>make
+
+Install using (as root)
+>make install
+
+Note that if your kernel uses symbol versioning, after the new AGPGART module
+is intalled, most likely DRM will not load, complaining about missing symbols
+since DRM still uses the old agpgart symbols.
+
+To work around this problem, remove the
+Module.symvers
+file from the kernel sources. Then recompile and reinstall drm.
+
+