summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorMattDew <marcoz@osource.org>2011-09-13 04:53:03 +0000
committerMattDew <marcoz@osource.org>2011-09-13 04:53:03 +0000
commit4a78269269834b9123146184196652d32e773129 (patch)
treeb75b3da7148905a4c841031e51728c7e0c1b2865 /libraries
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libxrandr.moin28
1 files changed, 28 insertions, 0 deletions
diff --git a/libraries/libxrandr.moin b/libraries/libxrandr.moin
new file mode 100644
index 00000000..1d52b622
--- /dev/null
+++ b/libraries/libxrandr.moin
@@ -0,0 +1,28 @@
+= libxrandr =
+ X Resize and Rotate library
+
+Description:
+The RandR 1.2 extension first appeared in Xserver 1.3. It provides automatic discovery of modes (resolutions, refresh rates, ...) together with the ability to configure outputs dynamically (resize, rotate, move, ...)
+
+Dependencies:
+
+Code base:
+ [[http://cgit.freedesktop.org/xorg/lib/libXrandr/|Codebase]]
+IRC
+ irc.freenode.net #xorg, #xorg-devel
+
+Mailing List:
+ [[http://lists.freedesktop.org/archives/xorg/|Mailing List]] (Like many other X.org packages)
+Documentation:
+
+In addition to the RandR X protocol, an official configuration utility (named `xrandr`) is maintained in the [[http://cgit.freedesktop.org/xorg/app/xrandr/|freedesktop git repository]].
+
+ * [[http://cgit.freedesktop.org/xorg/proto/randrproto/tree/randrproto.txt|Protocol specification]]
+ * [[http://wiki.debian.org/XStrikeForce/HowToRandR12|RandR 1.2 overview]] from Debian
+ * [[https://wiki.ubuntu.com/X/Config|X Configuration]] from Ubuntu
+ * Documentation from Intel on setting up [[http://www.intellinuxgraphics.org/dualhead.html|dual head]] configuration with RandR 1.2
+ * [[http://www.thinkwiki.org/wiki/Xorg_RandR_1.2|XrandR 1.2 HowTo]] from Think``Wiki
+ * [[http://www.phoronix.com/scan.php?page=article&item=927|A Newbie's Guide]] from Phoronix
+ * A short how-to on [[http://wiki.x.org/wiki/DriverDevelopment|writing an X.Org driver]], updated to include RandR 1.2.
+
+Configuration: