]> git.ipfire.org Git - ipfire-3.x.git/blame - xorg-x11-server/10-quirks.conf
kernel: udpate to 5.2
[ipfire-3.x.git] / xorg-x11-server / 10-quirks.conf
CommitLineData
313ed234
SS
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
6Section "InputClass"
7 Identifier "ThinkPad HDAPS accelerometer blacklist"
8 MatchProduct "ThinkPad HDAPS accelerometer data"
9 Option "Ignore" "on"
10EndSection
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.
15Section "InputClass"
16 Identifier "Xen Virtual Pointer axis blacklist"
17 MatchProduct "Xen Virtual Pointer"
18 Option "IgnoreAbsoluteAxes" "off"
19 Option "IgnoreRelativeAxes" "off"
20EndSection