summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-server/15-quirks.conf
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-server/15-quirks.conf')
-rw-r--r--xorg/xorg-server/15-quirks.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/xorg/xorg-server/15-quirks.conf b/xorg/xorg-server/15-quirks.conf
new file mode 100644
index 000000000..8299a5d89
--- /dev/null
+++ b/xorg/xorg-server/15-quirks.conf
@@ -0,0 +1,10 @@
+Section "InputClass"
+ Identifier "no need Accelerometer in X"
+ MatchProduct "Accelerometer"
+ Option "Ignore" "on"
+EndSection
+Section "InputClass"
+ Identifier "no need accelerometer in X"
+ MatchProduct "accelerometer"
+ Option "Ignore" "on"
+EndSection