diff options
-rw-r--r-- | xf86config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py index 0465c9be8..c30efa0bc 100644 --- a/xf86config.py +++ b/xf86config.py @@ -859,7 +859,7 @@ class XF86Config: # intellimouse into IMPS/2 mode (if we did, we'll # loose the mouse cursor in the install) - if len (self.server) >= 7 and self.server[-7:]: + if self.server == "XFree86": config = self.Version4Config else: config = self.Version3Config |