You are not logged in.

#1 2022-04-14 13:49:41

fanda
Member
Registered: 2019-03-19
Posts: 21

mouse not working

My mouse sometimes doesn't work when I start my computer.
About one case in ten.
I have no idea what it could be.

xinitrc

[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources #Připojí configurační proměnné z .Xresources do X11
systemctl --user import-environment DISPLAY #pro dunst oznamování
export GDK_SCALE=2 #To scale GTK3 elements
export GDK_DPI_SCALE=0.5 #To undo scaling of GTK3 text
numlockx &
unclutter --timeout 10 &
xrandr --output DP-1 --gamma 0.85:1.0:1.0 --brightness 0.7 &
picom -b
exec i3

Last edited by fanda (2022-04-22 06:33:09)

Offline

#2 2022-04-14 19:32:48

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

Re: mouse not working

Don't fork numlockx nor xrandr (they'l provoke a race condition and while I don't think it's likely, I'll not say that this does not cause your problem)

On topic: unclutter kinda yells at me… so skip that and see whether the issue remains.

Offline

#3 2022-04-15 12:34:30

fanda
Member
Registered: 2019-03-19
Posts: 21

Re: mouse not working

seth wrote:

Don't fork numlockx nor xrandr (they'l provoke a race condition and while I don't think it's likely, I'll not say that this does not cause your problem)

On topic: unclutter kinda yells at me… so skip that and see whether the issue remains.


I'll try and see. Thanks

Offline

#4 2022-04-16 07:15:58

fanda
Member
Registered: 2019-03-19
Posts: 21

Re: mouse not working

fanda wrote:
seth wrote:

Don't fork numlockx nor xrandr (they'l provoke a race condition and while I don't think it's likely, I'll not say that this does not cause your problem)

On topic: unclutter kinda yells at me… so skip that and see whether the issue remains.


I'll try and see. Thanks

It is not unclutter.

Offline

#5 2022-04-16 07:44:55

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

Re: mouse not working

Ok, please post an xorg log of such incident (in doubt the .old one from the previous run, but you can also upload it using just the keyboard - 1st link below) as well as "xinput" and elaborate on "doesn't work":
- do you still see a pointer?
- can you move it and just clicking doesn't work/do anything
- are there events in xev/libinput debug-events/evtest?

You can also "xinput query-state <device here>" and "xinput enable <device here>"

Offline

#6 2022-04-16 19:06:14

fanda
Member
Registered: 2019-03-19
Posts: 21

Re: mouse not working

seth wrote:

Ok, please post an xorg log of such incident (in doubt the .old one from the previous run, but you can also upload it using just the keyboard - 1st link below) as well as "xinput" and elaborate on "doesn't work":
- do you still see a pointer?
- can you move it and just clicking doesn't work/do anything
- are there events in xev/libinput debug-events/evtest?

You can also "xinput query-state <device here>" and "xinput enable <device here>"

I can see the pointer, but it's not moving. The buttons don't work.

Xorg.log file:

[    11.819] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    11.820] Current Operating System: Linux ArchLinux 5.17.3-arch1-1 #1 SMP PREEMPT Thu, 14 Apr 2022 01:18:36 +0000 x86_64
[    11.820] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2963626a-aeed-4e38-8903-8416a549fba2 rw quiet
[    11.820]  
[    11.820] Current version of pixman: 0.40.0
[    11.821] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.821] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.823] (==) Log file: "/home/fanda/.local/share/xorg/Xorg.0.log", Time: Sat Apr 16 20:40:54 2022
[    11.824] (==) Using config file: "/etc/X11/xorg.conf"
[    11.825] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.825] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.826] (==) ServerLayout "X.org Configured"
[    11.826] (**) |-->Screen "Screen0" (0)
[    11.826] (**) |   |-->Monitor "Monitor0"
[    11.827] (**) |   |-->Device "Card0"
[    11.827] (**) |-->Input Device "Mouse0"
[    11.827] (**) |-->Input Device "Keyboard0"
[    11.827] (==) Automatically adding devices
[    11.827] (==) Automatically enabling devices
[    11.827] (==) Automatically adding GPU devices
[    11.827] (==) Automatically binding GPU devices
[    11.827] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.830] (**) 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,
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    11.830] (**) ModulePath set to "/usr/lib/xorg/modules"
[    11.830] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    11.830] (WW) Disabling Mouse0
[    11.830] (WW) Disabling Keyboard0
[    11.830] (II) Module ABI versions:
[    11.830] 	X.Org ANSI C Emulation: 0.4
[    11.830] 	X.Org Video Driver: 25.2
[    11.830] 	X.Org XInput driver : 24.4
[    11.830] 	X.Org Server Extension : 10.0
[    11.832] (++) using VT number 1

