<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/07/2015 04:21, Kirk Bocek wrote:<br>
    </div>
    <blockquote cite="mid:559F3A4F.3090003@kbocek.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <br>
      <br>
      <div class="moz-cite-prefix">On 7/6/2015 11:34 PM, Duncan Brown
        wrote:<br>
      </div>
      <blockquote cite="mid:559B72E6.7040905@duncb.co.uk" type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">On 06/07/2015 17:49, Kirk Bocek
          wrote:<br>
        </div>
        <blockquote cite="mid:559AB18F.50605@kbocek.com" type="cite"> <br>
          <br>
          I managed to narrow down my repeating input thing a bit. It
          happens right after a reboot: navigation commands are repeated
          and control is difficult. But if I then log in remotely and
          restart LIRC: <br>
          <br>
          #service lirc restart <br>
          <br>
          and then restart mythfrontend *without* rebooting, the
          stuttering goes away. <br>
          <br>
          Nick suggests blacklisting devinput. How do I do that? <br>
          <br>
        </blockquote>
        Try adding this to xorg.conf<br>
        <br>
        Section "InputClass"<br>
                Identifier "MCE USB Keyboard mimic blacklist"<br>
                Driver      "mceusb"<br>
                MatchProduct "Media Center Ed. eHome Infrared Remote
        Transceiver (0471:0815)"<br>
                Option "Ignore" "on"<br>
        EndSection<br>
        <br>
        <br>
        With Matchproduct matched to your device (run <code>grep '^N:'
          /proc/bus/input/devices </code>to find it)<br>
        <br>
        cheers<br>
        <br>
        Dunc<br>
      </blockquote>
      <br>
      Yes, indeed, Duncan, that fixed it. Thanks.<br>
      <br>
      I was wondering if that new section also needed to be integrated
      into the ServerLayout section but no, just adding it to xorg.conf
      yielded in /var/log/Xorg.0.log:<br>
      <br>
      [    40.655] (II) config/hal: Adding input device Media Center Ed.
      eHome Infrared Remote Transceiver<br>
       (1784:0008)<br>
      [    40.655] (**) Media Center Ed. eHome Infrared Remote
      Transceiver (1784:0008): Ignoring device from InputClass "MCE USB
      Keyboard mimic blacklist"<br>
      <br>
      My stuttering input has disappeared. <br>
      <br>
    </blockquote>
    I dont think it matters where it goes, I've got mine in it's own
    conf file named 10-mceusb.conf in /etc/X11/xorg.conf.d/<br>
    <br>
    Makes a backup easier to drop back in after a rebuild<br>
    <br>
    glad to hear it fixed it<br>
    <br>
    Dunc<br>
  </body>
</html>