<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 06/07/2015 17:49, Kirk Bocek wrote:<br>
    </div>
    <blockquote cite="mid:559AB18F.50605@kbocek.com" type="cite">
      <br>
      <br>
      On 6/28/2015 4:39 PM, Nick Morrott wrote:
      <br>
      <blockquote type="cite">On 29 June 2015 at 00:27, Kirk Bocek
        <a class="moz-txt-link-rfc2396E" href="mailto:t004@kbocek.com"><t004@kbocek.com></a> wrote:
        <br>
        <blockquote type="cite">One of my frontends is repeating
          navigation commands (Up, Down, Left, Right)
          <br>
          with LIRC. The way I remember fixing this is with the "Repeat
          =" line in
          <br>
          "~/.mythtv/lircrc". Does that sound right? I ask because I am
          up to "Repeat
          <br>
          = 10" to get this fixed. Seems like a lot.
          <br>
        </blockquote>
        If it's a devinput device you might need to blacklist it for X
        <br>
        otherwise it may grab it as an additional input device.
        <br>
        <br>
        Check with
        <br>
        <br>
        $ xinput
        <br>
        <br>
        <br>
        Cheers,
        <br>
        Nick
        <br>
      </blockquote>
      <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>
  </body>
</html>