[xf86-input-evdev] [xorg-x11-7.4] - constantly loses keyboard
Alon Bar-Lev
alon.barlev at gmail.com
Tue Apr 27 11:16:58 PDT 2010
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
---
More information about the xorg
mailing list