Hi experts,
I do need some help, advice. I was unable to find error log, if there exists any. Thus no debug information. Maybe You could help me narrow what is wrong in my configuration.
Problem is that moving mouse cursor to position not always (sometimes it works normally, but mostly not) trigger action. Like highlight user (or button), allowing it to be selected in gdm. Or in gnome 3 when logged in.
My desktop has two seats (configured with loginctl, out-of-the-box) and it happens only on seat2. I tried switching mouses, and usb ports. No result. Works on seat0 and not on seat2 independent from input hardware.
Seat0 is using nvidia card. Seat2 has intel (on board) display.
X configuration is auto created. (with exception to nvidia modules and driver)
Code:
ps -Af|grep X
root 1317 1310 0 10:19 ? 00:00:18 /usr/bin/X :1 -background none -verbose -auth /var/run/gdm/auth-for-gdm-JU1a4G/database -seat seat2 -nolisten tcp -config /run/systemd/multi-session-x/seat2 -sharevts
root 1318 1308 1 10:19 tty1 00:01:20 /usr/bin/Xorg :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-FCXSw0/database -seat seat0 -nolisten tcp vt1
Code:
cat /run/systemd/multi-session-x/seat2
Section "ServerFlags"
Option "AutoAddDevices" "True"
Option "AllowEmptyInput" "True"
Option "DontVTSwitch" "True"
EndSection
Section "InputClass"
Identifier "Force Input Devices to Seat"
Option "GrabDevice" "True"
EndSection
When one logs to other than gnome window manager (like XFCE) no mouse problems are observed on seat2
Any hints and ideas are mostly welcomed.
Regards
Jan