/etc/X11/xorg.conf.d/00-keyboard.conf:# Written by systemd-localed(8), read by systemd-localed and Xorg. It's /etc/X11/xorg.conf.d/00-keyboard.conf:# probably wise not to edit this file manually. Use localectl(1) to /etc/X11/xorg.conf.d/00-keyboard.conf:# update this file. /etc/X11/xorg.conf.d/00-keyboard.conf:Section "InputClass" /etc/X11/xorg.conf.d/00-keyboard.conf: Identifier "system-keyboard" /etc/X11/xorg.conf.d/00-keyboard.conf: MatchIsKeyboard "on" /etc/X11/xorg.conf.d/00-keyboard.conf: Option "XkbLayout" "br" /etc/X11/xorg.conf.d/00-keyboard.conf: Option "XkbModel" "abnt2" /etc/X11/xorg.conf.d/00-keyboard.conf:EndSection /etc/X11/xorg.conf.d/10-extensions.conf:Section "Extensions" /etc/X11/xorg.conf.d/10-extensions.conf: Option "DPMS" "false" /etc/X11/xorg.conf.d/10-extensions.conf:EndSection /etc/X11/xorg.conf.d/10-serverflags.conf:Section "ServerFlags" /etc/X11/xorg.conf.d/10-serverflags.conf: Option "BlankTime" "0" /etc/X11/xorg.conf.d/10-serverflags.conf:EndSection /usr/share/X11/xorg.conf.d/40-libinput.conf:# Match on all types of devices but joysticks /usr/share/X11/xorg.conf.d/40-libinput.conf:# /usr/share/X11/xorg.conf.d/40-libinput.conf:# If you want to configure your devices, do not copy this file. /usr/share/X11/xorg.conf.d/40-libinput.conf:# Instead, use a config snippet that contains something like this: /usr/share/X11/xorg.conf.d/40-libinput.conf:# /usr/share/X11/xorg.conf.d/40-libinput.conf:# Section "InputClass" /usr/share/X11/xorg.conf.d/40-libinput.conf:# Identifier "something or other" /usr/share/X11/xorg.conf.d/40-libinput.conf:# MatchDriver "libinput" /usr/share/X11/xorg.conf.d/40-libinput.conf:# /usr/share/X11/xorg.conf.d/40-libinput.conf:# MatchIsTouchpad "on" /usr/share/X11/xorg.conf.d/40-libinput.conf:# ... other Match directives ... /usr/share/X11/xorg.conf.d/40-libinput.conf:# Option "someoption" "value" /usr/share/X11/xorg.conf.d/40-libinput.conf:# EndSection /usr/share/X11/xorg.conf.d/40-libinput.conf:# /usr/share/X11/xorg.conf.d/40-libinput.conf:# This applies the option any libinput device also matched by the other /usr/share/X11/xorg.conf.d/40-libinput.conf:# directives. See the xorg.conf(5) man page for more info on /usr/share/X11/xorg.conf.d/40-libinput.conf:# matching devices. /usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/40-libinput.conf: Identifier "libinput pointer catchall" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchIsPointer "on" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchDevicePath "/dev/input/event*" /usr/share/X11/xorg.conf.d/40-libinput.conf: Driver "libinput" /usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection /usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/40-libinput.conf: Identifier "libinput keyboard catchall" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchIsKeyboard "on" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchDevicePath "/dev/input/event*" /usr/share/X11/xorg.conf.d/40-libinput.conf: Driver "libinput" /usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection /usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/40-libinput.conf: Identifier "libinput touchpad catchall" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchIsTouchpad "on" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchDevicePath "/dev/input/event*" /usr/share/X11/xorg.conf.d/40-libinput.conf: Driver "libinput" /usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection /usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/40-libinput.conf: Identifier "libinput touchscreen catchall" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchIsTouchscreen "on" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchDevicePath "/dev/input/event*" /usr/share/X11/xorg.conf.d/40-libinput.conf: Driver "libinput" /usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection /usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/40-libinput.conf: Identifier "libinput tablet catchall" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchIsTablet "on" /usr/share/X11/xorg.conf.d/40-libinput.conf: MatchDevicePath "/dev/input/event*" /usr/share/X11/xorg.conf.d/40-libinput.conf: Driver "libinput" /usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection /usr/share/X11/xorg.conf.d/10-quirks.conf:# Collection of quirks and blacklist/whitelists for specific devices. /usr/share/X11/xorg.conf.d/10-quirks.conf:# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable /usr/share/X11/xorg.conf.d/10-quirks.conf:# http://bugs.freedesktop.org/show_bug.cgi?id=22442 /usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/10-quirks.conf: Identifier "ThinkPad HDAPS accelerometer blacklist" /usr/share/X11/xorg.conf.d/10-quirks.conf: MatchProduct "ThinkPad HDAPS accelerometer data" /usr/share/X11/xorg.conf.d/10-quirks.conf: Option "Ignore" "on" /usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection /usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugzilla.redhat.com/show_bug.cgi?id=523914 /usr/share/X11/xorg.conf.d/10-quirks.conf:# Mouse does not move in PV Xen guest /usr/share/X11/xorg.conf.d/10-quirks.conf:# Explicitly tell evdev to not ignore the absolute axes. /usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/10-quirks.conf: Identifier "Xen Virtual Pointer axis blacklist" /usr/share/X11/xorg.conf.d/10-quirks.conf: MatchProduct "Xen Virtual Pointer" /usr/share/X11/xorg.conf.d/10-quirks.conf: Option "IgnoreAbsoluteAxes" "off" /usr/share/X11/xorg.conf.d/10-quirks.conf: Option "IgnoreRelativeAxes" "off" /usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection /usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugs.freedesktop.org/show_bug.cgi?id=55867 /usr/share/X11/xorg.conf.d/10-quirks.conf:# Bug 55867 - Doesn't know how to tag XI_TRACKBALL /usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/10-quirks.conf: Identifier "Tag trackballs as XI_TRACKBALL" /usr/share/X11/xorg.conf.d/10-quirks.conf: MatchProduct "trackball" /usr/share/X11/xorg.conf.d/10-quirks.conf: MatchDriver "evdev" /usr/share/X11/xorg.conf.d/10-quirks.conf: Option "TypeName" "TRACKBALL" /usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection /usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugs.freedesktop.org/show_bug.cgi?id=62831 /usr/share/X11/xorg.conf.d/10-quirks.conf:# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly /usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass" /usr/share/X11/xorg.conf.d/10-quirks.conf: Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE" /usr/share/X11/xorg.conf.d/10-quirks.conf: MatchProduct "La-VIEW Technology Naos 5000 Mouse" /usr/share/X11/xorg.conf.d/10-quirks.conf: MatchDriver "evdev" /usr/share/X11/xorg.conf.d/10-quirks.conf: Option "TypeName" "MOUSE" /usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection /usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugzilla.redhat.com/show_bug.cgi?id=2152414 /usr/share/X11/xorg.conf.d/10-quirks.conf:# Xorg server does not correctly select the DCP for the display without /usr/share/X11/xorg.conf.d/10-quirks.conf:# a quirk on Apple Silicon /usr/share/X11/xorg.conf.d/10-quirks.conf:Section "OutputClass" /usr/share/X11/xorg.conf.d/10-quirks.conf: Identifier "appledrm" /usr/share/X11/xorg.conf.d/10-quirks.conf: MatchDriver "apple" /usr/share/X11/xorg.conf.d/10-quirks.conf: Driver "modesetting" /usr/share/X11/xorg.conf.d/10-quirks.conf: Option "PrimaryGPU" "true" /usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection