Hello All, Can someone review [1]
Using evdev for both keyboard and mouse. Since upgrade to xorg-x11-7.4, the keyboard stops functioning at random occasions. (xorg-x11-7.3 worked correctly with the same evdev driver). <Alt><Ctrl>F1 switches back to console, <Alt><Ctrl>F7 switches back to X. Console works correctly, only X does not accept anything. Mouse is working. xev shows no keyboard activity. No messages in log files. No idea how to debug it. Bug is opened for long time without any progress. Any help will be appreciated. Thanks! Alon. [1] https://bugs.freedesktop.org/show_bug.cgi?id=21141 --- Section "ServerFlags" ... # xorg.bug#17925 Option "AutoAddDevices" "true" Option "AllowEmptyInput" "true" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd" Option "GrabDevice" "True" Option "XkbRules" "xorg" Option "XkbModel" "thinkpad60" Option "XkbLayout" "us,il" Option "XkbVariant" ",lyx" Option "XkbOptions" "grp_led:caps,grp:alt_shift_toggle" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Device" "/dev/input/by-path/platform-i8042-serio-2-event-mouse" Option "GrabDevice" "True" Option "Buttons" "3" # Require for scroll Option "EmulateWheel" Option "EmulateWheelButton" "2" EndSection --- _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg
