You are not logged in.

#1 2018-07-30 09:19:25

Kabir
Member
From: India
Registered: 2016-12-06
Posts: 59

[Solved] Mouse right-click not responsive, event5 errors in xorg.log

Hi,

A few days ago I noticed I had to repeatedly click the mouse right-click button to have it register an input. On seeing the xorg logs, I found a whole bunch of 'event5 debounce short client bugs', which appeared on each right click:

[    28.709] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    28.710] 
X.Org X Server 1.20.0
X Protocol Version 11, Revision 0
[    28.710] Build Operating System: Linux Arch Linux
[    28.710] Current Operating System: Linux aries 4.17.10-1-ARCH #1 SMP PREEMPT Wed Jul 25 11:23:00 UTC 2018 x86_64
[    28.710] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1c25165f-8c97-4d07-853c-02e0fb1bc0ab rw quiet resume=/dev/sda2 nvidia-drm.modeset=1
[    28.711] Build Date: 18 June 2018  03:12:37PM
[    28.711]  
[    28.711] Current version of pixman: 0.34.0
[    28.712] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    28.712] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.714] (==) Log file: "/home/kabir/.local/share/xorg/Xorg.0.log", Time: Mon Jul 30 11:01:57 2018
[    28.759] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    28.760] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    28.806] (==) ServerLayout "Default Layout"
[    28.806] (==) No screen section available. Using defaults.
[    28.806] (**) |-->Screen "Default Screen Section" (0)
[    28.806] (**) |   |-->Monitor "<default monitor>"
[    28.806] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    28.807] (**) |   |-->Device "Nvidia0"
[    28.807] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    28.807] (**) |-->Input Device "Evdev Mouse"
[    28.807] (==) Automatically adding devices
[    28.807] (==) Automatically enabling devices
[    28.807] (==) Automatically adding GPU devices
[    28.807] (==) Automatically binding GPU devices
[    28.807] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    28.841] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    28.841] (==) ModulePath set to "/usr/lib/xorg/modules"
[    28.841] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    28.841] (II) Module ABI versions:
[    28.841] 	X.Org ANSI C Emulation: 0.4
[    28.841] 	X.Org Video Driver: 24.0
[    28.841] 	X.Org XInput driver : 24.1
[    28.841] 	X.Org Server Extension : 10.0
[    28.842] (++) using VT number 1

