summaryrefslogtreecommitdiffstats
path: root/extra/xorg-server/15-quirks.conf
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:42 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:42 +0200
commitd51cd1cd242a41105c2f755429f988fa7ebc523a (patch)
tree9151b8b1e339142a66a080f26dd3341b01f1e1bf /extra/xorg-server/15-quirks.conf
parent3c109bd1cc05d54b081c0c3eeab5074789c99760 (diff)
downloadnutyx-pakxe-d51cd1cd242a41105c2f755429f988fa7ebc523a.tar.gz
nutyx-pakxe-d51cd1cd242a41105c2f755429f988fa7ebc523a.tar.bz2
nutyx-pakxe-d51cd1cd242a41105c2f755429f988fa7ebc523a.tar.xz
nutyx-pakxe-d51cd1cd242a41105c2f755429f988fa7ebc523a.zip
xorg-server dans extra
Diffstat (limited to 'extra/xorg-server/15-quirks.conf')
-rw-r--r--extra/xorg-server/15-quirks.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/xorg-server/15-quirks.conf b/extra/xorg-server/15-quirks.conf
new file mode 100644
index 000000000..8299a5d89
--- /dev/null
+++ b/extra/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