summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-02-23 16:41:29 +0000
committerMike Fulbright <msf@redhat.com>2001-02-23 16:41:29 +0000
commitd8d5782101b8cc70c285c4abf0519d1b54efc2a6 (patch)
tree698e23790d950e27368a2b5f1ad9ad53f875f80f /xf86config.py
parenta197877c784bf1b8ba30a5c7cf488cd88a4d1d9a (diff)
downloadanaconda-d8d5782101b8cc70c285c4abf0519d1b54efc2a6.tar.gz
anaconda-d8d5782101b8cc70c285c4abf0519d1b54efc2a6.tar.xz
anaconda-d8d5782101b8cc70c285c4abf0519d1b54efc2a6.zip
remove debugging output
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py27
1 files changed, 0 insertions, 27 deletions
diff --git a/xf86config.py b/xf86config.py
index 94feee712..01e7af3aa 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -622,10 +622,8 @@ class XF86Config:
if isys.fbinfo() != None:
x, y, depth = isys.fbinfo()
self.fbDepth = depth
-# print "here"
else:
self.fbDepth = 16
-# print "nofb"
self.files = """
# The location of the RGB database. Note, this is the name of the
@@ -669,17 +667,7 @@ class XF86Config:
return 0
def availableModes (self):
-# print "Inside xf86Config...availableModes", self.res
-# print x.res
-# time.sleep (5)
-
-# if self.res == "640x480":
-# modes = { "8" : ["640x480"] }
-# else:
-# modes = { "16" : ["800x600"] }
-
modes = { "8" : [ "640x480" ] }
-# modes = { "16" : [ "800x600" ] }
if not self.vidRam:
return modes
@@ -717,7 +705,6 @@ class XF86Config:
modes["32"] = []
return modes
elif string.atoi(self.vidRam) >= 256:
- print "256k of memory"
modes["8"] = ["640x480"]
return modes
@@ -762,7 +749,6 @@ class XF86Config:
card[info[0]] = string.joinfields (info[1:], ' ')
if thecard:
- print thecard
card = cards[thecard]
# XXX set a max depth here to avoid infinite loops
while card.has_key ("SEE"):
@@ -1068,17 +1054,8 @@ class XF86Config:
pass
os.execv(args[0], args)
-# print "exec failed"
-# time.sleep(5)
os.exit (1)
-# time.sleep (10)
-# print "Here"
-
-# print "server is", server
-# time.sleep (5)
-
-
if spawn:
return server
@@ -1104,10 +1081,6 @@ class XF86Config:
return
def Version3Config (self, test=0):
-# print "Inside Version3Config"
-# print self.res
-# time.sleep (5)
-
info = {}
devices = ""
screens = ""