[    28.852] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    28.853] (II) xfree86: Adding drm device (/dev/dri/card0)
[    28.854] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    28.856] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    28.856] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    28.858] (--) PCI:*(1@0:0:0) 10de:0ff3:103c:1162 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[    28.858] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    28.858] (II) LoadModule: "glx"
[    28.884] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    29.077] (II) Module glx: vendor="NVIDIA Corporation"
[    29.077] 	compiled for 4.0.2, module version = 1.0.0
[    29.077] 	Module class: X.Org Server Extension
[    29.081] (II) NVIDIA GLX Module  396.45  Fri Jul 13 00:24:38 PDT 2018
[    29.088] (II) LoadModule: "nvidia"
[    29.101] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    29.142] (II) Module nvidia: vendor="NVIDIA Corporation"
[    29.142] 	compiled for 4.0.2, module version = 1.0.0
[    29.142] 	Module class: X.Org Video Driver
[    29.146] (II) LoadModule: "evdev"
[    29.146] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.169] (II) Module evdev: vendor="X.Org Foundation"
[    29.169] 	compiled for 1.20.0, module version = 2.10.6
[    29.169] 	Module class: X.Org XInput Driver
[    29.169] 	ABI class: X.Org XInput driver, version 24.1
[    29.170] (II) NVIDIA dlloader X Driver  396.45  Fri Jul 13 00:02:23 PDT 2018
[    29.170] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    29.170] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    29.171] (II) systemd-logind: releasing fd for 226:0
[    29.409] (II) Loading sub module "fb"
[    29.409] (II) LoadModule: "fb"
[    29.409] (II) Loading /usr/lib/xorg/modules/libfb.so
[    29.515] (II) Module fb: vendor="X.Org Foundation"
[    29.515] 	compiled for 1.20.0, module version = 1.0.0
[    29.515] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.515] (II) Loading sub module "wfb"
[    29.515] (II) LoadModule: "wfb"
[    29.515] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    29.539] (II) Module wfb: vendor="X.Org Foundation"
[    29.539] 	compiled for 1.20.0, module version = 1.0.0
[    29.539] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.539] (II) Loading sub module "ramdac"
[    29.539] (II) LoadModule: "ramdac"
[    29.539] (II) Module "ramdac" already built-in
[    29.542] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    29.542] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    29.542] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    29.542] (==) NVIDIA(0): RGB weight 888
[    29.542] (==) NVIDIA(0): Default visual is TrueColor
[    29.542] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    29.543] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    29.543] (**) NVIDIA(0): Option "UseEdidDpi" "false"
[    29.543] (**) NVIDIA(0): Option "DPI" "96 x 96"
[    29.543] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    29.543] (**) NVIDIA(0): Enabling 2D acceleration
[    29.560] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    29.560] (--) NVIDIA(0):     CRT-0
[    29.560] (--) NVIDIA(0):     DFP-0
[    29.560] (--) NVIDIA(0):     DFP-1
[    29.560] (--) NVIDIA(0):     DFP-2 (boot)
[    29.565] (II) NVIDIA(0): NVIDIA GPU Quadro K420 (GK107GL) at PCI:1:0:0 (GPU-0)
[    29.565] (--) NVIDIA(0): Memory: 2097152 kBytes
[    29.565] (--) NVIDIA(0): VideoBIOS: 80.07.f0.00.02
[    29.565] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    29.570] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    29.570] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    29.570] (--) NVIDIA(GPU-0): 
[    29.575] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    29.575] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    29.575] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    29.575] (--) NVIDIA(GPU-0): 
[    29.576] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    29.577] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    29.577] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    29.577] (--) NVIDIA(GPU-0): 
[    29.577] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): connected
[    29.577] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): Internal DisplayPort
[    29.577] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): 960.0 MHz maximum pixel clock
[    29.577] (--) NVIDIA(GPU-0): 
[    29.583] (==) NVIDIA(0): 
[    29.583] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    29.583] (==) NVIDIA(0):     will be used as the requested mode.
[    29.583] (==) NVIDIA(0): 
[    29.583] (II) NVIDIA(0): Validated MetaModes:
[    29.583] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[    29.583] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    29.588] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
[    29.588] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    29.588] (II) NVIDIA:     access.
[    29.592] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    29.592] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    29.592] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    29.592] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    29.592] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    29.592] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    29.592] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    29.592] (II) NVIDIA(0):     Config Options in the README.
[    29.614] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[    29.696] (==) NVIDIA(0): Disabling shared memory pixmaps
[    29.696] (==) NVIDIA(0): Backing store enabled
[    29.696] (==) NVIDIA(0): Silken mouse disabled
[    29.696] (==) NVIDIA(0): DPMS enabled
[    29.696] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    29.696] (II) Loading sub module "dri2"
[    29.696] (II) LoadModule: "dri2"
[    29.696] (II) Module "dri2" already built-in
[    29.696] (II) NVIDIA(0): [DRI2] Setup complete
[    29.696] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    29.697] (II) Initializing extension Generic Event Extension
[    29.697] (II) Initializing extension SHAPE
[    29.697] (II) Initializing extension MIT-SHM
[    29.697] (II) Initializing extension XInputExtension
[    29.697] (II) Initializing extension XTEST
[    29.697] (II) Initializing extension BIG-REQUESTS
[    29.697] (II) Initializing extension SYNC
[    29.697] (II) Initializing extension XKEYBOARD
[    29.697] (II) Initializing extension XC-MISC
[    29.697] (II) Initializing extension SECURITY
[    29.697] (II) Initializing extension XFIXES
[    29.697] (II) Initializing extension RENDER
[    29.697] (II) Initializing extension RANDR
[    29.697] (II) Initializing extension COMPOSITE
[    29.697] (II) Initializing extension DAMAGE
[    29.697] (II) Initializing extension MIT-SCREEN-SAVER
[    29.697] (II) Initializing extension DOUBLE-BUFFER
[    29.697] (II) Initializing extension RECORD
[    29.697] (II) Initializing extension DPMS
[    29.697] (II) Initializing extension Present
[    29.697] (II) Initializing extension DRI3
[    29.697] (II) Initializing extension X-Resource
[    29.697] (II) Initializing extension XVideo
[    29.697] (II) Initializing extension XVideo-MotionCompensation
[    29.697] (II) Initializing extension XFree86-VidModeExtension
[    29.697] (II) Initializing extension XFree86-DGA
[    29.697] (II) Initializing extension XFree86-DRI
[    29.697] (II) Initializing extension DRI2
[    29.697] (II) Initializing extension GLX
[    29.697] (II) Initializing extension GLX
[    29.697] (II) Indirect GLX disabled.
[    29.697] (II) Initializing extension NV-GLX
[    29.697] (II) Initializing extension NV-CONTROL
[    29.697] (II) Initializing extension XINERAMA
[    30.792] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    30.792] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.792] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    30.792] (II) LoadModule: "libinput"
[    30.792] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    30.810] (II) Module libinput: vendor="X.Org Foundation"
[    30.810] 	compiled for 1.20.0, module version = 0.28.0
[    30.810] 	Module class: X.Org XInput Driver
[    30.810] 	ABI class: X.Org XInput driver, version 24.1
[    30.810] (II) Using input driver 'libinput' for 'Power Button'
[    30.812] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[    30.812] (**) Power Button: always reports core events
[    30.812] (**) Option "Device" "/dev/input/event2"
[    30.812] (**) Option "_source" "server/udev"
[    30.813] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    30.813] (II) event2  - Power Button: device is a keyboard
[    30.813] (II) event2  - Power Button: device removed
[    30.813] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    30.813] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    30.814] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    30.814] (II) event2  - Power Button: device is a keyboard
[    30.815] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    30.815] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.815] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    30.815] (II) Using input driver 'libinput' for 'Power Button'
[    30.816] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[    30.816] (**) Power Button: always reports core events
[    30.816] (**) Option "Device" "/dev/input/event1"
[    30.816] (**) Option "_source" "server/udev"
[    30.817] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    30.817] (II) event1  - Power Button: device is a keyboard
[    30.817] (II) event1  - Power Button: device removed
[    30.817] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    30.817] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    30.818] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    30.818] (II) event1  - Power Button: device is a keyboard
[    30.819] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    30.819] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    30.819] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    30.819] (II) Using input driver 'libinput' for 'Sleep Button'
[    30.821] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[    30.821] (**) Sleep Button: always reports core events
[    30.821] (**) Option "Device" "/dev/input/event0"
[    30.821] (**) Option "_source" "server/udev"
[    30.821] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    30.821] (II) event0  - Sleep Button: device is a keyboard
[    30.822] (II) event0  - Sleep Button: device removed
[    30.822] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    30.822] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    30.823] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    30.823] (II) event0  - Sleep Button: device is a keyboard
[    30.824] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[    30.824] (II) No input driver specified, ignoring this device.
[    30.824] (II) This device may have been added with another device file.
[    30.825] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[    30.825] (II) No input driver specified, ignoring this device.
[    30.825] (II) This device may have been added with another device file.
[    30.826] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/event5)
[    30.826] (**) PixArt HP USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    30.826] (**) PixArt HP USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    30.826] (II) Using input driver 'libinput' for 'PixArt HP USB Optical Mouse'
[    30.827] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[    30.828] (**) PixArt HP USB Optical Mouse: always reports core events
[    30.828] (**) Option "Device" "/dev/input/event5"
[    30.828] (**) Option "_source" "server/udev"
[    30.829] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[    30.829] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[    30.829] (II) event5  - PixArt HP USB Optical Mouse: device removed
[    30.829] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:03F0:134A.0003/input/input7/event5"
[    30.829] (II) XINPUT: Adding extended input device "PixArt HP USB Optical Mouse" (type: MOUSE, id 9)
[    30.829] (**) Option "AccelerationScheme" "none"
[    30.829] (**) PixArt HP USB Optical Mouse: (accel) selected scheme none/0
[    30.829] (**) PixArt HP USB Optical Mouse: (accel) acceleration factor: 2.000
[    30.829] (**) PixArt HP USB Optical Mouse: (accel) acceleration threshold: 4
[    30.830] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[    30.830] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[    30.831] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/mouse0)
[    30.831] (II) No input driver specified, ignoring this device.
[    30.831] (II) This device may have been added with another device file.
[    30.832] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard (/dev/input/event3)
[    30.832] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.832] (**) Chicony HP Business Slim Keyboard: Applying InputClass "libinput keyboard catchall"
[    30.832] (II) Using input driver 'libinput' for 'Chicony HP Business Slim Keyboard'
[    30.834] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[    30.834] (**) Chicony HP Business Slim Keyboard: always reports core events
[    30.834] (**) Option "Device" "/dev/input/event3"
[    30.834] (**) Option "_source" "server/udev"
[    30.835] (II) event3  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[    30.835] (II) event3  - Chicony HP Business Slim Keyboard: device is a keyboard
[    30.835] (II) event3  - Chicony HP Business Slim Keyboard: device removed
[    30.835] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:03F0:2F4A.0001/input/input5/event3"
[    30.835] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: KEYBOARD, id 10)
[    30.837] (II) event3  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[    30.837] (II) event3  - Chicony HP Business Slim Keyboard: device is a keyboard
[    30.838] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard (/dev/input/event4)
[    30.838] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.838] (**) Chicony HP Business Slim Keyboard: Applying InputClass "libinput keyboard catchall"
[    30.838] (II) Using input driver 'libinput' for 'Chicony HP Business Slim Keyboard'
[    30.840] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[    30.840] (**) Chicony HP Business Slim Keyboard: always reports core events
[    30.840] (**) Option "Device" "/dev/input/event4"
[    30.840] (**) Option "_source" "server/udev"
[    30.841] (II) event4  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[    30.841] (II) event4  - Chicony HP Business Slim Keyboard: device is a keyboard
[    30.841] (II) event4  - Chicony HP Business Slim Keyboard: device removed
[    30.841] (II) libinput: Chicony HP Business Slim Keyboard: needs a virtual subdevice
[    30.841] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:03F0:2F4A.0002/input/input6/event4"
[    30.841] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: MOUSE, id 11)
[    30.841] (**) Option "AccelerationScheme" "none"
[    30.841] (**) Chicony HP Business Slim Keyboard: (accel) selected scheme none/0
[    30.841] (**) Chicony HP Business Slim Keyboard: (accel) acceleration factor: 2.000
[    30.841] (**) Chicony HP Business Slim Keyboard: (accel) acceleration threshold: 4
[    30.842] (II) event4  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[    30.842] (II) event4  - Chicony HP Business Slim Keyboard: device is a keyboard
[    30.843] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    30.843] (II) No input driver specified, ignoring this device.
[    30.843] (II) This device may have been added with another device file.
[    30.844] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[    30.844] (II) No input driver specified, ignoring this device.
[    30.844] (II) This device may have been added with another device file.
[    30.845] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[    30.845] (II) No input driver specified, ignoring this device.
[    30.845] (II) This device may have been added with another device file.
[    30.845] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[    30.845] (II) No input driver specified, ignoring this device.
[    30.845] (II) This device may have been added with another device file.
[    30.845] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[    30.846] (II) No input driver specified, ignoring this device.
[    30.846] (II) This device may have been added with another device file.
[    30.846] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[    30.846] (II) No input driver specified, ignoring this device.
[    30.846] (II) This device may have been added with another device file.
[    30.846] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    30.846] (II) No input driver specified, ignoring this device.
[    30.846] (II) This device may have been added with another device file.
[    30.846] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[    30.846] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    30.846] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    30.846] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    30.847] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 36 paused 0
[    30.847] (**) HP WMI hotkeys: always reports core events
[    30.847] (**) Option "Device" "/dev/input/event7"
[    30.847] (**) Option "_source" "server/udev"
[    30.847] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    30.847] (II) event7  - HP WMI hotkeys: device is a keyboard
[    30.847] (II) event7  - HP WMI hotkeys: device removed
[    30.847] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event7"
[    30.847] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[    30.847] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    30.847] (II) event7  - HP WMI hotkeys: device is a keyboard
[    30.849] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.849] (**) Chicony HP Business Slim Keyboard: Applying InputClass "libinput keyboard catchall"
[    30.849] (II) Using input driver 'libinput' for 'Chicony HP Business Slim Keyboard'
[    30.849] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[    30.849] (**) Chicony HP Business Slim Keyboard: always reports core events
[    30.849] (**) Option "Device" "/dev/input/event4"
[    30.849] (**) Option "_source" "_driver/libinput"
[    30.849] (II) libinput: Chicony HP Business Slim Keyboard: is a virtual subdevice
[    30.849] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:03F0:2F4A.0002/input/input6/event4"
[    30.849] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: KEYBOARD, id 13)
[   121.520] (EE) client bug: timer event5 debounce short: offset negative (-2ms)
[  5574.572] (**) Option "fd" "28"
[  5574.572] (II) event2  - Power Button: device removed
[  5574.572] (**) Option "fd" "31"
[  5574.572] (II) event1  - Power Button: device removed
[  5574.572] (**) Option "fd" "32"
[  5574.572] (II) event0  - Sleep Button: device removed
[  5574.572] (**) Option "fd" "33"
[  5574.572] (II) event5  - PixArt HP USB Optical Mouse: device removed
[  5574.572] (**) Option "fd" "34"
[  5574.572] (II) event3  - Chicony HP Business Slim Keyboard: device removed
[  5574.572] (**) Option "fd" "35"
[  5574.572] (**) Option "fd" "36"
[  5574.572] (II) event7  - HP WMI hotkeys: device removed
[  5574.572] (**) Option "fd" "35"
[  5574.572] (II) event4  - Chicony HP Business Slim Keyboard: device removed
[  5574.829] (II) systemd-logind: got pause for 13:67
[  5574.829] (II) systemd-logind: got pause for 13:65
[  5574.829] (II) systemd-logind: got pause for 13:71
[  5574.829] (II) systemd-logind: got pause for 13:64
[  5574.829] (II) systemd-logind: got pause for 13:69
[  5574.829] (II) systemd-logind: got pause for 13:66
[  5574.829] (II) systemd-logind: got pause for 13:68
[  5575.946] (II) systemd-logind: got resume for 13:67
[  5575.950] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  5575.950] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  5575.950] (--) NVIDIA(GPU-0): 
[  5575.954] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  5575.954] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  5575.954] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  5575.954] (--) NVIDIA(GPU-0): 
[  5575.955] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  5575.955] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  5575.955] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  5575.955] (--) NVIDIA(GPU-0): 
[  5575.955] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): connected
[  5575.956] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): Internal DisplayPort
[  5575.956] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): 960.0 MHz maximum pixel clock
[  5575.956] (--) NVIDIA(GPU-0): 
[  5575.965] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[  5576.024] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  5576.024] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  5576.024] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  5576.024] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  5576.024] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  5576.024] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  5576.024] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  5576.024] (II) NVIDIA(0):     Config Options in the README.
[  5576.103] (II) event3  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[  5576.103] (II) event3  - Chicony HP Business Slim Keyboard: device is a keyboard
[  5576.103] (II) systemd-logind: got resume for 13:65
[  5576.103] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  5576.103] (II) event1  - Power Button: device is a keyboard
[  5576.103] (II) systemd-logind: got resume for 13:71
[  5576.104] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  5576.104] (II) event7  - HP WMI hotkeys: device is a keyboard
[  5576.104] (II) systemd-logind: got resume for 13:64
[  5576.104] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  5576.104] (II) event0  - Sleep Button: device is a keyboard
[  5576.104] (II) systemd-logind: got resume for 13:69
[  5576.104] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[  5576.104] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[  5576.104] (II) systemd-logind: got resume for 13:66
[  5576.104] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  5576.104] (II) event2  - Power Button: device is a keyboard
[  5576.104] (II) systemd-logind: got resume for 13:68
[  5576.105] (II) event4  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[  5576.105] (II) event4  - Chicony HP Business Slim Keyboard: device is a keyboard
[  5648.700] (EE) client bug: timer event5 debounce short: offset negative (-1ms)
[  5652.168] (EE) client bug: timer event5 debounce short: offset negative (-12ms)
[  6453.318] (**) Option "fd" "34"
[  6453.318] (II) event2  - Power Button: device removed
[  6453.318] (**) Option "fd" "52"
[  6453.318] (II) event1  - Power Button: device removed
[  6453.318] (**) Option "fd" "32"
[  6453.318] (II) event0  - Sleep Button: device removed
[  6453.318] (**) Option "fd" "33"
[  6453.318] (II) event5  - PixArt HP USB Optical Mouse: device removed
[  6453.318] (**) Option "fd" "20"
[  6453.319] (II) event3  - Chicony HP Business Slim Keyboard: device removed
[  6453.319] (**) Option "fd" "35"
[  6453.319] (**) Option "fd" "19"
[  6453.319] (II) event7  - HP WMI hotkeys: device removed
[  6453.319] (**) Option "fd" "35"
[  6453.319] (II) event4  - Chicony HP Business Slim Keyboard: device removed
[  6453.567] (II) systemd-logind: got pause for 13:67
[  6453.567] (II) systemd-logind: got pause for 13:65
[  6453.567] (II) systemd-logind: got pause for 13:71
[  6453.567] (II) systemd-logind: got pause for 13:64
[  6453.567] (II) systemd-logind: got pause for 13:69
[  6453.567] (II) systemd-logind: got pause for 13:66
[  6453.567] (II) systemd-logind: got pause for 13:68
[  6454.696] (II) systemd-logind: got resume for 13:67
[  6454.701] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  6454.701] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  6454.701] (--) NVIDIA(GPU-0): 
[  6454.706] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  6454.706] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  6454.706] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  6454.706] (--) NVIDIA(GPU-0): 
[  6454.707] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  6454.707] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  6454.707] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  6454.707] (--) NVIDIA(GPU-0): 
[  6454.708] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): connected
[  6454.708] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): Internal DisplayPort
[  6454.708] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): 960.0 MHz maximum pixel clock
[  6454.708] (--) NVIDIA(GPU-0): 
[  6454.724] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[  6454.780] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  6454.780] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  6454.780] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  6454.780] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  6454.780] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  6454.780] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  6454.780] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  6454.780] (II) NVIDIA(0):     Config Options in the README.
[  6454.860] (II) event3  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[  6454.860] (II) event3  - Chicony HP Business Slim Keyboard: device is a keyboard
[  6454.860] (II) systemd-logind: got resume for 13:65
[  6454.860] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  6454.860] (II) event1  - Power Button: device is a keyboard
[  6454.860] (II) systemd-logind: got resume for 13:71
[  6454.860] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  6454.860] (II) event7  - HP WMI hotkeys: device is a keyboard
[  6454.860] (II) systemd-logind: got resume for 13:64
[  6454.860] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  6454.860] (II) event0  - Sleep Button: device is a keyboard
[  6454.860] (II) systemd-logind: got resume for 13:69
[  6454.861] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[  6454.861] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[  6454.861] (II) systemd-logind: got resume for 13:66
[  6454.861] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  6454.861] (II) event2  - Power Button: device is a keyboard
[  6454.879] (II) systemd-logind: got resume for 13:68
[  6454.880] (II) event4  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[  6454.880] (II) event4  - Chicony HP Business Slim Keyboard: device is a keyboard
[  6579.697] (EE) client bug: timer event5 debounce short: offset negative (-2ms)
[  7212.128] (EE) client bug: timer event5 debounce short: offset negative (-7ms)
[  7213.698] (EE) client bug: timer event5 debounce short: offset negative (-10ms)

