You are not logged in.

#1 2021-03-11 07:16:40

lookinglass
Member
Registered: 2021-03-03
Posts: 8

[SOLVED] Xorg not applying my touchpad tweaks

My settings tweaks work fine when I apply them with xinput, but I'm trying to get them to persist after reboot etc. I tried the workaround of just putting the xinput commands in my i3 config but then they don't get run when I resume from hibernation and my touchpad config reverts to default. From the Xorg log it looks like the tweaks get applied and then the device gets removed and re-added? Not sure what is going on here. I feel like I've tried this every which way and it's still not working, but clearly I'm missing something.

/etc/X11/xorg.conf/99-touchpad.conf:

Section "InputClass"
	MatchIsTouchpad "on"
        Identifier "Touchpad tweaks"
	MatchProduct "bcm5974"
	Driver "libinput"
        Option "libinput Accel Speed" "0.5"
        Option "libinput Disable While Typing Enabled" "0"
        Option "libinput Natural Scrolling Enabled" "1"
EndSection
/var/log/Xorg.0.log (interesting stuff is down at the bottom):

[    13.518] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    13.518] Build Operating System: Linux Arch Linux
[    13.518] Current Operating System: Linux shitbox 5.11.4-arch1-1 #1 SMP PREEMPT Sun, 07 Mar 2021 18:00:49 +0000 x86_64
[    13.518] Kernel command line: initrd=\initramfs-linux.img rd.luks.name=f378cc1b-f299-45de-9cee-90b98664675e=cryptroot rd.luks.options=cipher=aes-xts-plain64:sha512,size=512 root=/dev/mapper/cryptroot rw acpi_osi=Darwin resume=/dev/mapper/cryptroot resume_offset=1284096 quiet vt.global_cursor_default=0 systemd.show_status=0
[    13.518] Build Date: 14 December 2020  12:10:29PM
[    13.518]  
[    13.518] Current version of pixman: 0.40.0
[    13.518] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.518] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.518] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 11 02:09:27 2021
[    13.520] (==) Using config file: "/etc/X11/xorg.conf"
[    13.520] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    13.520] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.520] (==) No Layout section.  Using the first Screen section.
[    13.520] (==) No screen section available. Using defaults.
[    13.520] (**) |-->Screen "Default Screen Section" (0)
[    13.520] (**) |   |-->Monitor "<default monitor>"
[    13.521] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    13.521] (==) Automatically adding devices
[    13.521] (==) Automatically enabling devices
[    13.521] (==) Automatically adding GPU devices
[    13.521] (==) Automatically binding GPU devices
[    13.521] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.522] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    13.522] 	Entry deleted from font path.
[    13.522] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    13.522] 	Entry deleted from font path.
[    13.522] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    13.522] 	Entry deleted from font path.
[    13.522] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    13.522] 	Entry deleted from font path.
[    13.522] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    13.522] 	Entry deleted from font path.
[    13.522] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    13.522] 	Entry deleted from font path.
[    13.522] (==) FontPath set to:
	
[    13.522] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.522] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.522] (II) Module ABI versions:
[    13.522] 	X.Org ANSI C Emulation: 0.4
[    13.522] 	X.Org Video Driver: 24.1
[    13.522] 	X.Org XInput driver : 24.1
[    13.522] 	X.Org Server Extension : 10.0
[    13.522] (++) using VT number 7

