summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-02-20 21:49:46 +0100
committerMattias Andrée <maandree@kth.se>2017-02-20 21:49:46 +0100
commit4860ee23be91b6c36f78d9db6d7aed7271a2c8e9 (patch)
treec0233502f1760f5d57ae293f58e2f621dad8d01a
parentexample: weather, comprehensive: doc reading from ~/.config/metar (diff)
downloadblueshift-4860ee23be91b6c36f78d9db6d7aed7271a2c8e9.tar.gz
blueshift-4860ee23be91b6c36f78d9db6d7aed7271a2c8e9.tar.bz2
blueshift-4860ee23be91b6c36f78d9db6d7aed7271a2c8e9.tar.xz
Update readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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,