summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 89d9611..dc2ad57 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
+Important!
+----------
+
+Blueshift is a bit broken in newer versions of X.
+If Blueshift is not working in X for you, you may
+need to change `i_size = 2 ** 8` in sr/curves.py
+to `i_size = 2 ** 10`. However, this will break
+Blueshift in the TTY, so may want to change it to
+2 ** 10 conditionally. A proper fix is on its way.
+
+---
+
**Request for contribution:**
If anyone have a multi-graphics card setup,