summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-22 22:40:45 +0000
committerMatt Wilson <msw@redhat.com>2001-01-22 22:40:45 +0000
commit47f6d999df4a5a20e9e788a07f1dedcc3f55a296 (patch)
treeebc785d965e308b2b67aa64392a8c09640d24a89 /xf86config.py
parent3fd4af916d8a1b34d1e98449ca23342dc753540b (diff)
downloadanaconda-47f6d999df4a5a20e9e788a07f1dedcc3f55a296.tar.gz
anaconda-47f6d999df4a5a20e9e788a07f1dedcc3f55a296.tar.xz
anaconda-47f6d999df4a5a20e9e788a07f1dedcc3f55a296.zip
list VGA16 as a generic server
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index 644d3aafb..e0d80f2fe 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -714,7 +714,7 @@ class XF86Config:
# all the straight servers
for server in [ "3DLabs", "8514", "FBDev", "I128",
"Mach8", "Mach32", "Mach64", "Mono",
- "P9000", "S3", "S3V", "SVGA", "W32" ]:
+ "P9000", "S3", "S3V", "SVGA", "W32", "VGA16" ]:
cards["Generic " + server] = { "SERVER" : server,
"NAME" : "Generic " + server }