summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-07-25 17:18:37 +0000
committerErik Troan <ewt@redhat.com>2000-07-25 17:18:37 +0000
commitd9e40913d3337548c8d46706e7057996cf5bf56b (patch)
treeac40cfe752c1aa9d9e325930fb1bb8b786300ccd /xf86config.py
parent7ec6622f1da9d8a600c9363eb136c177565dc1b9 (diff)
downloadanaconda-d9e40913d3337548c8d46706e7057996cf5bf56b.tar.gz
anaconda-d9e40913d3337548c8d46706e7057996cf5bf56b.tar.xz
anaconda-d9e40913d3337548c8d46706e7057996cf5bf56b.zip
always probe for mouse (even in text mode)
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index d9a60c5eb..acd2855c4 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -535,7 +535,7 @@ class XF86Config:
if mouse:
self.setMouse(mouse)
else:
- self.mouse = Mouse ()
+ self.mouse = Mouse (skipProbe = 1)
self.server = None
self.vidCards = []
self.cardMan = None