summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-12-26 05:12:29 +0000
committerBill Nottingham <notting@redhat.com>2000-12-26 05:12:29 +0000
commita922d930e687a8ee3fa4ebb329b36872745de37c (patch)
tree858a4a7aab7c9b3d6d96b83e84e8393c61ee9e1c /xf86config.py
parent806b25718b293a6f1f32ed38636173bbdb917ade (diff)
downloadanaconda-a922d930e687a8ee3fa4ebb329b36872745de37c.tar.gz
anaconda-a922d930e687a8ee3fa4ebb329b36872745de37c.tar.xz
anaconda-a922d930e687a8ee3fa4ebb329b36872745de37c.zip
remove ia64 hacks
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/xf86config.py b/xf86config.py
index 3583dddff..183c40bf7 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -472,7 +472,7 @@ Section "Module"
Load "glx"
Load "pex5"
Load "record"
- Load "xie"%(ia64Mods)s
+ Load "xie"
EndSection
Section "InputDevice"
@@ -1242,7 +1242,6 @@ Section "Screen"
"monitorVert" : self.monVert,
"files" : self.files,
"screenModes" : screens,
- "ia64Mods" : "",
"nonSparcMods" : '\n\tLoad "fbdevhw"',
"pex5Mod" : '\n\tLoad "pex5"',
"XkbRules" : self.keyRules,
@@ -1276,14 +1275,6 @@ Section "Screen"
data["autorepeat"] = '# Option "AutoRepeat" "200 20"'
else:
data["autorepeat"] = '# Option "AutoRepeat" "500 5"'
- if iutil.getArch() == "ia64":
- data["ia64Mods"] = """
- Load "mfb"
- Load "cfb"
- Load "cfb16"
- Load "cfb24"
- Load "cfb32"
-"""
if self.vidCards[self.primary].has_key ("DRIVER"):
data["cardDriver"] = self.vidCards[self.primary]["DRIVER"]
if data["cardDriver"] == "i810":