summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2009-09-03 10:56:09 +0300
committerMartin-Éric Racine <q-funk@iki.fi>2009-09-03 10:56:09 +0300
commit999d1ef343c65ac2324ac1e9c2e72f014cb5610d (patch)
treeab3a479345eada00a0b37497fb30dbb024614219 /README
parentfeea2a0afa67c8be1d1afd743ab45745878c1c91 (diff)
Added README about X server dependency bump due to GX Randr dixSetPrivate fix.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 14 insertions, 6 deletions
diff --git a/README b/README
index 8ae3ce7..74f3a9a 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
AMD Geode GX and LX graphics driver for X.Org
=============================================
-README last updated: 2009-08-04
+README last updated: 2009-09-03
GIT repository:
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-geode
@@ -29,15 +29,23 @@ at which point xf86-video-cyrix and xf86-video-nsc will be retired.
= Dependencies =
-As of version 2.9.0, this driver depends on X.Org server 1.3 or newer,
+As of version 2.11.4, this driver depends upon X server 1.5 or newer,
+because the GX Randr code utilizes dixSetPrivate whose API was modified
+in a non backward-compatible way.
+
+ #ifdef'ing the changes from f1268f3ba8404129d358db3bb1e66f3841f7018a
+ and b28abde0276ddd7f687242f3886f98b0e49a7fc2 might make it possible
+ to build this driver against older X servers. Patches are welcome.
+
+As of version 2.9.0, this driver depends on X server 1.3 or newer,
because it utilizes the new common DDC probing libraries from X.Org.
-If necessary, it might be possible to create autoconf macros to make
-this driver compile against older X servers, following this example:
+ If necessary, it might be possible to create autoconf macros to make
+ this driver compile against older X servers, following this example:
-http://lists.freedesktop.org/archives/xorg-commit/2007-February/010341.html
+ http://lists.freedesktop.org/archives/xorg-commit/2007-February/010341.html
-Patches accomplishing the same trick for the Geode driver are welcome.
+ Patches accomplishing the same trick for the Geode driver are welcome.
= FAQ =