summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-08-24 22:11:03 +0000
committerMike Fulbright <msf@redhat.com>2000-08-24 22:11:03 +0000
commit02d6b18485e5272b18fbd756c86d7703e3d9640a (patch)
treeae2ebdf62047408a95e5e29f474312e2383336a1 /xf86config.py
parentfd36406f6f80cb13d69cfba1568eb48001a378af (diff)
downloadanaconda-02d6b18485e5272b18fbd756c86d7703e3d9640a.tar.gz
anaconda-02d6b18485e5272b18fbd756c86d7703e3d9640a.tar.xz
anaconda-02d6b18485e5272b18fbd756c86d7703e3d9640a.zip
dont write out card options for XFree864 servers
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/xf86config.py b/xf86config.py
index 637fc807a..f987ea272 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -1139,9 +1139,7 @@ Section "Screen"
emulate3 = "no"
data = { "mouseProto" : mouseProto,
"mouseDevice" : self.mouse.device,
- "cardsOptions" :
- self.vidCards[self.primary].get ("LINE",
- " # no known options"),
+ "cardsOptions" : " # no known options",
"cardID" : self.vidCards[self.primary]["NAME"],
"cardVendor" : self.vidCards[self.primary]["NAME"],
"cardBoardName": self.vidCards[self.primary]["NAME"],