I presumed "[  6579.697] (EE) client bug: timer event5 debounce short: offset negative (-2ms)" was referring to libinput, so I tried switching to evdev with the following config placed in /etc/X11/xorg.conf.d/10-evdev.conf:

Section "InputDevice"
  Identifier      "Evdev Mouse"
  Driver          "evdev"
  Option          "Name" "PixArt HP USB Optical Mouse"
  Option          "evBits"  "+1-2"
  Option          "keyBits" "~272-287"
  Option          "relBits" "~0-2 ~6 ~8"
  Option          "Pass"    "3"
  Option          "CorePointer"
EndSection

Section "ServerLayout"
  Identifier     "Default Layout"
  # Screen 0       "Monitor0" 0 0
  # InputDevice    "Keyboard0" "CoreKeyboard"
  InputDevice    "Evdev Mouse" "CorePointer"
  Option       "Device" "/dev/input/event[5]"
EndSection

Now the right click works just fine, but those errors in the xorg.logs are still generated on every right click on a GUI.
Any idea how I can fix this? Let me know if you need any other logs / details.

Thanks!

Last edited by Kabir (2018-07-30 10:58:41)

Offline

#2 2018-07-30 10:08:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,197

Re: [Solved] Mouse right-click not responsive, event5 errors in xorg.log