[    11.836] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    11.838] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.838] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    11.839] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    11.845] (--) PCI:*(0@0:2:0) 8086:5912:1043:8694 rev 4, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    11.846] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    11.846] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    11.846] (II) LoadModule: "glx"
[    11.847] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.856] (II) Module glx: vendor="X.Org Foundation"
[    11.856] 	compiled for 1.21.1.3, module version = 1.0.0
[    11.856] 	ABI class: X.Org Server Extension, version 10.0
[    11.856] (II) LoadModule: "modesetting"
[    11.856] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.859] (II) Module modesetting: vendor="X.Org Foundation"
[    11.859] 	compiled for 1.21.1.3, module version = 1.21.1
[    11.859] 	Module class: X.Org Video Driver
[    11.859] 	ABI class: X.Org Video Driver, version 25.2
[    11.859] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.859] (II) modeset(0): using drv /dev/dri/card0
[    11.859] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    11.859] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    11.859] (==) modeset(0): RGB weight 888
[    11.859] (==) modeset(0): Default visual is TrueColor
[    11.859] (II) Loading sub module "glamoregl"
[    11.859] (II) LoadModule: "glamoregl"
[    11.860] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.870] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.870] 	compiled for 1.21.1.3, module version = 1.0.1
[    11.870] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.135] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[    12.135] (II) modeset(0): glamor initialized
[    12.135] (==) modeset(0): VariableRefresh: disabled
[    12.135] (==) modeset(0): AsyncFlipSecondaries: disabled
[    12.139] (II) modeset(0): Output HDMI-1 using monitor section Monitor0
[    12.143] (II) modeset(0): Output HDMI-2 has no monitor section
[    12.156] (II) modeset(0): Output DP-1 has no monitor section
[    12.160] (II) modeset(0): Output HDMI-3 has no monitor section
[    12.160] (II) modeset(0): Output DP-2 has no monitor section
[    12.164] (II) modeset(0): EDID for output HDMI-1
[    12.168] (II) modeset(0): EDID for output HDMI-2
[    12.181] (II) modeset(0): EDID for output DP-1
[    12.181] (II) modeset(0): Manufacturer: SAM  Model: 1015  Serial#: 1129793113
[    12.181] (II) modeset(0): Year: 2038  Week: 50
[    12.181] (II) modeset(0): EDID Version: 1.4
[    12.181] (II) modeset(0): Digital Display Input
[    12.181] (II) modeset(0): 10 bits per channel
[    12.181] (II) modeset(0): Digital interface is DisplayPort
[    12.181] (II) modeset(0): Max Image Size [cm]: horiz.: 63  vert.: 36
[    12.181] (II) modeset(0): Gamma: 2.20
[    12.181] (II) modeset(0): DPMS capabilities: Off
[    12.181] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[    12.181] (II) modeset(0): First detailed timing is preferred mode
[    12.181] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    12.181] (II) modeset(0): redX: 0.679 redY: 0.312   greenX: 0.268 greenY: 0.617
[    12.181] (II) modeset(0): blueX: 0.146 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
[    12.181] (II) modeset(0): Supported established timings:
[    12.181] (II) modeset(0): 720x400@70Hz
[    12.181] (II) modeset(0): 640x480@60Hz
[    12.181] (II) modeset(0): 640x480@67Hz
[    12.181] (II) modeset(0): 640x480@72Hz
[    12.181] (II) modeset(0): 640x480@75Hz
[    12.181] (II) modeset(0): 800x600@56Hz
[    12.181] (II) modeset(0): 800x600@60Hz
[    12.181] (II) modeset(0): 800x600@72Hz
[    12.181] (II) modeset(0): 800x600@75Hz
[    12.181] (II) modeset(0): 832x624@75Hz
[    12.181] (II) modeset(0): 1024x768@60Hz
[    12.181] (II) modeset(0): 1024x768@70Hz
[    12.181] (II) modeset(0): 1024x768@75Hz
[    12.181] (II) modeset(0): 1280x1024@75Hz
[    12.181] (II) modeset(0): 1152x864@75Hz
[    12.181] (II) modeset(0): Manufacturer's mask: 0
[    12.181] (II) modeset(0): Supported standard timings:
[    12.181] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    12.181] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    12.181] (II) modeset(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    12.181] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    12.181] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    12.181] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    12.181] (II) modeset(0): #6: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    12.181] (II) modeset(0): Supported detailed timing:
[    12.181] (II) modeset(0): clock: 533.2 MHz   Image Size:  632 x 360 mm
[    12.181] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[    12.181] (II) modeset(0): v_active: 2160  v_sync: 2163  v_sync_end 2168 v_blanking: 2222 v_border: 0
[    12.181] (II) modeset(0): Ranges: V min: 30 V max: 75 Hz, H min: 30 H max: 135 kHz, PixClock max 605 MHz
[    12.181] (II) modeset(0): Monitor name: LU28R55
[    12.181] (II) modeset(0): Serial No: H4ZN101205
[    12.181] (II) modeset(0): Supported detailed timing:
[    12.181] (II) modeset(0): clock: 148.5 MHz   Image Size:  632 x 360 mm
[    12.181] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    12.181] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    12.181] (II) modeset(0): Supported detailed timing:
[    12.181] (II) modeset(0): clock: 241.5 MHz   Image Size:  632 x 360 mm
[    12.181] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    12.181] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[    12.181] (II) modeset(0): Supported detailed timing:
[    12.181] (II) modeset(0): clock: 297.0 MHz   Image Size:  632 x 360 mm
[    12.181] (II) modeset(0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    12.181] (II) modeset(0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    12.181] (II) modeset(0): Number of EDID sections to follow: 1
[    12.181] (II) modeset(0): EDID (in hex):
[    12.181] (II) modeset(0): 	00ffffffffffff004c2d151059465743
[    12.181] (II) modeset(0): 	32300104b53f24783ac8b5ad50449e25
[    12.181] (II) modeset(0): 	0f5054bfef80714f810081c08180a9c0
[    12.181] (II) modeset(0): 	b300950001014dd000a0f0703e803020
[    12.181] (II) modeset(0): 	350078682100001a000000fd001e4b1e
[    12.181] (II) modeset(0): 	873c000a202020202020000000fc004c
[    12.181] (II) modeset(0): 	5532385235350a2020202020000000ff
[    12.181] (II) modeset(0): 	0048345a4e3130313230350a202001d6
[    12.181] (II) modeset(0): 	02031cf0475f101f0413031223090707
[    12.181] (II) modeset(0): 	83010000e305c000e3060501023a8018
[    12.181] (II) modeset(0): 	71382d40582c450078682100001e565e
[    12.181] (II) modeset(0): 	00a0a0a029503020350078682100001a
[    12.181] (II) modeset(0): 	04740030f2705a80b0588a0078682100
[    12.181] (II) modeset(0): 	001e0000000000000000000000000000
[    12.181] (II) modeset(0): 	00000000000000000000000000000000
[    12.181] (II) modeset(0): 	00000000000000000000000000000085
[    12.181] (II) modeset(0): Printing probed modes for output DP-1
[    12.181] (II) modeset(0): Modeline "3840x2160"x60.0  533.25  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP)
[    12.181] (II) modeset(0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[    12.181] (II) modeset(0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[    12.181] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    12.181] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    12.181] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    12.181] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    12.181] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    12.181] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    12.181] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    12.181] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    12.181] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    12.181] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    12.181] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    12.181] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    12.181] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    12.181] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    12.181] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    12.181] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    12.181] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    12.181] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    12.181] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    12.181] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    12.181] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    12.181] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    12.181] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    12.181] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    12.181] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    12.181] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    12.181] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    12.181] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    12.181] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    12.181] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    12.181] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    12.185] (II) modeset(0): EDID for output HDMI-3
[    12.185] (II) modeset(0): EDID for output DP-2
[    12.185] (II) modeset(0): Output HDMI-1 disconnected
[    12.185] (II) modeset(0): Output HDMI-2 disconnected
[    12.185] (II) modeset(0): Output DP-1 connected
[    12.185] (II) modeset(0): Output HDMI-3 disconnected
[    12.185] (II) modeset(0): Output DP-2 disconnected
[    12.185] (II) modeset(0): Using exact sizes for initial modes
[    12.185] (II) modeset(0): Output DP-1 using initial mode 3840x2160 +0+0
[    12.185] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.185] (==) modeset(0): DPI set to (96, 96)
[    12.185] (II) Loading sub module "fb"
[    12.185] (II) LoadModule: "fb"
[    12.185] (II) Module "fb" already built-in
[    12.213] (==) modeset(0): Backing store enabled
[    12.213] (==) modeset(0): Silken mouse enabled
[    12.318] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    12.318] (**) modeset(0): DPMS enabled
[    12.319] (II) modeset(0): [DRI2] Setup complete
[    12.319] (II) modeset(0): [DRI2]   DRI driver: iris
[    12.319] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    12.319] (II) Initializing extension Generic Event Extension
[    12.319] (II) Initializing extension SHAPE
[    12.319] (II) Initializing extension MIT-SHM
[    12.320] (II) Initializing extension XInputExtension
[    12.320] (II) Initializing extension XTEST
[    12.320] (II) Initializing extension BIG-REQUESTS
[    12.321] (II) Initializing extension SYNC
[    12.321] (II) Initializing extension XKEYBOARD
[    12.321] (II) Initializing extension XC-MISC
[    12.322] (II) Initializing extension SECURITY
[    12.322] (II) Initializing extension XFIXES
[    12.322] (II) Initializing extension RENDER
[    12.323] (II) Initializing extension RANDR
[    12.323] (II) Initializing extension COMPOSITE
[    12.323] (II) Initializing extension DAMAGE
[    12.324] (II) Initializing extension MIT-SCREEN-SAVER
[    12.324] (II) Initializing extension DOUBLE-BUFFER
[    12.324] (II) Initializing extension RECORD
[    12.325] (II) Initializing extension DPMS
[    12.325] (II) Initializing extension Present
[    12.325] (II) Initializing extension DRI3
[    12.326] (II) Initializing extension X-Resource
[    12.326] (II) Initializing extension XVideo
[    12.326] (II) Initializing extension XVideo-MotionCompensation
[    12.326] (II) Initializing extension GLX
[    12.347] (II) AIGLX: Loaded and initialized iris
[    12.347] (II) GLX: Initialized DRI2 GL provider for screen 0
[    12.347] (II) Initializing extension XFree86-VidModeExtension
[    12.347] (II) Initializing extension XFree86-DGA
[    12.348] (II) Initializing extension XFree86-DRI
[    12.348] (II) Initializing extension DRI2
[    12.349] (II) modeset(0): Damage tracking initialized
[    12.349] (II) modeset(0): Setting screen physical size to 1016 x 571
[    12.451] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    12.451] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.451] (**) Power Button: Applying InputClass "system-keyboard"
[    12.451] (II) LoadModule: "libinput"
[    12.451] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    12.454] (II) Module libinput: vendor="X.Org Foundation"
[    12.454] 	compiled for 1.21.1.3, module version = 1.2.1
[    12.454] 	Module class: X.Org XInput Driver
[    12.454] 	ABI class: X.Org XInput driver, version 24.4
[    12.454] (II) Using input driver 'libinput' for 'Power Button'
[    12.454] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[    12.454] (**) Power Button: always reports core events
[    12.454] (**) Option "Device" "/dev/input/event2"
[    12.461] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    12.461] (II) event2  - Power Button: device is a keyboard
[    12.461] (II) event2  - Power Button: device removed
[    12.461] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    12.461] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    12.461] (**) Option "xkb_model" "pc105"
[    12.461] (**) Option "xkb_layout" "us,cz"
[    12.461] (**) Option "xkb_variant" "qwerty"
[    12.461] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    12.476] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    12.476] (II) event2  - Power Button: device is a keyboard
[    12.477] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    12.477] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.477] (**) Video Bus: Applying InputClass "system-keyboard"
[    12.477] (II) Using input driver 'libinput' for 'Video Bus'
[    12.477] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[    12.477] (**) Video Bus: always reports core events
[    12.477] (**) Option "Device" "/dev/input/event7"
[    12.478] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    12.478] (II) event7  - Video Bus: device is a keyboard
[    12.478] (II) event7  - Video Bus: device removed
[    12.478] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[    12.478] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    12.478] (**) Option "xkb_model" "pc105"
[    12.478] (**) Option "xkb_layout" "us,cz"
[    12.478] (**) Option "xkb_variant" "qwerty"
[    12.478] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    12.479] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    12.479] (II) event7  - Video Bus: device is a keyboard
[    12.479] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    12.479] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.479] (**) Power Button: Applying InputClass "system-keyboard"
[    12.479] (II) Using input driver 'libinput' for 'Power Button'
[    12.479] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[    12.479] (**) Power Button: always reports core events
[    12.479] (**) Option "Device" "/dev/input/event1"
[    12.480] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    12.480] (II) event1  - Power Button: device is a keyboard
[    12.480] (II) event1  - Power Button: device removed
[    12.480] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    12.480] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    12.480] (**) Option "xkb_model" "pc105"
[    12.480] (**) Option "xkb_layout" "us,cz"
[    12.480] (**) Option "xkb_variant" "qwerty"
[    12.480] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    12.481] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    12.481] (II) event1  - Power Button: device is a keyboard
[    12.481] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    12.481] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    12.481] (**) Sleep Button: Applying InputClass "system-keyboard"
[    12.481] (II) Using input driver 'libinput' for 'Sleep Button'
[    12.482] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 30 paused 0
[    12.482] (**) Sleep Button: always reports core events
[    12.482] (**) Option "Device" "/dev/input/event0"
[    12.482] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    12.482] (II) event0  - Sleep Button: device is a keyboard
[    12.482] (II) event0  - Sleep Button: device removed
[    12.482] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    12.482] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    12.482] (**) Option "xkb_model" "pc105"
[    12.482] (**) Option "xkb_layout" "us,cz"
[    12.482] (**) Option "xkb_variant" "qwerty"
[    12.482] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    12.483] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    12.483] (II) event0  - Sleep Button: device is a keyboard
[    12.484] (II) config/udev: Adding input device   wired keyboard (/dev/input/event3)
[    12.484] (**)   wired keyboard: Applying InputClass "libinput keyboard catchall"
[    12.484] (**)   wired keyboard: Applying InputClass "system-keyboard"
[    12.484] (II) Using input driver 'libinput' for '  wired keyboard'
[    12.484] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 31 paused 0
[    12.484] (**)   wired keyboard: always reports core events
[    12.484] (**) Option "Device" "/dev/input/event3"
[    12.485] (II) event3  -   wired keyboard: is tagged by udev as: Keyboard
[    12.485] (II) event3  -   wired keyboard: device is a keyboard
[    12.485] (II) event3  -   wired keyboard: device removed
[    12.485] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:046A:0180.0001/input/input3/event3"
[    12.485] (II) XINPUT: Adding extended input device "  wired keyboard" (type: KEYBOARD, id 10)
[    12.485] (**) Option "xkb_model" "pc105"
[    12.485] (**) Option "xkb_layout" "us,cz"
[    12.485] (**) Option "xkb_variant" "qwerty"
[    12.485] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    12.486] (II) event3  -   wired keyboard: is tagged by udev as: Keyboard
[    12.486] (II) event3  -   wired keyboard: device is a keyboard
[    12.487] (II) config/udev: Adding input device   wired keyboard Consumer Control (/dev/input/event4)
[    12.487] (**)   wired keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.487] (**)   wired keyboard Consumer Control: Applying InputClass "system-keyboard"
[    12.487] (II) Using input driver 'libinput' for '  wired keyboard Consumer Control'
[    12.487] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 32 paused 0
[    12.487] (**)   wired keyboard Consumer Control: always reports core events
[    12.487] (**) Option "Device" "/dev/input/event4"
[    12.488] (II) event4  -   wired keyboard Consumer Control: is tagged by udev as: Keyboard
[    12.488] (II) event4  -   wired keyboard Consumer Control: device is a keyboard
[    12.488] (II) event4  -   wired keyboard Consumer Control: device removed
[    12.488] (II) libinput:   wired keyboard Consumer Control: needs a virtual subdevice
[    12.488] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:046A:0180.0002/input/input4/event4"
[    12.488] (II) XINPUT: Adding extended input device "  wired keyboard Consumer Control" (type: MOUSE, id 11)
[    12.488] (**) Option "AccelerationScheme" "none"
[    12.488] (**)   wired keyboard Consumer Control: (accel) selected scheme none/0
[    12.488] (**)   wired keyboard Consumer Control: (accel) acceleration factor: 2.000
[    12.488] (**)   wired keyboard Consumer Control: (accel) acceleration threshold: 4
[    12.489] (II) event4  -   wired keyboard Consumer Control: is tagged by udev as: Keyboard
[    12.489] (II) event4  -   wired keyboard Consumer Control: device is a keyboard
[    12.490] (II) config/udev: Adding input device   wired keyboard System Control (/dev/input/event5)
[    12.490] (**)   wired keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    12.490] (**)   wired keyboard System Control: Applying InputClass "system-keyboard"
[    12.490] (II) Using input driver 'libinput' for '  wired keyboard System Control'
[    12.490] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[    12.490] (**)   wired keyboard System Control: always reports core events
[    12.490] (**) Option "Device" "/dev/input/event5"
[    12.491] (II) event5  -   wired keyboard System Control: is tagged by udev as: Keyboard
[    12.491] (II) event5  -   wired keyboard System Control: device is a keyboard
[    12.491] (II) event5  -   wired keyboard System Control: device removed
[    12.491] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:046A:0180.0002/input/input5/event5"
[    12.491] (II) XINPUT: Adding extended input device "  wired keyboard System Control" (type: KEYBOARD, id 12)
[    12.491] (**) Option "xkb_model" "pc105"
[    12.491] (**) Option "xkb_layout" "us,cz"
[    12.491] (**) Option "xkb_variant" "qwerty"
[    12.491] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    12.492] (II) event5  -   wired keyboard System Control: is tagged by udev as: Keyboard
[    12.492] (II) event5  -   wired keyboard System Control: device is a keyboard
[    12.493] (II) config/udev: Adding input device HDA Creative Mic (/dev/input/event18)
[    12.493] (II) No input driver specified, ignoring this device.
[    12.493] (II) This device may have been added with another device file.
[    12.493] (II) config/udev: Adding input device HDA Creative Line Out Surround (/dev/input/event19)
[    12.493] (II) No input driver specified, ignoring this device.
[    12.493] (II) This device may have been added with another device file.
[    12.493] (II) config/udev: Adding input device HDA Creative Line Out CLFE (/dev/input/event20)
[    12.493] (II) No input driver specified, ignoring this device.
[    12.493] (II) This device may have been added with another device file.
[    12.493] (II) config/udev: Adding input device HDA Creative Front Headphone (/dev/input/event21)
[    12.493] (II) No input driver specified, ignoring this device.
[    12.493] (II) This device may have been added with another device file.
[    12.494] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[    12.494] (II) No input driver specified, ignoring this device.
[    12.494] (II) This device may have been added with another device file.
[    12.494] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[    12.494] (II) No input driver specified, ignoring this device.
[    12.494] (II) This device may have been added with another device file.
[    12.494] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[    12.494] (II) No input driver specified, ignoring this device.
[    12.494] (II) This device may have been added with another device file.
[    12.494] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[    12.494] (II) No input driver specified, ignoring this device.
[    12.494] (II) This device may have been added with another device file.
[    12.494] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    12.494] (II) No input driver specified, ignoring this device.
[    12.494] (II) This device may have been added with another device file.
[    12.495] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[    12.495] (II) No input driver specified, ignoring this device.
[    12.495] (II) This device may have been added with another device file.
[    12.495] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[    12.495] (II) No input driver specified, ignoring this device.
[    12.495] (II) This device may have been added with another device file.
[    12.495] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[    12.495] (II) No input driver specified, ignoring this device.
[    12.495] (II) This device may have been added with another device file.
[    12.495] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[    12.495] (II) No input driver specified, ignoring this device.
[    12.495] (II) This device may have been added with another device file.
[    12.496] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event8)
[    12.496] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    12.496] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[    12.496] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    12.496] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 34 paused 0
[    12.496] (**) Eee PC WMI hotkeys: always reports core events
[    12.496] (**) Option "Device" "/dev/input/event8"
[    12.497] (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    12.497] (II) event8  - Eee PC WMI hotkeys: device is a keyboard
[    12.497] (II) event8  - Eee PC WMI hotkeys: device removed
[    12.497] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input8/event8"
[    12.497] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[    12.497] (**) Option "xkb_model" "pc105"
[    12.497] (**) Option "xkb_layout" "us,cz"
[    12.497] (**) Option "xkb_variant" "qwerty"
[    12.497] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    12.497] (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    12.497] (II) event8  - Eee PC WMI hotkeys: device is a keyboard
[    12.498] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    12.498] (II) No input driver specified, ignoring this device.
[    12.498] (II) This device may have been added with another device file.
[    12.518] (**)   wired keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.518] (**)   wired keyboard Consumer Control: Applying InputClass "system-keyboard"
[    12.518] (II) Using input driver 'libinput' for '  wired keyboard Consumer Control'
[    12.518] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[    12.518] (**)   wired keyboard Consumer Control: always reports core events
[    12.518] (**) Option "Device" "/dev/input/event4"
[    12.518] (II) libinput:   wired keyboard Consumer Control: is a virtual subdevice
[    12.518] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:046A:0180.0002/input/input4/event4"
[    12.518] (II) XINPUT: Adding extended input device "  wired keyboard Consumer Control" (type: KEYBOARD, id 14)
[    12.518] (**) Option "xkb_model" "pc105"
[    12.518] (**) Option "xkb_layout" "us,cz"
[    12.518] (**) Option "xkb_variant" "qwerty"
[    12.518] (**) Option "xkb_options" "grp:alt_shift_toggle"
[   134.761] (EE) event3  -   wired keyboard: client bug: event processing lagging behind by 36ms, your system is too slow
[   151.808] (EE) event3  -   wired keyboard: client bug: event processing lagging behind by 36ms, your system is too slow

