On Thu, 25 Aug 2016 15:07:47 -0600 Greg Woods wrote: > In case anyone else finds this thread later: I had to go back to the F23 > version of lirc on my F24 systems, because I was getting key bounces > (pressing one key and having it act like multiple key presses). Nah, that's a feature! The problem is X grabbing the remote and calling it a keyboard as well as lirc listening to the same thing. After much googling, I created the file /etc/X11/xorg.conf.d/10-quirks.conf with this content (specific to my IR receiver model, by the way): Section "InputClass" Identifier "Ignore IR remote as keyboard" MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver" Option "Ignore" "on" EndSection That way, X ignores it, and only lirc listens. (I got the MatchProduct string from the xorg log from before I ignored it). My full lirc experience can be found at the end of my Harmony Elite review: http://tomhorsley.com/hardware/elite/elite.html -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org