You're still using libinput, in part because /etc/X11/xorg.conf.d/10-evdev.conf is complete nonsense.
However, xf86-input-evdev should ship /usr/share/X11/xorg.conf.d/10-evdev.conf which should overrule /usr/share/X11/xorg.conf.d/40-libinput.conf - what other files did you place in /etc/X11/xorg.conf.d ?

Offline

#3 2018-07-30 10:40:51

Kabir
Member
From: India
Registered: 2016-12-06
Posts: 59

Re: [Solved] Mouse right-click not responsive, event5 errors in xorg.log

Thanks for pointing that out Seth, but even if I remove that 10-evdev.conf file I placed in /etc/X11/xorg.conf.d those offset errors are still generated in the xorg logs. That said, the mouse does work fine whether or not that file is placed in /etc/X11/xorg.conf.d so I have removed it, but how could I make those errors go away.

I havnt placed any other file in /etc/X11/xorg.conf.d besides a 20-nvidia.conf file to set the dpi to 96.

xorg logs after removing the 10-evdev.conf file from /etc/X11/xorg.conf.d:

[    19.898] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    19.899] 
X.Org X Server 1.20.0
X Protocol Version 11, Revision 0
[    19.900] Build Operating System: Linux Arch Linux
[    19.900] Current Operating System: Linux aries 4.17.10-1-ARCH #1 SMP PREEMPT Wed Jul 25 11:23:00 UTC 2018 x86_64
[    19.900] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1c25165f-8c97-4d07-853c-02e0fb1bc0ab rw quiet resume=/dev/sda2 nvidia-drm.modeset=1
[    19.901] Build Date: 18 June 2018  03:12:37PM
[    19.901]  
[    19.901] Current version of pixman: 0.34.0
[    19.901] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.901] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.903] (==) Log file: "/home/kabir/.local/share/xorg/Xorg.0.log", Time: Mon Jul 30 15:51:15 2018
[    19.967] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    19.967] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    20.005] (==) No Layout section.  Using the first Screen section.
[    20.005] (==) No screen section available. Using defaults.
[    20.005] (**) |-->Screen "Default Screen Section" (0)
[    20.005] (**) |   |-->Monitor "<default monitor>"
[    20.006] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    20.006] (**) |   |-->Device "Nvidia0"
[    20.006] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    20.006] (==) Automatically adding devices
[    20.006] (==) Automatically enabling devices
[    20.006] (==) Automatically adding GPU devices
[    20.006] (==) Automatically binding GPU devices
[    20.006] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    20.031] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    20.032] (==) ModulePath set to "/usr/lib/xorg/modules"
[    20.032] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    20.032] (II) Module ABI versions:
[    20.032] 	X.Org ANSI C Emulation: 0.4
[    20.032] 	X.Org Video Driver: 24.0
[    20.032] 	X.Org XInput driver : 24.1
[    20.032] 	X.Org Server Extension : 10.0
[    20.033] (++) using VT number 1