xinput --list

⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳   wired keyboard Consumer Control       	id=11	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=9	[slave  keyboard (3)]
    ↳   wired keyboard                        	id=10	[slave  keyboard (3)]
    ↳   wired keyboard System Control         	id=12	[slave  keyboard (3)]
    ↳ Eee PC WMI hotkeys                      	id=13	[slave  keyboard (3)]
    ↳   wired keyboard Consumer Control       	id=14	[slave  keyboard (3)]

when mouse works:

⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳   wired keyboard Consumer Control       	id=11	[slave  pointer  (2)]
⎜   ↳ Jtech MECHREV Gaming Mouse              	id=13	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=9	[slave  keyboard (3)]
    ↳   wired keyboard                        	id=10	[slave  keyboard (3)]
    ↳   wired keyboard System Control         	id=12	[slave  keyboard (3)]
    ↳ Jtech MECHREV Gaming Mouse Keyboard     	id=14	[slave  keyboard (3)]
    ↳ Eee PC WMI hotkeys                      	id=15	[slave  keyboard (3)]
    ↳   wired keyboard Consumer Control       	id=16	[slave  keyboard (3)]

Offline

#7 2022-04-16 20:27:28

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

Re: mouse not working

[    11.824] (==) Using config file: "/etc/X11/xorg.conf"
[    11.825] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.825] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.826] (==) ServerLayout "X.org Configured"
[    11.826] (**) |-->Screen "Screen0" (0)
[    11.826] (**) |   |-->Monitor "Monitor0"
[    11.827] (**) |   |-->Device "Card0"
[    11.827] (**) |-->Input Device "Mouse0"
[    11.827] (**) |-->Input Device "Keyboard0"
…
[    11.830] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    11.830] (WW) Disabling Mouse0
[    11.830] (WW) Disabling Keyboard0

