summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2009-09-09 00:10:22 +0300
committerMartin-Éric Racine <q-funk@iki.fi>2009-09-09 00:10:22 +0300
commit02147da0d4f9e661cefb91994ced84a5c89e62cc (patch)
tree84d14e2a066417b13dca97385044e6332700a3ed
parent5f6bec541b82c3e6db68c794aae4386cf0863acd (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 ca430f0..29524df 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-Cyric Geode graphics driver for X.Org
-=====================================
-README last updated: 2009-08-04
+xf86-video-cyrix -- Cyric Geode graphics driver for X.org
+=========================================================
+README last updated: 2009-09-09
GIT repository:
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-cyrix
@@ -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?