[    20.041] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    20.041] (II) xfree86: Adding drm device (/dev/dri/card0)
[    20.042] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    20.042] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    20.042] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    20.043] (--) PCI:*(1@0:0:0) 10de:0ff3:103c:1162 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[    20.043] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    20.043] (II) LoadModule: "glx"
[    20.083] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    20.318] (II) Module glx: vendor="NVIDIA Corporation"
[    20.318] 	compiled for 4.0.2, module version = 1.0.0
[    20.318] 	Module class: X.Org Server Extension
[    20.322] (II) NVIDIA GLX Module  396.45  Fri Jul 13 00:24:38 PDT 2018
[    20.329] (II) LoadModule: "nvidia"
[    20.331] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    20.362] (II) Module nvidia: vendor="NVIDIA Corporation"
[    20.362] 	compiled for 4.0.2, module version = 1.0.0
[    20.362] 	Module class: X.Org Video Driver
[    20.371] (II) NVIDIA dlloader X Driver  396.45  Fri Jul 13 00:02:23 PDT 2018
[    20.371] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    20.372] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    20.372] (II) systemd-logind: releasing fd for 226:0
[    20.592] (II) Loading sub module "fb"
[    20.592] (II) LoadModule: "fb"
[    20.592] (II) Loading /usr/lib/xorg/modules/libfb.so
[    20.602] (II) Module fb: vendor="X.Org Foundation"
[    20.602] 	compiled for 1.20.0, module version = 1.0.0
[    20.602] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.602] (II) Loading sub module "wfb"
[    20.602] (II) LoadModule: "wfb"
[    20.602] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    20.614] (II) Module wfb: vendor="X.Org Foundation"
[    20.614] 	compiled for 1.20.0, module version = 1.0.0
[    20.614] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.614] (II) Loading sub module "ramdac"
[    20.614] (II) LoadModule: "ramdac"
[    20.614] (II) Module "ramdac" already built-in
[    20.616] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    20.616] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    20.616] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    20.616] (==) NVIDIA(0): RGB weight 888
[    20.616] (==) NVIDIA(0): Default visual is TrueColor
[    20.616] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    20.616] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    20.616] (**) NVIDIA(0): Option "UseEdidDpi" "false"
[    20.616] (**) NVIDIA(0): Option "DPI" "96 x 96"
[    20.616] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    20.616] (**) NVIDIA(0): Enabling 2D acceleration
[    20.625] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    20.625] (--) NVIDIA(0):     CRT-0
[    20.625] (--) NVIDIA(0):     DFP-0
[    20.625] (--) NVIDIA(0):     DFP-1
[    20.625] (--) NVIDIA(0):     DFP-2 (boot)
[    20.627] (II) NVIDIA(0): NVIDIA GPU Quadro K420 (GK107GL) at PCI:1:0:0 (GPU-0)
[    20.627] (--) NVIDIA(0): Memory: 2097152 kBytes
[    20.627] (--) NVIDIA(0): VideoBIOS: 80.07.f0.00.02
[    20.627] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    20.632] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    20.632] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    20.632] (--) NVIDIA(GPU-0): 
[    20.637] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    20.637] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    20.637] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    20.637] (--) NVIDIA(GPU-0): 
[    20.638] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    20.638] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    20.638] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    20.638] (--) NVIDIA(GPU-0): 
[    20.639] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): connected
[    20.639] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): Internal DisplayPort
[    20.639] (--) NVIDIA(GPU-0): HP Z23n (DFP-2): 960.0 MHz maximum pixel clock
[    20.639] (--) NVIDIA(GPU-0): 
[    20.642] (==) NVIDIA(0): 
[    20.642] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    20.642] (==) NVIDIA(0):     will be used as the requested mode.
[    20.642] (==) NVIDIA(0): 
[    20.642] (II) NVIDIA(0): Validated MetaModes:
[    20.642] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[    20.642] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    20.645] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
[    20.646] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    20.646] (II) NVIDIA:     access.
[    20.648] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    20.648] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    20.648] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    20.648] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    20.648] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    20.648] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    20.648] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    20.648] (II) NVIDIA(0):     Config Options in the README.
[    20.667] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[    20.735] (==) NVIDIA(0): Disabling shared memory pixmaps
[    20.735] (==) NVIDIA(0): Backing store enabled
[    20.735] (==) NVIDIA(0): Silken mouse disabled
[    20.735] (==) NVIDIA(0): DPMS enabled
[    20.736] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    20.736] (II) Loading sub module "dri2"
[    20.736] (II) LoadModule: "dri2"
[    20.736] (II) Module "dri2" already built-in
[    20.736] (II) NVIDIA(0): [DRI2] Setup complete
[    20.736] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    20.736] (II) Initializing extension Generic Event Extension
[    20.736] (II) Initializing extension SHAPE
[    20.736] (II) Initializing extension MIT-SHM
[    20.736] (II) Initializing extension XInputExtension
[    20.736] (II) Initializing extension XTEST
[    20.736] (II) Initializing extension BIG-REQUESTS
[    20.736] (II) Initializing extension SYNC
[    20.736] (II) Initializing extension XKEYBOARD
[    20.736] (II) Initializing extension XC-MISC
[    20.736] (II) Initializing extension SECURITY
[    20.736] (II) Initializing extension XFIXES
[    20.736] (II) Initializing extension RENDER
[    20.736] (II) Initializing extension RANDR
[    20.736] (II) Initializing extension COMPOSITE
[    20.736] (II) Initializing extension DAMAGE
[    20.736] (II) Initializing extension MIT-SCREEN-SAVER
[    20.736] (II) Initializing extension DOUBLE-BUFFER
[    20.736] (II) Initializing extension RECORD
[    20.736] (II) Initializing extension DPMS
[    20.736] (II) Initializing extension Present
[    20.736] (II) Initializing extension DRI3
[    20.736] (II) Initializing extension X-Resource
[    20.736] (II) Initializing extension XVideo
[    20.736] (II) Initializing extension XVideo-MotionCompensation
[    20.736] (II) Initializing extension XFree86-VidModeExtension
[    20.736] (II) Initializing extension XFree86-DGA
[    20.736] (II) Initializing extension XFree86-DRI
[    20.736] (II) Initializing extension DRI2
[    20.736] (II) Initializing extension GLX
[    20.736] (II) Initializing extension GLX
[    20.736] (II) Indirect GLX disabled.
[    20.736] (II) Initializing extension NV-GLX
[    20.736] (II) Initializing extension NV-CONTROL
[    20.736] (II) Initializing extension XINERAMA
[    21.806] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    21.806] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.806] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.806] (II) LoadModule: "libinput"
[    21.806] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    21.844] (II) Module libinput: vendor="X.Org Foundation"
[    21.844] 	compiled for 1.20.0, module version = 0.28.0
[    21.844] 	Module class: X.Org XInput Driver
[    21.844] 	ABI class: X.Org XInput driver, version 24.1
[    21.844] (II) Using input driver 'libinput' for 'Power Button'
[    21.845] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[    21.845] (**) Power Button: always reports core events
[    21.845] (**) Option "Device" "/dev/input/event2"
[    21.845] (**) Option "_source" "server/udev"
[    21.845] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    21.845] (II) event2  - Power Button: device is a keyboard
[    21.845] (II) event2  - Power Button: device removed
[    21.845] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    21.845] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.846] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    21.846] (II) event2  - Power Button: device is a keyboard
[    21.846] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    21.846] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.846] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.846] (II) Using input driver 'libinput' for 'Power Button'
[    21.847] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[    21.847] (**) Power Button: always reports core events
[    21.847] (**) Option "Device" "/dev/input/event1"
[    21.847] (**) Option "_source" "server/udev"
[    21.847] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    21.847] (II) event1  - Power Button: device is a keyboard
[    21.848] (II) event1  - Power Button: device removed
[    21.848] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    21.848] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    21.848] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    21.848] (II) event1  - Power Button: device is a keyboard
[    21.848] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    21.848] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    21.848] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    21.848] (II) Using input driver 'libinput' for 'Sleep Button'
[    21.849] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[    21.849] (**) Sleep Button: always reports core events
[    21.849] (**) Option "Device" "/dev/input/event0"
[    21.849] (**) Option "_source" "server/udev"
[    21.850] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    21.850] (II) event0  - Sleep Button: device is a keyboard
[    21.850] (II) event0  - Sleep Button: device removed
[    21.850] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    21.850] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    21.851] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    21.851] (II) event0  - Sleep Button: device is a keyboard
[    21.851] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[    21.851] (II) No input driver specified, ignoring this device.
[    21.851] (II) This device may have been added with another device file.
[    21.852] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[    21.852] (II) No input driver specified, ignoring this device.
[    21.852] (II) This device may have been added with another device file.
[    21.852] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/event5)
[    21.852] (**) PixArt HP USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    21.852] (**) PixArt HP USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    21.852] (II) Using input driver 'libinput' for 'PixArt HP USB Optical Mouse'
[    21.853] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[    21.853] (**) PixArt HP USB Optical Mouse: always reports core events
[    21.853] (**) Option "Device" "/dev/input/event5"
[    21.853] (**) Option "_source" "server/udev"
[    21.854] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[    21.854] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[    21.854] (II) event5  - PixArt HP USB Optical Mouse: device removed
[    21.854] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:03F0:134A.0003/input/input7/event5"
[    21.854] (II) XINPUT: Adding extended input device "PixArt HP USB Optical Mouse" (type: MOUSE, id 9)
[    21.854] (**) Option "AccelerationScheme" "none"
[    21.854] (**) PixArt HP USB Optical Mouse: (accel) selected scheme none/0
[    21.854] (**) PixArt HP USB Optical Mouse: (accel) acceleration factor: 2.000
[    21.854] (**) PixArt HP USB Optical Mouse: (accel) acceleration threshold: 4
[    21.855] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[    21.855] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[    21.856] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/mouse0)
[    21.856] (II) No input driver specified, ignoring this device.
[    21.856] (II) This device may have been added with another device file.
[    21.857] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard (/dev/input/event3)
[    21.857] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.857] (**) Chicony HP Business Slim Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.857] (II) Using input driver 'libinput' for 'Chicony HP Business Slim Keyboard'
[    21.858] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[    21.858] (**) Chicony HP Business Slim Keyboard: always reports core events
[    21.858] (**) Option "Device" "/dev/input/event3"
[    21.858] (**) Option "_source" "server/udev"
[    21.859] (II) event3  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[    21.859] (II) event3  - Chicony HP Business Slim Keyboard: device is a keyboard
[    21.859] (II) event3  - Chicony HP Business Slim Keyboard: device removed
[    21.859] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:03F0:2F4A.0001/input/input5/event3"
[    21.859] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: KEYBOARD, id 10)
[    21.860] (II) event3  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[    21.860] (II) event3  - Chicony HP Business Slim Keyboard: device is a keyboard
[    21.861] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard (/dev/input/event4)
[    21.861] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.861] (**) Chicony HP Business Slim Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.861] (II) Using input driver 'libinput' for 'Chicony HP Business Slim Keyboard'
[    21.862] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[    21.862] (**) Chicony HP Business Slim Keyboard: always reports core events
[    21.862] (**) Option "Device" "/dev/input/event4"
[    21.862] (**) Option "_source" "server/udev"
[    21.863] (II) event4  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[    21.863] (II) event4  - Chicony HP Business Slim Keyboard: device is a keyboard
[    21.863] (II) event4  - Chicony HP Business Slim Keyboard: device removed
[    21.863] (II) libinput: Chicony HP Business Slim Keyboard: needs a virtual subdevice
[    21.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:03F0:2F4A.0002/input/input6/event4"
[    21.863] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: MOUSE, id 11)
[    21.863] (**) Option "AccelerationScheme" "none"
[    21.863] (**) Chicony HP Business Slim Keyboard: (accel) selected scheme none/0
[    21.863] (**) Chicony HP Business Slim Keyboard: (accel) acceleration factor: 2.000
[    21.863] (**) Chicony HP Business Slim Keyboard: (accel) acceleration threshold: 4
[    21.864] (II) event4  - Chicony HP Business Slim Keyboard: is tagged by udev as: Keyboard
[    21.864] (II) event4  - Chicony HP Business Slim Keyboard: device is a keyboard
[    21.864] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    21.864] (II) No input driver specified, ignoring this device.
[    21.864] (II) This device may have been added with another device file.
[    21.865] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[    21.865] (II) No input driver specified, ignoring this device.
[    21.865] (II) This device may have been added with another device file.
[    21.865] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[    21.865] (II) No input driver specified, ignoring this device.
[    21.865] (II) This device may have been added with another device file.
[    21.866] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[    21.866] (II) No input driver specified, ignoring this device.
[    21.866] (II) This device may have been added with another device file.
[    21.866] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[    21.866] (II) No input driver specified, ignoring this device.
[    21.866] (II) This device may have been added with another device file.
[    21.867] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[    21.867] (II) No input driver specified, ignoring this device.
[    21.867] (II) This device may have been added with another device file.
[    21.867] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    21.867] (II) No input driver specified, ignoring this device.
[    21.867] (II) This device may have been added with another device file.
[    21.868] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[    21.868] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    21.868] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    21.868] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    21.869] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 36 paused 0
[    21.869] (**) HP WMI hotkeys: always reports core events
[    21.869] (**) Option "Device" "/dev/input/event7"
[    21.869] (**) Option "_source" "server/udev"
[    21.870] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    21.870] (II) event7  - HP WMI hotkeys: device is a keyboard
[    21.870] (II) event7  - HP WMI hotkeys: device removed
[    21.870] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event7"
[    21.870] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[    21.870] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    21.870] (II) event7  - HP WMI hotkeys: device is a keyboard
[    21.875] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.875] (**) Chicony HP Business Slim Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.875] (II) Using input driver 'libinput' for 'Chicony HP Business Slim Keyboard'
[    21.875] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[    21.875] (**) Chicony HP Business Slim Keyboard: always reports core events
[    21.875] (**) Option "Device" "/dev/input/event4"
[    21.875] (**) Option "_source" "_driver/libinput"
[    21.875] (II) libinput: Chicony HP Business Slim Keyboard: is a virtual subdevice
[    21.875] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:03F0:2F4A.0002/input/input6/event4"
[    21.875] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: KEYBOARD, id 13)
[   100.706] (EE) client bug: timer event5 debounce short: offset negative (-5ms)
[   530.998] (EE) client bug: timer event5 debounce short: offset negative (-12ms)
[   532.798] (EE) client bug: timer event5 debounce short: offset negative (-5ms)

Isn't libinput still being used? Should I put those configs in a file in /etc/X11/xorg.conf.d?

Last edited by Kabir (2018-07-30 10:48:17)

Offline

#4 2018-07-30 10:47:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,197

Re: [Solved] Mouse right-click not responsive, event5 errors in xorg.log

Using input driver 'libinput' for 'PixArt HP USB Optical Mouse'

Try to copy /usr/share/X11/xorg.conf.d/10-evdev.conf to /etc/X11/xorg.conf.d/

Offline

#5 2018-07-30 10:57:29

Kabir
Member
From: India
Registered: 2016-12-06
Posts: 59

Re: [Solved] Mouse right-click not responsive, event5 errors in xorg.log

That worked, thanks Seth smile

[    22.687] (II) Using input driver 'evdev' for 'PixArt HP USB Optical Mouse'

Offline

Board footer

Powered by FluxBB