You're using a bogus static server config, created by nvidia-settings or nvidia-xconfig.
Don't. Get rid of that file and only augment settings you actually want to have.

That doesn't however prevent to obviously missing

⎜   ↳ Jtech MECHREV Gaming Mouse              	id=13	[slave  pointer  (2)]
seth wrote:

are there events in xev/libinput debug-events/evtest?

And adding to this: does the mouse respond when you re-plug it?

The only google results for the ideantifyer are some 2020 posts about it "not moving" on fedora (same date, likely same guy) - but I assume it's a wired model?
I could assume that it misbehaves on https://wiki.archlinux.org/title/Power_ … utosuspend - passing "usbcore.autosuspend=-1" to the kernel will disable that (but might be overwritten by tools like TLP, powertop autotuning etc.)

Offline

#8 2022-04-20 09:13:03

fanda
Member
Registered: 2019-03-19
Posts: 21

Re: mouse not working

seth wrote:

You're using a bogus static server config, created by nvidia-settings or nvidia-xconfig.
Don't. Get rid of that file and only augment settings you actually want to have.

It looks like removing the faulty configuration file solved the mouse problem. Lots of restarts of the computer and still the error has not appeared.
I also had the problem of the computer waking up from sleep on at least two fast input signals, instead of one. This annoyance also disappeared with that.

