diff options
author | Mike Fulbright <msf@redhat.com> | 2000-08-24 22:11:03 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-08-24 22:11:03 +0000 |
commit | 02d6b18485e5272b18fbd756c86d7703e3d9640a (patch) | |
tree | ae2ebdf62047408a95e5e29f474312e2383336a1 /xf86config.py | |
parent | fd36406f6f80cb13d69cfba1568eb48001a378af (diff) | |
download | anaconda-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.py | 4 |
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"], |