]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - pkgs/xorg-x11-server/10-quirks.conf
82d3ec26cd2f59aa3c01e83342911b8890f93329
[people/amarx/ipfire-3.x.git] / pkgs / xorg-x11-server / 10-quirks.conf
1 # Collection of quirks and blacklist/whitelists for specific devices.
2
3
4 # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
5 # http://bugs.freedesktop.org/show_bug.cgi?id=22442
6 Section "InputClass"
7 Identifier "ThinkPad HDAPS accelerometer blacklist"
8 MatchProduct "ThinkPad HDAPS accelerometer data"
9 Option "Ignore" "on"
10 EndSection
11
12 # https://bugzilla.redhat.com/show_bug.cgi?id=523914
13 # Mouse does not move in PV Xen guest
14 # Explicitly tell evdev to not ignore the absolute axes.
15 Section "InputClass"
16 Identifier "Xen Virtual Pointer axis blacklist"
17 MatchProduct "Xen Virtual Pointer"
18 Option "IgnoreAbsoluteAxes" "off"
19 Option "IgnoreRelativeAxes" "off"
20 EndSection