summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2009-09-09 00:07:18 +0300
committerMartin-Éric Racine <q-funk@iki.fi>2009-09-09 00:07:18 +0300
commit1aba714ebd37c64358c5595f781105c491e89eee (patch)
tree5a34fdc9424ab3189ebd474451e8bc0ce0f819c3
parentc487c3ebe074ee368157b6bbbb89c73770bf9812 (diff)
Added extended info about which Geode driver covers what Geode variant in README.
-rw-r--r--README22
1 files changed, 19 insertions, 3 deletions
diff --git a/README b/README
index d1930ce..9db70b7 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-NSC Geode GX1 and GX2 graphics driver for X.Org
-===============================================
-README last updated: 2009-08-04
+xf86-video-nsc -- NSC Geode GX1 and GX2 graphics driver for X.Org
+=================================================================
+README last updated: 2009-09-09
GIT repository:
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-nsc
@@ -19,6 +19,22 @@ after which xf86-video-cyrix and xf86-video-nsc will be retired. Please
contact the X.org Geode mailing list (see subscription instructions on
the project homepage) if you can contribute towards reaching this goal.
+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.
+
= FAQ =
Q: How do I produce useful information whenever submiting a bug report?