summaryrefslogtreecommitdiff
path: root/libraries/libXcm/README
diff options
context:
space:
mode:
authorDiogo Leal <diogo@diogoleal.com>2011-08-30 23:05:58 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-08-30 23:05:58 -0300
commitd2990212c3ce7b8886ac6febbf7b9ce1ef095e79 (patch)
tree1767a5557e7d534152d943f300dd79b195fa039f /libraries/libXcm/README
parent6e988a7d6c434b57c01a16711975b32d6e5b9755 (diff)
downloadslackbuilds-d2990212c3ce7b8886ac6febbf7b9ce1ef095e79.tar.gz
libraries/libXcm: Added (implementation of the net-color spec)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libXcm/README')
-rw-r--r--libraries/libXcm/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/libXcm/README b/libraries/libXcm/README
new file mode 100644
index 0000000000..8a47cebf10
--- /dev/null
+++ b/libraries/libXcm/README
@@ -0,0 +1,14 @@
+The libXcm library contains the a reference implementation of the net-color
+spec. The net-color spec allows to attach colour regions to X windows to
+communicate with colour servers.
+
+The XcmDDC API can be used to fetch a EDID data block from a monitor over a
+i2c communication. On Linux typical the i2c-dev module must be loaded to
+use this hardware data channel. The device nodes must obtain rights
+accessible to normal users.
+
+The XcmEdidParse API is for parsing EDID data blocks. A small example
+application is included.
+
+The XcmEvents API allowes to easily observe X11 colour management events.
+The included xcmsevents makes use of the XcmEvents API.