summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2009-09-09 00:06:44 +0300
committerMartin-Éric Racine <q-funk@iki.fi>2009-09-09 00:06:44 +0300
commit50b44451c6462bf999e8899715377dd735bc8940 (patch)
tree3a61cc0b70ccae7a7caeb90f412907c63d124adb /README
parent7af63b86ab9e06b9ccdf1291250afa303b69a885 (diff)
Added extended info about which Geode driver covers what Geode variant in README.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 19 insertions, 3 deletions
diff --git a/README b/README
index 74f3a9a..98b7f5e 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-AMD Geode GX and LX graphics driver for X.Org
-=============================================
-README last updated: 2009-09-03
+xf86-video-geode -- AMD Geode GX and LX graphics driver for X.org
+=================================================================
+README last updated: 2009-09-09
GIT repository:
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-geode
@@ -27,6 +27,22 @@ them to get around it soon.
Support for old GX1 Geodes by Cyrix and NSC will be reintroduced soon,
at which point xf86-video-cyrix and xf86-video-nsc will be retired.
+Until then, the current situation for Geode coverage is as follow:
+
+xf86-video-geode
+ * AMD Geode LX (a.k.a. GX3) PCI ID 0x1022:0x2081
+ * AMD Geode GX (a.k.a. GX2) PCI ID 0x100B:0x0030
+
+xf86-video-nsc
+ * NSC Geode GX (a.k.a. GX2) PCI ID 0x100B:0x0030
+ * NSC Geode SC (a.k.a. GX1) PCI ID 0x100B:0x0504
+
+xf86-video-cyrix
+ * Cyrix Geode (a.k.a. GX1) PCI ID 0x1078:0x0104
+
+Please note that both NSC and GEODE support GX2. This is indeed correct.
+However, only GEODE has up-to-date code, while NSC is deprecated.
+
= Dependencies =
As of version 2.11.4, this driver depends upon X server 1.5 or newer,