Comment 105 for bug 278078

Revision history for this message
In , Drakoun (drakoun) wrote :

I got this annoying behavior too, after I upgrade evdev from 2.1.3 to 2.2.5 (along with upgrade xserver to 1.6). xset -r <keycode> workaround works for me, but it's only workaround. I tried downgrade evdev back to 2.1.3 and autorepeat works nice, like before upgrades. Is really autorepeat map on blame, when evdev version change helps?

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "evdev"
        Option "protocol" "evdev"
        Option "Device" "/dev/input/event0"
        Option "XkbModel" "evdev"
# Option "XkbLayout" "us"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection