diff options
author | Matt Wilson <msw@redhat.com> | 2000-07-10 16:41:02 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-07-10 16:41:02 +0000 |
commit | a4b3eb863a21371cb2668aa5a151708129a9626c (patch) | |
tree | 974da0c6721a14b6000883d793c6a5d8aa343a33 /xserver.py | |
parent | e64734454cb906a5012e5e2254e99c664b16d4d1 (diff) | |
download | anaconda-a4b3eb863a21371cb2668aa5a151708129a9626c.tar.gz anaconda-a4b3eb863a21371cb2668aa5a151708129a9626c.tar.xz anaconda-a4b3eb863a21371cb2668aa5a151708129a9626c.zip |
fall back fo VGA16
Diffstat (limited to 'xserver.py')
-rw-r--r-- | xserver.py | 1 |
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": |