summaryrefslogtreecommitdiffstats
path: root/xserver.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-03-08 21:30:50 +0000
committerBill Nottingham <notting@redhat.com>2002-03-08 21:30:50 +0000
commit8b100f9bf051d95546dfa78f34d18e21ad8355b6 (patch)
tree173f3ab5ef63cead29390d39c8dfc042eab01bc9 /xserver.py
parent9bc1e244f6a438d18e6570b936bd2469ec9d909b (diff)
downloadanaconda-8b100f9bf051d95546dfa78f34d18e21ad8355b6.tar.gz
anaconda-8b100f9bf051d95546dfa78f34d18e21ad8355b6.tar.xz
anaconda-8b100f9bf051d95546dfa78f34d18e21ad8355b6.zip
this looks *so* much nicer. and it works for me
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/xserver.py b/xserver.py
index 33dd6ab76..8cdf8cdf9 100644
--- a/xserver.py
+++ b/xserver.py
@@ -148,10 +148,6 @@ def canUseFrameBuffer (videocard):
if videocard:
carddata = videocard.getProbedCard()
- if carddata:
- if carddata[:13] == "Card:NeoMagic":
- return 0
-
return 1
def testx(x):