summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorteg <teg>2000-08-19 20:36:56 +0000
committerteg <teg>2000-08-19 20:36:56 +0000
commit43744e38e9b2e4f0a1ef1f8ad0223dcd864e6c4f (patch)
tree08e7a0c977a2fc64782003386ed3137f2daf0567 /xf86config.py
parent874fd3f8edf724161f7fe7f87dfc2ecef2a9f9b9 (diff)
downloadanaconda-43744e38e9b2e4f0a1ef1f8ad0223dcd864e6c4f.tar.gz
anaconda-43744e38e9b2e4f0a1ef1f8ad0223dcd864e6c4f.tar.xz
anaconda-43744e38e9b2e4f0a1ef1f8ad0223dcd864e6c4f.zip
Comment the ZAxisMapping setting for XFree 3.3 and turn it off by default - fixes #16211
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index f4b51605c..f177e5a62 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -56,7 +56,9 @@ Section "Pointer"
Protocol "%(mouseProto)s"
Device "/dev/%(mouseDevice)s"
- ZAxisMapping 4 5
+# For wheel support - can not be used with Emulate3Buttons
+#
+# ZAxisMapping 4 5
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.