← Back to team overview

desktop-packages team mailing list archive

[Bug 1455788] Re: key is repeated, but keyboard does not send scancodessssssss

 

Additional Information:

I have tested a Fedora distribution too. Same Problem.

With Windows XP it works perfect.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-input-evdev in Ubuntu.
https://bugs.launchpad.net/bugs/1455788

Title:
  key is repeated, but keyboard does not send scancodessssssss

Status in xserver-xorg-input-evdev package in Ubuntu:
  New

Bug description:
  I have found the repeat-key and stuck-key issue in different bug-reports but no working solution.
  My problem is, that sometimes a key is stuck within software and the character is printed in the rate configuredddddddd for the keyboard.

  catch of KeyPress event, KeyRelease event sequence with "l" with xev, "f" is pressed to stop sequence:
  ccccccccc
  KeyPress event, serial 37, synthetic NO, window 0x2e00001,
      root 0x7e, subw 0x0, time 632900, (38,-8), root:(632,311),
      state 0x100, keycode 46 (keysym 0x6c, l), same_screen YES,
      XLookupString gives 1 bytes: (6c) "l"
      XmbLookupString gives 1 bytes: (6c) "l"
      XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x2e00001,
      root 0x7e, subw 0x0, time 633234, (38,-8), root:(632,311),
      state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
      XLookupString gives 1 bytes: (6c) "l"
      XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x2e00001,
      root 0x7e, subw 0x0, time 633234, (38,-8), root:(632,311),
      state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
      XLookupString gives 1 bytes: (6c) "l"
      XmbLookupString gives 1 bytes: (6c) "l"
      XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x2e00001,
      root 0x7e, subw 0x0, time 633481, (38,-8), root:(632,311),
      state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
      XLookupString gives 1 bytes: (6c) "l"
      XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x2e00001,
      root 0x7e, subw 0x0, time 633500, (38,-8), root:(632,311),
      state 0x0, keycode 41 (keysym 0x66, f), same_screen YES,
      XLookupString gives 1 bytes: (66) "f"
      XmbLookupString gives 1 bytes: (66) "f"
      XFilterEvent returns: False
  ================================================================

  showkey does not print anyyyyy scancodes:
  ============================================
  ~$ sudo showkey -s
  KB-Modus war ?UNBEKANNT?
  [ Wenn Sie das unter X probieren, muss es nicht funktionieren, 
    da der X Server ebenfalls von /dev/console liest. ]

  Drücken Sie eine Taste (Programmende 10 s nach dem letzten Tastendruck)...
  0x9c 
  0x20 
  0xa0 
  ......
  0x20 0x21 0xa0 0x21 0xa1 
  0x31 
  0xb1 
  0x2d 0x2f 0xad 0xaf 
  0x24 0x26 0xa4 0x26             << "0x26"=<l> pressed, "0xa6"=<l> released
  0xa6 0x21 0xa1                       << "0x21"=<f> pressed, "0xa1"=<f> released
  ==========================================

  ===========
  uname -or
  3.16.0-30-generic GNU/Linux

  Description:	Ubuntu 14.04.2 LTS
  Release:	14.04

  ============

  Netbook Gigabyte T1005  CPU Intel Atom N570

  So how i can fix this issue?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1455788/+subscriptions


References