[    13.522] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    13.526] (--) PCI:*(0@0:2:0) 8086:0d26:106b:0147 rev 8, Mem @ 0xa0000000/4194304, 0x90000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[    13.526] (II) Open ACPI successful (/var/run/acpid.socket)
[    13.526] (II) LoadModule: "glx"
[    13.528] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.537] (II) Module glx: vendor="X.Org Foundation"
[    13.537] 	compiled for 1.20.10, module version = 1.0.0
[    13.537] 	ABI class: X.Org Server Extension, version 10.0
[    13.537] (==) Matched intel as autoconfigured driver 0
[    13.537] (==) Matched modesetting as autoconfigured driver 1
[    13.537] (==) Matched fbdev as autoconfigured driver 2
[    13.537] (==) Matched vesa as autoconfigured driver 3
[    13.537] (==) Assigned the driver to the xf86ConfigLayout
[    13.537] (II) LoadModule: "intel"
[    13.538] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    13.540] (II) Module intel: vendor="X.Org Foundation"
[    13.540] 	compiled for 1.20.10, module version = 2.99.917
[    13.540] 	Module class: X.Org Video Driver
[    13.540] 	ABI class: X.Org Video Driver, version 24.1
[    13.540] (II) LoadModule: "modesetting"
[    13.540] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    13.544] (II) Module modesetting: vendor="X.Org Foundation"
[    13.544] 	compiled for 1.20.10, module version = 1.20.10
[    13.544] 	Module class: X.Org Video Driver
[    13.544] 	ABI class: X.Org Video Driver, version 24.1
[    13.544] (II) LoadModule: "fbdev"
[    13.544] (WW) Warning, couldn't open module fbdev
[    13.544] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    13.544] (II) LoadModule: "vesa"
[    13.545] (WW) Warning, couldn't open module vesa
[    13.545] (EE) Failed to load module "vesa" (module does not exist, 0)
[    13.545] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    13.545] (II) intel: Driver for Intel(R) HD Graphics
[    13.545] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    13.545] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    13.545] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    13.969] intel: waited 0 ms for i915.ko driver to load
[    15.354] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    15.354] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[    15.371] (WW) Falling back to old probe method for modesetting
[    15.372] (--) intel(0): Integrated Graphics Chipset: Intel(R) Iris(TM) Pro Graphics 5200
[    15.372] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    15.372] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.372] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    15.372] (==) intel(0): RGB weight 888
[    15.372] (==) intel(0): Default visual is TrueColor
[    15.374] (II) intel(0): Output eDP1 has no monitor section
[    15.375] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    15.375] (II) intel(0): Enabled output eDP1
[    15.375] (II) intel(0): Output DP1 has no monitor section
[    15.375] (II) intel(0): Enabled output DP1
[    15.375] (II) intel(0): Output HDMI1 has no monitor section
[    15.375] (II) intel(0): Enabled output HDMI1
[    15.375] (II) intel(0): Output DP2 has no monitor section
[    15.376] (II) intel(0): Enabled output DP2
[    15.376] (II) intel(0): Output HDMI2 has no monitor section
[    15.376] (II) intel(0): Enabled output HDMI2
[    15.376] (II) intel(0): Output HDMI3 has no monitor section
[    15.376] (II) intel(0): Enabled output HDMI3
[    15.376] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    15.377] (II) intel(0): Output VIRTUAL1 has no monitor section
[    15.377] (II) intel(0): Enabled output VIRTUAL1
[    15.377] (--) intel(0): Output eDP1 using initial mode 2880x1800 on pipe 0
[    15.377] (==) intel(0): TearFree disabled
[    15.377] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.377] (==) intel(0): DPI set to (96, 96)
[    15.377] (II) Loading sub module "dri3"
[    15.377] (II) LoadModule: "dri3"
[    15.377] (II) Module "dri3" already built-in
[    15.377] (II) Loading sub module "dri2"
[    15.377] (II) LoadModule: "dri2"
[    15.377] (II) Module "dri2" already built-in
[    15.377] (II) Loading sub module "present"
[    15.377] (II) LoadModule: "present"
[    15.377] (II) Module "present" already built-in
[    15.377] (II) UnloadModule: "modesetting"
[    15.378] (II) Unloading modesetting
[    15.381] (II) intel(0): SNA initialized with Haswell (gen7.5, gt3) backend
[    15.381] (==) intel(0): Backing store enabled
[    15.381] (==) intel(0): Silken mouse disabled
[    15.381] (II) intel(0): HW Cursor enabled
[    15.382] (==) intel(0): DPMS enabled
[    15.382] (==) intel(0): Display hotplug detection enabled
[    15.382] (II) intel(0): [DRI2] Setup complete
[    15.382] (II) intel(0): [DRI2]   DRI driver: i965
[    15.382] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    15.382] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    15.382] (II) intel(0): hardware support for Present enabled
[    15.382] (II) Initializing extension Generic Event Extension
[    15.382] (II) Initializing extension SHAPE
[    15.383] (II) Initializing extension MIT-SHM
[    15.383] (II) Initializing extension XInputExtension
[    15.383] (II) Initializing extension XTEST
[    15.383] (II) Initializing extension BIG-REQUESTS
[    15.383] (II) Initializing extension SYNC
[    15.384] (II) Initializing extension XKEYBOARD
[    15.384] (II) Initializing extension XC-MISC
[    15.384] (II) Initializing extension SECURITY
[    15.384] (II) Initializing extension XFIXES
[    15.384] (II) Initializing extension RENDER
[    15.384] (II) Initializing extension RANDR
[    15.384] (II) Initializing extension COMPOSITE
[    15.385] (II) Initializing extension DAMAGE
[    15.385] (II) Initializing extension MIT-SCREEN-SAVER
[    15.385] (II) Initializing extension DOUBLE-BUFFER
[    15.385] (II) Initializing extension RECORD
[    15.385] (II) Initializing extension DPMS
[    15.385] (II) Initializing extension Present
[    15.385] (II) Initializing extension DRI3
[    15.385] (II) Initializing extension X-Resource
[    15.385] (II) Initializing extension XVideo
[    15.385] (II) Initializing extension XVideo-MotionCompensation
[    15.385] (II) Initializing extension GLX
[    15.429] (II) AIGLX: Loaded and initialized i965
[    15.429] (II) GLX: Initialized DRI2 GL provider for screen 0
[    15.429] (II) Initializing extension XFree86-VidModeExtension
[    15.429] (II) Initializing extension XFree86-DGA
[    15.429] (II) Initializing extension XFree86-DRI
[    15.429] (II) Initializing extension DRI2
[    15.446] (II) intel(0): switch to mode 2880x1800@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    15.451] (II) intel(0): Setting screen physical size to 762 x 476
[    15.498] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    15.498] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.498] (II) LoadModule: "libinput"
[    15.498] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    15.502] (II) Module libinput: vendor="X.Org Foundation"
[    15.502] 	compiled for 1.20.8, module version = 0.30.0
[    15.502] 	Module class: X.Org XInput Driver
[    15.502] 	ABI class: X.Org XInput driver, version 24.1
[    15.502] (II) Using input driver 'libinput' for 'Power Button'
[    15.502] (**) Power Button: always reports core events
[    15.502] (**) Option "Device" "/dev/input/event3"
[    15.502] (**) Option "_source" "server/udev"
[    15.505] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    15.505] (II) event3  - Power Button: device is a keyboard
[    15.506] (II) event3  - Power Button: device removed
[    15.540] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    15.540] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.542] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    15.542] (II) event3  - Power Button: device is a keyboard
[    15.544] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    15.544] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    15.544] (II) Using input driver 'libinput' for 'Video Bus'
[    15.544] (**) Video Bus: always reports core events
[    15.544] (**) Option "Device" "/dev/input/event9"
[    15.544] (**) Option "_source" "server/udev"
[    15.546] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    15.546] (II) event9  - Video Bus: device is a keyboard
[    15.546] (II) event9  - Video Bus: device removed
[    15.567] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[    15.567] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    15.568] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    15.568] (II) event9  - Video Bus: device is a keyboard
[    15.568] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    15.568] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.568] (II) Using input driver 'libinput' for 'Power Button'
[    15.568] (**) Power Button: always reports core events
[    15.568] (**) Option "Device" "/dev/input/event1"
[    15.568] (**) Option "_source" "server/udev"
[    15.569] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.569] (II) event1  - Power Button: device is a keyboard
[    15.569] (II) event1  - Power Button: device removed
[    15.590] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    15.590] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    15.591] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.591] (II) event1  - Power Button: device is a keyboard
[    15.591] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    15.591] (II) No input driver specified, ignoring this device.
[    15.591] (II) This device may have been added with another device file.
[    15.592] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    15.592] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    15.592] (II) Using input driver 'libinput' for 'Sleep Button'
[    15.592] (**) Sleep Button: always reports core events
[    15.592] (**) Option "Device" "/dev/input/event2"
[    15.592] (**) Option "_source" "server/udev"
[    15.592] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    15.592] (II) event2  - Sleep Button: device is a keyboard
[    15.592] (II) event2  - Sleep Button: device removed
[    15.617] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    15.617] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    15.618] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    15.618] (II) event2  - Sleep Button: device is a keyboard
[    15.618] (II) config/udev: Adding drm device (/dev/dri/card0)
[    15.618] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.618] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[    15.619] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[    15.619] (II) No input driver specified, ignoring this device.
[    15.619] (II) This device may have been added with another device file.
[    15.619] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[    15.619] (II) No input driver specified, ignoring this device.
[    15.619] (II) This device may have been added with another device file.
[    15.619] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[    15.619] (II) No input driver specified, ignoring this device.
[    15.619] (II) This device may have been added with another device file.
[    15.620] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event16)
[    15.620] (II) No input driver specified, ignoring this device.
[    15.620] (II) This device may have been added with another device file.
[    15.620] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event17)
[    15.620] (II) No input driver specified, ignoring this device.
[    15.620] (II) This device may have been added with another device file.
[    15.620] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event6)
[    15.620] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[    15.620] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[    15.620] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[    15.620] (**) Option "Device" "/dev/input/event6"
[    15.620] (**) Option "_source" "server/udev"
[    15.621] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[    15.621] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[    15.622] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[    15.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:05AC:0274.0004/input/input6/event6"
[    15.640] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 10)
[    15.642] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[    15.642] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[    15.643] (II) config/udev: Adding input device bcm5974 (/dev/input/event8)
[    15.643] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[    15.643] (**) bcm5974: Applying InputClass "Touchpad tweaks"
[    15.643] (II) Using input driver 'libinput' for 'bcm5974'
[    15.643] (**) bcm5974: always reports core events
[    15.643] (**) Option "Device" "/dev/input/event8"
[    15.643] (**) Option "_source" "server/udev"
[    15.645] (II) event8  - bcm5974: is tagged by udev as: Touchpad
[    15.645] (II) event8  - bcm5974: device is a touchpad
[    15.645] (II) event8  - bcm5974: device removed
[    15.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input8/event8"
[    15.700] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 11)
[    15.702] (**) Option "AccelerationScheme" "none"
[    15.702] (**) bcm5974: (accel) selected scheme none/0
[    15.702] (**) bcm5974: (accel) acceleration factor: 2.000
[    15.702] (**) bcm5974: (accel) acceleration threshold: 4
[    15.706] (II) event8  - bcm5974: is tagged by udev as: Touchpad
[    15.707] (II) event8  - bcm5974: device is a touchpad
[    15.708] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse1)
[    15.708] (II) No input driver specified, ignoring this device.
[    15.708] (II) This device may have been added with another device file.
[    15.709] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/event4)
[    15.709] (**) Broadcom Corp. Bluetooth USB Host Controller: Applying InputClass "libinput keyboard catchall"
[    15.709] (II) Using input driver 'libinput' for 'Broadcom Corp. Bluetooth USB Host Controller'
[    15.709] (**) Broadcom Corp. Bluetooth USB Host Controller: always reports core events
[    15.709] (**) Option "Device" "/dev/input/event4"
[    15.709] (**) Option "_source" "server/udev"
[    15.710] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Keyboard
[    15.710] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: device is a keyboard
[    15.710] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: device removed
[    15.727] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:05AC:8290.0001/input/input4/event4"
[    15.727] (II) XINPUT: Adding extended input device "Broadcom Corp. Bluetooth USB Host Controller" (type: KEYBOARD, id 12)
[    15.731] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Keyboard
[    15.731] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: device is a keyboard
[    15.733] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/event5)
[    15.733] (**) Broadcom Corp. Bluetooth USB Host Controller: Applying InputClass "libinput pointer catchall"
[    15.733] (II) Using input driver 'libinput' for 'Broadcom Corp. Bluetooth USB Host Controller'
[    15.734] (**) Broadcom Corp. Bluetooth USB Host Controller: always reports core events
[    15.734] (**) Option "Device" "/dev/input/event5"
[    15.734] (**) Option "_source" "server/udev"
[    15.793] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Mouse
[    15.794] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: device is a pointer
[    15.794] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: device removed
[    15.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:05AC:8290.0002/input/input5/event5"
[    15.843] (II) XINPUT: Adding extended input device "Broadcom Corp. Bluetooth USB Host Controller" (type: MOUSE, id 13)
[    15.844] (**) Option "AccelerationScheme" "none"
[    15.844] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) selected scheme none/0
[    15.844] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration factor: 2.000
[    15.844] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration threshold: 4
[    15.903] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Mouse
[    15.904] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: device is a pointer
[    15.906] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/mouse0)
[    15.906] (II) No input driver specified, ignoring this device.
[    15.906] (II) This device may have been added with another device file.
[    15.907] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    15.907] (II) No input driver specified, ignoring this device.
[    15.907] (II) This device may have been added with another device file.
[    15.908] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    15.908] (II) No input driver specified, ignoring this device.
[    15.908] (II) This device may have been added with another device file.
[    15.910] (II) config/udev: Adding input device HDA Intel PCH SPDIF (/dev/input/event12)
[    15.910] (II) No input driver specified, ignoring this device.
[    15.910] (II) This device may have been added with another device file.
[    15.910] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    15.910] (II) No input driver specified, ignoring this device.
[    15.910] (II) This device may have been added with another device file.
[    15.936] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    15.936] (II) No input driver specified, ignoring this device.
[    15.936] (II) This device may have been added with another device file.
[    15.938] (II) config/udev: removing device Apple Inc. Apple Internal Keyboard / Trackpad
[    15.938] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[    15.961] (II) UnloadModule: "libinput"
[    15.962] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event6)
[    15.962] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[    15.962] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[    15.962] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[    15.962] (**) Option "Device" "/dev/input/event6"
[    15.962] (**) Option "_source" "server/udev"
[    15.963] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[    15.963] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[    15.964] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[    15.987] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:05AC:0274.0004/input/input6/event6"
[    15.987] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 10)
[    15.988] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[    15.989] (II) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[    15.990] (II) config/udev: removing device Broadcom Corp. Bluetooth USB Host Controller
[    15.990] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: device removed
[    16.006] (II) UnloadModule: "libinput"
[    16.007] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/event4)
[    16.007] (**) Broadcom Corp. Bluetooth USB Host Controller: Applying InputClass "libinput keyboard catchall"
[    16.007] (II) Using input driver 'libinput' for 'Broadcom Corp. Bluetooth USB Host Controller'
[    16.007] (**) Broadcom Corp. Bluetooth USB Host Controller: always reports core events
[    16.007] (**) Option "Device" "/dev/input/event4"
[    16.007] (**) Option "_source" "server/udev"
[    16.008] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Keyboard
[    16.008] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: device is a keyboard
[    16.009] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: device removed
[    16.030] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:05AC:8290.0001/input/input4/event4"
[    16.030] (II) XINPUT: Adding extended input device "Broadcom Corp. Bluetooth USB Host Controller" (type: KEYBOARD, id 12)
[    16.031] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Keyboard
[    16.031] (II) event4  - Broadcom Corp. Bluetooth USB Host Controller: device is a keyboard
[    16.032] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/mouse0)
[    16.032] (II) No input driver specified, ignoring this device.
[    16.032] (II) This device may have been added with another device file.
[    16.032] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0 /dev/dri/card0
[    16.032] (II) config/udev: Adding drm device (/dev/dri/card0)
[    16.032] (II) xfree86: Adding drm device (/dev/dri/card0)
[    16.032] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[    16.032] (II) config/udev: removing device Video Bus
[    16.032] (II) event9  - Video Bus: device removed
[    16.070] (II) UnloadModule: "libinput"
[    16.071] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    16.071] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    16.071] (II) Using input driver 'libinput' for 'Video Bus'
[    16.071] (**) Video Bus: always reports core events
[    16.071] (**) Option "Device" "/dev/input/event9"
[    16.071] (**) Option "_source" "server/udev"
[    16.071] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    16.071] (II) event9  - Video Bus: device is a keyboard
[    16.072] (II) event9  - Video Bus: device removed
[    16.123] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[    16.123] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.124] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    16.124] (II) event9  - Video Bus: device is a keyboard
[    16.125] (II) config/udev: removing device Broadcom Corp. Bluetooth USB Host Controller
[    16.125] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: device removed
[    16.220] (II) UnloadModule: "libinput"
[    16.220] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/event5)
[    16.221] (**) Broadcom Corp. Bluetooth USB Host Controller: Applying InputClass "libinput pointer catchall"
[    16.221] (II) Using input driver 'libinput' for 'Broadcom Corp. Bluetooth USB Host Controller'
[    16.221] (**) Broadcom Corp. Bluetooth USB Host Controller: always reports core events
[    16.221] (**) Option "Device" "/dev/input/event5"
[    16.221] (**) Option "_source" "server/udev"
[    16.278] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Mouse
[    16.278] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: device is a pointer
[    16.278] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: device removed
[    16.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:05AC:8290.0002/input/input5/event5"
[    16.340] (II) XINPUT: Adding extended input device "Broadcom Corp. Bluetooth USB Host Controller" (type: MOUSE, id 13)
[    16.340] (**) Option "AccelerationScheme" "none"
[    16.340] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) selected scheme none/0
[    16.340] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration factor: 2.000
[    16.340] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration threshold: 4
[    16.398] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Mouse
[    16.398] (II) event5  - Broadcom Corp. Bluetooth USB Host Controller: device is a pointer
[    16.399] (II) config/udev: Adding input device HDA Intel PCH SPDIF (/dev/input/event12)
[    16.399] (II) No input driver specified, ignoring this device.
[    16.399] (II) This device may have been added with another device file.
[    16.399] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    16.399] (II) No input driver specified, ignoring this device.
[    16.399] (II) This device may have been added with another device file.
[    16.399] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    16.399] (II) No input driver specified, ignoring this device.
[    16.399] (II) This device may have been added with another device file.
[    16.400] (II) config/udev: removing device bcm5974
[    16.400] (II) event8  - bcm5974: device removed
[    16.457] (II) UnloadModule: "libinput"
[    16.458] (II) config/udev: Adding input device bcm5974 (/dev/input/event8)
[    16.458] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[    16.458] (**) bcm5974: Applying InputClass "Touchpad tweaks"
[    16.458] (II) Using input driver 'libinput' for 'bcm5974'
[    16.458] (**) bcm5974: always reports core events
[    16.458] (**) Option "Device" "/dev/input/event8"
[    16.458] (**) Option "_source" "server/udev"
[    16.460] (II) event8  - bcm5974: is tagged by udev as: Touchpad
[    16.461] (II) event8  - bcm5974: device is a touchpad
[    16.461] (II) event8  - bcm5974: device removed
[    16.527] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input8/event8"
[    16.527] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 11)
[    16.527] (**) Option "AccelerationScheme" "none"
[    16.527] (**) bcm5974: (accel) selected scheme none/0
[    16.527] (**) bcm5974: (accel) acceleration factor: 2.000
[    16.527] (**) bcm5974: (accel) acceleration threshold: 4
[    16.529] (II) event8  - bcm5974: is tagged by udev as: Touchpad
[    16.530] (II) event8  - bcm5974: device is a touchpad
[    16.530] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse1)
[    16.530] (II) No input driver specified, ignoring this device.
[    16.530] (II) This device may have been added with another device file.
[    16.531] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[    16.531] (II) No input driver specified, ignoring this device.
[    16.531] (II) This device may have been added with another device file.
[    16.531] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event17)
[    16.531] (II) No input driver specified, ignoring this device.
[    16.531] (II) This device may have been added with another device file.
[    16.531] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event16)
[    16.531] (II) No input driver specified, ignoring this device.
[    16.531] (II) This device may have been added with another device file.
[    16.531] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[    16.531] (II) No input driver specified, ignoring this device.
[    16.531] (II) This device may have been added with another device file.
[    16.532] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[    16.532] (II) No input driver specified, ignoring this device.
[    16.532] (II) This device may have been added with another device file.
[    17.384] (II) intel(0): EDID vendor "APP", prod id 41006
[    17.384] (II) intel(0): Printing DDC gathered Modelines:
[    17.384] (II) intel(0): Modeline "2880x1800"x0.0  337.75  2880 2928 2960 3040  1800 1803 1809 1852 +hsync -vsync (111.1 kHz eP)
[   184.880] (EE) event8  - bcm5974: client bug: event processing lagging behind by 13ms, your system is too slow
[   191.616] (EE) event6  - Apple Inc. Apple Internal Keyboard / Trackpad: client bug: event processing lagging behind by 19ms, your system is too slow

Last edited by lookinglass (2021-03-11 19:35:14)

Offline

#2 2021-03-11 13:25:08

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: [SOLVED] Xorg not applying my touchpad tweaks

lookinglass wrote:

/etc/X11/xorg.conf/99-touchpad.conf

You have a typo there: it's
/etc/X11/xorg.conf.d/name
not...
/etc/X11/xorg.conf/name

Also consider removing the intel driver and use the modesetting driver.

Cheers
Paul.

Offline

#3 2021-03-11 13:46:48

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,620

Re: [SOLVED] Xorg not applying my touchpad tweaks

And the "libinput" prefix is a detail of how xinput reports the capabilities and these aren't the actual Option strings parsed by the xf86-input-libinput module.  Check

man 4 libinput

for the actual Option names you need to put into the configuration.

Last edited by V1del (2021-03-11 13:47:24)

Offline

#4 2021-03-11 19:35:23

lookinglass
Member
Registered: 2021-03-03
Posts: 8

Re: [SOLVED] Xorg not applying my touchpad tweaks

Well now I feel silly, applying both of your suggestions has it working great. I did not appreciate that the run-time config properties are worded differently than those used in xorg.conf.d. Thanks much to you two, marking this solved.

Offline

Board footer

Powered by FluxBB