summaryrefslogtreecommitdiffstats
path: root/xserver.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-24 16:38:58 +0000
committerMatt Wilson <msw@redhat.com>1999-09-24 16:38:58 +0000
commit7454337656bcbf34255301b3454fbb5056ec4770 (patch)
treee6d22a5fda74772f41aa88193b2b75e8f0dc60de /xserver.py
parent769c9dbf446264d089525dd20fa98e32c5f2637d (diff)
downloadanaconda-7454337656bcbf34255301b3454fbb5056ec4770.tar.gz
anaconda-7454337656bcbf34255301b3454fbb5056ec4770.tar.xz
anaconda-7454337656bcbf34255301b3454fbb5056ec4770.zip
try two at server blanking
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver.py b/xserver.py
index ca34de1f8..5579a88bf 100644
--- a/xserver.py
+++ b/xserver.py
@@ -106,7 +106,7 @@ EndSection
server = os.fork()
if (not server):
print "starting", serverPath
- args = [serverPath, ':1', 'vt7', '-v']
+ args = [serverPath, ':1', 'vt7', '-s', '1440']
if serverPath[0:19] == '/usr/X11R6/bin/Xsun':
try:
os.unlink("/dev/mouse")