I'll mark the thread as resolved for now. Should the problem occur again, I will continue to investigate.

Thanks a lot for your help.

Offline

#9 2022-04-22 06:43:10

fanda
Member
Registered: 2019-03-19
Posts: 21

Re: mouse not working

Another start without a working mouse

After reconnecting the mouse and running the

xev -event mouse 

command, the mouse connects and starts working normally with the lines appearing in the Xorg.log:

[   471.519] (II) config/udev: Adding input device Jtech MECHREV Gaming Mouse Keyboard (/dev/input/event23)
[   471.519] (**) Jtech MECHREV Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   471.519] (**) Jtech MECHREV Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[   471.519] (II) Using input driver 'libinput' for 'Jtech MECHREV Gaming Mouse Keyboard'
[   471.520] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 48 paused 0
[   471.520] (**) Jtech MECHREV Gaming Mouse Keyboard: always reports core events
[   471.520] (**) Option "Device" "/dev/input/event23"
[   471.521] (II) event23 - Jtech MECHREV Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[   471.521] (II) event23 - Jtech MECHREV Gaming Mouse Keyboard: device is a keyboard
[   471.521] (II) event23 - Jtech MECHREV Gaming Mouse Keyboard: device removed
[   471.521] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1B80:B412.0004/input/input23/event23"
[   471.521] (II) XINPUT: Adding extended input device "Jtech MECHREV Gaming Mouse Keyboard" (type: KEYBOARD, id 15)
[   471.521] (**) Option "xkb_model" "pc105"
[   471.521] (**) Option "xkb_layout" "us,cz"
[   471.521] (**) Option "xkb_variant" "qwerty"
[   471.521] (**) Option "xkb_options" "grp:alt_shift_toggle"
[   471.522] (II) event23 - Jtech MECHREV Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[   471.522] (II) event23 - Jtech MECHREV Gaming Mouse Keyboard: device is a keyboard
[   471.568] (II) config/udev: Adding input device Jtech MECHREV Gaming Mouse (/dev/input/event22)
[   471.569] (**) Jtech MECHREV Gaming Mouse: Applying InputClass "libinput pointer catchall"
[   471.569] (II) Using input driver 'libinput' for 'Jtech MECHREV Gaming Mouse'
[   471.625] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 49 paused 0
[   471.625] (**) Jtech MECHREV Gaming Mouse: always reports core events
[   471.625] (**) Option "Device" "/dev/input/event22"
[   471.627] (II) event22 - Jtech MECHREV Gaming Mouse: is tagged by udev as: Mouse
[   471.628] (II) event22 - Jtech MECHREV Gaming Mouse: device is a pointer
[   471.628] (II) event22 - Jtech MECHREV Gaming Mouse: device removed
[   471.628] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:1B80:B412.0003/input/input22/event22"
[   471.628] (II) XINPUT: Adding extended input device "Jtech MECHREV Gaming Mouse" (type: MOUSE, id 16)
[   471.628] (**) Option "AccelerationScheme" "none"
[   471.628] (**) Jtech MECHREV Gaming Mouse: (accel) selected scheme none/0
[   471.628] (**) Jtech MECHREV Gaming Mouse: (accel) acceleration factor: 2.000
[   471.628] (**) Jtech MECHREV Gaming Mouse: (accel) acceleration threshold: 4
[   471.630] (II) event22 - Jtech MECHREV Gaming Mouse: is tagged by udev as: Mouse
[   471.631] (II) event22 - Jtech MECHREV Gaming Mouse: device is a pointer
[   471.632] (II) config/udev: Adding input device Jtech MECHREV Gaming Mouse (/dev/input/mouse0)
[   471.632] (II) No input driver specified, ignoring this device.
[   471.632] (II) This device may have been added with another device file.
[   576.700] (EE) event3  -   wired keyboard: client bug: event processing lagging behind by 35ms, your system is too slow
[   724.225] (EE) event3  -   wired keyboard: client bug: event processing lagging behind by 30ms, your system is too slow
[   724.225] (EE) event3  -   wired keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.

Offline

#10 2022-04-22 14:46:57

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

Re: mouse not working

seth wrote:

I could assume that it misbehaves on https://wiki.archlinux.org/title/Power_ … utosuspend - passing "usbcore.autosuspend=-1" to the kernel will disable that (but might be overwritten by tools like TLP, powertop autotuning etc.)

Edit: though if this is a startup only thing you could also try a delays rebinding of the device, https://unix.stackexchange.com/question … ice-dongle

Last edited by seth (2022-04-22 14:49:55)

Offline

Board footer

Powered by FluxBB