summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-24 17:43:47 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-24 17:43:47 -0700
commit1b52fc41b59899b45dd1b06f9c1268b4458f9cd6 (patch)
treef8e8c9ffd1fb1baa84c1a1672adfaf139609793b
parent5512e161157d6ac8a8d8a27fc99d596c6686b1da (diff)
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..56ecc39
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+Xbacklight is used to adjust the backlight brightness where supported.
+It uses the RandR extension to find all outputs on the X server
+supporting backlight brightness control and changes them all in the
+same way.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ http://lists.freedesktop.org/mailman/listinfo/xorg
+
+Please submit bug reports to the Xorg bugzilla:
+
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+The master development code repository can be found at:
+
+ git://anongit.freedesktop.org/git/xorg/app/xbacklight
+
+ http://cgit.freedesktop.org/xorg/app/xbacklight
+
+For patch submission instructions, see:
+
+ http://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage
+