summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorjakub <jakub>1999-11-04 09:34:21 +0000
committerjakub <jakub>1999-11-04 09:34:21 +0000
commit25c9057f0a8157b6d2c022aa21319e8cd21a1ca9 (patch)
treee5b71c5201c658d545b869b8671d108c45afad4e /text.py
parent6ed13dae1aa233fcf3074a7604e388099c9f9bab (diff)
downloadanaconda-25c9057f0a8157b6d2c022aa21319e8cd21a1ca9.tar.gz
anaconda-25c9057f0a8157b6d2c022aa21319e8cd21a1ca9.tar.xz
anaconda-25c9057f0a8157b6d2c022aa21319e8cd21a1ca9.zip
Don't set a specific AutoRepeat on SPARC, so that the system default is used,
don't fall back to VGA16 because it does not work on most of the cards anyway.
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/text.py b/text.py
index bb924e5e4..1e28ea7ff 100644
--- a/text.py
+++ b/text.py
@@ -497,6 +497,11 @@ class XConfigWindow:
if rc == string.lower (_("Back")):
return INSTALL_BACK
+
+ # 6.1 sparc hack - remove once supported
+ if todo.x.server == "3DLabs":
+ todo.x.server = None
+
todo._cardindex = -1
return INSTALL_OK