Probe #2620fd3511 of ASUSTek P8B75-M Desktop Computer
Log: xorg.conf.d
90-xpra-virtual.conf
--------------------
Section "InputClass"
        Identifier "xpra-virtual-device"
        MatchProduct "Xpra"
        Option "Ignore" "true"
EndSection
20-swcursor.conf
----------------
Section "Device"
    Identifier "Device0"
    Option "SWCursor" "on"
EndSection
30-tap.conf
-----------
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
  MatchIsTouchpad "on"
  Option "Tapping" "on"
    Option "NaturalScrolling" "on"
  Option "ClickMethod" "clickfinger"
    Option "AccelSpeed" "0.0"
    Option "DisableWhileTyping" "on"
EndSection