summaryrefslogtreecommitdiffstats
path: root/xserver.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-10 16:41:02 +0000
committerMatt Wilson <msw@redhat.com>2000-07-10 16:41:02 +0000
commita4b3eb863a21371cb2668aa5a151708129a9626c (patch)
tree974da0c6721a14b6000883d793c6a5d8aa343a33 /xserver.py
parente64734454cb906a5012e5e2254e99c664b16d4d1 (diff)
downloadanaconda-a4b3eb863a21371cb2668aa5a151708129a9626c.tar.gz
anaconda-a4b3eb863a21371cb2668aa5a151708129a9626c.tar.xz
anaconda-a4b3eb863a21371cb2668aa5a151708129a9626c.zip
fall back fo VGA16
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xserver.py b/xserver.py
index a62990564..4b82e1948 100644
--- a/xserver.py
+++ b/xserver.py
@@ -80,6 +80,7 @@ def startX():
raise RuntimeError, "Unknown card"
else:
print "Unknown card, falling back to VGA16"
+ serverPath = '/usr/X11R6/bin/XF86_VGA16'
if not os.access (serverPath, os.X_OK):
if iutil.getArch() == "sparc":